@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Assistant:wght@200;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap";
@import "https://fonts.googleapis.com/css2?family=Julius+Sans+One:wght@400&display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap";
@import "https://fonts.googleapis.com/css2?family=Nunito:wght@200;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Gorditas:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Caveat&display=swap";
@import "https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap";
@import "https://gograb.io/media/icons/flaticon/uicons-regular-rounded/css/uicons-regular-rounded.css";
@import "https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css";
@import "https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css";

/* 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;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* apps/front/src/main.scss */
:root {
  --blackColor: #000000;
  --whiteColor: #ffffff;
  --grayColor: #aba8a0;
  --grayColorDark: #595959;
  --grayColorLight: #e3e3e3;
  --grayColorVeryLight: #f8f8fd;
  --dangerColor: #ff0033;
  --warningColor: $yellow;
  --successColor: #00c851;
}
:root .gograb-skin {
  --primaryColor: #ffcc00;
  --primaryColorDark: #c29500;
  --primaryColorLight: #ffad00;
  --secondaryColor: #ef115e;
  --secondaryColorDark: #c00647;
  --secondaryColorLight: #ec3c7a;
  --tertiaryColor: #363a8a;
  --tertiaryColorDark: #00155c;
  --tertiaryColorLight: #6864bb;
  --extraColor: #bbde13;
  --linearGradient:
    linear-gradient(
      -130deg,
      rgba(88, 46, 255, 0.75) 12%,
      rgba(157, 230, 255, 0.82) 90%) !important;
  --primaryColor50: #f8f8fd80;
  --primaryColor80: #f8f8fdcc;
  --secondaryColor50: rgba(239, 17, 94, 0.5);
  --secondaryColor80: rgba(239, 17, 94, 0.8);
  --tertiaryColor50: rgba(54, 58, 138, 0.5);
  --tertiaryColor80: rgba(54, 58, 138, 0.5);
  --onPrimary: #000000;
  --primaryContainer: #ffd966;
  --onPrimaryContainer: #000000;
  --onSecondary: #ffffff;
  --secondaryContainer: #a4c3f9;
  --onSecondaryContainer: #ffffff;
  --onTertiary: #ffffff;
  --tertiaryContainer: #858fdc;
  --onTertiaryContainer: #ffffff;
  --background: #f3f3f3;
  --onBackground: #000000;
  --surface: #f5f5f5;
  --onSurface: #000000;
  --outline: #8e8e8e;
  --outlineVariant: #bdbdbd;
  --shadow: #000000;
  --scrim: #000000;
  --inverseSurface: #363636;
  --inverseOnSurface: #ffffff;
  --inversePrimary: #ffffff;
}
.content-wrapper-100,
.content-wrapper-97-no-tb,
#tableTopSection,
.content-wrapper-97,
.content-wrapper-90-no-t,
.content-wrapper-90-no-tb,
.content-wrapper-90,
.content-wrapper-80-no-tb,
.content-wrapper-80,
.content-wrapper-60-no-tb,
.content-wrapper-60,
.content-wrapper {
  display: block;
  position: relative;
  padding: 0.5rem;
}
.C-primaryColor50 {
  background-color: var(--primaryColor50) !important;
}
.C-primaryColor50-after::after,
.C-primaryColor50-after::before {
  background-color: var(--primaryColor50);
}
.C-primaryColor50-text:not(:hover) {
  color: var(--primaryColor50);
}
.C-primaryColor50-text.ov_hvr {
  color: var(--primaryColor50);
}
.C-primaryColor50-border {
  border-color: var(--primaryColor50);
}
.C-primaryColor50-outline {
  outline-color: var(--primaryColor50);
}
.C-primaryColor50-outline:focus {
  outline-color: var(--primaryColor50);
}
.C-primaryColor50-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor50);
  transition: box-shadow 0.2s;
}
.C-primaryColor50-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-primaryColor50-hover-bg:hover {
    background-color: var(--primaryColor50) !important;
  }
}
.C-primaryColor50-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-primaryColor50-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--primaryColor50);
  fill: var(--primaryColor50) !important;
}
.C-primaryColor50-hover-text:hover {
  color: var(--primaryColor50) !important;
}
.C-primaryColor50-hover-text [fHover]:hover {
  color: var(--primaryColor50) !important;
}
.C-primaryColor50-hover-text [fHover]:hover [hovered] {
  color: var(--primaryColor50) !important;
}
.C-primaryColor50-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-primaryColor50-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--primaryColor50);
  fill: var(--primaryColor50);
  stroke: var(--primaryColor50);
}
.C-primaryColor50-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--primaryColor50) !important;
  fill: var(--primaryColor50) !important;
  stroke: var(--primaryColor50) !important;
}
.C-primaryColor50-hover-box-shadow:hover,
.C-primaryColor50-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor50), 12%;
  transition: box-shadow 0.2s;
}
.C-secondaryColor50 {
  background-color: var(--secondaryColor50) !important;
}
.C-secondaryColor50-after::after,
.C-secondaryColor50-after::before {
  background-color: var(--secondaryColor50);
}
.C-secondaryColor50-text:not(:hover) {
  color: var(--secondaryColor50);
}
.C-secondaryColor50-text.ov_hvr {
  color: var(--secondaryColor50);
}
.C-secondaryColor50-border {
  border-color: var(--secondaryColor50);
}
.C-secondaryColor50-outline {
  outline-color: var(--secondaryColor50);
}
.C-secondaryColor50-outline:focus {
  outline-color: var(--secondaryColor50);
}
.C-secondaryColor50-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor50);
  transition: box-shadow 0.2s;
}
.C-secondaryColor50-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-secondaryColor50-hover-bg:hover {
    background-color: var(--secondaryColor50) !important;
  }
}
.C-secondaryColor50-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-secondaryColor50-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--secondaryColor50);
  fill: var(--secondaryColor50) !important;
}
.C-secondaryColor50-hover-text:hover {
  color: var(--secondaryColor50) !important;
}
.C-secondaryColor50-hover-text [fHover]:hover {
  color: var(--secondaryColor50) !important;
}
.C-secondaryColor50-hover-text [fHover]:hover [hovered] {
  color: var(--secondaryColor50) !important;
}
.C-secondaryColor50-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-secondaryColor50-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--secondaryColor50);
  fill: var(--secondaryColor50);
  stroke: var(--secondaryColor50);
}
.C-secondaryColor50-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--secondaryColor50) !important;
  fill: var(--secondaryColor50) !important;
  stroke: var(--secondaryColor50) !important;
}
.C-secondaryColor50-hover-box-shadow:hover,
.C-secondaryColor50-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor50), 12%;
  transition: box-shadow 0.2s;
}
.C-tertiaryColor50 {
  background-color: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-after::after,
.C-tertiaryColor50-after::before {
  background-color: var(--tertiaryColor50);
}
.C-tertiaryColor50-text:not(:hover) {
  color: var(--tertiaryColor50);
}
.C-tertiaryColor50-text.ov_hvr {
  color: var(--tertiaryColor50);
}
.C-tertiaryColor50-border {
  border-color: var(--tertiaryColor50);
}
.C-tertiaryColor50-outline {
  outline-color: var(--tertiaryColor50);
}
.C-tertiaryColor50-outline:focus {
  outline-color: var(--tertiaryColor50);
}
.C-tertiaryColor50-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor50);
  transition: box-shadow 0.2s;
}
.C-tertiaryColor50-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-tertiaryColor50-hover-bg:hover {
    background-color: var(--tertiaryColor50) !important;
  }
}
.C-tertiaryColor50-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-tertiaryColor50-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--tertiaryColor50);
  fill: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-hover-text:hover {
  color: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-hover-text [fHover]:hover {
  color: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-hover-text [fHover]:hover [hovered] {
  color: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-tertiaryColor50-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--tertiaryColor50);
  fill: var(--tertiaryColor50);
  stroke: var(--tertiaryColor50);
}
.C-tertiaryColor50-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--tertiaryColor50) !important;
  fill: var(--tertiaryColor50) !important;
  stroke: var(--tertiaryColor50) !important;
}
.C-tertiaryColor50-hover-box-shadow:hover,
.C-tertiaryColor50-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor50), 12%;
  transition: box-shadow 0.2s;
}
.C-primaryColor80 {
  background-color: var(--primaryColor80) !important;
}
.C-primaryColor80-after::after,
.C-primaryColor80-after::before {
  background-color: var(--primaryColor80);
}
.C-primaryColor80-text:not(:hover) {
  color: var(--primaryColor80);
}
.C-primaryColor80-text.ov_hvr {
  color: var(--primaryColor80);
}
.C-primaryColor80-border {
  border-color: var(--primaryColor80);
}
.C-primaryColor80-outline {
  outline-color: var(--primaryColor80);
}
.C-primaryColor80-outline:focus {
  outline-color: var(--primaryColor80);
}
.C-primaryColor80-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor80);
  transition: box-shadow 0.2s;
}
.C-primaryColor80-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-primaryColor80-hover-bg:hover {
    background-color: var(--primaryColor80) !important;
  }
}
.C-primaryColor80-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-primaryColor80-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--primaryColor80);
  fill: var(--primaryColor80) !important;
}
.C-primaryColor80-hover-text:hover {
  color: var(--primaryColor80) !important;
}
.C-primaryColor80-hover-text [fHover]:hover {
  color: var(--primaryColor80) !important;
}
.C-primaryColor80-hover-text [fHover]:hover [hovered] {
  color: var(--primaryColor80) !important;
}
.C-primaryColor80-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-primaryColor80-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--primaryColor80);
  fill: var(--primaryColor80);
  stroke: var(--primaryColor80);
}
.C-primaryColor80-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--primaryColor80) !important;
  fill: var(--primaryColor80) !important;
  stroke: var(--primaryColor80) !important;
}
.C-primaryColor80-hover-box-shadow:hover,
.C-primaryColor80-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor80), 12%;
  transition: box-shadow 0.2s;
}
.C-secondaryColor80 {
  background-color: var(--secondaryColor80) !important;
}
.C-secondaryColor80-after::after,
.C-secondaryColor80-after::before {
  background-color: var(--secondaryColor80);
}
.C-secondaryColor80-text:not(:hover) {
  color: var(--secondaryColor80);
}
.C-secondaryColor80-text.ov_hvr {
  color: var(--secondaryColor80);
}
.C-secondaryColor80-border {
  border-color: var(--secondaryColor80);
}
.C-secondaryColor80-outline {
  outline-color: var(--secondaryColor80);
}
.C-secondaryColor80-outline:focus {
  outline-color: var(--secondaryColor80);
}
.C-secondaryColor80-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor80);
  transition: box-shadow 0.2s;
}
.C-secondaryColor80-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-secondaryColor80-hover-bg:hover {
    background-color: var(--secondaryColor80) !important;
  }
}
.C-secondaryColor80-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-secondaryColor80-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--secondaryColor80);
  fill: var(--secondaryColor80) !important;
}
.C-secondaryColor80-hover-text:hover {
  color: var(--secondaryColor80) !important;
}
.C-secondaryColor80-hover-text [fHover]:hover {
  color: var(--secondaryColor80) !important;
}
.C-secondaryColor80-hover-text [fHover]:hover [hovered] {
  color: var(--secondaryColor80) !important;
}
.C-secondaryColor80-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-secondaryColor80-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--secondaryColor80);
  fill: var(--secondaryColor80);
  stroke: var(--secondaryColor80);
}
.C-secondaryColor80-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--secondaryColor80) !important;
  fill: var(--secondaryColor80) !important;
  stroke: var(--secondaryColor80) !important;
}
.C-secondaryColor80-hover-box-shadow:hover,
.C-secondaryColor80-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor80), 12%;
  transition: box-shadow 0.2s;
}
.C-tertiaryColor80 {
  background-color: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-after::after,
.C-tertiaryColor80-after::before {
  background-color: var(--tertiaryColor80);
}
.C-tertiaryColor80-text:not(:hover) {
  color: var(--tertiaryColor80);
}
.C-tertiaryColor80-text.ov_hvr {
  color: var(--tertiaryColor80);
}
.C-tertiaryColor80-border {
  border-color: var(--tertiaryColor80);
}
.C-tertiaryColor80-outline {
  outline-color: var(--tertiaryColor80);
}
.C-tertiaryColor80-outline:focus {
  outline-color: var(--tertiaryColor80);
}
.C-tertiaryColor80-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor80);
  transition: box-shadow 0.2s;
}
.C-tertiaryColor80-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-tertiaryColor80-hover-bg:hover {
    background-color: var(--tertiaryColor80) !important;
  }
}
.C-tertiaryColor80-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-tertiaryColor80-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--tertiaryColor80);
  fill: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-hover-text:hover {
  color: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-hover-text [fHover]:hover {
  color: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-hover-text [fHover]:hover [hovered] {
  color: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-tertiaryColor80-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--tertiaryColor80);
  fill: var(--tertiaryColor80);
  stroke: var(--tertiaryColor80);
}
.C-tertiaryColor80-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--tertiaryColor80) !important;
  fill: var(--tertiaryColor80) !important;
  stroke: var(--tertiaryColor80) !important;
}
.C-tertiaryColor80-hover-box-shadow:hover,
.C-tertiaryColor80-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor80), 12%;
  transition: box-shadow 0.2s;
}
.C-transColor-100 {
  background-color: transparentFF !important;
}
.C-transColor-100-text {
  color: transparentFF;
}
.C-transColor-100-border {
  border-color: transparentFF !important;
}
.C-transColor-95 {
  background-color: transparentF2 !important;
}
.C-transColor-95-text {
  color: transparentF2;
}
.C-transColor-95-border {
  border-color: transparentF2 !important;
}
.C-transColor-90 {
  background-color: transparentE6 !important;
}
.C-transColor-90-text {
  color: transparentE6;
}
.C-transColor-90-border {
  border-color: transparentE6 !important;
}
.C-transColor-85 {
  background-color: transparentD9 !important;
}
.C-transColor-85-text {
  color: transparentD9;
}
.C-transColor-85-border {
  border-color: transparentD9 !important;
}
.C-transColor-80 {
  background-color: transparentCC !important;
}
.C-transColor-80-text {
  color: transparentCC;
}
.C-transColor-80-border {
  border-color: transparentCC !important;
}
.C-transColor-75 {
  background-color: transparentBF !important;
}
.C-transColor-75-text {
  color: transparentBF;
}
.C-transColor-75-border {
  border-color: transparentBF !important;
}
.C-transColor-70 {
  background-color: transparentB3 !important;
}
.C-transColor-70-text {
  color: transparentB3;
}
.C-transColor-70-border {
  border-color: transparentB3 !important;
}
.C-transColor-65 {
  background-color: transparentA6 !important;
}
.C-transColor-65-text {
  color: transparentA6;
}
.C-transColor-65-border {
  border-color: transparentA6 !important;
}
.C-transColor-60 {
  background-color: transparent99 !important;
}
.C-transColor-60-text {
  color: transparent99;
}
.C-transColor-60-border {
  border-color: transparent99 !important;
}
.C-transColor-55 {
  background-color: transparent8C !important;
}
.C-transColor-55-text {
  color: transparent8C;
}
.C-transColor-55-border {
  border-color: transparent8C !important;
}
.C-transColor-50 {
  background-color: transparent80 !important;
}
.C-transColor-50-text {
  color: transparent80;
}
.C-transColor-50-border {
  border-color: transparent80 !important;
}
.C-transColor-45 {
  background-color: transparent73 !important;
}
.C-transColor-45-text {
  color: transparent73;
}
.C-transColor-45-border {
  border-color: transparent73 !important;
}
.C-transColor-40 {
  background-color: transparent66 !important;
}
.C-transColor-40-text {
  color: transparent66;
}
.C-transColor-40-border {
  border-color: transparent66 !important;
}
.C-transColor-35 {
  background-color: transparent59 !important;
}
.C-transColor-35-text {
  color: transparent59;
}
.C-transColor-35-border {
  border-color: transparent59 !important;
}
.C-transColor-30 {
  background-color: transparent4D !important;
}
.C-transColor-30-text {
  color: transparent4D;
}
.C-transColor-30-border {
  border-color: transparent4D !important;
}
.C-transColor-25 {
  background-color: transparent40 !important;
}
.C-transColor-25-text {
  color: transparent40;
}
.C-transColor-25-border {
  border-color: transparent40 !important;
}
.C-transColor-20 {
  background-color: transparent33 !important;
}
.C-transColor-20-text {
  color: transparent33;
}
.C-transColor-20-border {
  border-color: transparent33 !important;
}
.C-transColor-15 {
  background-color: transparent26 !important;
}
.C-transColor-15-text {
  color: transparent26;
}
.C-transColor-15-border {
  border-color: transparent26 !important;
}
.C-transColor-10 {
  background-color: transparent1A !important;
}
.C-transColor-10-text {
  color: transparent1A;
}
.C-transColor-10-border {
  border-color: transparent1A !important;
}
.C-transColor-5 {
  background-color: transparent0D !important;
}
.C-transColor-5-text {
  color: transparent0D;
}
.C-transColor-5-border {
  border-color: transparent0D !important;
}
.C-transColor-0 {
  background-color: transparent0 !important;
}
.C-transColor-0-text {
  color: transparent0;
}
.C-transColor-0-border {
  border-color: transparent0 !important;
}
.C-transColor {
  background-color: transparent;
  --btn-background: transparent;
}
.C-transColor.gCol {
  background-color: transparent !important;
}
.C-transColor-after::after,
.C-transColor-after::before {
  background-color: transparent;
}
.C-transColor-text:not(:hover) {
  color: transparent;
}
.C-transColor-text.ov_hvr {
  color: transparent;
}
.C-transColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid transparent !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-transColor-border {
  border-color: transparent;
}
.C-transColor-outline {
  outline-color: transparent;
}
.C-transColor-outline:focus {
  outline-color: transparent;
}
.C-transColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px transparent;
  transition: box-shadow 0.2s;
}
.C-transColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-transColor-hover-bg:hover {
    background-color: transparent !important;
  }
}
.C-transColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-transColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: transparent;
  fill: transparent !important;
}
.C-transColor-hover-text:hover {
  color: transparent !important;
}
.C-transColor-hover-text [fHover]:hover {
  color: transparent !important;
}
.C-transColor-hover-text [fHover]:hover [hovered] {
  color: transparent !important;
}
.C-transColor-hover-text [fHover]:hover {
  color: transparent !important;
}
.C-transColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-transColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: transparent;
  fill: transparent;
  stroke: transparent;
}
.C-transColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: transparent !important;
  fill: transparent !important;
  stroke: transparent !important;
}
.C-transColor-hover-box-shadow:hover,
.C-transColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px transparent, 12%;
  transition: box-shadow 0.2s;
}
.C-transColor-fill-1 #fill1 {
  fill: transparent !important;
}
.C-transColor-fill-1.onHover:hover #fill1 {
  fill: transparent !important;
}
.C-transColor-fill-2 #fill2 {
  fill: transparent !important;
}
.C-transColor-fill-2.onHover:hover #fill2 {
  fill: transparent !important;
}
.C-transColor-fill-3 #fill3 {
  fill: transparent !important;
}
.C-transColor-fill-3.onHover:hover #fill3 {
  fill: transparent !important;
}
.C-transColor-fill-4 #fill4 {
  fill: transparent !important;
}
.C-transColor-fill-4.onHover:hover #fill4 {
  fill: transparent !important;
}
.C-transColor-fill-5 #fill5 {
  fill: transparent !important;
}
.C-transColor-fill-5.onHover:hover #fill5 {
  fill: transparent !important;
}
.C-transColor-stroke-1 #stroke1 {
  stroke: transparent !important;
}
.C-transColor-stroke-1.onHover:hover #stroke1 {
  stroke: transparent !important;
}
.C-transColor-stroke-2 #stroke2 {
  stroke: transparent !important;
}
.C-transColor-stroke-2.onHover:hover #stroke2 {
  stroke: transparent !important;
}
.C-transColor-stroke-3 #stroke3 {
  stroke: transparent !important;
}
.C-transColor-stroke-3.onHover:hover #stroke3 {
  stroke: transparent !important;
}
.C-primaryColor-100 {
  background-color: var(--primaryColor)FF !important;
}
.C-primaryColor-100-text {
  color: var(--primaryColor)FF;
}
.C-primaryColor-100-border {
  border-color: var(--primaryColor)FF !important;
}
.C-primaryColor-95 {
  background-color: var(--primaryColor)F2 !important;
}
.C-primaryColor-95-text {
  color: var(--primaryColor)F2;
}
.C-primaryColor-95-border {
  border-color: var(--primaryColor)F2 !important;
}
.C-primaryColor-90 {
  background-color: var(--primaryColor)E6 !important;
}
.C-primaryColor-90-text {
  color: var(--primaryColor)E6;
}
.C-primaryColor-90-border {
  border-color: var(--primaryColor)E6 !important;
}
.C-primaryColor-85 {
  background-color: var(--primaryColor)D9 !important;
}
.C-primaryColor-85-text {
  color: var(--primaryColor)D9;
}
.C-primaryColor-85-border {
  border-color: var(--primaryColor)D9 !important;
}
.C-primaryColor-80 {
  background-color: var(--primaryColor)CC !important;
}
.C-primaryColor-80-text {
  color: var(--primaryColor)CC;
}
.C-primaryColor-80-border {
  border-color: var(--primaryColor)CC !important;
}
.C-primaryColor-75 {
  background-color: var(--primaryColor)BF !important;
}
.C-primaryColor-75-text {
  color: var(--primaryColor)BF;
}
.C-primaryColor-75-border {
  border-color: var(--primaryColor)BF !important;
}
.C-primaryColor-70 {
  background-color: var(--primaryColor)B3 !important;
}
.C-primaryColor-70-text {
  color: var(--primaryColor)B3;
}
.C-primaryColor-70-border {
  border-color: var(--primaryColor)B3 !important;
}
.C-primaryColor-65 {
  background-color: var(--primaryColor)A6 !important;
}
.C-primaryColor-65-text {
  color: var(--primaryColor)A6;
}
.C-primaryColor-65-border {
  border-color: var(--primaryColor)A6 !important;
}
.C-primaryColor-60 {
  background-color: var(--primaryColor)99 !important;
}
.C-primaryColor-60-text {
  color: var(--primaryColor)99;
}
.C-primaryColor-60-border {
  border-color: var(--primaryColor)99 !important;
}
.C-primaryColor-55 {
  background-color: var(--primaryColor)8C !important;
}
.C-primaryColor-55-text {
  color: var(--primaryColor)8C;
}
.C-primaryColor-55-border {
  border-color: var(--primaryColor)8C !important;
}
.C-primaryColor-50 {
  background-color: var(--primaryColor)80 !important;
}
.C-primaryColor-50-text {
  color: var(--primaryColor)80;
}
.C-primaryColor-50-border {
  border-color: var(--primaryColor)80 !important;
}
.C-primaryColor-45 {
  background-color: var(--primaryColor)73 !important;
}
.C-primaryColor-45-text {
  color: var(--primaryColor)73;
}
.C-primaryColor-45-border {
  border-color: var(--primaryColor)73 !important;
}
.C-primaryColor-40 {
  background-color: var(--primaryColor)66 !important;
}
.C-primaryColor-40-text {
  color: var(--primaryColor)66;
}
.C-primaryColor-40-border {
  border-color: var(--primaryColor)66 !important;
}
.C-primaryColor-35 {
  background-color: var(--primaryColor)59 !important;
}
.C-primaryColor-35-text {
  color: var(--primaryColor)59;
}
.C-primaryColor-35-border {
  border-color: var(--primaryColor)59 !important;
}
.C-primaryColor-30 {
  background-color: var(--primaryColor)4D !important;
}
.C-primaryColor-30-text {
  color: var(--primaryColor)4D;
}
.C-primaryColor-30-border {
  border-color: var(--primaryColor)4D !important;
}
.C-primaryColor-25 {
  background-color: var(--primaryColor)40 !important;
}
.C-primaryColor-25-text {
  color: var(--primaryColor)40;
}
.C-primaryColor-25-border {
  border-color: var(--primaryColor)40 !important;
}
.C-primaryColor-20 {
  background-color: var(--primaryColor)33 !important;
}
.C-primaryColor-20-text {
  color: var(--primaryColor)33;
}
.C-primaryColor-20-border {
  border-color: var(--primaryColor)33 !important;
}
.C-primaryColor-15 {
  background-color: var(--primaryColor)26 !important;
}
.C-primaryColor-15-text {
  color: var(--primaryColor)26;
}
.C-primaryColor-15-border {
  border-color: var(--primaryColor)26 !important;
}
.C-primaryColor-10 {
  background-color: var(--primaryColor)1A !important;
}
.C-primaryColor-10-text {
  color: var(--primaryColor)1A;
}
.C-primaryColor-10-border {
  border-color: var(--primaryColor)1A !important;
}
.C-primaryColor-5 {
  background-color: var(--primaryColor)0D !important;
}
.C-primaryColor-5-text {
  color: var(--primaryColor)0D;
}
.C-primaryColor-5-border {
  border-color: var(--primaryColor)0D !important;
}
.C-primaryColor-0 {
  background-color: var(--primaryColor)0 !important;
}
.C-primaryColor-0-text {
  color: var(--primaryColor)0;
}
.C-primaryColor-0-border {
  border-color: var(--primaryColor)0 !important;
}
.C-primaryColor,
html body #ggTheme .btn-floating.btn-flat.active,
html body #ggTheme .ggInput._primary.form-check-input[type=radio]:checked + label::after,
.btn-primaryColor_7:hover,
.btn-primaryColor_6:hover,
.btn-primaryColor_5:hover,
.btn-primaryColor_4:hover,
.btn-primaryColor_3,
.btn-primaryColor_2,
.btn-primaryColor_1,
.swing div:nth-of-type(1),
.onoffswitch-inner::before,
.full-bg-svg,
.primary.cool-underline::after,
html body #ggTheme .hamburglar.primary_rotation .path-rotation::before,
html body #ggTheme .ggMDB_tooltip._primaryColor .tooltip-inner {
  background-color: var(--primaryColor);
  --btn-background: var(--primaryColor);
}
.C-primaryColor.gCol,
html body #ggTheme .gCol.btn-floating.btn-flat.active,
html body #ggTheme .ggInput._primary.form-check-input[type=radio]:checked + label.gCol::after,
.gCol.btn-primaryColor_7:hover,
.gCol.btn-primaryColor_6:hover,
.gCol.btn-primaryColor_5:hover,
.gCol.btn-primaryColor_4:hover,
.gCol.btn-primaryColor_3,
.gCol.btn-primaryColor_2,
.gCol.btn-primaryColor_1,
.swing div.gCol:nth-of-type(1),
.gCol.onoffswitch-inner::before,
.gCol.full-bg-svg,
.gCol.primary.cool-underline::after,
html body #ggTheme .hamburglar.primary_rotation .gCol.path-rotation::before,
html body #ggTheme .ggMDB_tooltip._primaryColor .gCol.tooltip-inner {
  background-color: var(--primaryColor) !important;
}
.C-primaryColor-after::after,
.C-primaryColor-after::before {
  background-color: var(--primaryColor);
}
.C-primaryColor-text:not(:hover),
.tags_flex .tags_txt:not(:hover):nth-child(5),
.tags_flex .tags_txt:not(:hover):nth-child(1),
.btn-primaryColor_7 span:not(:hover),
.btn-primaryColor_7:not(:hover),
.btn-primaryColor_6 span:not(:hover),
.btn-primaryColor_6:not(:hover),
.btn-primaryColor_5 span:not(:hover),
.btn-primaryColor_5:not(:hover),
.btn-primaryColor_4 span:not(:hover),
.btn-primaryColor_4:not(:hover) {
  color: var(--primaryColor);
}
.C-primaryColor-text.ov_hvr,
.tags_flex .ov_hvr.tags_txt:nth-child(5),
.tags_flex .ov_hvr.tags_txt:nth-child(1),
.btn-primaryColor_7 span.ov_hvr,
.ov_hvr.btn-primaryColor_7,
.btn-primaryColor_6 span.ov_hvr,
.ov_hvr.btn-primaryColor_6,
.btn-primaryColor_5 span.ov_hvr,
.ov_hvr.btn-primaryColor_5,
.btn-primaryColor_4 span.ov_hvr,
.ov_hvr.btn-primaryColor_4 {
  color: var(--primaryColor);
}
.C-primaryColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--primaryColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-primaryColor-border,
html body #ggTheme ._active-item,
html body #ggTheme .ggInput._accent.form-check-input[type=radio]:checked + label::after,
html body #ggTheme .ggInput._secondary.form-check-input[type=radio]:checked + label::after,
html body #ggTheme .ggInput.form-check-input[type=radio][templatesContainer]:checked + label::after,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(9),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(7),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(5),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(3),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:first-child,
.btn-ContrastColor_3:hover,
.btn-tertiaryColor_3:hover,
.btn-secondary_3:hover,
.btn-primaryColor_3:hover,
.btn-ContrastColor_2:hover,
.btn-tertiaryColor_2:hover,
.btn-secondary_2:hover,
.btn-primaryColor_2:hover,
.btn-ContrastColor_1:hover,
.btn-tertiaryColor_1:hover,
.btn-secondaryColor_1:hover,
.btn-primaryColor_1:hover {
  border-color: var(--primaryColor);
}
.C-primaryColor-outline {
  outline-color: var(--primaryColor);
}
.C-primaryColor-outline:focus {
  outline-color: var(--primaryColor);
}
.C-primaryColor-box-shadow,
.ggInput._v1 input:focus {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor);
  transition: box-shadow 0.2s;
}
.C-primaryColor-box-shadow.remove_shadow_hover:hover,
.ggInput._v1 input.remove_shadow_hover:hover:focus {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-primaryColor-hover-bg:hover {
    background-color: var(--primaryColor) !important;
  }
}
.C-primaryColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-primaryColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--primaryColor);
  fill: var(--primaryColor) !important;
}
.C-primaryColor-hover-text:hover {
  color: var(--primaryColor) !important;
}
.C-primaryColor-hover-text [fHover]:hover {
  color: var(--primaryColor) !important;
}
.C-primaryColor-hover-text [fHover]:hover [hovered] {
  color: var(--primaryColor) !important;
}
.C-primaryColor-hover-text [fHover]:hover {
  color: var(--primaryColor) !important;
}
.C-primaryColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-primaryColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--primaryColor);
  fill: var(--primaryColor);
  stroke: var(--primaryColor);
}
.C-primaryColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--primaryColor) !important;
  fill: var(--primaryColor) !important;
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-hover-box-shadow:hover,
.C-primaryColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColor), 12%;
  transition: box-shadow 0.2s;
}
.C-primaryColor-fill-1 #fill1 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-1.onHover:hover #fill1 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-2 #fill2 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-2.onHover:hover #fill2 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-3 #fill3 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-3.onHover:hover #fill3 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-4 #fill4 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-4.onHover:hover #fill4 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-5 #fill5 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-fill-5.onHover:hover #fill5 {
  fill: var(--primaryColor) !important;
}
.C-primaryColor-stroke-1 #stroke1 {
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-stroke-2 #stroke2 {
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-stroke-3 #stroke3 {
  stroke: var(--primaryColor) !important;
}
.C-primaryColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--primaryColor) !important;
}
.C-onPrimary-100 {
  background-color: var(--onPrimary)FF !important;
}
.C-onPrimary-100-text {
  color: var(--onPrimary)FF;
}
.C-onPrimary-100-border {
  border-color: var(--onPrimary)FF !important;
}
.C-onPrimary-95 {
  background-color: var(--onPrimary)F2 !important;
}
.C-onPrimary-95-text {
  color: var(--onPrimary)F2;
}
.C-onPrimary-95-border {
  border-color: var(--onPrimary)F2 !important;
}
.C-onPrimary-90 {
  background-color: var(--onPrimary)E6 !important;
}
.C-onPrimary-90-text {
  color: var(--onPrimary)E6;
}
.C-onPrimary-90-border {
  border-color: var(--onPrimary)E6 !important;
}
.C-onPrimary-85 {
  background-color: var(--onPrimary)D9 !important;
}
.C-onPrimary-85-text {
  color: var(--onPrimary)D9;
}
.C-onPrimary-85-border {
  border-color: var(--onPrimary)D9 !important;
}
.C-onPrimary-80 {
  background-color: var(--onPrimary)CC !important;
}
.C-onPrimary-80-text {
  color: var(--onPrimary)CC;
}
.C-onPrimary-80-border {
  border-color: var(--onPrimary)CC !important;
}
.C-onPrimary-75 {
  background-color: var(--onPrimary)BF !important;
}
.C-onPrimary-75-text {
  color: var(--onPrimary)BF;
}
.C-onPrimary-75-border {
  border-color: var(--onPrimary)BF !important;
}
.C-onPrimary-70 {
  background-color: var(--onPrimary)B3 !important;
}
.C-onPrimary-70-text {
  color: var(--onPrimary)B3;
}
.C-onPrimary-70-border {
  border-color: var(--onPrimary)B3 !important;
}
.C-onPrimary-65 {
  background-color: var(--onPrimary)A6 !important;
}
.C-onPrimary-65-text {
  color: var(--onPrimary)A6;
}
.C-onPrimary-65-border {
  border-color: var(--onPrimary)A6 !important;
}
.C-onPrimary-60 {
  background-color: var(--onPrimary)99 !important;
}
.C-onPrimary-60-text {
  color: var(--onPrimary)99;
}
.C-onPrimary-60-border {
  border-color: var(--onPrimary)99 !important;
}
.C-onPrimary-55 {
  background-color: var(--onPrimary)8C !important;
}
.C-onPrimary-55-text {
  color: var(--onPrimary)8C;
}
.C-onPrimary-55-border {
  border-color: var(--onPrimary)8C !important;
}
.C-onPrimary-50 {
  background-color: var(--onPrimary)80 !important;
}
.C-onPrimary-50-text {
  color: var(--onPrimary)80;
}
.C-onPrimary-50-border {
  border-color: var(--onPrimary)80 !important;
}
.C-onPrimary-45 {
  background-color: var(--onPrimary)73 !important;
}
.C-onPrimary-45-text {
  color: var(--onPrimary)73;
}
.C-onPrimary-45-border {
  border-color: var(--onPrimary)73 !important;
}
.C-onPrimary-40 {
  background-color: var(--onPrimary)66 !important;
}
.C-onPrimary-40-text {
  color: var(--onPrimary)66;
}
.C-onPrimary-40-border {
  border-color: var(--onPrimary)66 !important;
}
.C-onPrimary-35 {
  background-color: var(--onPrimary)59 !important;
}
.C-onPrimary-35-text {
  color: var(--onPrimary)59;
}
.C-onPrimary-35-border {
  border-color: var(--onPrimary)59 !important;
}
.C-onPrimary-30 {
  background-color: var(--onPrimary)4D !important;
}
.C-onPrimary-30-text {
  color: var(--onPrimary)4D;
}
.C-onPrimary-30-border {
  border-color: var(--onPrimary)4D !important;
}
.C-onPrimary-25 {
  background-color: var(--onPrimary)40 !important;
}
.C-onPrimary-25-text {
  color: var(--onPrimary)40;
}
.C-onPrimary-25-border {
  border-color: var(--onPrimary)40 !important;
}
.C-onPrimary-20 {
  background-color: var(--onPrimary)33 !important;
}
.C-onPrimary-20-text {
  color: var(--onPrimary)33;
}
.C-onPrimary-20-border {
  border-color: var(--onPrimary)33 !important;
}
.C-onPrimary-15 {
  background-color: var(--onPrimary)26 !important;
}
.C-onPrimary-15-text {
  color: var(--onPrimary)26;
}
.C-onPrimary-15-border {
  border-color: var(--onPrimary)26 !important;
}
.C-onPrimary-10 {
  background-color: var(--onPrimary)1A !important;
}
.C-onPrimary-10-text {
  color: var(--onPrimary)1A;
}
.C-onPrimary-10-border {
  border-color: var(--onPrimary)1A !important;
}
.C-onPrimary-5 {
  background-color: var(--onPrimary)0D !important;
}
.C-onPrimary-5-text {
  color: var(--onPrimary)0D;
}
.C-onPrimary-5-border {
  border-color: var(--onPrimary)0D !important;
}
.C-onPrimary-0 {
  background-color: var(--onPrimary)0 !important;
}
.C-onPrimary-0-text {
  color: var(--onPrimary)0;
}
.C-onPrimary-0-border {
  border-color: var(--onPrimary)0 !important;
}
.C-onPrimary {
  background-color: var(--onPrimary);
  --btn-background: var(--onPrimary);
}
.C-onPrimary.gCol {
  background-color: var(--onPrimary) !important;
}
.C-onPrimary-after::after,
.C-onPrimary-after::before {
  background-color: var(--onPrimary);
}
.C-onPrimary-text:not(:hover) {
  color: var(--onPrimary);
}
.C-onPrimary-text.ov_hvr {
  color: var(--onPrimary);
}
.C-onPrimary-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onPrimary) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onPrimary-border {
  border-color: var(--onPrimary);
}
.C-onPrimary-outline {
  outline-color: var(--onPrimary);
}
.C-onPrimary-outline:focus {
  outline-color: var(--onPrimary);
}
.C-onPrimary-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onPrimary);
  transition: box-shadow 0.2s;
}
.C-onPrimary-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onPrimary-hover-bg:hover {
    background-color: var(--onPrimary) !important;
  }
}
.C-onPrimary-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onPrimary-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onPrimary);
  fill: var(--onPrimary) !important;
}
.C-onPrimary-hover-text:hover {
  color: var(--onPrimary) !important;
}
.C-onPrimary-hover-text [fHover]:hover {
  color: var(--onPrimary) !important;
}
.C-onPrimary-hover-text [fHover]:hover [hovered] {
  color: var(--onPrimary) !important;
}
.C-onPrimary-hover-text [fHover]:hover {
  color: var(--onPrimary) !important;
}
.C-onPrimary-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onPrimary-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onPrimary);
  fill: var(--onPrimary);
  stroke: var(--onPrimary);
}
.C-onPrimary-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onPrimary) !important;
  fill: var(--onPrimary) !important;
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-hover-box-shadow:hover,
.C-onPrimary-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onPrimary), 12%;
  transition: box-shadow 0.2s;
}
.C-onPrimary-fill-1 #fill1 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-1.onHover:hover #fill1 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-2 #fill2 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-2.onHover:hover #fill2 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-3 #fill3 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-3.onHover:hover #fill3 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-4 #fill4 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-4.onHover:hover #fill4 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-5 #fill5 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-fill-5.onHover:hover #fill5 {
  fill: var(--onPrimary) !important;
}
.C-onPrimary-stroke-1 #stroke1 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-stroke-2 #stroke2 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-stroke-3 #stroke3 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimary-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onPrimary) !important;
}
.C-onPrimaryContainer-100 {
  background-color: var(--onPrimaryContainer)FF !important;
}
.C-onPrimaryContainer-100-text {
  color: var(--onPrimaryContainer)FF;
}
.C-onPrimaryContainer-100-border {
  border-color: var(--onPrimaryContainer)FF !important;
}
.C-onPrimaryContainer-95 {
  background-color: var(--onPrimaryContainer)F2 !important;
}
.C-onPrimaryContainer-95-text {
  color: var(--onPrimaryContainer)F2;
}
.C-onPrimaryContainer-95-border {
  border-color: var(--onPrimaryContainer)F2 !important;
}
.C-onPrimaryContainer-90 {
  background-color: var(--onPrimaryContainer)E6 !important;
}
.C-onPrimaryContainer-90-text {
  color: var(--onPrimaryContainer)E6;
}
.C-onPrimaryContainer-90-border {
  border-color: var(--onPrimaryContainer)E6 !important;
}
.C-onPrimaryContainer-85 {
  background-color: var(--onPrimaryContainer)D9 !important;
}
.C-onPrimaryContainer-85-text {
  color: var(--onPrimaryContainer)D9;
}
.C-onPrimaryContainer-85-border {
  border-color: var(--onPrimaryContainer)D9 !important;
}
.C-onPrimaryContainer-80 {
  background-color: var(--onPrimaryContainer)CC !important;
}
.C-onPrimaryContainer-80-text {
  color: var(--onPrimaryContainer)CC;
}
.C-onPrimaryContainer-80-border {
  border-color: var(--onPrimaryContainer)CC !important;
}
.C-onPrimaryContainer-75 {
  background-color: var(--onPrimaryContainer)BF !important;
}
.C-onPrimaryContainer-75-text {
  color: var(--onPrimaryContainer)BF;
}
.C-onPrimaryContainer-75-border {
  border-color: var(--onPrimaryContainer)BF !important;
}
.C-onPrimaryContainer-70 {
  background-color: var(--onPrimaryContainer)B3 !important;
}
.C-onPrimaryContainer-70-text {
  color: var(--onPrimaryContainer)B3;
}
.C-onPrimaryContainer-70-border {
  border-color: var(--onPrimaryContainer)B3 !important;
}
.C-onPrimaryContainer-65 {
  background-color: var(--onPrimaryContainer)A6 !important;
}
.C-onPrimaryContainer-65-text {
  color: var(--onPrimaryContainer)A6;
}
.C-onPrimaryContainer-65-border {
  border-color: var(--onPrimaryContainer)A6 !important;
}
.C-onPrimaryContainer-60 {
  background-color: var(--onPrimaryContainer)99 !important;
}
.C-onPrimaryContainer-60-text {
  color: var(--onPrimaryContainer)99;
}
.C-onPrimaryContainer-60-border {
  border-color: var(--onPrimaryContainer)99 !important;
}
.C-onPrimaryContainer-55 {
  background-color: var(--onPrimaryContainer)8C !important;
}
.C-onPrimaryContainer-55-text {
  color: var(--onPrimaryContainer)8C;
}
.C-onPrimaryContainer-55-border {
  border-color: var(--onPrimaryContainer)8C !important;
}
.C-onPrimaryContainer-50 {
  background-color: var(--onPrimaryContainer)80 !important;
}
.C-onPrimaryContainer-50-text {
  color: var(--onPrimaryContainer)80;
}
.C-onPrimaryContainer-50-border {
  border-color: var(--onPrimaryContainer)80 !important;
}
.C-onPrimaryContainer-45 {
  background-color: var(--onPrimaryContainer)73 !important;
}
.C-onPrimaryContainer-45-text {
  color: var(--onPrimaryContainer)73;
}
.C-onPrimaryContainer-45-border {
  border-color: var(--onPrimaryContainer)73 !important;
}
.C-onPrimaryContainer-40 {
  background-color: var(--onPrimaryContainer)66 !important;
}
.C-onPrimaryContainer-40-text {
  color: var(--onPrimaryContainer)66;
}
.C-onPrimaryContainer-40-border {
  border-color: var(--onPrimaryContainer)66 !important;
}
.C-onPrimaryContainer-35 {
  background-color: var(--onPrimaryContainer)59 !important;
}
.C-onPrimaryContainer-35-text {
  color: var(--onPrimaryContainer)59;
}
.C-onPrimaryContainer-35-border {
  border-color: var(--onPrimaryContainer)59 !important;
}
.C-onPrimaryContainer-30 {
  background-color: var(--onPrimaryContainer)4D !important;
}
.C-onPrimaryContainer-30-text {
  color: var(--onPrimaryContainer)4D;
}
.C-onPrimaryContainer-30-border {
  border-color: var(--onPrimaryContainer)4D !important;
}
.C-onPrimaryContainer-25 {
  background-color: var(--onPrimaryContainer)40 !important;
}
.C-onPrimaryContainer-25-text {
  color: var(--onPrimaryContainer)40;
}
.C-onPrimaryContainer-25-border {
  border-color: var(--onPrimaryContainer)40 !important;
}
.C-onPrimaryContainer-20 {
  background-color: var(--onPrimaryContainer)33 !important;
}
.C-onPrimaryContainer-20-text {
  color: var(--onPrimaryContainer)33;
}
.C-onPrimaryContainer-20-border {
  border-color: var(--onPrimaryContainer)33 !important;
}
.C-onPrimaryContainer-15 {
  background-color: var(--onPrimaryContainer)26 !important;
}
.C-onPrimaryContainer-15-text {
  color: var(--onPrimaryContainer)26;
}
.C-onPrimaryContainer-15-border {
  border-color: var(--onPrimaryContainer)26 !important;
}
.C-onPrimaryContainer-10 {
  background-color: var(--onPrimaryContainer)1A !important;
}
.C-onPrimaryContainer-10-text {
  color: var(--onPrimaryContainer)1A;
}
.C-onPrimaryContainer-10-border {
  border-color: var(--onPrimaryContainer)1A !important;
}
.C-onPrimaryContainer-5 {
  background-color: var(--onPrimaryContainer)0D !important;
}
.C-onPrimaryContainer-5-text {
  color: var(--onPrimaryContainer)0D;
}
.C-onPrimaryContainer-5-border {
  border-color: var(--onPrimaryContainer)0D !important;
}
.C-onPrimaryContainer-0 {
  background-color: var(--onPrimaryContainer)0 !important;
}
.C-onPrimaryContainer-0-text {
  color: var(--onPrimaryContainer)0;
}
.C-onPrimaryContainer-0-border {
  border-color: var(--onPrimaryContainer)0 !important;
}
.C-onPrimaryContainer {
  background-color: var(--onPrimaryContainer);
  --btn-background: var(--onPrimaryContainer);
}
.C-onPrimaryContainer.gCol {
  background-color: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-after::after,
.C-onPrimaryContainer-after::before {
  background-color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-text:not(:hover) {
  color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-text.ov_hvr {
  color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onPrimaryContainer) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onPrimaryContainer-border {
  border-color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-outline {
  outline-color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-outline:focus {
  outline-color: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onPrimaryContainer);
  transition: box-shadow 0.2s;
}
.C-onPrimaryContainer-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onPrimaryContainer-hover-bg:hover {
    background-color: var(--onPrimaryContainer) !important;
  }
}
.C-onPrimaryContainer-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onPrimaryContainer-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onPrimaryContainer);
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-text:hover {
  color: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-text [fHover]:hover {
  color: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-text [fHover]:hover [hovered] {
  color: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-text [fHover]:hover {
  color: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onPrimaryContainer-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onPrimaryContainer);
  fill: var(--onPrimaryContainer);
  stroke: var(--onPrimaryContainer);
}
.C-onPrimaryContainer-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onPrimaryContainer) !important;
  fill: var(--onPrimaryContainer) !important;
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-hover-box-shadow:hover,
.C-onPrimaryContainer-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onPrimaryContainer), 12%;
  transition: box-shadow 0.2s;
}
.C-onPrimaryContainer-fill-1 #fill1 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-1.onHover:hover #fill1 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-2 #fill2 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-2.onHover:hover #fill2 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-3 #fill3 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-3.onHover:hover #fill3 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-4 #fill4 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-4.onHover:hover #fill4 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-5 #fill5 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-fill-5.onHover:hover #fill5 {
  fill: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-1 #stroke1 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-2 #stroke2 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-3 #stroke3 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-onPrimaryContainer-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onPrimaryContainer) !important;
}
.C-primaryColorDark-100 {
  background-color: var(--primaryColorDark)FF !important;
}
.C-primaryColorDark-100-text {
  color: var(--primaryColorDark)FF;
}
.C-primaryColorDark-100-border {
  border-color: var(--primaryColorDark)FF !important;
}
.C-primaryColorDark-95 {
  background-color: var(--primaryColorDark)F2 !important;
}
.C-primaryColorDark-95-text {
  color: var(--primaryColorDark)F2;
}
.C-primaryColorDark-95-border {
  border-color: var(--primaryColorDark)F2 !important;
}
.C-primaryColorDark-90 {
  background-color: var(--primaryColorDark)E6 !important;
}
.C-primaryColorDark-90-text {
  color: var(--primaryColorDark)E6;
}
.C-primaryColorDark-90-border {
  border-color: var(--primaryColorDark)E6 !important;
}
.C-primaryColorDark-85 {
  background-color: var(--primaryColorDark)D9 !important;
}
.C-primaryColorDark-85-text {
  color: var(--primaryColorDark)D9;
}
.C-primaryColorDark-85-border {
  border-color: var(--primaryColorDark)D9 !important;
}
.C-primaryColorDark-80 {
  background-color: var(--primaryColorDark)CC !important;
}
.C-primaryColorDark-80-text {
  color: var(--primaryColorDark)CC;
}
.C-primaryColorDark-80-border {
  border-color: var(--primaryColorDark)CC !important;
}
.C-primaryColorDark-75 {
  background-color: var(--primaryColorDark)BF !important;
}
.C-primaryColorDark-75-text {
  color: var(--primaryColorDark)BF;
}
.C-primaryColorDark-75-border {
  border-color: var(--primaryColorDark)BF !important;
}
.C-primaryColorDark-70 {
  background-color: var(--primaryColorDark)B3 !important;
}
.C-primaryColorDark-70-text {
  color: var(--primaryColorDark)B3;
}
.C-primaryColorDark-70-border {
  border-color: var(--primaryColorDark)B3 !important;
}
.C-primaryColorDark-65 {
  background-color: var(--primaryColorDark)A6 !important;
}
.C-primaryColorDark-65-text {
  color: var(--primaryColorDark)A6;
}
.C-primaryColorDark-65-border {
  border-color: var(--primaryColorDark)A6 !important;
}
.C-primaryColorDark-60 {
  background-color: var(--primaryColorDark)99 !important;
}
.C-primaryColorDark-60-text {
  color: var(--primaryColorDark)99;
}
.C-primaryColorDark-60-border {
  border-color: var(--primaryColorDark)99 !important;
}
.C-primaryColorDark-55 {
  background-color: var(--primaryColorDark)8C !important;
}
.C-primaryColorDark-55-text {
  color: var(--primaryColorDark)8C;
}
.C-primaryColorDark-55-border {
  border-color: var(--primaryColorDark)8C !important;
}
.C-primaryColorDark-50 {
  background-color: var(--primaryColorDark)80 !important;
}
.C-primaryColorDark-50-text {
  color: var(--primaryColorDark)80;
}
.C-primaryColorDark-50-border {
  border-color: var(--primaryColorDark)80 !important;
}
.C-primaryColorDark-45 {
  background-color: var(--primaryColorDark)73 !important;
}
.C-primaryColorDark-45-text {
  color: var(--primaryColorDark)73;
}
.C-primaryColorDark-45-border {
  border-color: var(--primaryColorDark)73 !important;
}
.C-primaryColorDark-40 {
  background-color: var(--primaryColorDark)66 !important;
}
.C-primaryColorDark-40-text {
  color: var(--primaryColorDark)66;
}
.C-primaryColorDark-40-border {
  border-color: var(--primaryColorDark)66 !important;
}
.C-primaryColorDark-35 {
  background-color: var(--primaryColorDark)59 !important;
}
.C-primaryColorDark-35-text {
  color: var(--primaryColorDark)59;
}
.C-primaryColorDark-35-border {
  border-color: var(--primaryColorDark)59 !important;
}
.C-primaryColorDark-30 {
  background-color: var(--primaryColorDark)4D !important;
}
.C-primaryColorDark-30-text {
  color: var(--primaryColorDark)4D;
}
.C-primaryColorDark-30-border {
  border-color: var(--primaryColorDark)4D !important;
}
.C-primaryColorDark-25 {
  background-color: var(--primaryColorDark)40 !important;
}
.C-primaryColorDark-25-text {
  color: var(--primaryColorDark)40;
}
.C-primaryColorDark-25-border {
  border-color: var(--primaryColorDark)40 !important;
}
.C-primaryColorDark-20 {
  background-color: var(--primaryColorDark)33 !important;
}
.C-primaryColorDark-20-text {
  color: var(--primaryColorDark)33;
}
.C-primaryColorDark-20-border {
  border-color: var(--primaryColorDark)33 !important;
}
.C-primaryColorDark-15 {
  background-color: var(--primaryColorDark)26 !important;
}
.C-primaryColorDark-15-text {
  color: var(--primaryColorDark)26;
}
.C-primaryColorDark-15-border {
  border-color: var(--primaryColorDark)26 !important;
}
.C-primaryColorDark-10 {
  background-color: var(--primaryColorDark)1A !important;
}
.C-primaryColorDark-10-text {
  color: var(--primaryColorDark)1A;
}
.C-primaryColorDark-10-border {
  border-color: var(--primaryColorDark)1A !important;
}
.C-primaryColorDark-5 {
  background-color: var(--primaryColorDark)0D !important;
}
.C-primaryColorDark-5-text {
  color: var(--primaryColorDark)0D;
}
.C-primaryColorDark-5-border {
  border-color: var(--primaryColorDark)0D !important;
}
.C-primaryColorDark-0 {
  background-color: var(--primaryColorDark)0 !important;
}
.C-primaryColorDark-0-text {
  color: var(--primaryColorDark)0;
}
.C-primaryColorDark-0-border {
  border-color: var(--primaryColorDark)0 !important;
}
.C-primaryColorDark,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:last-child,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(8),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(6),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(4),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(2),
.swing div:nth-of-type(2),
.table-top_grid .btn-group button:nth-child(1) {
  background-color: var(--primaryColorDark);
  --btn-background: var(--primaryColorDark);
}
.C-primaryColorDark.gCol,
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:last-child,
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(8),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(6),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(4),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(2),
.swing div.gCol:nth-of-type(2),
.table-top_grid .btn-group button.gCol:nth-child(1) {
  background-color: var(--primaryColorDark) !important;
}
.C-primaryColorDark-after::after,
.C-primaryColorDark-after::before {
  background-color: var(--primaryColorDark);
}
.C-primaryColorDark-text:not(:hover) {
  color: var(--primaryColorDark);
}
.C-primaryColorDark-text.ov_hvr {
  color: var(--primaryColorDark);
}
.C-primaryColorDark-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--primaryColorDark) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-primaryColorDark-border,
.btn-secondary_4:hover,
.btn-primaryColor_4 {
  border-color: var(--primaryColorDark);
}
.C-primaryColorDark-outline {
  outline-color: var(--primaryColorDark);
}
.C-primaryColorDark-outline:focus {
  outline-color: var(--primaryColorDark);
}
.C-primaryColorDark-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColorDark);
  transition: box-shadow 0.2s;
}
.C-primaryColorDark-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-primaryColorDark-hover-bg:hover {
    background-color: var(--primaryColorDark) !important;
  }
}
.C-primaryColorDark-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-primaryColorDark-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--primaryColorDark);
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-text:hover {
  color: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-text [fHover]:hover {
  color: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-text [fHover]:hover [hovered] {
  color: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-text [fHover]:hover {
  color: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-primaryColorDark-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--primaryColorDark);
  fill: var(--primaryColorDark);
  stroke: var(--primaryColorDark);
}
.C-primaryColorDark-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--primaryColorDark) !important;
  fill: var(--primaryColorDark) !important;
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-hover-box-shadow:hover,
.C-primaryColorDark-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColorDark), 12%;
  transition: box-shadow 0.2s;
}
.C-primaryColorDark-fill-1 #fill1 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-1.onHover:hover #fill1 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-2 #fill2 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-2.onHover:hover #fill2 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-3 #fill3 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-3.onHover:hover #fill3 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-4 #fill4 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-4.onHover:hover #fill4 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-5 #fill5 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-fill-5.onHover:hover #fill5 {
  fill: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-1 #stroke1 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-1.onHover:hover #stroke1 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-2 #stroke2 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-2.onHover:hover #stroke2 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-3 #stroke3 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorDark-stroke-3.onHover:hover #stroke3 {
  stroke: var(--primaryColorDark) !important;
}
.C-primaryColorLight-100 {
  background-color: var(--primaryColorLight)FF !important;
}
.C-primaryColorLight-100-text {
  color: var(--primaryColorLight)FF;
}
.C-primaryColorLight-100-border {
  border-color: var(--primaryColorLight)FF !important;
}
.C-primaryColorLight-95 {
  background-color: var(--primaryColorLight)F2 !important;
}
.C-primaryColorLight-95-text {
  color: var(--primaryColorLight)F2;
}
.C-primaryColorLight-95-border {
  border-color: var(--primaryColorLight)F2 !important;
}
.C-primaryColorLight-90 {
  background-color: var(--primaryColorLight)E6 !important;
}
.C-primaryColorLight-90-text {
  color: var(--primaryColorLight)E6;
}
.C-primaryColorLight-90-border {
  border-color: var(--primaryColorLight)E6 !important;
}
.C-primaryColorLight-85 {
  background-color: var(--primaryColorLight)D9 !important;
}
.C-primaryColorLight-85-text {
  color: var(--primaryColorLight)D9;
}
.C-primaryColorLight-85-border {
  border-color: var(--primaryColorLight)D9 !important;
}
.C-primaryColorLight-80 {
  background-color: var(--primaryColorLight)CC !important;
}
.C-primaryColorLight-80-text {
  color: var(--primaryColorLight)CC;
}
.C-primaryColorLight-80-border {
  border-color: var(--primaryColorLight)CC !important;
}
.C-primaryColorLight-75 {
  background-color: var(--primaryColorLight)BF !important;
}
.C-primaryColorLight-75-text {
  color: var(--primaryColorLight)BF;
}
.C-primaryColorLight-75-border {
  border-color: var(--primaryColorLight)BF !important;
}
.C-primaryColorLight-70 {
  background-color: var(--primaryColorLight)B3 !important;
}
.C-primaryColorLight-70-text {
  color: var(--primaryColorLight)B3;
}
.C-primaryColorLight-70-border {
  border-color: var(--primaryColorLight)B3 !important;
}
.C-primaryColorLight-65 {
  background-color: var(--primaryColorLight)A6 !important;
}
.C-primaryColorLight-65-text {
  color: var(--primaryColorLight)A6;
}
.C-primaryColorLight-65-border {
  border-color: var(--primaryColorLight)A6 !important;
}
.C-primaryColorLight-60 {
  background-color: var(--primaryColorLight)99 !important;
}
.C-primaryColorLight-60-text {
  color: var(--primaryColorLight)99;
}
.C-primaryColorLight-60-border {
  border-color: var(--primaryColorLight)99 !important;
}
.C-primaryColorLight-55 {
  background-color: var(--primaryColorLight)8C !important;
}
.C-primaryColorLight-55-text {
  color: var(--primaryColorLight)8C;
}
.C-primaryColorLight-55-border {
  border-color: var(--primaryColorLight)8C !important;
}
.C-primaryColorLight-50 {
  background-color: var(--primaryColorLight)80 !important;
}
.C-primaryColorLight-50-text {
  color: var(--primaryColorLight)80;
}
.C-primaryColorLight-50-border {
  border-color: var(--primaryColorLight)80 !important;
}
.C-primaryColorLight-45 {
  background-color: var(--primaryColorLight)73 !important;
}
.C-primaryColorLight-45-text {
  color: var(--primaryColorLight)73;
}
.C-primaryColorLight-45-border {
  border-color: var(--primaryColorLight)73 !important;
}
.C-primaryColorLight-40 {
  background-color: var(--primaryColorLight)66 !important;
}
.C-primaryColorLight-40-text {
  color: var(--primaryColorLight)66;
}
.C-primaryColorLight-40-border {
  border-color: var(--primaryColorLight)66 !important;
}
.C-primaryColorLight-35 {
  background-color: var(--primaryColorLight)59 !important;
}
.C-primaryColorLight-35-text {
  color: var(--primaryColorLight)59;
}
.C-primaryColorLight-35-border {
  border-color: var(--primaryColorLight)59 !important;
}
.C-primaryColorLight-30 {
  background-color: var(--primaryColorLight)4D !important;
}
.C-primaryColorLight-30-text {
  color: var(--primaryColorLight)4D;
}
.C-primaryColorLight-30-border {
  border-color: var(--primaryColorLight)4D !important;
}
.C-primaryColorLight-25 {
  background-color: var(--primaryColorLight)40 !important;
}
.C-primaryColorLight-25-text {
  color: var(--primaryColorLight)40;
}
.C-primaryColorLight-25-border {
  border-color: var(--primaryColorLight)40 !important;
}
.C-primaryColorLight-20 {
  background-color: var(--primaryColorLight)33 !important;
}
.C-primaryColorLight-20-text {
  color: var(--primaryColorLight)33;
}
.C-primaryColorLight-20-border {
  border-color: var(--primaryColorLight)33 !important;
}
.C-primaryColorLight-15 {
  background-color: var(--primaryColorLight)26 !important;
}
.C-primaryColorLight-15-text {
  color: var(--primaryColorLight)26;
}
.C-primaryColorLight-15-border {
  border-color: var(--primaryColorLight)26 !important;
}
.C-primaryColorLight-10 {
  background-color: var(--primaryColorLight)1A !important;
}
.C-primaryColorLight-10-text {
  color: var(--primaryColorLight)1A;
}
.C-primaryColorLight-10-border {
  border-color: var(--primaryColorLight)1A !important;
}
.C-primaryColorLight-5 {
  background-color: var(--primaryColorLight)0D !important;
}
.C-primaryColorLight-5-text {
  color: var(--primaryColorLight)0D;
}
.C-primaryColorLight-5-border {
  border-color: var(--primaryColorLight)0D !important;
}
.C-primaryColorLight-0 {
  background-color: var(--primaryColorLight)0 !important;
}
.C-primaryColorLight-0-text {
  color: var(--primaryColorLight)0;
}
.C-primaryColorLight-0-border {
  border-color: var(--primaryColorLight)0 !important;
}
.C-primaryColorLight,
.swing div:nth-of-type(7) {
  background-color: var(--primaryColorLight);
  --btn-background: var(--primaryColorLight);
}
.C-primaryColorLight.gCol,
.swing div.gCol:nth-of-type(7) {
  background-color: var(--primaryColorLight) !important;
}
.C-primaryColorLight-after::after,
.C-primaryColorLight-after::before {
  background-color: var(--primaryColorLight);
}
.C-primaryColorLight-text:not(:hover),
html body #ggTheme #store-edit .md-form label.active:not(:hover) {
  color: var(--primaryColorLight);
}
.C-primaryColorLight-text.ov_hvr,
html body #ggTheme #store-edit .md-form label.ov_hvr.active {
  color: var(--primaryColorLight);
}
.C-primaryColorLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--primaryColorLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-primaryColorLight-border {
  border-color: var(--primaryColorLight);
}
.C-primaryColorLight-outline {
  outline-color: var(--primaryColorLight);
}
.C-primaryColorLight-outline:focus {
  outline-color: var(--primaryColorLight);
}
.C-primaryColorLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColorLight);
  transition: box-shadow 0.2s;
}
.C-primaryColorLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-primaryColorLight-hover-bg:hover {
    background-color: var(--primaryColorLight) !important;
  }
}
.C-primaryColorLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-primaryColorLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--primaryColorLight);
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-text:hover {
  color: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-text [fHover]:hover {
  color: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-text [fHover]:hover [hovered] {
  color: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-text [fHover]:hover {
  color: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-primaryColorLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--primaryColorLight);
  fill: var(--primaryColorLight);
  stroke: var(--primaryColorLight);
}
.C-primaryColorLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--primaryColorLight) !important;
  fill: var(--primaryColorLight) !important;
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-hover-box-shadow:hover,
.C-primaryColorLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--primaryColorLight), 12%;
  transition: box-shadow 0.2s;
}
.C-primaryColorLight-fill-1 #fill1 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-1.onHover:hover #fill1 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-2 #fill2 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-2.onHover:hover #fill2 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-3 #fill3 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-3.onHover:hover #fill3 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-4 #fill4 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-4.onHover:hover #fill4 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-5 #fill5 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-fill-5.onHover:hover #fill5 {
  fill: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-1 #stroke1 {
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-2 #stroke2 {
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-3 #stroke3 {
  stroke: var(--primaryColorLight) !important;
}
.C-primaryColorLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--primaryColorLight) !important;
}
.C-secondaryColor-100 {
  background-color: var(--secondaryColor)FF !important;
}
.C-secondaryColor-100-text {
  color: var(--secondaryColor)FF;
}
.C-secondaryColor-100-border {
  border-color: var(--secondaryColor)FF !important;
}
.C-secondaryColor-95 {
  background-color: var(--secondaryColor)F2 !important;
}
.C-secondaryColor-95-text {
  color: var(--secondaryColor)F2;
}
.C-secondaryColor-95-border {
  border-color: var(--secondaryColor)F2 !important;
}
.C-secondaryColor-90 {
  background-color: var(--secondaryColor)E6 !important;
}
.C-secondaryColor-90-text {
  color: var(--secondaryColor)E6;
}
.C-secondaryColor-90-border {
  border-color: var(--secondaryColor)E6 !important;
}
.C-secondaryColor-85 {
  background-color: var(--secondaryColor)D9 !important;
}
.C-secondaryColor-85-text {
  color: var(--secondaryColor)D9;
}
.C-secondaryColor-85-border {
  border-color: var(--secondaryColor)D9 !important;
}
.C-secondaryColor-80 {
  background-color: var(--secondaryColor)CC !important;
}
.C-secondaryColor-80-text {
  color: var(--secondaryColor)CC;
}
.C-secondaryColor-80-border {
  border-color: var(--secondaryColor)CC !important;
}
.C-secondaryColor-75 {
  background-color: var(--secondaryColor)BF !important;
}
.C-secondaryColor-75-text {
  color: var(--secondaryColor)BF;
}
.C-secondaryColor-75-border {
  border-color: var(--secondaryColor)BF !important;
}
.C-secondaryColor-70 {
  background-color: var(--secondaryColor)B3 !important;
}
.C-secondaryColor-70-text {
  color: var(--secondaryColor)B3;
}
.C-secondaryColor-70-border {
  border-color: var(--secondaryColor)B3 !important;
}
.C-secondaryColor-65 {
  background-color: var(--secondaryColor)A6 !important;
}
.C-secondaryColor-65-text {
  color: var(--secondaryColor)A6;
}
.C-secondaryColor-65-border {
  border-color: var(--secondaryColor)A6 !important;
}
.C-secondaryColor-60 {
  background-color: var(--secondaryColor)99 !important;
}
.C-secondaryColor-60-text {
  color: var(--secondaryColor)99;
}
.C-secondaryColor-60-border {
  border-color: var(--secondaryColor)99 !important;
}
.C-secondaryColor-55 {
  background-color: var(--secondaryColor)8C !important;
}
.C-secondaryColor-55-text {
  color: var(--secondaryColor)8C;
}
.C-secondaryColor-55-border {
  border-color: var(--secondaryColor)8C !important;
}
.C-secondaryColor-50 {
  background-color: var(--secondaryColor)80 !important;
}
.C-secondaryColor-50-text {
  color: var(--secondaryColor)80;
}
.C-secondaryColor-50-border {
  border-color: var(--secondaryColor)80 !important;
}
.C-secondaryColor-45 {
  background-color: var(--secondaryColor)73 !important;
}
.C-secondaryColor-45-text {
  color: var(--secondaryColor)73;
}
.C-secondaryColor-45-border {
  border-color: var(--secondaryColor)73 !important;
}
.C-secondaryColor-40 {
  background-color: var(--secondaryColor)66 !important;
}
.C-secondaryColor-40-text {
  color: var(--secondaryColor)66;
}
.C-secondaryColor-40-border {
  border-color: var(--secondaryColor)66 !important;
}
.C-secondaryColor-35 {
  background-color: var(--secondaryColor)59 !important;
}
.C-secondaryColor-35-text {
  color: var(--secondaryColor)59;
}
.C-secondaryColor-35-border {
  border-color: var(--secondaryColor)59 !important;
}
.C-secondaryColor-30 {
  background-color: var(--secondaryColor)4D !important;
}
.C-secondaryColor-30-text {
  color: var(--secondaryColor)4D;
}
.C-secondaryColor-30-border {
  border-color: var(--secondaryColor)4D !important;
}
.C-secondaryColor-25 {
  background-color: var(--secondaryColor)40 !important;
}
.C-secondaryColor-25-text {
  color: var(--secondaryColor)40;
}
.C-secondaryColor-25-border {
  border-color: var(--secondaryColor)40 !important;
}
.C-secondaryColor-20 {
  background-color: var(--secondaryColor)33 !important;
}
.C-secondaryColor-20-text {
  color: var(--secondaryColor)33;
}
.C-secondaryColor-20-border {
  border-color: var(--secondaryColor)33 !important;
}
.C-secondaryColor-15 {
  background-color: var(--secondaryColor)26 !important;
}
.C-secondaryColor-15-text {
  color: var(--secondaryColor)26;
}
.C-secondaryColor-15-border {
  border-color: var(--secondaryColor)26 !important;
}
.C-secondaryColor-10 {
  background-color: var(--secondaryColor)1A !important;
}
.C-secondaryColor-10-text {
  color: var(--secondaryColor)1A;
}
.C-secondaryColor-10-border {
  border-color: var(--secondaryColor)1A !important;
}
.C-secondaryColor-5 {
  background-color: var(--secondaryColor)0D !important;
}
.C-secondaryColor-5-text {
  color: var(--secondaryColor)0D;
}
.C-secondaryColor-5-border {
  border-color: var(--secondaryColor)0D !important;
}
.C-secondaryColor-0 {
  background-color: var(--secondaryColor)0 !important;
}
.C-secondaryColor-0-text {
  color: var(--secondaryColor)0;
}
.C-secondaryColor-0-border {
  border-color: var(--secondaryColor)0 !important;
}
.C-secondaryColor,
html body #ggTheme .picker__date-display,
html body #ggTheme .clockpicker-am-pm-block .clockpicker-button.am-button,
html body #ggTheme .clockpicker-button.pm-button,
html body #ggTheme .ggInput._secondary.form-check-input[type=radio]:checked + label::after,
html body #ggTheme .ggInput.form-check-input[type=radio][templatesContainer]:checked + label::after,
.btn-secondary_7:hover,
.btn-secondary_6:hover,
.btn-secondary_5:hover,
.btn-secondary_4:hover,
.btn-secondary_3,
.btn-secondary_2,
.btn-secondaryColor_1,
.swing div:nth-of-type(3),
.table-top_grid .btn-group button:nth-child(2),
.secondary.cool-underline::after {
  background-color: var(--secondaryColor);
  --btn-background: var(--secondaryColor);
}
.C-secondaryColor.gCol,
html body #ggTheme .gCol.picker__date-display,
html body #ggTheme .clockpicker-am-pm-block .gCol.clockpicker-button.am-button,
html body #ggTheme .gCol.clockpicker-button.pm-button,
html body #ggTheme .ggInput._secondary.form-check-input[type=radio]:checked + label.gCol::after,
html body #ggTheme .ggInput.form-check-input[type=radio][templatesContainer]:checked + label.gCol::after,
.gCol.btn-secondary_7:hover,
.gCol.btn-secondary_6:hover,
.gCol.btn-secondary_5:hover,
.gCol.btn-secondary_4:hover,
.gCol.btn-secondary_3,
.gCol.btn-secondary_2,
.gCol.btn-secondaryColor_1,
.swing div.gCol:nth-of-type(3),
.table-top_grid .btn-group button.gCol:nth-child(2),
.gCol.secondary.cool-underline::after {
  background-color: var(--secondaryColor) !important;
}
.C-secondaryColor-after::after,
.C-secondaryColor-after::before {
  background-color: var(--secondaryColor);
}
.C-secondaryColor-text:not(:hover),
.search_item_box:hover span:not(:hover),
.search_item_box:active span:not(:hover),
.search_item_box:focus span:not(:hover),
.tags_flex .tags_txt:not(:hover):nth-child(6),
.tags_flex .tags_txt:not(:hover):nth-child(2),
.btn-secondary_7 span:not(:hover),
.btn-secondary_7:not(:hover),
.btn-secondary_6 span:not(:hover),
.btn-secondary_6:not(:hover),
.btn-secondary_5 span:not(:hover),
.btn-secondary_5:not(:hover),
.btn-secondary_4 span:not(:hover),
.btn-secondary_4:not(:hover) {
  color: var(--secondaryColor);
}
.C-secondaryColor-text.ov_hvr,
.search_item_box:hover span.ov_hvr,
.search_item_box:active span.ov_hvr,
.search_item_box:focus span.ov_hvr,
.tags_flex .ov_hvr.tags_txt:nth-child(6),
.tags_flex .ov_hvr.tags_txt:nth-child(2),
.btn-secondary_7 span.ov_hvr,
.ov_hvr.btn-secondary_7,
.btn-secondary_6 span.ov_hvr,
.ov_hvr.btn-secondary_6,
.btn-secondary_5 span.ov_hvr,
.ov_hvr.btn-secondary_5,
.btn-secondary_4 span.ov_hvr,
.ov_hvr.btn-secondary_4 {
  color: var(--secondaryColor);
}
.C-secondaryColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--secondaryColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-secondaryColor-border,
html body #ggTheme .ggInput._primary.form-check-input[type=radio]:checked + label::after,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:last-child,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(8),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(6),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(4),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(2),
.btn-ContrastColor_4:hover,
.css-grid-table__subgrid-hover:hover {
  border-color: var(--secondaryColor);
}
.C-secondaryColor-outline {
  outline-color: var(--secondaryColor);
}
.C-secondaryColor-outline:focus {
  outline-color: var(--secondaryColor);
}
.C-secondaryColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor);
  transition: box-shadow 0.2s;
}
.C-secondaryColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-secondaryColor-hover-bg:hover {
    background-color: var(--secondaryColor) !important;
  }
}
.C-secondaryColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-secondaryColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--secondaryColor);
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-text:hover {
  color: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-text [fHover]:hover {
  color: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-text [fHover]:hover [hovered] {
  color: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-text [fHover]:hover {
  color: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-text-onHijo[papaTarget] [hijoTargetText],
#mini-menu .mini-menu_flex [papaTarget].mini-menu-box [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-secondaryColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText],
#mini-menu .mini-menu_flex [papaTarget].mini-menu-box:hover [hijoTargetText] {
  color: var(--secondaryColor);
  fill: var(--secondaryColor);
  stroke: var(--secondaryColor);
}
.C-secondaryColor-hover-text-onHijo[papaTarget]:hover.f_targetText,
#mini-menu .mini-menu_flex [papaTarget].mini-menu-box:hover.f_targetText {
  color: var(--secondaryColor) !important;
  fill: var(--secondaryColor) !important;
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-hover-box-shadow:hover,
.C-secondaryColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColor), 12%;
  transition: box-shadow 0.2s;
}
.C-secondaryColor-fill-1 #fill1 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-1.onHover:hover #fill1 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-2 #fill2 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-2.onHover:hover #fill2 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-3 #fill3 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-3.onHover:hover #fill3 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-4 #fill4 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-4.onHover:hover #fill4 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-5 #fill5 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-fill-5.onHover:hover #fill5 {
  fill: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-1 #stroke1 {
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-2 #stroke2 {
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-3 #stroke3 {
  stroke: var(--secondaryColor) !important;
}
.C-secondaryColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--secondaryColor) !important;
}
.C-onSecondary-100 {
  background-color: var(--onSecondary)FF !important;
}
.C-onSecondary-100-text {
  color: var(--onSecondary)FF;
}
.C-onSecondary-100-border {
  border-color: var(--onSecondary)FF !important;
}
.C-onSecondary-95 {
  background-color: var(--onSecondary)F2 !important;
}
.C-onSecondary-95-text {
  color: var(--onSecondary)F2;
}
.C-onSecondary-95-border {
  border-color: var(--onSecondary)F2 !important;
}
.C-onSecondary-90 {
  background-color: var(--onSecondary)E6 !important;
}
.C-onSecondary-90-text {
  color: var(--onSecondary)E6;
}
.C-onSecondary-90-border {
  border-color: var(--onSecondary)E6 !important;
}
.C-onSecondary-85 {
  background-color: var(--onSecondary)D9 !important;
}
.C-onSecondary-85-text {
  color: var(--onSecondary)D9;
}
.C-onSecondary-85-border {
  border-color: var(--onSecondary)D9 !important;
}
.C-onSecondary-80 {
  background-color: var(--onSecondary)CC !important;
}
.C-onSecondary-80-text {
  color: var(--onSecondary)CC;
}
.C-onSecondary-80-border {
  border-color: var(--onSecondary)CC !important;
}
.C-onSecondary-75 {
  background-color: var(--onSecondary)BF !important;
}
.C-onSecondary-75-text {
  color: var(--onSecondary)BF;
}
.C-onSecondary-75-border {
  border-color: var(--onSecondary)BF !important;
}
.C-onSecondary-70 {
  background-color: var(--onSecondary)B3 !important;
}
.C-onSecondary-70-text {
  color: var(--onSecondary)B3;
}
.C-onSecondary-70-border {
  border-color: var(--onSecondary)B3 !important;
}
.C-onSecondary-65 {
  background-color: var(--onSecondary)A6 !important;
}
.C-onSecondary-65-text {
  color: var(--onSecondary)A6;
}
.C-onSecondary-65-border {
  border-color: var(--onSecondary)A6 !important;
}
.C-onSecondary-60 {
  background-color: var(--onSecondary)99 !important;
}
.C-onSecondary-60-text {
  color: var(--onSecondary)99;
}
.C-onSecondary-60-border {
  border-color: var(--onSecondary)99 !important;
}
.C-onSecondary-55 {
  background-color: var(--onSecondary)8C !important;
}
.C-onSecondary-55-text {
  color: var(--onSecondary)8C;
}
.C-onSecondary-55-border {
  border-color: var(--onSecondary)8C !important;
}
.C-onSecondary-50 {
  background-color: var(--onSecondary)80 !important;
}
.C-onSecondary-50-text {
  color: var(--onSecondary)80;
}
.C-onSecondary-50-border {
  border-color: var(--onSecondary)80 !important;
}
.C-onSecondary-45 {
  background-color: var(--onSecondary)73 !important;
}
.C-onSecondary-45-text {
  color: var(--onSecondary)73;
}
.C-onSecondary-45-border {
  border-color: var(--onSecondary)73 !important;
}
.C-onSecondary-40 {
  background-color: var(--onSecondary)66 !important;
}
.C-onSecondary-40-text {
  color: var(--onSecondary)66;
}
.C-onSecondary-40-border {
  border-color: var(--onSecondary)66 !important;
}
.C-onSecondary-35 {
  background-color: var(--onSecondary)59 !important;
}
.C-onSecondary-35-text {
  color: var(--onSecondary)59;
}
.C-onSecondary-35-border {
  border-color: var(--onSecondary)59 !important;
}
.C-onSecondary-30 {
  background-color: var(--onSecondary)4D !important;
}
.C-onSecondary-30-text {
  color: var(--onSecondary)4D;
}
.C-onSecondary-30-border {
  border-color: var(--onSecondary)4D !important;
}
.C-onSecondary-25 {
  background-color: var(--onSecondary)40 !important;
}
.C-onSecondary-25-text {
  color: var(--onSecondary)40;
}
.C-onSecondary-25-border {
  border-color: var(--onSecondary)40 !important;
}
.C-onSecondary-20 {
  background-color: var(--onSecondary)33 !important;
}
.C-onSecondary-20-text {
  color: var(--onSecondary)33;
}
.C-onSecondary-20-border {
  border-color: var(--onSecondary)33 !important;
}
.C-onSecondary-15 {
  background-color: var(--onSecondary)26 !important;
}
.C-onSecondary-15-text {
  color: var(--onSecondary)26;
}
.C-onSecondary-15-border {
  border-color: var(--onSecondary)26 !important;
}
.C-onSecondary-10 {
  background-color: var(--onSecondary)1A !important;
}
.C-onSecondary-10-text {
  color: var(--onSecondary)1A;
}
.C-onSecondary-10-border {
  border-color: var(--onSecondary)1A !important;
}
.C-onSecondary-5 {
  background-color: var(--onSecondary)0D !important;
}
.C-onSecondary-5-text {
  color: var(--onSecondary)0D;
}
.C-onSecondary-5-border {
  border-color: var(--onSecondary)0D !important;
}
.C-onSecondary-0 {
  background-color: var(--onSecondary)0 !important;
}
.C-onSecondary-0-text {
  color: var(--onSecondary)0;
}
.C-onSecondary-0-border {
  border-color: var(--onSecondary)0 !important;
}
.C-onSecondary {
  background-color: var(--onSecondary);
  --btn-background: var(--onSecondary);
}
.C-onSecondary.gCol {
  background-color: var(--onSecondary) !important;
}
.C-onSecondary-after::after,
.C-onSecondary-after::before {
  background-color: var(--onSecondary);
}
.C-onSecondary-text:not(:hover) {
  color: var(--onSecondary);
}
.C-onSecondary-text.ov_hvr {
  color: var(--onSecondary);
}
.C-onSecondary-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onSecondary) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onSecondary-border {
  border-color: var(--onSecondary);
}
.C-onSecondary-outline {
  outline-color: var(--onSecondary);
}
.C-onSecondary-outline:focus {
  outline-color: var(--onSecondary);
}
.C-onSecondary-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSecondary);
  transition: box-shadow 0.2s;
}
.C-onSecondary-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onSecondary-hover-bg:hover {
    background-color: var(--onSecondary) !important;
  }
}
.C-onSecondary-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onSecondary-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onSecondary);
  fill: var(--onSecondary) !important;
}
.C-onSecondary-hover-text:hover {
  color: var(--onSecondary) !important;
}
.C-onSecondary-hover-text [fHover]:hover {
  color: var(--onSecondary) !important;
}
.C-onSecondary-hover-text [fHover]:hover [hovered] {
  color: var(--onSecondary) !important;
}
.C-onSecondary-hover-text [fHover]:hover {
  color: var(--onSecondary) !important;
}
.C-onSecondary-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onSecondary-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onSecondary);
  fill: var(--onSecondary);
  stroke: var(--onSecondary);
}
.C-onSecondary-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onSecondary) !important;
  fill: var(--onSecondary) !important;
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-hover-box-shadow:hover,
.C-onSecondary-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSecondary), 12%;
  transition: box-shadow 0.2s;
}
.C-onSecondary-fill-1 #fill1 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-1.onHover:hover #fill1 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-2 #fill2 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-2.onHover:hover #fill2 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-3 #fill3 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-3.onHover:hover #fill3 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-4 #fill4 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-4.onHover:hover #fill4 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-5 #fill5 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-fill-5.onHover:hover #fill5 {
  fill: var(--onSecondary) !important;
}
.C-onSecondary-stroke-1 #stroke1 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-stroke-2 #stroke2 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-stroke-3 #stroke3 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondary-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onSecondary) !important;
}
.C-onSecondaryContainer-100 {
  background-color: var(--onSecondaryContainer)FF !important;
}
.C-onSecondaryContainer-100-text {
  color: var(--onSecondaryContainer)FF;
}
.C-onSecondaryContainer-100-border {
  border-color: var(--onSecondaryContainer)FF !important;
}
.C-onSecondaryContainer-95 {
  background-color: var(--onSecondaryContainer)F2 !important;
}
.C-onSecondaryContainer-95-text {
  color: var(--onSecondaryContainer)F2;
}
.C-onSecondaryContainer-95-border {
  border-color: var(--onSecondaryContainer)F2 !important;
}
.C-onSecondaryContainer-90 {
  background-color: var(--onSecondaryContainer)E6 !important;
}
.C-onSecondaryContainer-90-text {
  color: var(--onSecondaryContainer)E6;
}
.C-onSecondaryContainer-90-border {
  border-color: var(--onSecondaryContainer)E6 !important;
}
.C-onSecondaryContainer-85 {
  background-color: var(--onSecondaryContainer)D9 !important;
}
.C-onSecondaryContainer-85-text {
  color: var(--onSecondaryContainer)D9;
}
.C-onSecondaryContainer-85-border {
  border-color: var(--onSecondaryContainer)D9 !important;
}
.C-onSecondaryContainer-80 {
  background-color: var(--onSecondaryContainer)CC !important;
}
.C-onSecondaryContainer-80-text {
  color: var(--onSecondaryContainer)CC;
}
.C-onSecondaryContainer-80-border {
  border-color: var(--onSecondaryContainer)CC !important;
}
.C-onSecondaryContainer-75 {
  background-color: var(--onSecondaryContainer)BF !important;
}
.C-onSecondaryContainer-75-text {
  color: var(--onSecondaryContainer)BF;
}
.C-onSecondaryContainer-75-border {
  border-color: var(--onSecondaryContainer)BF !important;
}
.C-onSecondaryContainer-70 {
  background-color: var(--onSecondaryContainer)B3 !important;
}
.C-onSecondaryContainer-70-text {
  color: var(--onSecondaryContainer)B3;
}
.C-onSecondaryContainer-70-border {
  border-color: var(--onSecondaryContainer)B3 !important;
}
.C-onSecondaryContainer-65 {
  background-color: var(--onSecondaryContainer)A6 !important;
}
.C-onSecondaryContainer-65-text {
  color: var(--onSecondaryContainer)A6;
}
.C-onSecondaryContainer-65-border {
  border-color: var(--onSecondaryContainer)A6 !important;
}
.C-onSecondaryContainer-60 {
  background-color: var(--onSecondaryContainer)99 !important;
}
.C-onSecondaryContainer-60-text {
  color: var(--onSecondaryContainer)99;
}
.C-onSecondaryContainer-60-border {
  border-color: var(--onSecondaryContainer)99 !important;
}
.C-onSecondaryContainer-55 {
  background-color: var(--onSecondaryContainer)8C !important;
}
.C-onSecondaryContainer-55-text {
  color: var(--onSecondaryContainer)8C;
}
.C-onSecondaryContainer-55-border {
  border-color: var(--onSecondaryContainer)8C !important;
}
.C-onSecondaryContainer-50 {
  background-color: var(--onSecondaryContainer)80 !important;
}
.C-onSecondaryContainer-50-text {
  color: var(--onSecondaryContainer)80;
}
.C-onSecondaryContainer-50-border {
  border-color: var(--onSecondaryContainer)80 !important;
}
.C-onSecondaryContainer-45 {
  background-color: var(--onSecondaryContainer)73 !important;
}
.C-onSecondaryContainer-45-text {
  color: var(--onSecondaryContainer)73;
}
.C-onSecondaryContainer-45-border {
  border-color: var(--onSecondaryContainer)73 !important;
}
.C-onSecondaryContainer-40 {
  background-color: var(--onSecondaryContainer)66 !important;
}
.C-onSecondaryContainer-40-text {
  color: var(--onSecondaryContainer)66;
}
.C-onSecondaryContainer-40-border {
  border-color: var(--onSecondaryContainer)66 !important;
}
.C-onSecondaryContainer-35 {
  background-color: var(--onSecondaryContainer)59 !important;
}
.C-onSecondaryContainer-35-text {
  color: var(--onSecondaryContainer)59;
}
.C-onSecondaryContainer-35-border {
  border-color: var(--onSecondaryContainer)59 !important;
}
.C-onSecondaryContainer-30 {
  background-color: var(--onSecondaryContainer)4D !important;
}
.C-onSecondaryContainer-30-text {
  color: var(--onSecondaryContainer)4D;
}
.C-onSecondaryContainer-30-border {
  border-color: var(--onSecondaryContainer)4D !important;
}
.C-onSecondaryContainer-25 {
  background-color: var(--onSecondaryContainer)40 !important;
}
.C-onSecondaryContainer-25-text {
  color: var(--onSecondaryContainer)40;
}
.C-onSecondaryContainer-25-border {
  border-color: var(--onSecondaryContainer)40 !important;
}
.C-onSecondaryContainer-20 {
  background-color: var(--onSecondaryContainer)33 !important;
}
.C-onSecondaryContainer-20-text {
  color: var(--onSecondaryContainer)33;
}
.C-onSecondaryContainer-20-border {
  border-color: var(--onSecondaryContainer)33 !important;
}
.C-onSecondaryContainer-15 {
  background-color: var(--onSecondaryContainer)26 !important;
}
.C-onSecondaryContainer-15-text {
  color: var(--onSecondaryContainer)26;
}
.C-onSecondaryContainer-15-border {
  border-color: var(--onSecondaryContainer)26 !important;
}
.C-onSecondaryContainer-10 {
  background-color: var(--onSecondaryContainer)1A !important;
}
.C-onSecondaryContainer-10-text {
  color: var(--onSecondaryContainer)1A;
}
.C-onSecondaryContainer-10-border {
  border-color: var(--onSecondaryContainer)1A !important;
}
.C-onSecondaryContainer-5 {
  background-color: var(--onSecondaryContainer)0D !important;
}
.C-onSecondaryContainer-5-text {
  color: var(--onSecondaryContainer)0D;
}
.C-onSecondaryContainer-5-border {
  border-color: var(--onSecondaryContainer)0D !important;
}
.C-onSecondaryContainer-0 {
  background-color: var(--onSecondaryContainer)0 !important;
}
.C-onSecondaryContainer-0-text {
  color: var(--onSecondaryContainer)0;
}
.C-onSecondaryContainer-0-border {
  border-color: var(--onSecondaryContainer)0 !important;
}
.C-onSecondaryContainer {
  background-color: var(--onSecondaryContainer);
  --btn-background: var(--onSecondaryContainer);
}
.C-onSecondaryContainer.gCol {
  background-color: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-after::after,
.C-onSecondaryContainer-after::before {
  background-color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-text:not(:hover) {
  color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-text.ov_hvr {
  color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onSecondaryContainer) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onSecondaryContainer-border {
  border-color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-outline {
  outline-color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-outline:focus {
  outline-color: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSecondaryContainer);
  transition: box-shadow 0.2s;
}
.C-onSecondaryContainer-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onSecondaryContainer-hover-bg:hover {
    background-color: var(--onSecondaryContainer) !important;
  }
}
.C-onSecondaryContainer-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onSecondaryContainer-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onSecondaryContainer);
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-text:hover {
  color: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-text [fHover]:hover {
  color: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-text [fHover]:hover [hovered] {
  color: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-text [fHover]:hover {
  color: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onSecondaryContainer-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onSecondaryContainer);
  fill: var(--onSecondaryContainer);
  stroke: var(--onSecondaryContainer);
}
.C-onSecondaryContainer-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onSecondaryContainer) !important;
  fill: var(--onSecondaryContainer) !important;
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-hover-box-shadow:hover,
.C-onSecondaryContainer-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSecondaryContainer), 12%;
  transition: box-shadow 0.2s;
}
.C-onSecondaryContainer-fill-1 #fill1 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-1.onHover:hover #fill1 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-2 #fill2 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-2.onHover:hover #fill2 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-3 #fill3 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-3.onHover:hover #fill3 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-4 #fill4 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-4.onHover:hover #fill4 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-5 #fill5 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-fill-5.onHover:hover #fill5 {
  fill: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-1 #stroke1 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-2 #stroke2 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-3 #stroke3 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-onSecondaryContainer-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onSecondaryContainer) !important;
}
.C-secondaryColorDark-100 {
  background-color: var(--secondaryColorDark)FF !important;
}
.C-secondaryColorDark-100-text {
  color: var(--secondaryColorDark)FF;
}
.C-secondaryColorDark-100-border {
  border-color: var(--secondaryColorDark)FF !important;
}
.C-secondaryColorDark-95 {
  background-color: var(--secondaryColorDark)F2 !important;
}
.C-secondaryColorDark-95-text {
  color: var(--secondaryColorDark)F2;
}
.C-secondaryColorDark-95-border {
  border-color: var(--secondaryColorDark)F2 !important;
}
.C-secondaryColorDark-90 {
  background-color: var(--secondaryColorDark)E6 !important;
}
.C-secondaryColorDark-90-text {
  color: var(--secondaryColorDark)E6;
}
.C-secondaryColorDark-90-border {
  border-color: var(--secondaryColorDark)E6 !important;
}
.C-secondaryColorDark-85 {
  background-color: var(--secondaryColorDark)D9 !important;
}
.C-secondaryColorDark-85-text {
  color: var(--secondaryColorDark)D9;
}
.C-secondaryColorDark-85-border {
  border-color: var(--secondaryColorDark)D9 !important;
}
.C-secondaryColorDark-80 {
  background-color: var(--secondaryColorDark)CC !important;
}
.C-secondaryColorDark-80-text {
  color: var(--secondaryColorDark)CC;
}
.C-secondaryColorDark-80-border {
  border-color: var(--secondaryColorDark)CC !important;
}
.C-secondaryColorDark-75 {
  background-color: var(--secondaryColorDark)BF !important;
}
.C-secondaryColorDark-75-text {
  color: var(--secondaryColorDark)BF;
}
.C-secondaryColorDark-75-border {
  border-color: var(--secondaryColorDark)BF !important;
}
.C-secondaryColorDark-70 {
  background-color: var(--secondaryColorDark)B3 !important;
}
.C-secondaryColorDark-70-text {
  color: var(--secondaryColorDark)B3;
}
.C-secondaryColorDark-70-border {
  border-color: var(--secondaryColorDark)B3 !important;
}
.C-secondaryColorDark-65 {
  background-color: var(--secondaryColorDark)A6 !important;
}
.C-secondaryColorDark-65-text {
  color: var(--secondaryColorDark)A6;
}
.C-secondaryColorDark-65-border {
  border-color: var(--secondaryColorDark)A6 !important;
}
.C-secondaryColorDark-60 {
  background-color: var(--secondaryColorDark)99 !important;
}
.C-secondaryColorDark-60-text {
  color: var(--secondaryColorDark)99;
}
.C-secondaryColorDark-60-border {
  border-color: var(--secondaryColorDark)99 !important;
}
.C-secondaryColorDark-55 {
  background-color: var(--secondaryColorDark)8C !important;
}
.C-secondaryColorDark-55-text {
  color: var(--secondaryColorDark)8C;
}
.C-secondaryColorDark-55-border {
  border-color: var(--secondaryColorDark)8C !important;
}
.C-secondaryColorDark-50 {
  background-color: var(--secondaryColorDark)80 !important;
}
.C-secondaryColorDark-50-text {
  color: var(--secondaryColorDark)80;
}
.C-secondaryColorDark-50-border {
  border-color: var(--secondaryColorDark)80 !important;
}
.C-secondaryColorDark-45 {
  background-color: var(--secondaryColorDark)73 !important;
}
.C-secondaryColorDark-45-text {
  color: var(--secondaryColorDark)73;
}
.C-secondaryColorDark-45-border {
  border-color: var(--secondaryColorDark)73 !important;
}
.C-secondaryColorDark-40 {
  background-color: var(--secondaryColorDark)66 !important;
}
.C-secondaryColorDark-40-text {
  color: var(--secondaryColorDark)66;
}
.C-secondaryColorDark-40-border {
  border-color: var(--secondaryColorDark)66 !important;
}
.C-secondaryColorDark-35 {
  background-color: var(--secondaryColorDark)59 !important;
}
.C-secondaryColorDark-35-text {
  color: var(--secondaryColorDark)59;
}
.C-secondaryColorDark-35-border {
  border-color: var(--secondaryColorDark)59 !important;
}
.C-secondaryColorDark-30 {
  background-color: var(--secondaryColorDark)4D !important;
}
.C-secondaryColorDark-30-text {
  color: var(--secondaryColorDark)4D;
}
.C-secondaryColorDark-30-border {
  border-color: var(--secondaryColorDark)4D !important;
}
.C-secondaryColorDark-25 {
  background-color: var(--secondaryColorDark)40 !important;
}
.C-secondaryColorDark-25-text {
  color: var(--secondaryColorDark)40;
}
.C-secondaryColorDark-25-border {
  border-color: var(--secondaryColorDark)40 !important;
}
.C-secondaryColorDark-20 {
  background-color: var(--secondaryColorDark)33 !important;
}
.C-secondaryColorDark-20-text {
  color: var(--secondaryColorDark)33;
}
.C-secondaryColorDark-20-border {
  border-color: var(--secondaryColorDark)33 !important;
}
.C-secondaryColorDark-15 {
  background-color: var(--secondaryColorDark)26 !important;
}
.C-secondaryColorDark-15-text {
  color: var(--secondaryColorDark)26;
}
.C-secondaryColorDark-15-border {
  border-color: var(--secondaryColorDark)26 !important;
}
.C-secondaryColorDark-10 {
  background-color: var(--secondaryColorDark)1A !important;
}
.C-secondaryColorDark-10-text {
  color: var(--secondaryColorDark)1A;
}
.C-secondaryColorDark-10-border {
  border-color: var(--secondaryColorDark)1A !important;
}
.C-secondaryColorDark-5 {
  background-color: var(--secondaryColorDark)0D !important;
}
.C-secondaryColorDark-5-text {
  color: var(--secondaryColorDark)0D;
}
.C-secondaryColorDark-5-border {
  border-color: var(--secondaryColorDark)0D !important;
}
.C-secondaryColorDark-0 {
  background-color: var(--secondaryColorDark)0 !important;
}
.C-secondaryColorDark-0-text {
  color: var(--secondaryColorDark)0;
}
.C-secondaryColorDark-0-border {
  border-color: var(--secondaryColorDark)0 !important;
}
.C-secondaryColorDark,
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(9),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(7),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(5),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(3),
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:first-child,
.swing div:nth-of-type(4) {
  background-color: var(--secondaryColorDark);
  --btn-background: var(--secondaryColorDark);
}
.C-secondaryColorDark.gCol,
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(9),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(7),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(5),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:nth-child(3),
.selected-cats-bottom-papa .cats-bottom .gCol.bottom-fixed-cats_box:first-child,
.swing div.gCol:nth-of-type(4) {
  background-color: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-after::after,
.C-secondaryColorDark-after::before {
  background-color: var(--secondaryColorDark);
}
.C-secondaryColorDark-text:not(:hover) {
  color: var(--secondaryColorDark);
}
.C-secondaryColorDark-text.ov_hvr {
  color: var(--secondaryColorDark);
}
.C-secondaryColorDark-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--secondaryColorDark) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-secondaryColorDark-border,
.btn-secondary_4,
.btn-primaryColor_4:hover {
  border-color: var(--secondaryColorDark);
}
.C-secondaryColorDark-outline {
  outline-color: var(--secondaryColorDark);
}
.C-secondaryColorDark-outline:focus {
  outline-color: var(--secondaryColorDark);
}
.C-secondaryColorDark-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColorDark);
  transition: box-shadow 0.2s;
}
.C-secondaryColorDark-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-secondaryColorDark-hover-bg:hover {
    background-color: var(--secondaryColorDark) !important;
  }
}
.C-secondaryColorDark-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-secondaryColorDark-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--secondaryColorDark);
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-text:hover {
  color: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-text [fHover]:hover {
  color: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-text [fHover]:hover [hovered] {
  color: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-text [fHover]:hover {
  color: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-secondaryColorDark-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--secondaryColorDark);
  fill: var(--secondaryColorDark);
  stroke: var(--secondaryColorDark);
}
.C-secondaryColorDark-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--secondaryColorDark) !important;
  fill: var(--secondaryColorDark) !important;
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-hover-box-shadow:hover,
.C-secondaryColorDark-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColorDark), 12%;
  transition: box-shadow 0.2s;
}
.C-secondaryColorDark-fill-1 #fill1 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-1.onHover:hover #fill1 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-2 #fill2 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-2.onHover:hover #fill2 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-3 #fill3 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-3.onHover:hover #fill3 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-4 #fill4 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-4.onHover:hover #fill4 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-5 #fill5 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-fill-5.onHover:hover #fill5 {
  fill: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-1 #stroke1 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-1.onHover:hover #stroke1 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-2 #stroke2 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-2.onHover:hover #stroke2 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-3 #stroke3 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorDark-stroke-3.onHover:hover #stroke3 {
  stroke: var(--secondaryColorDark) !important;
}
.C-secondaryColorLight-100 {
  background-color: var(--secondaryColorLight)FF !important;
}
.C-secondaryColorLight-100-text {
  color: var(--secondaryColorLight)FF;
}
.C-secondaryColorLight-100-border {
  border-color: var(--secondaryColorLight)FF !important;
}
.C-secondaryColorLight-95 {
  background-color: var(--secondaryColorLight)F2 !important;
}
.C-secondaryColorLight-95-text {
  color: var(--secondaryColorLight)F2;
}
.C-secondaryColorLight-95-border {
  border-color: var(--secondaryColorLight)F2 !important;
}
.C-secondaryColorLight-90 {
  background-color: var(--secondaryColorLight)E6 !important;
}
.C-secondaryColorLight-90-text {
  color: var(--secondaryColorLight)E6;
}
.C-secondaryColorLight-90-border {
  border-color: var(--secondaryColorLight)E6 !important;
}
.C-secondaryColorLight-85 {
  background-color: var(--secondaryColorLight)D9 !important;
}
.C-secondaryColorLight-85-text {
  color: var(--secondaryColorLight)D9;
}
.C-secondaryColorLight-85-border {
  border-color: var(--secondaryColorLight)D9 !important;
}
.C-secondaryColorLight-80 {
  background-color: var(--secondaryColorLight)CC !important;
}
.C-secondaryColorLight-80-text {
  color: var(--secondaryColorLight)CC;
}
.C-secondaryColorLight-80-border {
  border-color: var(--secondaryColorLight)CC !important;
}
.C-secondaryColorLight-75 {
  background-color: var(--secondaryColorLight)BF !important;
}
.C-secondaryColorLight-75-text {
  color: var(--secondaryColorLight)BF;
}
.C-secondaryColorLight-75-border {
  border-color: var(--secondaryColorLight)BF !important;
}
.C-secondaryColorLight-70 {
  background-color: var(--secondaryColorLight)B3 !important;
}
.C-secondaryColorLight-70-text {
  color: var(--secondaryColorLight)B3;
}
.C-secondaryColorLight-70-border {
  border-color: var(--secondaryColorLight)B3 !important;
}
.C-secondaryColorLight-65 {
  background-color: var(--secondaryColorLight)A6 !important;
}
.C-secondaryColorLight-65-text {
  color: var(--secondaryColorLight)A6;
}
.C-secondaryColorLight-65-border {
  border-color: var(--secondaryColorLight)A6 !important;
}
.C-secondaryColorLight-60 {
  background-color: var(--secondaryColorLight)99 !important;
}
.C-secondaryColorLight-60-text {
  color: var(--secondaryColorLight)99;
}
.C-secondaryColorLight-60-border {
  border-color: var(--secondaryColorLight)99 !important;
}
.C-secondaryColorLight-55 {
  background-color: var(--secondaryColorLight)8C !important;
}
.C-secondaryColorLight-55-text {
  color: var(--secondaryColorLight)8C;
}
.C-secondaryColorLight-55-border {
  border-color: var(--secondaryColorLight)8C !important;
}
.C-secondaryColorLight-50 {
  background-color: var(--secondaryColorLight)80 !important;
}
.C-secondaryColorLight-50-text {
  color: var(--secondaryColorLight)80;
}
.C-secondaryColorLight-50-border {
  border-color: var(--secondaryColorLight)80 !important;
}
.C-secondaryColorLight-45 {
  background-color: var(--secondaryColorLight)73 !important;
}
.C-secondaryColorLight-45-text {
  color: var(--secondaryColorLight)73;
}
.C-secondaryColorLight-45-border {
  border-color: var(--secondaryColorLight)73 !important;
}
.C-secondaryColorLight-40 {
  background-color: var(--secondaryColorLight)66 !important;
}
.C-secondaryColorLight-40-text {
  color: var(--secondaryColorLight)66;
}
.C-secondaryColorLight-40-border {
  border-color: var(--secondaryColorLight)66 !important;
}
.C-secondaryColorLight-35 {
  background-color: var(--secondaryColorLight)59 !important;
}
.C-secondaryColorLight-35-text {
  color: var(--secondaryColorLight)59;
}
.C-secondaryColorLight-35-border {
  border-color: var(--secondaryColorLight)59 !important;
}
.C-secondaryColorLight-30 {
  background-color: var(--secondaryColorLight)4D !important;
}
.C-secondaryColorLight-30-text {
  color: var(--secondaryColorLight)4D;
}
.C-secondaryColorLight-30-border {
  border-color: var(--secondaryColorLight)4D !important;
}
.C-secondaryColorLight-25 {
  background-color: var(--secondaryColorLight)40 !important;
}
.C-secondaryColorLight-25-text {
  color: var(--secondaryColorLight)40;
}
.C-secondaryColorLight-25-border {
  border-color: var(--secondaryColorLight)40 !important;
}
.C-secondaryColorLight-20 {
  background-color: var(--secondaryColorLight)33 !important;
}
.C-secondaryColorLight-20-text {
  color: var(--secondaryColorLight)33;
}
.C-secondaryColorLight-20-border {
  border-color: var(--secondaryColorLight)33 !important;
}
.C-secondaryColorLight-15 {
  background-color: var(--secondaryColorLight)26 !important;
}
.C-secondaryColorLight-15-text {
  color: var(--secondaryColorLight)26;
}
.C-secondaryColorLight-15-border {
  border-color: var(--secondaryColorLight)26 !important;
}
.C-secondaryColorLight-10 {
  background-color: var(--secondaryColorLight)1A !important;
}
.C-secondaryColorLight-10-text {
  color: var(--secondaryColorLight)1A;
}
.C-secondaryColorLight-10-border {
  border-color: var(--secondaryColorLight)1A !important;
}
.C-secondaryColorLight-5 {
  background-color: var(--secondaryColorLight)0D !important;
}
.C-secondaryColorLight-5-text {
  color: var(--secondaryColorLight)0D;
}
.C-secondaryColorLight-5-border {
  border-color: var(--secondaryColorLight)0D !important;
}
.C-secondaryColorLight-0 {
  background-color: var(--secondaryColorLight)0 !important;
}
.C-secondaryColorLight-0-text {
  color: var(--secondaryColorLight)0;
}
.C-secondaryColorLight-0-border {
  border-color: var(--secondaryColorLight)0 !important;
}
.C-secondaryColorLight,
.contentEditable-papa._v1 [contenteditable=true]:focus {
  background-color: var(--secondaryColorLight);
  --btn-background: var(--secondaryColorLight);
}
.C-secondaryColorLight.gCol,
.contentEditable-papa._v1 .gCol[contenteditable=true]:focus {
  background-color: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-after::after,
.C-secondaryColorLight-after::before {
  background-color: var(--secondaryColorLight);
}
.C-secondaryColorLight-text:not(:hover) {
  color: var(--secondaryColorLight);
}
.C-secondaryColorLight-text.ov_hvr {
  color: var(--secondaryColorLight);
}
.C-secondaryColorLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--secondaryColorLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-secondaryColorLight-border {
  border-color: var(--secondaryColorLight);
}
.C-secondaryColorLight-outline {
  outline-color: var(--secondaryColorLight);
}
.C-secondaryColorLight-outline:focus {
  outline-color: var(--secondaryColorLight);
}
.C-secondaryColorLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColorLight);
  transition: box-shadow 0.2s;
}
.C-secondaryColorLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-secondaryColorLight-hover-bg:hover {
    background-color: var(--secondaryColorLight) !important;
  }
}
.C-secondaryColorLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-secondaryColorLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--secondaryColorLight);
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-text:hover {
  color: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-text [fHover]:hover {
  color: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-text [fHover]:hover [hovered] {
  color: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-text [fHover]:hover {
  color: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-secondaryColorLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--secondaryColorLight);
  fill: var(--secondaryColorLight);
  stroke: var(--secondaryColorLight);
}
.C-secondaryColorLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--secondaryColorLight) !important;
  fill: var(--secondaryColorLight) !important;
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-hover-box-shadow:hover,
.C-secondaryColorLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--secondaryColorLight), 12%;
  transition: box-shadow 0.2s;
}
.C-secondaryColorLight-fill-1 #fill1 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-1.onHover:hover #fill1 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-2 #fill2 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-2.onHover:hover #fill2 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-3 #fill3 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-3.onHover:hover #fill3 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-4 #fill4 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-4.onHover:hover #fill4 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-5 #fill5 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-fill-5.onHover:hover #fill5 {
  fill: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-1 #stroke1 {
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-2 #stroke2 {
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-3 #stroke3 {
  stroke: var(--secondaryColorLight) !important;
}
.C-secondaryColorLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--secondaryColorLight) !important;
}
.C-tertiaryColor-100 {
  background-color: var(--tertiaryColor)FF !important;
}
.C-tertiaryColor-100-text {
  color: var(--tertiaryColor)FF;
}
.C-tertiaryColor-100-border {
  border-color: var(--tertiaryColor)FF !important;
}
.C-tertiaryColor-95 {
  background-color: var(--tertiaryColor)F2 !important;
}
.C-tertiaryColor-95-text {
  color: var(--tertiaryColor)F2;
}
.C-tertiaryColor-95-border {
  border-color: var(--tertiaryColor)F2 !important;
}
.C-tertiaryColor-90 {
  background-color: var(--tertiaryColor)E6 !important;
}
.C-tertiaryColor-90-text {
  color: var(--tertiaryColor)E6;
}
.C-tertiaryColor-90-border {
  border-color: var(--tertiaryColor)E6 !important;
}
.C-tertiaryColor-85 {
  background-color: var(--tertiaryColor)D9 !important;
}
.C-tertiaryColor-85-text {
  color: var(--tertiaryColor)D9;
}
.C-tertiaryColor-85-border {
  border-color: var(--tertiaryColor)D9 !important;
}
.C-tertiaryColor-80 {
  background-color: var(--tertiaryColor)CC !important;
}
.C-tertiaryColor-80-text {
  color: var(--tertiaryColor)CC;
}
.C-tertiaryColor-80-border {
  border-color: var(--tertiaryColor)CC !important;
}
.C-tertiaryColor-75 {
  background-color: var(--tertiaryColor)BF !important;
}
.C-tertiaryColor-75-text {
  color: var(--tertiaryColor)BF;
}
.C-tertiaryColor-75-border {
  border-color: var(--tertiaryColor)BF !important;
}
.C-tertiaryColor-70 {
  background-color: var(--tertiaryColor)B3 !important;
}
.C-tertiaryColor-70-text {
  color: var(--tertiaryColor)B3;
}
.C-tertiaryColor-70-border {
  border-color: var(--tertiaryColor)B3 !important;
}
.C-tertiaryColor-65 {
  background-color: var(--tertiaryColor)A6 !important;
}
.C-tertiaryColor-65-text {
  color: var(--tertiaryColor)A6;
}
.C-tertiaryColor-65-border {
  border-color: var(--tertiaryColor)A6 !important;
}
.C-tertiaryColor-60 {
  background-color: var(--tertiaryColor)99 !important;
}
.C-tertiaryColor-60-text {
  color: var(--tertiaryColor)99;
}
.C-tertiaryColor-60-border {
  border-color: var(--tertiaryColor)99 !important;
}
.C-tertiaryColor-55 {
  background-color: var(--tertiaryColor)8C !important;
}
.C-tertiaryColor-55-text {
  color: var(--tertiaryColor)8C;
}
.C-tertiaryColor-55-border {
  border-color: var(--tertiaryColor)8C !important;
}
.C-tertiaryColor-50 {
  background-color: var(--tertiaryColor)80 !important;
}
.C-tertiaryColor-50-text {
  color: var(--tertiaryColor)80;
}
.C-tertiaryColor-50-border {
  border-color: var(--tertiaryColor)80 !important;
}
.C-tertiaryColor-45 {
  background-color: var(--tertiaryColor)73 !important;
}
.C-tertiaryColor-45-text {
  color: var(--tertiaryColor)73;
}
.C-tertiaryColor-45-border {
  border-color: var(--tertiaryColor)73 !important;
}
.C-tertiaryColor-40 {
  background-color: var(--tertiaryColor)66 !important;
}
.C-tertiaryColor-40-text {
  color: var(--tertiaryColor)66;
}
.C-tertiaryColor-40-border {
  border-color: var(--tertiaryColor)66 !important;
}
.C-tertiaryColor-35 {
  background-color: var(--tertiaryColor)59 !important;
}
.C-tertiaryColor-35-text {
  color: var(--tertiaryColor)59;
}
.C-tertiaryColor-35-border {
  border-color: var(--tertiaryColor)59 !important;
}
.C-tertiaryColor-30 {
  background-color: var(--tertiaryColor)4D !important;
}
.C-tertiaryColor-30-text {
  color: var(--tertiaryColor)4D;
}
.C-tertiaryColor-30-border {
  border-color: var(--tertiaryColor)4D !important;
}
.C-tertiaryColor-25 {
  background-color: var(--tertiaryColor)40 !important;
}
.C-tertiaryColor-25-text {
  color: var(--tertiaryColor)40;
}
.C-tertiaryColor-25-border {
  border-color: var(--tertiaryColor)40 !important;
}
.C-tertiaryColor-20 {
  background-color: var(--tertiaryColor)33 !important;
}
.C-tertiaryColor-20-text {
  color: var(--tertiaryColor)33;
}
.C-tertiaryColor-20-border {
  border-color: var(--tertiaryColor)33 !important;
}
.C-tertiaryColor-15 {
  background-color: var(--tertiaryColor)26 !important;
}
.C-tertiaryColor-15-text {
  color: var(--tertiaryColor)26;
}
.C-tertiaryColor-15-border {
  border-color: var(--tertiaryColor)26 !important;
}
.C-tertiaryColor-10 {
  background-color: var(--tertiaryColor)1A !important;
}
.C-tertiaryColor-10-text {
  color: var(--tertiaryColor)1A;
}
.C-tertiaryColor-10-border {
  border-color: var(--tertiaryColor)1A !important;
}
.C-tertiaryColor-5 {
  background-color: var(--tertiaryColor)0D !important;
}
.C-tertiaryColor-5-text {
  color: var(--tertiaryColor)0D;
}
.C-tertiaryColor-5-border {
  border-color: var(--tertiaryColor)0D !important;
}
.C-tertiaryColor-0 {
  background-color: var(--tertiaryColor)0 !important;
}
.C-tertiaryColor-0-text {
  color: var(--tertiaryColor)0;
}
.C-tertiaryColor-0-border {
  border-color: var(--tertiaryColor)0 !important;
}
.C-tertiaryColor,
html body #ggTheme .ggInput._accent.form-check-input[type=radio]:checked + label::after,
.btn-tertiaryColor_7:hover,
.btn-tertiaryColor_6:hover,
.btn-tertiaryColor_5:hover,
.btn-ContrastColor_3:hover,
.btn-tertiaryColor_3:hover,
.btn-tertiaryColor_3,
.btn-secondary_3:hover,
.btn-primaryColor_3:hover,
.btn-ContrastColor_2:hover,
.btn-tertiaryColor_2:hover,
.btn-tertiaryColor_2,
.btn-secondary_2:hover,
.btn-primaryColor_2:hover,
.btn-ContrastColor_1:hover,
.btn-tertiaryColor_1:hover,
.btn-tertiaryColor_1,
.btn-secondaryColor_1:hover,
.btn-primaryColor_1:hover,
.swing div:nth-of-type(5),
.accent.cool-underline::after {
  background-color: var(--tertiaryColor);
  --btn-background: var(--tertiaryColor);
}
.C-tertiaryColor.gCol,
html body #ggTheme .ggInput._accent.form-check-input[type=radio]:checked + label.gCol::after,
.gCol.btn-tertiaryColor_7:hover,
.gCol.btn-tertiaryColor_6:hover,
.gCol.btn-tertiaryColor_5:hover,
.gCol.btn-ContrastColor_3:hover,
.gCol.btn-tertiaryColor_3,
.gCol.btn-secondary_3:hover,
.gCol.btn-primaryColor_3:hover,
.gCol.btn-ContrastColor_2:hover,
.gCol.btn-tertiaryColor_2,
.gCol.btn-secondary_2:hover,
.gCol.btn-primaryColor_2:hover,
.gCol.btn-ContrastColor_1:hover,
.gCol.btn-tertiaryColor_1,
.gCol.btn-secondaryColor_1:hover,
.gCol.btn-primaryColor_1:hover,
.swing div.gCol:nth-of-type(5),
.gCol.accent.cool-underline::after {
  background-color: var(--tertiaryColor) !important;
}
.C-tertiaryColor-after::after,
.C-tertiaryColor-after::before {
  background-color: var(--tertiaryColor);
}
.C-tertiaryColor-text:not(:hover),
.tags_flex .tags_txt:not(:hover):nth-child(7),
.tags_flex .tags_txt:not(:hover):nth-child(3),
.btn-tertiaryColor_7 span:not(:hover),
.btn-tertiaryColor_7:not(:hover),
.btn-tertiaryColor_6 span:not(:hover),
.btn-tertiaryColor_6:not(:hover),
.btn-tertiaryColor_5 span:not(:hover),
.btn-tertiaryColor_5:not(:hover),
.btn-tertiaryColor_4 span:not(:hover),
.change-design-box-trigger span:first-child i:not(:hover),
.bolita-pa-num:not(:hover) {
  color: var(--tertiaryColor);
}
.C-tertiaryColor-text.ov_hvr,
.tags_flex .ov_hvr.tags_txt:nth-child(7),
.tags_flex .ov_hvr.tags_txt:nth-child(3),
.btn-tertiaryColor_7 span.ov_hvr,
.ov_hvr.btn-tertiaryColor_7,
.btn-tertiaryColor_6 span.ov_hvr,
.ov_hvr.btn-tertiaryColor_6,
.btn-tertiaryColor_5 span.ov_hvr,
.ov_hvr.btn-tertiaryColor_5,
.btn-tertiaryColor_4 span.ov_hvr,
.change-design-box-trigger span:first-child i.ov_hvr,
.ov_hvr.bolita-pa-num {
  color: var(--tertiaryColor);
}
.C-tertiaryColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--tertiaryColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-tertiaryColor-border,
.bolita-pa-num,
.underline-accent {
  border-color: var(--tertiaryColor);
}
.C-tertiaryColor-outline {
  outline-color: var(--tertiaryColor);
}
.C-tertiaryColor-outline:focus {
  outline-color: var(--tertiaryColor);
}
.C-tertiaryColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor);
  transition: box-shadow 0.2s;
}
.C-tertiaryColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-tertiaryColor-hover-bg:hover {
    background-color: var(--tertiaryColor) !important;
  }
}
.C-tertiaryColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-tertiaryColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--tertiaryColor);
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-text:hover {
  color: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-text [fHover]:hover {
  color: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-text [fHover]:hover [hovered] {
  color: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-text [fHover]:hover {
  color: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-tertiaryColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--tertiaryColor);
  fill: var(--tertiaryColor);
  stroke: var(--tertiaryColor);
}
.C-tertiaryColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--tertiaryColor) !important;
  fill: var(--tertiaryColor) !important;
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-hover-box-shadow:hover,
.C-tertiaryColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColor), 12%;
  transition: box-shadow 0.2s;
}
.C-tertiaryColor-fill-1 #fill1 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-1.onHover:hover #fill1 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-2 #fill2 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-2.onHover:hover #fill2 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-3 #fill3 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-3.onHover:hover #fill3 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-4 #fill4 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-4.onHover:hover #fill4 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-5 #fill5 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-fill-5.onHover:hover #fill5 {
  fill: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-1 #stroke1 {
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-2 #stroke2 {
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-3 #stroke3 {
  stroke: var(--tertiaryColor) !important;
}
.C-tertiaryColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--tertiaryColor) !important;
}
.C-onTertiary-100 {
  background-color: var(--onTertiary)FF !important;
}
.C-onTertiary-100-text {
  color: var(--onTertiary)FF;
}
.C-onTertiary-100-border {
  border-color: var(--onTertiary)FF !important;
}
.C-onTertiary-95 {
  background-color: var(--onTertiary)F2 !important;
}
.C-onTertiary-95-text {
  color: var(--onTertiary)F2;
}
.C-onTertiary-95-border {
  border-color: var(--onTertiary)F2 !important;
}
.C-onTertiary-90 {
  background-color: var(--onTertiary)E6 !important;
}
.C-onTertiary-90-text {
  color: var(--onTertiary)E6;
}
.C-onTertiary-90-border {
  border-color: var(--onTertiary)E6 !important;
}
.C-onTertiary-85 {
  background-color: var(--onTertiary)D9 !important;
}
.C-onTertiary-85-text {
  color: var(--onTertiary)D9;
}
.C-onTertiary-85-border {
  border-color: var(--onTertiary)D9 !important;
}
.C-onTertiary-80 {
  background-color: var(--onTertiary)CC !important;
}
.C-onTertiary-80-text {
  color: var(--onTertiary)CC;
}
.C-onTertiary-80-border {
  border-color: var(--onTertiary)CC !important;
}
.C-onTertiary-75 {
  background-color: var(--onTertiary)BF !important;
}
.C-onTertiary-75-text {
  color: var(--onTertiary)BF;
}
.C-onTertiary-75-border {
  border-color: var(--onTertiary)BF !important;
}
.C-onTertiary-70 {
  background-color: var(--onTertiary)B3 !important;
}
.C-onTertiary-70-text {
  color: var(--onTertiary)B3;
}
.C-onTertiary-70-border {
  border-color: var(--onTertiary)B3 !important;
}
.C-onTertiary-65 {
  background-color: var(--onTertiary)A6 !important;
}
.C-onTertiary-65-text {
  color: var(--onTertiary)A6;
}
.C-onTertiary-65-border {
  border-color: var(--onTertiary)A6 !important;
}
.C-onTertiary-60 {
  background-color: var(--onTertiary)99 !important;
}
.C-onTertiary-60-text {
  color: var(--onTertiary)99;
}
.C-onTertiary-60-border {
  border-color: var(--onTertiary)99 !important;
}
.C-onTertiary-55 {
  background-color: var(--onTertiary)8C !important;
}
.C-onTertiary-55-text {
  color: var(--onTertiary)8C;
}
.C-onTertiary-55-border {
  border-color: var(--onTertiary)8C !important;
}
.C-onTertiary-50 {
  background-color: var(--onTertiary)80 !important;
}
.C-onTertiary-50-text {
  color: var(--onTertiary)80;
}
.C-onTertiary-50-border {
  border-color: var(--onTertiary)80 !important;
}
.C-onTertiary-45 {
  background-color: var(--onTertiary)73 !important;
}
.C-onTertiary-45-text {
  color: var(--onTertiary)73;
}
.C-onTertiary-45-border {
  border-color: var(--onTertiary)73 !important;
}
.C-onTertiary-40 {
  background-color: var(--onTertiary)66 !important;
}
.C-onTertiary-40-text {
  color: var(--onTertiary)66;
}
.C-onTertiary-40-border {
  border-color: var(--onTertiary)66 !important;
}
.C-onTertiary-35 {
  background-color: var(--onTertiary)59 !important;
}
.C-onTertiary-35-text {
  color: var(--onTertiary)59;
}
.C-onTertiary-35-border {
  border-color: var(--onTertiary)59 !important;
}
.C-onTertiary-30 {
  background-color: var(--onTertiary)4D !important;
}
.C-onTertiary-30-text {
  color: var(--onTertiary)4D;
}
.C-onTertiary-30-border {
  border-color: var(--onTertiary)4D !important;
}
.C-onTertiary-25 {
  background-color: var(--onTertiary)40 !important;
}
.C-onTertiary-25-text {
  color: var(--onTertiary)40;
}
.C-onTertiary-25-border {
  border-color: var(--onTertiary)40 !important;
}
.C-onTertiary-20 {
  background-color: var(--onTertiary)33 !important;
}
.C-onTertiary-20-text {
  color: var(--onTertiary)33;
}
.C-onTertiary-20-border {
  border-color: var(--onTertiary)33 !important;
}
.C-onTertiary-15 {
  background-color: var(--onTertiary)26 !important;
}
.C-onTertiary-15-text {
  color: var(--onTertiary)26;
}
.C-onTertiary-15-border {
  border-color: var(--onTertiary)26 !important;
}
.C-onTertiary-10 {
  background-color: var(--onTertiary)1A !important;
}
.C-onTertiary-10-text {
  color: var(--onTertiary)1A;
}
.C-onTertiary-10-border {
  border-color: var(--onTertiary)1A !important;
}
.C-onTertiary-5 {
  background-color: var(--onTertiary)0D !important;
}
.C-onTertiary-5-text {
  color: var(--onTertiary)0D;
}
.C-onTertiary-5-border {
  border-color: var(--onTertiary)0D !important;
}
.C-onTertiary-0 {
  background-color: var(--onTertiary)0 !important;
}
.C-onTertiary-0-text {
  color: var(--onTertiary)0;
}
.C-onTertiary-0-border {
  border-color: var(--onTertiary)0 !important;
}
.C-onTertiary {
  background-color: var(--onTertiary);
  --btn-background: var(--onTertiary);
}
.C-onTertiary.gCol {
  background-color: var(--onTertiary) !important;
}
.C-onTertiary-after::after,
.C-onTertiary-after::before {
  background-color: var(--onTertiary);
}
.C-onTertiary-text:not(:hover) {
  color: var(--onTertiary);
}
.C-onTertiary-text.ov_hvr {
  color: var(--onTertiary);
}
.C-onTertiary-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onTertiary) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onTertiary-border {
  border-color: var(--onTertiary);
}
.C-onTertiary-outline {
  outline-color: var(--onTertiary);
}
.C-onTertiary-outline:focus {
  outline-color: var(--onTertiary);
}
.C-onTertiary-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onTertiary);
  transition: box-shadow 0.2s;
}
.C-onTertiary-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onTertiary-hover-bg:hover {
    background-color: var(--onTertiary) !important;
  }
}
.C-onTertiary-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onTertiary-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onTertiary);
  fill: var(--onTertiary) !important;
}
.C-onTertiary-hover-text:hover {
  color: var(--onTertiary) !important;
}
.C-onTertiary-hover-text [fHover]:hover {
  color: var(--onTertiary) !important;
}
.C-onTertiary-hover-text [fHover]:hover [hovered] {
  color: var(--onTertiary) !important;
}
.C-onTertiary-hover-text [fHover]:hover {
  color: var(--onTertiary) !important;
}
.C-onTertiary-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onTertiary-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onTertiary);
  fill: var(--onTertiary);
  stroke: var(--onTertiary);
}
.C-onTertiary-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onTertiary) !important;
  fill: var(--onTertiary) !important;
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-hover-box-shadow:hover,
.C-onTertiary-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onTertiary), 12%;
  transition: box-shadow 0.2s;
}
.C-onTertiary-fill-1 #fill1 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-1.onHover:hover #fill1 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-2 #fill2 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-2.onHover:hover #fill2 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-3 #fill3 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-3.onHover:hover #fill3 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-4 #fill4 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-4.onHover:hover #fill4 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-5 #fill5 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-fill-5.onHover:hover #fill5 {
  fill: var(--onTertiary) !important;
}
.C-onTertiary-stroke-1 #stroke1 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-stroke-2 #stroke2 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-stroke-3 #stroke3 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiary-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onTertiary) !important;
}
.C-onTertiaryContainer-100 {
  background-color: var(--onTertiaryContainer)FF !important;
}
.C-onTertiaryContainer-100-text {
  color: var(--onTertiaryContainer)FF;
}
.C-onTertiaryContainer-100-border {
  border-color: var(--onTertiaryContainer)FF !important;
}
.C-onTertiaryContainer-95 {
  background-color: var(--onTertiaryContainer)F2 !important;
}
.C-onTertiaryContainer-95-text {
  color: var(--onTertiaryContainer)F2;
}
.C-onTertiaryContainer-95-border {
  border-color: var(--onTertiaryContainer)F2 !important;
}
.C-onTertiaryContainer-90 {
  background-color: var(--onTertiaryContainer)E6 !important;
}
.C-onTertiaryContainer-90-text {
  color: var(--onTertiaryContainer)E6;
}
.C-onTertiaryContainer-90-border {
  border-color: var(--onTertiaryContainer)E6 !important;
}
.C-onTertiaryContainer-85 {
  background-color: var(--onTertiaryContainer)D9 !important;
}
.C-onTertiaryContainer-85-text {
  color: var(--onTertiaryContainer)D9;
}
.C-onTertiaryContainer-85-border {
  border-color: var(--onTertiaryContainer)D9 !important;
}
.C-onTertiaryContainer-80 {
  background-color: var(--onTertiaryContainer)CC !important;
}
.C-onTertiaryContainer-80-text {
  color: var(--onTertiaryContainer)CC;
}
.C-onTertiaryContainer-80-border {
  border-color: var(--onTertiaryContainer)CC !important;
}
.C-onTertiaryContainer-75 {
  background-color: var(--onTertiaryContainer)BF !important;
}
.C-onTertiaryContainer-75-text {
  color: var(--onTertiaryContainer)BF;
}
.C-onTertiaryContainer-75-border {
  border-color: var(--onTertiaryContainer)BF !important;
}
.C-onTertiaryContainer-70 {
  background-color: var(--onTertiaryContainer)B3 !important;
}
.C-onTertiaryContainer-70-text {
  color: var(--onTertiaryContainer)B3;
}
.C-onTertiaryContainer-70-border {
  border-color: var(--onTertiaryContainer)B3 !important;
}
.C-onTertiaryContainer-65 {
  background-color: var(--onTertiaryContainer)A6 !important;
}
.C-onTertiaryContainer-65-text {
  color: var(--onTertiaryContainer)A6;
}
.C-onTertiaryContainer-65-border {
  border-color: var(--onTertiaryContainer)A6 !important;
}
.C-onTertiaryContainer-60 {
  background-color: var(--onTertiaryContainer)99 !important;
}
.C-onTertiaryContainer-60-text {
  color: var(--onTertiaryContainer)99;
}
.C-onTertiaryContainer-60-border {
  border-color: var(--onTertiaryContainer)99 !important;
}
.C-onTertiaryContainer-55 {
  background-color: var(--onTertiaryContainer)8C !important;
}
.C-onTertiaryContainer-55-text {
  color: var(--onTertiaryContainer)8C;
}
.C-onTertiaryContainer-55-border {
  border-color: var(--onTertiaryContainer)8C !important;
}
.C-onTertiaryContainer-50 {
  background-color: var(--onTertiaryContainer)80 !important;
}
.C-onTertiaryContainer-50-text {
  color: var(--onTertiaryContainer)80;
}
.C-onTertiaryContainer-50-border {
  border-color: var(--onTertiaryContainer)80 !important;
}
.C-onTertiaryContainer-45 {
  background-color: var(--onTertiaryContainer)73 !important;
}
.C-onTertiaryContainer-45-text {
  color: var(--onTertiaryContainer)73;
}
.C-onTertiaryContainer-45-border {
  border-color: var(--onTertiaryContainer)73 !important;
}
.C-onTertiaryContainer-40 {
  background-color: var(--onTertiaryContainer)66 !important;
}
.C-onTertiaryContainer-40-text {
  color: var(--onTertiaryContainer)66;
}
.C-onTertiaryContainer-40-border {
  border-color: var(--onTertiaryContainer)66 !important;
}
.C-onTertiaryContainer-35 {
  background-color: var(--onTertiaryContainer)59 !important;
}
.C-onTertiaryContainer-35-text {
  color: var(--onTertiaryContainer)59;
}
.C-onTertiaryContainer-35-border {
  border-color: var(--onTertiaryContainer)59 !important;
}
.C-onTertiaryContainer-30 {
  background-color: var(--onTertiaryContainer)4D !important;
}
.C-onTertiaryContainer-30-text {
  color: var(--onTertiaryContainer)4D;
}
.C-onTertiaryContainer-30-border {
  border-color: var(--onTertiaryContainer)4D !important;
}
.C-onTertiaryContainer-25 {
  background-color: var(--onTertiaryContainer)40 !important;
}
.C-onTertiaryContainer-25-text {
  color: var(--onTertiaryContainer)40;
}
.C-onTertiaryContainer-25-border {
  border-color: var(--onTertiaryContainer)40 !important;
}
.C-onTertiaryContainer-20 {
  background-color: var(--onTertiaryContainer)33 !important;
}
.C-onTertiaryContainer-20-text {
  color: var(--onTertiaryContainer)33;
}
.C-onTertiaryContainer-20-border {
  border-color: var(--onTertiaryContainer)33 !important;
}
.C-onTertiaryContainer-15 {
  background-color: var(--onTertiaryContainer)26 !important;
}
.C-onTertiaryContainer-15-text {
  color: var(--onTertiaryContainer)26;
}
.C-onTertiaryContainer-15-border {
  border-color: var(--onTertiaryContainer)26 !important;
}
.C-onTertiaryContainer-10 {
  background-color: var(--onTertiaryContainer)1A !important;
}
.C-onTertiaryContainer-10-text {
  color: var(--onTertiaryContainer)1A;
}
.C-onTertiaryContainer-10-border {
  border-color: var(--onTertiaryContainer)1A !important;
}
.C-onTertiaryContainer-5 {
  background-color: var(--onTertiaryContainer)0D !important;
}
.C-onTertiaryContainer-5-text {
  color: var(--onTertiaryContainer)0D;
}
.C-onTertiaryContainer-5-border {
  border-color: var(--onTertiaryContainer)0D !important;
}
.C-onTertiaryContainer-0 {
  background-color: var(--onTertiaryContainer)0 !important;
}
.C-onTertiaryContainer-0-text {
  color: var(--onTertiaryContainer)0;
}
.C-onTertiaryContainer-0-border {
  border-color: var(--onTertiaryContainer)0 !important;
}
.C-onTertiaryContainer {
  background-color: var(--onTertiaryContainer);
  --btn-background: var(--onTertiaryContainer);
}
.C-onTertiaryContainer.gCol {
  background-color: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-after::after,
.C-onTertiaryContainer-after::before {
  background-color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-text:not(:hover) {
  color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-text.ov_hvr {
  color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onTertiaryContainer) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onTertiaryContainer-border {
  border-color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-outline {
  outline-color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-outline:focus {
  outline-color: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onTertiaryContainer);
  transition: box-shadow 0.2s;
}
.C-onTertiaryContainer-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onTertiaryContainer-hover-bg:hover {
    background-color: var(--onTertiaryContainer) !important;
  }
}
.C-onTertiaryContainer-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onTertiaryContainer-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onTertiaryContainer);
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-text:hover {
  color: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-text [fHover]:hover {
  color: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-text [fHover]:hover [hovered] {
  color: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-text [fHover]:hover {
  color: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onTertiaryContainer-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onTertiaryContainer);
  fill: var(--onTertiaryContainer);
  stroke: var(--onTertiaryContainer);
}
.C-onTertiaryContainer-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onTertiaryContainer) !important;
  fill: var(--onTertiaryContainer) !important;
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-hover-box-shadow:hover,
.C-onTertiaryContainer-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onTertiaryContainer), 12%;
  transition: box-shadow 0.2s;
}
.C-onTertiaryContainer-fill-1 #fill1 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-1.onHover:hover #fill1 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-2 #fill2 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-2.onHover:hover #fill2 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-3 #fill3 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-3.onHover:hover #fill3 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-4 #fill4 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-4.onHover:hover #fill4 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-5 #fill5 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-fill-5.onHover:hover #fill5 {
  fill: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-1 #stroke1 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-2 #stroke2 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-3 #stroke3 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-onTertiaryContainer-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onTertiaryContainer) !important;
}
.C-tertiaryColorDark-100 {
  background-color: var(--tertiaryColorDark)FF !important;
}
.C-tertiaryColorDark-100-text {
  color: var(--tertiaryColorDark)FF;
}
.C-tertiaryColorDark-100-border {
  border-color: var(--tertiaryColorDark)FF !important;
}
.C-tertiaryColorDark-95 {
  background-color: var(--tertiaryColorDark)F2 !important;
}
.C-tertiaryColorDark-95-text {
  color: var(--tertiaryColorDark)F2;
}
.C-tertiaryColorDark-95-border {
  border-color: var(--tertiaryColorDark)F2 !important;
}
.C-tertiaryColorDark-90 {
  background-color: var(--tertiaryColorDark)E6 !important;
}
.C-tertiaryColorDark-90-text {
  color: var(--tertiaryColorDark)E6;
}
.C-tertiaryColorDark-90-border {
  border-color: var(--tertiaryColorDark)E6 !important;
}
.C-tertiaryColorDark-85 {
  background-color: var(--tertiaryColorDark)D9 !important;
}
.C-tertiaryColorDark-85-text {
  color: var(--tertiaryColorDark)D9;
}
.C-tertiaryColorDark-85-border {
  border-color: var(--tertiaryColorDark)D9 !important;
}
.C-tertiaryColorDark-80 {
  background-color: var(--tertiaryColorDark)CC !important;
}
.C-tertiaryColorDark-80-text {
  color: var(--tertiaryColorDark)CC;
}
.C-tertiaryColorDark-80-border {
  border-color: var(--tertiaryColorDark)CC !important;
}
.C-tertiaryColorDark-75 {
  background-color: var(--tertiaryColorDark)BF !important;
}
.C-tertiaryColorDark-75-text {
  color: var(--tertiaryColorDark)BF;
}
.C-tertiaryColorDark-75-border {
  border-color: var(--tertiaryColorDark)BF !important;
}
.C-tertiaryColorDark-70 {
  background-color: var(--tertiaryColorDark)B3 !important;
}
.C-tertiaryColorDark-70-text {
  color: var(--tertiaryColorDark)B3;
}
.C-tertiaryColorDark-70-border {
  border-color: var(--tertiaryColorDark)B3 !important;
}
.C-tertiaryColorDark-65 {
  background-color: var(--tertiaryColorDark)A6 !important;
}
.C-tertiaryColorDark-65-text {
  color: var(--tertiaryColorDark)A6;
}
.C-tertiaryColorDark-65-border {
  border-color: var(--tertiaryColorDark)A6 !important;
}
.C-tertiaryColorDark-60 {
  background-color: var(--tertiaryColorDark)99 !important;
}
.C-tertiaryColorDark-60-text {
  color: var(--tertiaryColorDark)99;
}
.C-tertiaryColorDark-60-border {
  border-color: var(--tertiaryColorDark)99 !important;
}
.C-tertiaryColorDark-55 {
  background-color: var(--tertiaryColorDark)8C !important;
}
.C-tertiaryColorDark-55-text {
  color: var(--tertiaryColorDark)8C;
}
.C-tertiaryColorDark-55-border {
  border-color: var(--tertiaryColorDark)8C !important;
}
.C-tertiaryColorDark-50 {
  background-color: var(--tertiaryColorDark)80 !important;
}
.C-tertiaryColorDark-50-text {
  color: var(--tertiaryColorDark)80;
}
.C-tertiaryColorDark-50-border {
  border-color: var(--tertiaryColorDark)80 !important;
}
.C-tertiaryColorDark-45 {
  background-color: var(--tertiaryColorDark)73 !important;
}
.C-tertiaryColorDark-45-text {
  color: var(--tertiaryColorDark)73;
}
.C-tertiaryColorDark-45-border {
  border-color: var(--tertiaryColorDark)73 !important;
}
.C-tertiaryColorDark-40 {
  background-color: var(--tertiaryColorDark)66 !important;
}
.C-tertiaryColorDark-40-text {
  color: var(--tertiaryColorDark)66;
}
.C-tertiaryColorDark-40-border {
  border-color: var(--tertiaryColorDark)66 !important;
}
.C-tertiaryColorDark-35 {
  background-color: var(--tertiaryColorDark)59 !important;
}
.C-tertiaryColorDark-35-text {
  color: var(--tertiaryColorDark)59;
}
.C-tertiaryColorDark-35-border {
  border-color: var(--tertiaryColorDark)59 !important;
}
.C-tertiaryColorDark-30 {
  background-color: var(--tertiaryColorDark)4D !important;
}
.C-tertiaryColorDark-30-text {
  color: var(--tertiaryColorDark)4D;
}
.C-tertiaryColorDark-30-border {
  border-color: var(--tertiaryColorDark)4D !important;
}
.C-tertiaryColorDark-25 {
  background-color: var(--tertiaryColorDark)40 !important;
}
.C-tertiaryColorDark-25-text {
  color: var(--tertiaryColorDark)40;
}
.C-tertiaryColorDark-25-border {
  border-color: var(--tertiaryColorDark)40 !important;
}
.C-tertiaryColorDark-20 {
  background-color: var(--tertiaryColorDark)33 !important;
}
.C-tertiaryColorDark-20-text {
  color: var(--tertiaryColorDark)33;
}
.C-tertiaryColorDark-20-border {
  border-color: var(--tertiaryColorDark)33 !important;
}
.C-tertiaryColorDark-15 {
  background-color: var(--tertiaryColorDark)26 !important;
}
.C-tertiaryColorDark-15-text {
  color: var(--tertiaryColorDark)26;
}
.C-tertiaryColorDark-15-border {
  border-color: var(--tertiaryColorDark)26 !important;
}
.C-tertiaryColorDark-10 {
  background-color: var(--tertiaryColorDark)1A !important;
}
.C-tertiaryColorDark-10-text {
  color: var(--tertiaryColorDark)1A;
}
.C-tertiaryColorDark-10-border {
  border-color: var(--tertiaryColorDark)1A !important;
}
.C-tertiaryColorDark-5 {
  background-color: var(--tertiaryColorDark)0D !important;
}
.C-tertiaryColorDark-5-text {
  color: var(--tertiaryColorDark)0D;
}
.C-tertiaryColorDark-5-border {
  border-color: var(--tertiaryColorDark)0D !important;
}
.C-tertiaryColorDark-0 {
  background-color: var(--tertiaryColorDark)0 !important;
}
.C-tertiaryColorDark-0-text {
  color: var(--tertiaryColorDark)0;
}
.C-tertiaryColorDark-0-border {
  border-color: var(--tertiaryColorDark)0 !important;
}
.C-tertiaryColorDark,
.swing div:nth-of-type(6) {
  background-color: var(--tertiaryColorDark);
  --btn-background: var(--tertiaryColorDark);
}
.C-tertiaryColorDark.gCol,
.swing div.gCol:nth-of-type(6) {
  background-color: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-after::after,
.C-tertiaryColorDark-after::before {
  background-color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-text:not(:hover),
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content ._el_content ._each:hover i:not(:hover),
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content ._el_content ._each:hover span:not(:hover),
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content ._top-icon:not(:hover) {
  color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-text.ov_hvr,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content ._el_content ._each:hover i.ov_hvr,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content ._el_content ._each:hover span.ov_hvr,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .ov_hvr._top-icon {
  color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--tertiaryColorDark) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-tertiaryColorDark-border {
  border-color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-outline {
  outline-color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-outline:focus {
  outline-color: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColorDark);
  transition: box-shadow 0.2s;
}
.C-tertiaryColorDark-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-tertiaryColorDark-hover-bg:hover {
    background-color: var(--tertiaryColorDark) !important;
  }
}
.C-tertiaryColorDark-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-tertiaryColorDark-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--tertiaryColorDark);
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-text:hover {
  color: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-text [fHover]:hover {
  color: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-text [fHover]:hover [hovered] {
  color: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-text [fHover]:hover {
  color: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-tertiaryColorDark-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--tertiaryColorDark);
  fill: var(--tertiaryColorDark);
  stroke: var(--tertiaryColorDark);
}
.C-tertiaryColorDark-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--tertiaryColorDark) !important;
  fill: var(--tertiaryColorDark) !important;
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-hover-box-shadow:hover,
.C-tertiaryColorDark-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColorDark), 12%;
  transition: box-shadow 0.2s;
}
.C-tertiaryColorDark-fill-1 #fill1 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-1.onHover:hover #fill1 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-2 #fill2 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-2.onHover:hover #fill2 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-3 #fill3 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-3.onHover:hover #fill3 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-4 #fill4 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-4.onHover:hover #fill4 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-5 #fill5 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-fill-5.onHover:hover #fill5 {
  fill: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-1 #stroke1 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-1.onHover:hover #stroke1 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-2 #stroke2 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-2.onHover:hover #stroke2 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-3 #stroke3 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorDark-stroke-3.onHover:hover #stroke3 {
  stroke: var(--tertiaryColorDark) !important;
}
.C-tertiaryColorLight-100 {
  background-color: var(--tertiaryColorLight)FF !important;
}
.C-tertiaryColorLight-100-text {
  color: var(--tertiaryColorLight)FF;
}
.C-tertiaryColorLight-100-border {
  border-color: var(--tertiaryColorLight)FF !important;
}
.C-tertiaryColorLight-95 {
  background-color: var(--tertiaryColorLight)F2 !important;
}
.C-tertiaryColorLight-95-text {
  color: var(--tertiaryColorLight)F2;
}
.C-tertiaryColorLight-95-border {
  border-color: var(--tertiaryColorLight)F2 !important;
}
.C-tertiaryColorLight-90 {
  background-color: var(--tertiaryColorLight)E6 !important;
}
.C-tertiaryColorLight-90-text {
  color: var(--tertiaryColorLight)E6;
}
.C-tertiaryColorLight-90-border {
  border-color: var(--tertiaryColorLight)E6 !important;
}
.C-tertiaryColorLight-85 {
  background-color: var(--tertiaryColorLight)D9 !important;
}
.C-tertiaryColorLight-85-text {
  color: var(--tertiaryColorLight)D9;
}
.C-tertiaryColorLight-85-border {
  border-color: var(--tertiaryColorLight)D9 !important;
}
.C-tertiaryColorLight-80 {
  background-color: var(--tertiaryColorLight)CC !important;
}
.C-tertiaryColorLight-80-text {
  color: var(--tertiaryColorLight)CC;
}
.C-tertiaryColorLight-80-border {
  border-color: var(--tertiaryColorLight)CC !important;
}
.C-tertiaryColorLight-75 {
  background-color: var(--tertiaryColorLight)BF !important;
}
.C-tertiaryColorLight-75-text {
  color: var(--tertiaryColorLight)BF;
}
.C-tertiaryColorLight-75-border {
  border-color: var(--tertiaryColorLight)BF !important;
}
.C-tertiaryColorLight-70 {
  background-color: var(--tertiaryColorLight)B3 !important;
}
.C-tertiaryColorLight-70-text {
  color: var(--tertiaryColorLight)B3;
}
.C-tertiaryColorLight-70-border {
  border-color: var(--tertiaryColorLight)B3 !important;
}
.C-tertiaryColorLight-65 {
  background-color: var(--tertiaryColorLight)A6 !important;
}
.C-tertiaryColorLight-65-text {
  color: var(--tertiaryColorLight)A6;
}
.C-tertiaryColorLight-65-border {
  border-color: var(--tertiaryColorLight)A6 !important;
}
.C-tertiaryColorLight-60 {
  background-color: var(--tertiaryColorLight)99 !important;
}
.C-tertiaryColorLight-60-text {
  color: var(--tertiaryColorLight)99;
}
.C-tertiaryColorLight-60-border {
  border-color: var(--tertiaryColorLight)99 !important;
}
.C-tertiaryColorLight-55 {
  background-color: var(--tertiaryColorLight)8C !important;
}
.C-tertiaryColorLight-55-text {
  color: var(--tertiaryColorLight)8C;
}
.C-tertiaryColorLight-55-border {
  border-color: var(--tertiaryColorLight)8C !important;
}
.C-tertiaryColorLight-50 {
  background-color: var(--tertiaryColorLight)80 !important;
}
.C-tertiaryColorLight-50-text {
  color: var(--tertiaryColorLight)80;
}
.C-tertiaryColorLight-50-border {
  border-color: var(--tertiaryColorLight)80 !important;
}
.C-tertiaryColorLight-45 {
  background-color: var(--tertiaryColorLight)73 !important;
}
.C-tertiaryColorLight-45-text {
  color: var(--tertiaryColorLight)73;
}
.C-tertiaryColorLight-45-border {
  border-color: var(--tertiaryColorLight)73 !important;
}
.C-tertiaryColorLight-40 {
  background-color: var(--tertiaryColorLight)66 !important;
}
.C-tertiaryColorLight-40-text {
  color: var(--tertiaryColorLight)66;
}
.C-tertiaryColorLight-40-border {
  border-color: var(--tertiaryColorLight)66 !important;
}
.C-tertiaryColorLight-35 {
  background-color: var(--tertiaryColorLight)59 !important;
}
.C-tertiaryColorLight-35-text {
  color: var(--tertiaryColorLight)59;
}
.C-tertiaryColorLight-35-border {
  border-color: var(--tertiaryColorLight)59 !important;
}
.C-tertiaryColorLight-30 {
  background-color: var(--tertiaryColorLight)4D !important;
}
.C-tertiaryColorLight-30-text {
  color: var(--tertiaryColorLight)4D;
}
.C-tertiaryColorLight-30-border {
  border-color: var(--tertiaryColorLight)4D !important;
}
.C-tertiaryColorLight-25 {
  background-color: var(--tertiaryColorLight)40 !important;
}
.C-tertiaryColorLight-25-text {
  color: var(--tertiaryColorLight)40;
}
.C-tertiaryColorLight-25-border {
  border-color: var(--tertiaryColorLight)40 !important;
}
.C-tertiaryColorLight-20 {
  background-color: var(--tertiaryColorLight)33 !important;
}
.C-tertiaryColorLight-20-text {
  color: var(--tertiaryColorLight)33;
}
.C-tertiaryColorLight-20-border {
  border-color: var(--tertiaryColorLight)33 !important;
}
.C-tertiaryColorLight-15 {
  background-color: var(--tertiaryColorLight)26 !important;
}
.C-tertiaryColorLight-15-text {
  color: var(--tertiaryColorLight)26;
}
.C-tertiaryColorLight-15-border {
  border-color: var(--tertiaryColorLight)26 !important;
}
.C-tertiaryColorLight-10 {
  background-color: var(--tertiaryColorLight)1A !important;
}
.C-tertiaryColorLight-10-text {
  color: var(--tertiaryColorLight)1A;
}
.C-tertiaryColorLight-10-border {
  border-color: var(--tertiaryColorLight)1A !important;
}
.C-tertiaryColorLight-5 {
  background-color: var(--tertiaryColorLight)0D !important;
}
.C-tertiaryColorLight-5-text {
  color: var(--tertiaryColorLight)0D;
}
.C-tertiaryColorLight-5-border {
  border-color: var(--tertiaryColorLight)0D !important;
}
.C-tertiaryColorLight-0 {
  background-color: var(--tertiaryColorLight)0 !important;
}
.C-tertiaryColorLight-0-text {
  color: var(--tertiaryColorLight)0;
}
.C-tertiaryColorLight-0-border {
  border-color: var(--tertiaryColorLight)0 !important;
}
.C-tertiaryColorLight {
  background-color: var(--tertiaryColorLight);
  --btn-background: var(--tertiaryColorLight);
}
.C-tertiaryColorLight.gCol {
  background-color: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-after::after,
.C-tertiaryColorLight-after::before {
  background-color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-text:not(:hover) {
  color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-text.ov_hvr {
  color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--tertiaryColorLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-tertiaryColorLight-border {
  border-color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-outline {
  outline-color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-outline:focus {
  outline-color: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColorLight);
  transition: box-shadow 0.2s;
}
.C-tertiaryColorLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-tertiaryColorLight-hover-bg:hover,
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:last-child,
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(9),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(8),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(7),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(6),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(5),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(4),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(3),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:nth-child(2),
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:hover:first-child {
    background-color: var(--tertiaryColorLight) !important;
  }
}
.C-tertiaryColorLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-tertiaryColorLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--tertiaryColorLight);
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-text:hover {
  color: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-text [fHover]:hover {
  color: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-text [fHover]:hover [hovered] {
  color: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-text [fHover]:hover {
  color: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-tertiaryColorLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--tertiaryColorLight);
  fill: var(--tertiaryColorLight);
  stroke: var(--tertiaryColorLight);
}
.C-tertiaryColorLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--tertiaryColorLight) !important;
  fill: var(--tertiaryColorLight) !important;
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-hover-box-shadow:hover,
.C-tertiaryColorLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--tertiaryColorLight), 12%;
  transition: box-shadow 0.2s;
}
.C-tertiaryColorLight-fill-1 #fill1 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-1.onHover:hover #fill1 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-2 #fill2 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-2.onHover:hover #fill2 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-3 #fill3 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-3.onHover:hover #fill3 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-4 #fill4 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-4.onHover:hover #fill4 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-5 #fill5 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-fill-5.onHover:hover #fill5 {
  fill: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-1 #stroke1 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-2 #stroke2 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-3 #stroke3 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-tertiaryColorLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--tertiaryColorLight) !important;
}
.C-background-100 {
  background-color: var(--background)FF !important;
}
.C-background-100-text {
  color: var(--background)FF;
}
.C-background-100-border {
  border-color: var(--background)FF !important;
}
.C-background-95 {
  background-color: var(--background)F2 !important;
}
.C-background-95-text {
  color: var(--background)F2;
}
.C-background-95-border {
  border-color: var(--background)F2 !important;
}
.C-background-90 {
  background-color: var(--background)E6 !important;
}
.C-background-90-text {
  color: var(--background)E6;
}
.C-background-90-border {
  border-color: var(--background)E6 !important;
}
.C-background-85 {
  background-color: var(--background)D9 !important;
}
.C-background-85-text {
  color: var(--background)D9;
}
.C-background-85-border {
  border-color: var(--background)D9 !important;
}
.C-background-80 {
  background-color: var(--background)CC !important;
}
.C-background-80-text {
  color: var(--background)CC;
}
.C-background-80-border {
  border-color: var(--background)CC !important;
}
.C-background-75 {
  background-color: var(--background)BF !important;
}
.C-background-75-text {
  color: var(--background)BF;
}
.C-background-75-border {
  border-color: var(--background)BF !important;
}
.C-background-70 {
  background-color: var(--background)B3 !important;
}
.C-background-70-text {
  color: var(--background)B3;
}
.C-background-70-border {
  border-color: var(--background)B3 !important;
}
.C-background-65 {
  background-color: var(--background)A6 !important;
}
.C-background-65-text {
  color: var(--background)A6;
}
.C-background-65-border {
  border-color: var(--background)A6 !important;
}
.C-background-60 {
  background-color: var(--background)99 !important;
}
.C-background-60-text {
  color: var(--background)99;
}
.C-background-60-border {
  border-color: var(--background)99 !important;
}
.C-background-55 {
  background-color: var(--background)8C !important;
}
.C-background-55-text {
  color: var(--background)8C;
}
.C-background-55-border {
  border-color: var(--background)8C !important;
}
.C-background-50 {
  background-color: var(--background)80 !important;
}
.C-background-50-text {
  color: var(--background)80;
}
.C-background-50-border {
  border-color: var(--background)80 !important;
}
.C-background-45 {
  background-color: var(--background)73 !important;
}
.C-background-45-text {
  color: var(--background)73;
}
.C-background-45-border {
  border-color: var(--background)73 !important;
}
.C-background-40 {
  background-color: var(--background)66 !important;
}
.C-background-40-text {
  color: var(--background)66;
}
.C-background-40-border {
  border-color: var(--background)66 !important;
}
.C-background-35 {
  background-color: var(--background)59 !important;
}
.C-background-35-text {
  color: var(--background)59;
}
.C-background-35-border {
  border-color: var(--background)59 !important;
}
.C-background-30 {
  background-color: var(--background)4D !important;
}
.C-background-30-text {
  color: var(--background)4D;
}
.C-background-30-border {
  border-color: var(--background)4D !important;
}
.C-background-25 {
  background-color: var(--background)40 !important;
}
.C-background-25-text {
  color: var(--background)40;
}
.C-background-25-border {
  border-color: var(--background)40 !important;
}
.C-background-20 {
  background-color: var(--background)33 !important;
}
.C-background-20-text {
  color: var(--background)33;
}
.C-background-20-border {
  border-color: var(--background)33 !important;
}
.C-background-15 {
  background-color: var(--background)26 !important;
}
.C-background-15-text {
  color: var(--background)26;
}
.C-background-15-border {
  border-color: var(--background)26 !important;
}
.C-background-10 {
  background-color: var(--background)1A !important;
}
.C-background-10-text {
  color: var(--background)1A;
}
.C-background-10-border {
  border-color: var(--background)1A !important;
}
.C-background-5 {
  background-color: var(--background)0D !important;
}
.C-background-5-text {
  color: var(--background)0D;
}
.C-background-5-border {
  border-color: var(--background)0D !important;
}
.C-background-0 {
  background-color: var(--background)0 !important;
}
.C-background-0-text {
  color: var(--background)0;
}
.C-background-0-border {
  border-color: var(--background)0 !important;
}
.C-background {
  background-color: var(--background);
  --btn-background: var(--background);
}
.C-background.gCol {
  background-color: var(--background) !important;
}
.C-background-after::after,
.C-background-after::before {
  background-color: var(--background);
}
.C-background-text:not(:hover) {
  color: var(--background);
}
.C-background-text.ov_hvr {
  color: var(--background);
}
.C-background-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--background) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-background-border {
  border-color: var(--background);
}
.C-background-outline {
  outline-color: var(--background);
}
.C-background-outline:focus {
  outline-color: var(--background);
}
.C-background-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--background);
  transition: box-shadow 0.2s;
}
.C-background-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-background-hover-bg:hover {
    background-color: var(--background) !important;
  }
}
.C-background-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-background-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--background);
  fill: var(--background) !important;
}
.C-background-hover-text:hover {
  color: var(--background) !important;
}
.C-background-hover-text [fHover]:hover {
  color: var(--background) !important;
}
.C-background-hover-text [fHover]:hover [hovered] {
  color: var(--background) !important;
}
.C-background-hover-text [fHover]:hover {
  color: var(--background) !important;
}
.C-background-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-background-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--background);
  fill: var(--background);
  stroke: var(--background);
}
.C-background-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--background) !important;
  fill: var(--background) !important;
  stroke: var(--background) !important;
}
.C-background-hover-box-shadow:hover,
.C-background-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--background), 12%;
  transition: box-shadow 0.2s;
}
.C-background-fill-1 #fill1 {
  fill: var(--background) !important;
}
.C-background-fill-1.onHover:hover #fill1 {
  fill: var(--background) !important;
}
.C-background-fill-2 #fill2 {
  fill: var(--background) !important;
}
.C-background-fill-2.onHover:hover #fill2 {
  fill: var(--background) !important;
}
.C-background-fill-3 #fill3 {
  fill: var(--background) !important;
}
.C-background-fill-3.onHover:hover #fill3 {
  fill: var(--background) !important;
}
.C-background-fill-4 #fill4 {
  fill: var(--background) !important;
}
.C-background-fill-4.onHover:hover #fill4 {
  fill: var(--background) !important;
}
.C-background-fill-5 #fill5 {
  fill: var(--background) !important;
}
.C-background-fill-5.onHover:hover #fill5 {
  fill: var(--background) !important;
}
.C-background-stroke-1 #stroke1 {
  stroke: var(--background) !important;
}
.C-background-stroke-1.onHover:hover #stroke1 {
  stroke: var(--background) !important;
}
.C-background-stroke-2 #stroke2 {
  stroke: var(--background) !important;
}
.C-background-stroke-2.onHover:hover #stroke2 {
  stroke: var(--background) !important;
}
.C-background-stroke-3 #stroke3 {
  stroke: var(--background) !important;
}
.C-background-stroke-3.onHover:hover #stroke3 {
  stroke: var(--background) !important;
}
.C-onBackground-100 {
  background-color: var(--onBackground)FF !important;
}
.C-onBackground-100-text {
  color: var(--onBackground)FF;
}
.C-onBackground-100-border {
  border-color: var(--onBackground)FF !important;
}
.C-onBackground-95 {
  background-color: var(--onBackground)F2 !important;
}
.C-onBackground-95-text {
  color: var(--onBackground)F2;
}
.C-onBackground-95-border {
  border-color: var(--onBackground)F2 !important;
}
.C-onBackground-90 {
  background-color: var(--onBackground)E6 !important;
}
.C-onBackground-90-text {
  color: var(--onBackground)E6;
}
.C-onBackground-90-border {
  border-color: var(--onBackground)E6 !important;
}
.C-onBackground-85 {
  background-color: var(--onBackground)D9 !important;
}
.C-onBackground-85-text {
  color: var(--onBackground)D9;
}
.C-onBackground-85-border {
  border-color: var(--onBackground)D9 !important;
}
.C-onBackground-80 {
  background-color: var(--onBackground)CC !important;
}
.C-onBackground-80-text {
  color: var(--onBackground)CC;
}
.C-onBackground-80-border {
  border-color: var(--onBackground)CC !important;
}
.C-onBackground-75 {
  background-color: var(--onBackground)BF !important;
}
.C-onBackground-75-text {
  color: var(--onBackground)BF;
}
.C-onBackground-75-border {
  border-color: var(--onBackground)BF !important;
}
.C-onBackground-70 {
  background-color: var(--onBackground)B3 !important;
}
.C-onBackground-70-text {
  color: var(--onBackground)B3;
}
.C-onBackground-70-border {
  border-color: var(--onBackground)B3 !important;
}
.C-onBackground-65 {
  background-color: var(--onBackground)A6 !important;
}
.C-onBackground-65-text {
  color: var(--onBackground)A6;
}
.C-onBackground-65-border {
  border-color: var(--onBackground)A6 !important;
}
.C-onBackground-60 {
  background-color: var(--onBackground)99 !important;
}
.C-onBackground-60-text {
  color: var(--onBackground)99;
}
.C-onBackground-60-border {
  border-color: var(--onBackground)99 !important;
}
.C-onBackground-55 {
  background-color: var(--onBackground)8C !important;
}
.C-onBackground-55-text {
  color: var(--onBackground)8C;
}
.C-onBackground-55-border {
  border-color: var(--onBackground)8C !important;
}
.C-onBackground-50 {
  background-color: var(--onBackground)80 !important;
}
.C-onBackground-50-text {
  color: var(--onBackground)80;
}
.C-onBackground-50-border {
  border-color: var(--onBackground)80 !important;
}
.C-onBackground-45 {
  background-color: var(--onBackground)73 !important;
}
.C-onBackground-45-text {
  color: var(--onBackground)73;
}
.C-onBackground-45-border {
  border-color: var(--onBackground)73 !important;
}
.C-onBackground-40 {
  background-color: var(--onBackground)66 !important;
}
.C-onBackground-40-text {
  color: var(--onBackground)66;
}
.C-onBackground-40-border {
  border-color: var(--onBackground)66 !important;
}
.C-onBackground-35 {
  background-color: var(--onBackground)59 !important;
}
.C-onBackground-35-text {
  color: var(--onBackground)59;
}
.C-onBackground-35-border {
  border-color: var(--onBackground)59 !important;
}
.C-onBackground-30 {
  background-color: var(--onBackground)4D !important;
}
.C-onBackground-30-text {
  color: var(--onBackground)4D;
}
.C-onBackground-30-border {
  border-color: var(--onBackground)4D !important;
}
.C-onBackground-25 {
  background-color: var(--onBackground)40 !important;
}
.C-onBackground-25-text {
  color: var(--onBackground)40;
}
.C-onBackground-25-border {
  border-color: var(--onBackground)40 !important;
}
.C-onBackground-20 {
  background-color: var(--onBackground)33 !important;
}
.C-onBackground-20-text {
  color: var(--onBackground)33;
}
.C-onBackground-20-border {
  border-color: var(--onBackground)33 !important;
}
.C-onBackground-15 {
  background-color: var(--onBackground)26 !important;
}
.C-onBackground-15-text {
  color: var(--onBackground)26;
}
.C-onBackground-15-border {
  border-color: var(--onBackground)26 !important;
}
.C-onBackground-10 {
  background-color: var(--onBackground)1A !important;
}
.C-onBackground-10-text {
  color: var(--onBackground)1A;
}
.C-onBackground-10-border {
  border-color: var(--onBackground)1A !important;
}
.C-onBackground-5 {
  background-color: var(--onBackground)0D !important;
}
.C-onBackground-5-text {
  color: var(--onBackground)0D;
}
.C-onBackground-5-border {
  border-color: var(--onBackground)0D !important;
}
.C-onBackground-0 {
  background-color: var(--onBackground)0 !important;
}
.C-onBackground-0-text {
  color: var(--onBackground)0;
}
.C-onBackground-0-border {
  border-color: var(--onBackground)0 !important;
}
.C-onBackground {
  background-color: var(--onBackground);
  --btn-background: var(--onBackground);
}
.C-onBackground.gCol {
  background-color: var(--onBackground) !important;
}
.C-onBackground-after::after,
.C-onBackground-after::before {
  background-color: var(--onBackground);
}
.C-onBackground-text:not(:hover) {
  color: var(--onBackground);
}
.C-onBackground-text.ov_hvr {
  color: var(--onBackground);
}
.C-onBackground-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onBackground) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onBackground-border {
  border-color: var(--onBackground);
}
.C-onBackground-outline {
  outline-color: var(--onBackground);
}
.C-onBackground-outline:focus {
  outline-color: var(--onBackground);
}
.C-onBackground-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onBackground);
  transition: box-shadow 0.2s;
}
.C-onBackground-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onBackground-hover-bg:hover {
    background-color: var(--onBackground) !important;
  }
}
.C-onBackground-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onBackground-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onBackground);
  fill: var(--onBackground) !important;
}
.C-onBackground-hover-text:hover {
  color: var(--onBackground) !important;
}
.C-onBackground-hover-text [fHover]:hover {
  color: var(--onBackground) !important;
}
.C-onBackground-hover-text [fHover]:hover [hovered] {
  color: var(--onBackground) !important;
}
.C-onBackground-hover-text [fHover]:hover {
  color: var(--onBackground) !important;
}
.C-onBackground-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onBackground-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onBackground);
  fill: var(--onBackground);
  stroke: var(--onBackground);
}
.C-onBackground-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onBackground) !important;
  fill: var(--onBackground) !important;
  stroke: var(--onBackground) !important;
}
.C-onBackground-hover-box-shadow:hover,
.C-onBackground-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onBackground), 12%;
  transition: box-shadow 0.2s;
}
.C-onBackground-fill-1 #fill1 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-1.onHover:hover #fill1 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-2 #fill2 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-2.onHover:hover #fill2 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-3 #fill3 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-3.onHover:hover #fill3 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-4 #fill4 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-4.onHover:hover #fill4 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-5 #fill5 {
  fill: var(--onBackground) !important;
}
.C-onBackground-fill-5.onHover:hover #fill5 {
  fill: var(--onBackground) !important;
}
.C-onBackground-stroke-1 #stroke1 {
  stroke: var(--onBackground) !important;
}
.C-onBackground-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onBackground) !important;
}
.C-onBackground-stroke-2 #stroke2 {
  stroke: var(--onBackground) !important;
}
.C-onBackground-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onBackground) !important;
}
.C-onBackground-stroke-3 #stroke3 {
  stroke: var(--onBackground) !important;
}
.C-onBackground-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onBackground) !important;
}
.C-surface-100 {
  background-color: var(--surface)FF !important;
}
.C-surface-100-text {
  color: var(--surface)FF;
}
.C-surface-100-border {
  border-color: var(--surface)FF !important;
}
.C-surface-95 {
  background-color: var(--surface)F2 !important;
}
.C-surface-95-text {
  color: var(--surface)F2;
}
.C-surface-95-border {
  border-color: var(--surface)F2 !important;
}
.C-surface-90 {
  background-color: var(--surface)E6 !important;
}
.C-surface-90-text {
  color: var(--surface)E6;
}
.C-surface-90-border {
  border-color: var(--surface)E6 !important;
}
.C-surface-85 {
  background-color: var(--surface)D9 !important;
}
.C-surface-85-text {
  color: var(--surface)D9;
}
.C-surface-85-border {
  border-color: var(--surface)D9 !important;
}
.C-surface-80 {
  background-color: var(--surface)CC !important;
}
.C-surface-80-text {
  color: var(--surface)CC;
}
.C-surface-80-border {
  border-color: var(--surface)CC !important;
}
.C-surface-75 {
  background-color: var(--surface)BF !important;
}
.C-surface-75-text {
  color: var(--surface)BF;
}
.C-surface-75-border {
  border-color: var(--surface)BF !important;
}
.C-surface-70 {
  background-color: var(--surface)B3 !important;
}
.C-surface-70-text {
  color: var(--surface)B3;
}
.C-surface-70-border {
  border-color: var(--surface)B3 !important;
}
.C-surface-65 {
  background-color: var(--surface)A6 !important;
}
.C-surface-65-text {
  color: var(--surface)A6;
}
.C-surface-65-border {
  border-color: var(--surface)A6 !important;
}
.C-surface-60 {
  background-color: var(--surface)99 !important;
}
.C-surface-60-text {
  color: var(--surface)99;
}
.C-surface-60-border {
  border-color: var(--surface)99 !important;
}
.C-surface-55 {
  background-color: var(--surface)8C !important;
}
.C-surface-55-text {
  color: var(--surface)8C;
}
.C-surface-55-border {
  border-color: var(--surface)8C !important;
}
.C-surface-50 {
  background-color: var(--surface)80 !important;
}
.C-surface-50-text {
  color: var(--surface)80;
}
.C-surface-50-border {
  border-color: var(--surface)80 !important;
}
.C-surface-45 {
  background-color: var(--surface)73 !important;
}
.C-surface-45-text {
  color: var(--surface)73;
}
.C-surface-45-border {
  border-color: var(--surface)73 !important;
}
.C-surface-40 {
  background-color: var(--surface)66 !important;
}
.C-surface-40-text {
  color: var(--surface)66;
}
.C-surface-40-border {
  border-color: var(--surface)66 !important;
}
.C-surface-35 {
  background-color: var(--surface)59 !important;
}
.C-surface-35-text {
  color: var(--surface)59;
}
.C-surface-35-border {
  border-color: var(--surface)59 !important;
}
.C-surface-30 {
  background-color: var(--surface)4D !important;
}
.C-surface-30-text {
  color: var(--surface)4D;
}
.C-surface-30-border {
  border-color: var(--surface)4D !important;
}
.C-surface-25 {
  background-color: var(--surface)40 !important;
}
.C-surface-25-text {
  color: var(--surface)40;
}
.C-surface-25-border {
  border-color: var(--surface)40 !important;
}
.C-surface-20 {
  background-color: var(--surface)33 !important;
}
.C-surface-20-text {
  color: var(--surface)33;
}
.C-surface-20-border {
  border-color: var(--surface)33 !important;
}
.C-surface-15 {
  background-color: var(--surface)26 !important;
}
.C-surface-15-text {
  color: var(--surface)26;
}
.C-surface-15-border {
  border-color: var(--surface)26 !important;
}
.C-surface-10 {
  background-color: var(--surface)1A !important;
}
.C-surface-10-text {
  color: var(--surface)1A;
}
.C-surface-10-border {
  border-color: var(--surface)1A !important;
}
.C-surface-5 {
  background-color: var(--surface)0D !important;
}
.C-surface-5-text {
  color: var(--surface)0D;
}
.C-surface-5-border {
  border-color: var(--surface)0D !important;
}
.C-surface-0 {
  background-color: var(--surface)0 !important;
}
.C-surface-0-text {
  color: var(--surface)0;
}
.C-surface-0-border {
  border-color: var(--surface)0 !important;
}
.C-surface {
  background-color: var(--surface);
  --btn-background: var(--surface);
}
.C-surface.gCol {
  background-color: var(--surface) !important;
}
.C-surface-after::after,
.C-surface-after::before {
  background-color: var(--surface);
}
.C-surface-text:not(:hover) {
  color: var(--surface);
}
.C-surface-text.ov_hvr {
  color: var(--surface);
}
.C-surface-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--surface) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-surface-border {
  border-color: var(--surface);
}
.C-surface-outline {
  outline-color: var(--surface);
}
.C-surface-outline:focus {
  outline-color: var(--surface);
}
.C-surface-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--surface);
  transition: box-shadow 0.2s;
}
.C-surface-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-surface-hover-bg:hover {
    background-color: var(--surface) !important;
  }
}
.C-surface-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-surface-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--surface);
  fill: var(--surface) !important;
}
.C-surface-hover-text:hover {
  color: var(--surface) !important;
}
.C-surface-hover-text [fHover]:hover {
  color: var(--surface) !important;
}
.C-surface-hover-text [fHover]:hover [hovered] {
  color: var(--surface) !important;
}
.C-surface-hover-text [fHover]:hover {
  color: var(--surface) !important;
}
.C-surface-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-surface-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--surface);
  fill: var(--surface);
  stroke: var(--surface);
}
.C-surface-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--surface) !important;
  fill: var(--surface) !important;
  stroke: var(--surface) !important;
}
.C-surface-hover-box-shadow:hover,
.C-surface-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--surface), 12%;
  transition: box-shadow 0.2s;
}
.C-surface-fill-1 #fill1 {
  fill: var(--surface) !important;
}
.C-surface-fill-1.onHover:hover #fill1 {
  fill: var(--surface) !important;
}
.C-surface-fill-2 #fill2 {
  fill: var(--surface) !important;
}
.C-surface-fill-2.onHover:hover #fill2 {
  fill: var(--surface) !important;
}
.C-surface-fill-3 #fill3 {
  fill: var(--surface) !important;
}
.C-surface-fill-3.onHover:hover #fill3 {
  fill: var(--surface) !important;
}
.C-surface-fill-4 #fill4 {
  fill: var(--surface) !important;
}
.C-surface-fill-4.onHover:hover #fill4 {
  fill: var(--surface) !important;
}
.C-surface-fill-5 #fill5 {
  fill: var(--surface) !important;
}
.C-surface-fill-5.onHover:hover #fill5 {
  fill: var(--surface) !important;
}
.C-surface-stroke-1 #stroke1 {
  stroke: var(--surface) !important;
}
.C-surface-stroke-1.onHover:hover #stroke1 {
  stroke: var(--surface) !important;
}
.C-surface-stroke-2 #stroke2 {
  stroke: var(--surface) !important;
}
.C-surface-stroke-2.onHover:hover #stroke2 {
  stroke: var(--surface) !important;
}
.C-surface-stroke-3 #stroke3 {
  stroke: var(--surface) !important;
}
.C-surface-stroke-3.onHover:hover #stroke3 {
  stroke: var(--surface) !important;
}
.C-onSurface-100 {
  background-color: var(--onSurface)FF !important;
}
.C-onSurface-100-text {
  color: var(--onSurface)FF;
}
.C-onSurface-100-border {
  border-color: var(--onSurface)FF !important;
}
.C-onSurface-95 {
  background-color: var(--onSurface)F2 !important;
}
.C-onSurface-95-text {
  color: var(--onSurface)F2;
}
.C-onSurface-95-border {
  border-color: var(--onSurface)F2 !important;
}
.C-onSurface-90 {
  background-color: var(--onSurface)E6 !important;
}
.C-onSurface-90-text {
  color: var(--onSurface)E6;
}
.C-onSurface-90-border {
  border-color: var(--onSurface)E6 !important;
}
.C-onSurface-85 {
  background-color: var(--onSurface)D9 !important;
}
.C-onSurface-85-text {
  color: var(--onSurface)D9;
}
.C-onSurface-85-border {
  border-color: var(--onSurface)D9 !important;
}
.C-onSurface-80 {
  background-color: var(--onSurface)CC !important;
}
.C-onSurface-80-text {
  color: var(--onSurface)CC;
}
.C-onSurface-80-border {
  border-color: var(--onSurface)CC !important;
}
.C-onSurface-75 {
  background-color: var(--onSurface)BF !important;
}
.C-onSurface-75-text {
  color: var(--onSurface)BF;
}
.C-onSurface-75-border {
  border-color: var(--onSurface)BF !important;
}
.C-onSurface-70 {
  background-color: var(--onSurface)B3 !important;
}
.C-onSurface-70-text {
  color: var(--onSurface)B3;
}
.C-onSurface-70-border {
  border-color: var(--onSurface)B3 !important;
}
.C-onSurface-65 {
  background-color: var(--onSurface)A6 !important;
}
.C-onSurface-65-text {
  color: var(--onSurface)A6;
}
.C-onSurface-65-border {
  border-color: var(--onSurface)A6 !important;
}
.C-onSurface-60 {
  background-color: var(--onSurface)99 !important;
}
.C-onSurface-60-text {
  color: var(--onSurface)99;
}
.C-onSurface-60-border {
  border-color: var(--onSurface)99 !important;
}
.C-onSurface-55 {
  background-color: var(--onSurface)8C !important;
}
.C-onSurface-55-text {
  color: var(--onSurface)8C;
}
.C-onSurface-55-border {
  border-color: var(--onSurface)8C !important;
}
.C-onSurface-50 {
  background-color: var(--onSurface)80 !important;
}
.C-onSurface-50-text {
  color: var(--onSurface)80;
}
.C-onSurface-50-border {
  border-color: var(--onSurface)80 !important;
}
.C-onSurface-45 {
  background-color: var(--onSurface)73 !important;
}
.C-onSurface-45-text {
  color: var(--onSurface)73;
}
.C-onSurface-45-border {
  border-color: var(--onSurface)73 !important;
}
.C-onSurface-40 {
  background-color: var(--onSurface)66 !important;
}
.C-onSurface-40-text {
  color: var(--onSurface)66;
}
.C-onSurface-40-border {
  border-color: var(--onSurface)66 !important;
}
.C-onSurface-35 {
  background-color: var(--onSurface)59 !important;
}
.C-onSurface-35-text {
  color: var(--onSurface)59;
}
.C-onSurface-35-border {
  border-color: var(--onSurface)59 !important;
}
.C-onSurface-30 {
  background-color: var(--onSurface)4D !important;
}
.C-onSurface-30-text {
  color: var(--onSurface)4D;
}
.C-onSurface-30-border {
  border-color: var(--onSurface)4D !important;
}
.C-onSurface-25 {
  background-color: var(--onSurface)40 !important;
}
.C-onSurface-25-text {
  color: var(--onSurface)40;
}
.C-onSurface-25-border {
  border-color: var(--onSurface)40 !important;
}
.C-onSurface-20 {
  background-color: var(--onSurface)33 !important;
}
.C-onSurface-20-text {
  color: var(--onSurface)33;
}
.C-onSurface-20-border {
  border-color: var(--onSurface)33 !important;
}
.C-onSurface-15 {
  background-color: var(--onSurface)26 !important;
}
.C-onSurface-15-text {
  color: var(--onSurface)26;
}
.C-onSurface-15-border {
  border-color: var(--onSurface)26 !important;
}
.C-onSurface-10 {
  background-color: var(--onSurface)1A !important;
}
.C-onSurface-10-text {
  color: var(--onSurface)1A;
}
.C-onSurface-10-border {
  border-color: var(--onSurface)1A !important;
}
.C-onSurface-5 {
  background-color: var(--onSurface)0D !important;
}
.C-onSurface-5-text {
  color: var(--onSurface)0D;
}
.C-onSurface-5-border {
  border-color: var(--onSurface)0D !important;
}
.C-onSurface-0 {
  background-color: var(--onSurface)0 !important;
}
.C-onSurface-0-text {
  color: var(--onSurface)0;
}
.C-onSurface-0-border {
  border-color: var(--onSurface)0 !important;
}
.C-onSurface {
  background-color: var(--onSurface);
  --btn-background: var(--onSurface);
}
.C-onSurface.gCol {
  background-color: var(--onSurface) !important;
}
.C-onSurface-after::after,
.C-onSurface-after::before {
  background-color: var(--onSurface);
}
.C-onSurface-text:not(:hover) {
  color: var(--onSurface);
}
.C-onSurface-text.ov_hvr {
  color: var(--onSurface);
}
.C-onSurface-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--onSurface) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-onSurface-border {
  border-color: var(--onSurface);
}
.C-onSurface-outline {
  outline-color: var(--onSurface);
}
.C-onSurface-outline:focus {
  outline-color: var(--onSurface);
}
.C-onSurface-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSurface);
  transition: box-shadow 0.2s;
}
.C-onSurface-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-onSurface-hover-bg:hover {
    background-color: var(--onSurface) !important;
  }
}
.C-onSurface-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-onSurface-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--onSurface);
  fill: var(--onSurface) !important;
}
.C-onSurface-hover-text:hover {
  color: var(--onSurface) !important;
}
.C-onSurface-hover-text [fHover]:hover {
  color: var(--onSurface) !important;
}
.C-onSurface-hover-text [fHover]:hover [hovered] {
  color: var(--onSurface) !important;
}
.C-onSurface-hover-text [fHover]:hover {
  color: var(--onSurface) !important;
}
.C-onSurface-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-onSurface-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--onSurface);
  fill: var(--onSurface);
  stroke: var(--onSurface);
}
.C-onSurface-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--onSurface) !important;
  fill: var(--onSurface) !important;
  stroke: var(--onSurface) !important;
}
.C-onSurface-hover-box-shadow:hover,
.C-onSurface-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--onSurface), 12%;
  transition: box-shadow 0.2s;
}
.C-onSurface-fill-1 #fill1 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-1.onHover:hover #fill1 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-2 #fill2 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-2.onHover:hover #fill2 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-3 #fill3 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-3.onHover:hover #fill3 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-4 #fill4 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-4.onHover:hover #fill4 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-5 #fill5 {
  fill: var(--onSurface) !important;
}
.C-onSurface-fill-5.onHover:hover #fill5 {
  fill: var(--onSurface) !important;
}
.C-onSurface-stroke-1 #stroke1 {
  stroke: var(--onSurface) !important;
}
.C-onSurface-stroke-1.onHover:hover #stroke1 {
  stroke: var(--onSurface) !important;
}
.C-onSurface-stroke-2 #stroke2 {
  stroke: var(--onSurface) !important;
}
.C-onSurface-stroke-2.onHover:hover #stroke2 {
  stroke: var(--onSurface) !important;
}
.C-onSurface-stroke-3 #stroke3 {
  stroke: var(--onSurface) !important;
}
.C-onSurface-stroke-3.onHover:hover #stroke3 {
  stroke: var(--onSurface) !important;
}
.C-outline-100 {
  background-color: var(--outline)FF !important;
}
.C-outline-100-text {
  color: var(--outline)FF;
}
.C-outline-100-border {
  border-color: var(--outline)FF !important;
}
.C-outline-95 {
  background-color: var(--outline)F2 !important;
}
.C-outline-95-text {
  color: var(--outline)F2;
}
.C-outline-95-border {
  border-color: var(--outline)F2 !important;
}
.C-outline-90 {
  background-color: var(--outline)E6 !important;
}
.C-outline-90-text {
  color: var(--outline)E6;
}
.C-outline-90-border {
  border-color: var(--outline)E6 !important;
}
.C-outline-85 {
  background-color: var(--outline)D9 !important;
}
.C-outline-85-text {
  color: var(--outline)D9;
}
.C-outline-85-border {
  border-color: var(--outline)D9 !important;
}
.C-outline-80 {
  background-color: var(--outline)CC !important;
}
.C-outline-80-text {
  color: var(--outline)CC;
}
.C-outline-80-border {
  border-color: var(--outline)CC !important;
}
.C-outline-75 {
  background-color: var(--outline)BF !important;
}
.C-outline-75-text {
  color: var(--outline)BF;
}
.C-outline-75-border {
  border-color: var(--outline)BF !important;
}
.C-outline-70 {
  background-color: var(--outline)B3 !important;
}
.C-outline-70-text {
  color: var(--outline)B3;
}
.C-outline-70-border {
  border-color: var(--outline)B3 !important;
}
.C-outline-65 {
  background-color: var(--outline)A6 !important;
}
.C-outline-65-text {
  color: var(--outline)A6;
}
.C-outline-65-border {
  border-color: var(--outline)A6 !important;
}
.C-outline-60 {
  background-color: var(--outline)99 !important;
}
.C-outline-60-text {
  color: var(--outline)99;
}
.C-outline-60-border {
  border-color: var(--outline)99 !important;
}
.C-outline-55 {
  background-color: var(--outline)8C !important;
}
.C-outline-55-text {
  color: var(--outline)8C;
}
.C-outline-55-border {
  border-color: var(--outline)8C !important;
}
.C-outline-50 {
  background-color: var(--outline)80 !important;
}
.C-outline-50-text {
  color: var(--outline)80;
}
.C-outline-50-border {
  border-color: var(--outline)80 !important;
}
.C-outline-45 {
  background-color: var(--outline)73 !important;
}
.C-outline-45-text {
  color: var(--outline)73;
}
.C-outline-45-border {
  border-color: var(--outline)73 !important;
}
.C-outline-40 {
  background-color: var(--outline)66 !important;
}
.C-outline-40-text {
  color: var(--outline)66;
}
.C-outline-40-border {
  border-color: var(--outline)66 !important;
}
.C-outline-35 {
  background-color: var(--outline)59 !important;
}
.C-outline-35-text {
  color: var(--outline)59;
}
.C-outline-35-border {
  border-color: var(--outline)59 !important;
}
.C-outline-30 {
  background-color: var(--outline)4D !important;
}
.C-outline-30-text {
  color: var(--outline)4D;
}
.C-outline-30-border {
  border-color: var(--outline)4D !important;
}
.C-outline-25 {
  background-color: var(--outline)40 !important;
}
.C-outline-25-text {
  color: var(--outline)40;
}
.C-outline-25-border {
  border-color: var(--outline)40 !important;
}
.C-outline-20 {
  background-color: var(--outline)33 !important;
}
.C-outline-20-text {
  color: var(--outline)33;
}
.C-outline-20-border {
  border-color: var(--outline)33 !important;
}
.C-outline-15 {
  background-color: var(--outline)26 !important;
}
.C-outline-15-text {
  color: var(--outline)26;
}
.C-outline-15-border {
  border-color: var(--outline)26 !important;
}
.C-outline-10 {
  background-color: var(--outline)1A !important;
}
.C-outline-10-text {
  color: var(--outline)1A;
}
.C-outline-10-border {
  border-color: var(--outline)1A !important;
}
.C-outline-5 {
  background-color: var(--outline)0D !important;
}
.C-outline-5-text {
  color: var(--outline)0D;
}
.C-outline-5-border {
  border-color: var(--outline)0D !important;
}
.C-outline-0 {
  background-color: var(--outline)0 !important;
}
.C-outline-0-text {
  color: var(--outline)0;
}
.C-outline-0-border {
  border-color: var(--outline)0 !important;
}
.C-outline {
  background-color: var(--outline);
  --btn-background: var(--outline);
}
.C-outline.gCol {
  background-color: var(--outline) !important;
}
.C-outline-after::after,
.C-outline-after::before {
  background-color: var(--outline);
}
.C-outline-text:not(:hover) {
  color: var(--outline);
}
.C-outline-text.ov_hvr {
  color: var(--outline);
}
.C-outline-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--outline) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-outline-border {
  border-color: var(--outline);
}
.C-outline-outline {
  outline-color: var(--outline);
}
.C-outline-outline:focus {
  outline-color: var(--outline);
}
.C-outline-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--outline);
  transition: box-shadow 0.2s;
}
.C-outline-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-outline-hover-bg:hover {
    background-color: var(--outline) !important;
  }
}
.C-outline-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-outline-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--outline);
  fill: var(--outline) !important;
}
.C-outline-hover-text:hover {
  color: var(--outline) !important;
}
.C-outline-hover-text [fHover]:hover {
  color: var(--outline) !important;
}
.C-outline-hover-text [fHover]:hover [hovered] {
  color: var(--outline) !important;
}
.C-outline-hover-text [fHover]:hover {
  color: var(--outline) !important;
}
.C-outline-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-outline-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--outline);
  fill: var(--outline);
  stroke: var(--outline);
}
.C-outline-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--outline) !important;
  fill: var(--outline) !important;
  stroke: var(--outline) !important;
}
.C-outline-hover-box-shadow:hover,
.C-outline-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--outline), 12%;
  transition: box-shadow 0.2s;
}
.C-outline-fill-1 #fill1 {
  fill: var(--outline) !important;
}
.C-outline-fill-1.onHover:hover #fill1 {
  fill: var(--outline) !important;
}
.C-outline-fill-2 #fill2 {
  fill: var(--outline) !important;
}
.C-outline-fill-2.onHover:hover #fill2 {
  fill: var(--outline) !important;
}
.C-outline-fill-3 #fill3 {
  fill: var(--outline) !important;
}
.C-outline-fill-3.onHover:hover #fill3 {
  fill: var(--outline) !important;
}
.C-outline-fill-4 #fill4 {
  fill: var(--outline) !important;
}
.C-outline-fill-4.onHover:hover #fill4 {
  fill: var(--outline) !important;
}
.C-outline-fill-5 #fill5 {
  fill: var(--outline) !important;
}
.C-outline-fill-5.onHover:hover #fill5 {
  fill: var(--outline) !important;
}
.C-outline-stroke-1 #stroke1 {
  stroke: var(--outline) !important;
}
.C-outline-stroke-1.onHover:hover #stroke1 {
  stroke: var(--outline) !important;
}
.C-outline-stroke-2 #stroke2 {
  stroke: var(--outline) !important;
}
.C-outline-stroke-2.onHover:hover #stroke2 {
  stroke: var(--outline) !important;
}
.C-outline-stroke-3 #stroke3 {
  stroke: var(--outline) !important;
}
.C-outline-stroke-3.onHover:hover #stroke3 {
  stroke: var(--outline) !important;
}
.C-shadow-100 {
  background-color: var(--shadow)FF !important;
}
.C-shadow-100-text {
  color: var(--shadow)FF;
}
.C-shadow-100-border {
  border-color: var(--shadow)FF !important;
}
.C-shadow-95 {
  background-color: var(--shadow)F2 !important;
}
.C-shadow-95-text {
  color: var(--shadow)F2;
}
.C-shadow-95-border {
  border-color: var(--shadow)F2 !important;
}
.C-shadow-90 {
  background-color: var(--shadow)E6 !important;
}
.C-shadow-90-text {
  color: var(--shadow)E6;
}
.C-shadow-90-border {
  border-color: var(--shadow)E6 !important;
}
.C-shadow-85 {
  background-color: var(--shadow)D9 !important;
}
.C-shadow-85-text {
  color: var(--shadow)D9;
}
.C-shadow-85-border {
  border-color: var(--shadow)D9 !important;
}
.C-shadow-80 {
  background-color: var(--shadow)CC !important;
}
.C-shadow-80-text {
  color: var(--shadow)CC;
}
.C-shadow-80-border {
  border-color: var(--shadow)CC !important;
}
.C-shadow-75 {
  background-color: var(--shadow)BF !important;
}
.C-shadow-75-text {
  color: var(--shadow)BF;
}
.C-shadow-75-border {
  border-color: var(--shadow)BF !important;
}
.C-shadow-70 {
  background-color: var(--shadow)B3 !important;
}
.C-shadow-70-text {
  color: var(--shadow)B3;
}
.C-shadow-70-border {
  border-color: var(--shadow)B3 !important;
}
.C-shadow-65 {
  background-color: var(--shadow)A6 !important;
}
.C-shadow-65-text {
  color: var(--shadow)A6;
}
.C-shadow-65-border {
  border-color: var(--shadow)A6 !important;
}
.C-shadow-60 {
  background-color: var(--shadow)99 !important;
}
.C-shadow-60-text {
  color: var(--shadow)99;
}
.C-shadow-60-border {
  border-color: var(--shadow)99 !important;
}
.C-shadow-55 {
  background-color: var(--shadow)8C !important;
}
.C-shadow-55-text {
  color: var(--shadow)8C;
}
.C-shadow-55-border {
  border-color: var(--shadow)8C !important;
}
.C-shadow-50 {
  background-color: var(--shadow)80 !important;
}
.C-shadow-50-text {
  color: var(--shadow)80;
}
.C-shadow-50-border {
  border-color: var(--shadow)80 !important;
}
.C-shadow-45 {
  background-color: var(--shadow)73 !important;
}
.C-shadow-45-text {
  color: var(--shadow)73;
}
.C-shadow-45-border {
  border-color: var(--shadow)73 !important;
}
.C-shadow-40 {
  background-color: var(--shadow)66 !important;
}
.C-shadow-40-text {
  color: var(--shadow)66;
}
.C-shadow-40-border {
  border-color: var(--shadow)66 !important;
}
.C-shadow-35 {
  background-color: var(--shadow)59 !important;
}
.C-shadow-35-text {
  color: var(--shadow)59;
}
.C-shadow-35-border {
  border-color: var(--shadow)59 !important;
}
.C-shadow-30 {
  background-color: var(--shadow)4D !important;
}
.C-shadow-30-text {
  color: var(--shadow)4D;
}
.C-shadow-30-border {
  border-color: var(--shadow)4D !important;
}
.C-shadow-25 {
  background-color: var(--shadow)40 !important;
}
.C-shadow-25-text {
  color: var(--shadow)40;
}
.C-shadow-25-border {
  border-color: var(--shadow)40 !important;
}
.C-shadow-20 {
  background-color: var(--shadow)33 !important;
}
.C-shadow-20-text {
  color: var(--shadow)33;
}
.C-shadow-20-border {
  border-color: var(--shadow)33 !important;
}
.C-shadow-15 {
  background-color: var(--shadow)26 !important;
}
.C-shadow-15-text {
  color: var(--shadow)26;
}
.C-shadow-15-border {
  border-color: var(--shadow)26 !important;
}
.C-shadow-10 {
  background-color: var(--shadow)1A !important;
}
.C-shadow-10-text {
  color: var(--shadow)1A;
}
.C-shadow-10-border {
  border-color: var(--shadow)1A !important;
}
.C-shadow-5 {
  background-color: var(--shadow)0D !important;
}
.C-shadow-5-text {
  color: var(--shadow)0D;
}
.C-shadow-5-border {
  border-color: var(--shadow)0D !important;
}
.C-shadow-0 {
  background-color: var(--shadow)0 !important;
}
.C-shadow-0-text {
  color: var(--shadow)0;
}
.C-shadow-0-border {
  border-color: var(--shadow)0 !important;
}
.C-shadow {
  background-color: var(--shadow);
  --btn-background: var(--shadow);
}
.C-shadow.gCol {
  background-color: var(--shadow) !important;
}
.C-shadow-after::after,
.C-shadow-after::before {
  background-color: var(--shadow);
}
.C-shadow-text:not(:hover) {
  color: var(--shadow);
}
.C-shadow-text.ov_hvr {
  color: var(--shadow);
}
.C-shadow-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--shadow) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-shadow-border {
  border-color: var(--shadow);
}
.C-shadow-outline {
  outline-color: var(--shadow);
}
.C-shadow-outline:focus {
  outline-color: var(--shadow);
}
.C-shadow-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--shadow);
  transition: box-shadow 0.2s;
}
.C-shadow-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-shadow-hover-bg:hover {
    background-color: var(--shadow) !important;
  }
}
.C-shadow-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-shadow-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--shadow);
  fill: var(--shadow) !important;
}
.C-shadow-hover-text:hover {
  color: var(--shadow) !important;
}
.C-shadow-hover-text [fHover]:hover {
  color: var(--shadow) !important;
}
.C-shadow-hover-text [fHover]:hover [hovered] {
  color: var(--shadow) !important;
}
.C-shadow-hover-text [fHover]:hover {
  color: var(--shadow) !important;
}
.C-shadow-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-shadow-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--shadow);
  fill: var(--shadow);
  stroke: var(--shadow);
}
.C-shadow-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--shadow) !important;
  fill: var(--shadow) !important;
  stroke: var(--shadow) !important;
}
.C-shadow-hover-box-shadow:hover,
.C-shadow-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--shadow), 12%;
  transition: box-shadow 0.2s;
}
.C-shadow-fill-1 #fill1 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-1.onHover:hover #fill1 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-2 #fill2 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-2.onHover:hover #fill2 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-3 #fill3 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-3.onHover:hover #fill3 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-4 #fill4 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-4.onHover:hover #fill4 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-5 #fill5 {
  fill: var(--shadow) !important;
}
.C-shadow-fill-5.onHover:hover #fill5 {
  fill: var(--shadow) !important;
}
.C-shadow-stroke-1 #stroke1 {
  stroke: var(--shadow) !important;
}
.C-shadow-stroke-1.onHover:hover #stroke1 {
  stroke: var(--shadow) !important;
}
.C-shadow-stroke-2 #stroke2 {
  stroke: var(--shadow) !important;
}
.C-shadow-stroke-2.onHover:hover #stroke2 {
  stroke: var(--shadow) !important;
}
.C-shadow-stroke-3 #stroke3 {
  stroke: var(--shadow) !important;
}
.C-shadow-stroke-3.onHover:hover #stroke3 {
  stroke: var(--shadow) !important;
}
.C-inverseSurface-100 {
  background-color: var(--inverseSurface)FF !important;
}
.C-inverseSurface-100-text {
  color: var(--inverseSurface)FF;
}
.C-inverseSurface-100-border {
  border-color: var(--inverseSurface)FF !important;
}
.C-inverseSurface-95 {
  background-color: var(--inverseSurface)F2 !important;
}
.C-inverseSurface-95-text {
  color: var(--inverseSurface)F2;
}
.C-inverseSurface-95-border {
  border-color: var(--inverseSurface)F2 !important;
}
.C-inverseSurface-90 {
  background-color: var(--inverseSurface)E6 !important;
}
.C-inverseSurface-90-text {
  color: var(--inverseSurface)E6;
}
.C-inverseSurface-90-border {
  border-color: var(--inverseSurface)E6 !important;
}
.C-inverseSurface-85 {
  background-color: var(--inverseSurface)D9 !important;
}
.C-inverseSurface-85-text {
  color: var(--inverseSurface)D9;
}
.C-inverseSurface-85-border {
  border-color: var(--inverseSurface)D9 !important;
}
.C-inverseSurface-80 {
  background-color: var(--inverseSurface)CC !important;
}
.C-inverseSurface-80-text {
  color: var(--inverseSurface)CC;
}
.C-inverseSurface-80-border {
  border-color: var(--inverseSurface)CC !important;
}
.C-inverseSurface-75 {
  background-color: var(--inverseSurface)BF !important;
}
.C-inverseSurface-75-text {
  color: var(--inverseSurface)BF;
}
.C-inverseSurface-75-border {
  border-color: var(--inverseSurface)BF !important;
}
.C-inverseSurface-70 {
  background-color: var(--inverseSurface)B3 !important;
}
.C-inverseSurface-70-text {
  color: var(--inverseSurface)B3;
}
.C-inverseSurface-70-border {
  border-color: var(--inverseSurface)B3 !important;
}
.C-inverseSurface-65 {
  background-color: var(--inverseSurface)A6 !important;
}
.C-inverseSurface-65-text {
  color: var(--inverseSurface)A6;
}
.C-inverseSurface-65-border {
  border-color: var(--inverseSurface)A6 !important;
}
.C-inverseSurface-60 {
  background-color: var(--inverseSurface)99 !important;
}
.C-inverseSurface-60-text {
  color: var(--inverseSurface)99;
}
.C-inverseSurface-60-border {
  border-color: var(--inverseSurface)99 !important;
}
.C-inverseSurface-55 {
  background-color: var(--inverseSurface)8C !important;
}
.C-inverseSurface-55-text {
  color: var(--inverseSurface)8C;
}
.C-inverseSurface-55-border {
  border-color: var(--inverseSurface)8C !important;
}
.C-inverseSurface-50 {
  background-color: var(--inverseSurface)80 !important;
}
.C-inverseSurface-50-text {
  color: var(--inverseSurface)80;
}
.C-inverseSurface-50-border {
  border-color: var(--inverseSurface)80 !important;
}
.C-inverseSurface-45 {
  background-color: var(--inverseSurface)73 !important;
}
.C-inverseSurface-45-text {
  color: var(--inverseSurface)73;
}
.C-inverseSurface-45-border {
  border-color: var(--inverseSurface)73 !important;
}
.C-inverseSurface-40 {
  background-color: var(--inverseSurface)66 !important;
}
.C-inverseSurface-40-text {
  color: var(--inverseSurface)66;
}
.C-inverseSurface-40-border {
  border-color: var(--inverseSurface)66 !important;
}
.C-inverseSurface-35 {
  background-color: var(--inverseSurface)59 !important;
}
.C-inverseSurface-35-text {
  color: var(--inverseSurface)59;
}
.C-inverseSurface-35-border {
  border-color: var(--inverseSurface)59 !important;
}
.C-inverseSurface-30 {
  background-color: var(--inverseSurface)4D !important;
}
.C-inverseSurface-30-text {
  color: var(--inverseSurface)4D;
}
.C-inverseSurface-30-border {
  border-color: var(--inverseSurface)4D !important;
}
.C-inverseSurface-25 {
  background-color: var(--inverseSurface)40 !important;
}
.C-inverseSurface-25-text {
  color: var(--inverseSurface)40;
}
.C-inverseSurface-25-border {
  border-color: var(--inverseSurface)40 !important;
}
.C-inverseSurface-20 {
  background-color: var(--inverseSurface)33 !important;
}
.C-inverseSurface-20-text {
  color: var(--inverseSurface)33;
}
.C-inverseSurface-20-border {
  border-color: var(--inverseSurface)33 !important;
}
.C-inverseSurface-15 {
  background-color: var(--inverseSurface)26 !important;
}
.C-inverseSurface-15-text {
  color: var(--inverseSurface)26;
}
.C-inverseSurface-15-border {
  border-color: var(--inverseSurface)26 !important;
}
.C-inverseSurface-10 {
  background-color: var(--inverseSurface)1A !important;
}
.C-inverseSurface-10-text {
  color: var(--inverseSurface)1A;
}
.C-inverseSurface-10-border {
  border-color: var(--inverseSurface)1A !important;
}
.C-inverseSurface-5 {
  background-color: var(--inverseSurface)0D !important;
}
.C-inverseSurface-5-text {
  color: var(--inverseSurface)0D;
}
.C-inverseSurface-5-border {
  border-color: var(--inverseSurface)0D !important;
}
.C-inverseSurface-0 {
  background-color: var(--inverseSurface)0 !important;
}
.C-inverseSurface-0-text {
  color: var(--inverseSurface)0;
}
.C-inverseSurface-0-border {
  border-color: var(--inverseSurface)0 !important;
}
.C-inverseSurface {
  background-color: var(--inverseSurface);
  --btn-background: var(--inverseSurface);
}
.C-inverseSurface.gCol {
  background-color: var(--inverseSurface) !important;
}
.C-inverseSurface-after::after,
.C-inverseSurface-after::before {
  background-color: var(--inverseSurface);
}
.C-inverseSurface-text:not(:hover) {
  color: var(--inverseSurface);
}
.C-inverseSurface-text.ov_hvr {
  color: var(--inverseSurface);
}
.C-inverseSurface-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--inverseSurface) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-inverseSurface-border {
  border-color: var(--inverseSurface);
}
.C-inverseSurface-outline {
  outline-color: var(--inverseSurface);
}
.C-inverseSurface-outline:focus {
  outline-color: var(--inverseSurface);
}
.C-inverseSurface-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inverseSurface);
  transition: box-shadow 0.2s;
}
.C-inverseSurface-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-inverseSurface-hover-bg:hover {
    background-color: var(--inverseSurface) !important;
  }
}
.C-inverseSurface-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-inverseSurface-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--inverseSurface);
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-text:hover {
  color: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-text [fHover]:hover {
  color: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-text [fHover]:hover [hovered] {
  color: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-text [fHover]:hover {
  color: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-inverseSurface-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--inverseSurface);
  fill: var(--inverseSurface);
  stroke: var(--inverseSurface);
}
.C-inverseSurface-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--inverseSurface) !important;
  fill: var(--inverseSurface) !important;
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-hover-box-shadow:hover,
.C-inverseSurface-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inverseSurface), 12%;
  transition: box-shadow 0.2s;
}
.C-inverseSurface-fill-1 #fill1 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-1.onHover:hover #fill1 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-2 #fill2 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-2.onHover:hover #fill2 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-3 #fill3 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-3.onHover:hover #fill3 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-4 #fill4 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-4.onHover:hover #fill4 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-5 #fill5 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-fill-5.onHover:hover #fill5 {
  fill: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-1 #stroke1 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-1.onHover:hover #stroke1 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-2 #stroke2 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-2.onHover:hover #stroke2 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-3 #stroke3 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseSurface-stroke-3.onHover:hover #stroke3 {
  stroke: var(--inverseSurface) !important;
}
.C-inverseOnSurface-100 {
  background-color: var(--inverseOnSurface)FF !important;
}
.C-inverseOnSurface-100-text {
  color: var(--inverseOnSurface)FF;
}
.C-inverseOnSurface-100-border {
  border-color: var(--inverseOnSurface)FF !important;
}
.C-inverseOnSurface-95 {
  background-color: var(--inverseOnSurface)F2 !important;
}
.C-inverseOnSurface-95-text {
  color: var(--inverseOnSurface)F2;
}
.C-inverseOnSurface-95-border {
  border-color: var(--inverseOnSurface)F2 !important;
}
.C-inverseOnSurface-90 {
  background-color: var(--inverseOnSurface)E6 !important;
}
.C-inverseOnSurface-90-text {
  color: var(--inverseOnSurface)E6;
}
.C-inverseOnSurface-90-border {
  border-color: var(--inverseOnSurface)E6 !important;
}
.C-inverseOnSurface-85 {
  background-color: var(--inverseOnSurface)D9 !important;
}
.C-inverseOnSurface-85-text {
  color: var(--inverseOnSurface)D9;
}
.C-inverseOnSurface-85-border {
  border-color: var(--inverseOnSurface)D9 !important;
}
.C-inverseOnSurface-80 {
  background-color: var(--inverseOnSurface)CC !important;
}
.C-inverseOnSurface-80-text {
  color: var(--inverseOnSurface)CC;
}
.C-inverseOnSurface-80-border {
  border-color: var(--inverseOnSurface)CC !important;
}
.C-inverseOnSurface-75 {
  background-color: var(--inverseOnSurface)BF !important;
}
.C-inverseOnSurface-75-text {
  color: var(--inverseOnSurface)BF;
}
.C-inverseOnSurface-75-border {
  border-color: var(--inverseOnSurface)BF !important;
}
.C-inverseOnSurface-70 {
  background-color: var(--inverseOnSurface)B3 !important;
}
.C-inverseOnSurface-70-text {
  color: var(--inverseOnSurface)B3;
}
.C-inverseOnSurface-70-border {
  border-color: var(--inverseOnSurface)B3 !important;
}
.C-inverseOnSurface-65 {
  background-color: var(--inverseOnSurface)A6 !important;
}
.C-inverseOnSurface-65-text {
  color: var(--inverseOnSurface)A6;
}
.C-inverseOnSurface-65-border {
  border-color: var(--inverseOnSurface)A6 !important;
}
.C-inverseOnSurface-60 {
  background-color: var(--inverseOnSurface)99 !important;
}
.C-inverseOnSurface-60-text {
  color: var(--inverseOnSurface)99;
}
.C-inverseOnSurface-60-border {
  border-color: var(--inverseOnSurface)99 !important;
}
.C-inverseOnSurface-55 {
  background-color: var(--inverseOnSurface)8C !important;
}
.C-inverseOnSurface-55-text {
  color: var(--inverseOnSurface)8C;
}
.C-inverseOnSurface-55-border {
  border-color: var(--inverseOnSurface)8C !important;
}
.C-inverseOnSurface-50 {
  background-color: var(--inverseOnSurface)80 !important;
}
.C-inverseOnSurface-50-text {
  color: var(--inverseOnSurface)80;
}
.C-inverseOnSurface-50-border {
  border-color: var(--inverseOnSurface)80 !important;
}
.C-inverseOnSurface-45 {
  background-color: var(--inverseOnSurface)73 !important;
}
.C-inverseOnSurface-45-text {
  color: var(--inverseOnSurface)73;
}
.C-inverseOnSurface-45-border {
  border-color: var(--inverseOnSurface)73 !important;
}
.C-inverseOnSurface-40 {
  background-color: var(--inverseOnSurface)66 !important;
}
.C-inverseOnSurface-40-text {
  color: var(--inverseOnSurface)66;
}
.C-inverseOnSurface-40-border {
  border-color: var(--inverseOnSurface)66 !important;
}
.C-inverseOnSurface-35 {
  background-color: var(--inverseOnSurface)59 !important;
}
.C-inverseOnSurface-35-text {
  color: var(--inverseOnSurface)59;
}
.C-inverseOnSurface-35-border {
  border-color: var(--inverseOnSurface)59 !important;
}
.C-inverseOnSurface-30 {
  background-color: var(--inverseOnSurface)4D !important;
}
.C-inverseOnSurface-30-text {
  color: var(--inverseOnSurface)4D;
}
.C-inverseOnSurface-30-border {
  border-color: var(--inverseOnSurface)4D !important;
}
.C-inverseOnSurface-25 {
  background-color: var(--inverseOnSurface)40 !important;
}
.C-inverseOnSurface-25-text {
  color: var(--inverseOnSurface)40;
}
.C-inverseOnSurface-25-border {
  border-color: var(--inverseOnSurface)40 !important;
}
.C-inverseOnSurface-20 {
  background-color: var(--inverseOnSurface)33 !important;
}
.C-inverseOnSurface-20-text {
  color: var(--inverseOnSurface)33;
}
.C-inverseOnSurface-20-border {
  border-color: var(--inverseOnSurface)33 !important;
}
.C-inverseOnSurface-15 {
  background-color: var(--inverseOnSurface)26 !important;
}
.C-inverseOnSurface-15-text {
  color: var(--inverseOnSurface)26;
}
.C-inverseOnSurface-15-border {
  border-color: var(--inverseOnSurface)26 !important;
}
.C-inverseOnSurface-10 {
  background-color: var(--inverseOnSurface)1A !important;
}
.C-inverseOnSurface-10-text {
  color: var(--inverseOnSurface)1A;
}
.C-inverseOnSurface-10-border {
  border-color: var(--inverseOnSurface)1A !important;
}
.C-inverseOnSurface-5 {
  background-color: var(--inverseOnSurface)0D !important;
}
.C-inverseOnSurface-5-text {
  color: var(--inverseOnSurface)0D;
}
.C-inverseOnSurface-5-border {
  border-color: var(--inverseOnSurface)0D !important;
}
.C-inverseOnSurface-0 {
  background-color: var(--inverseOnSurface)0 !important;
}
.C-inverseOnSurface-0-text {
  color: var(--inverseOnSurface)0;
}
.C-inverseOnSurface-0-border {
  border-color: var(--inverseOnSurface)0 !important;
}
.C-inverseOnSurface {
  background-color: var(--inverseOnSurface);
  --btn-background: var(--inverseOnSurface);
}
.C-inverseOnSurface.gCol {
  background-color: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-after::after,
.C-inverseOnSurface-after::before {
  background-color: var(--inverseOnSurface);
}
.C-inverseOnSurface-text:not(:hover) {
  color: var(--inverseOnSurface);
}
.C-inverseOnSurface-text.ov_hvr {
  color: var(--inverseOnSurface);
}
.C-inverseOnSurface-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--inverseOnSurface) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-inverseOnSurface-border {
  border-color: var(--inverseOnSurface);
}
.C-inverseOnSurface-outline {
  outline-color: var(--inverseOnSurface);
}
.C-inverseOnSurface-outline:focus {
  outline-color: var(--inverseOnSurface);
}
.C-inverseOnSurface-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inverseOnSurface);
  transition: box-shadow 0.2s;
}
.C-inverseOnSurface-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-inverseOnSurface-hover-bg:hover {
    background-color: var(--inverseOnSurface) !important;
  }
}
.C-inverseOnSurface-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-inverseOnSurface-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--inverseOnSurface);
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-text:hover {
  color: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-text [fHover]:hover {
  color: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-text [fHover]:hover [hovered] {
  color: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-text [fHover]:hover {
  color: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-inverseOnSurface-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--inverseOnSurface);
  fill: var(--inverseOnSurface);
  stroke: var(--inverseOnSurface);
}
.C-inverseOnSurface-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--inverseOnSurface) !important;
  fill: var(--inverseOnSurface) !important;
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-hover-box-shadow:hover,
.C-inverseOnSurface-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inverseOnSurface), 12%;
  transition: box-shadow 0.2s;
}
.C-inverseOnSurface-fill-1 #fill1 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-1.onHover:hover #fill1 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-2 #fill2 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-2.onHover:hover #fill2 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-3 #fill3 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-3.onHover:hover #fill3 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-4 #fill4 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-4.onHover:hover #fill4 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-5 #fill5 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-fill-5.onHover:hover #fill5 {
  fill: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-1 #stroke1 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-1.onHover:hover #stroke1 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-2 #stroke2 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-2.onHover:hover #stroke2 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-3 #stroke3 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inverseOnSurface-stroke-3.onHover:hover #stroke3 {
  stroke: var(--inverseOnSurface) !important;
}
.C-inversePrimary-100 {
  background-color: var(--inversePrimary)FF !important;
}
.C-inversePrimary-100-text {
  color: var(--inversePrimary)FF;
}
.C-inversePrimary-100-border {
  border-color: var(--inversePrimary)FF !important;
}
.C-inversePrimary-95 {
  background-color: var(--inversePrimary)F2 !important;
}
.C-inversePrimary-95-text {
  color: var(--inversePrimary)F2;
}
.C-inversePrimary-95-border {
  border-color: var(--inversePrimary)F2 !important;
}
.C-inversePrimary-90 {
  background-color: var(--inversePrimary)E6 !important;
}
.C-inversePrimary-90-text {
  color: var(--inversePrimary)E6;
}
.C-inversePrimary-90-border {
  border-color: var(--inversePrimary)E6 !important;
}
.C-inversePrimary-85 {
  background-color: var(--inversePrimary)D9 !important;
}
.C-inversePrimary-85-text {
  color: var(--inversePrimary)D9;
}
.C-inversePrimary-85-border {
  border-color: var(--inversePrimary)D9 !important;
}
.C-inversePrimary-80 {
  background-color: var(--inversePrimary)CC !important;
}
.C-inversePrimary-80-text {
  color: var(--inversePrimary)CC;
}
.C-inversePrimary-80-border {
  border-color: var(--inversePrimary)CC !important;
}
.C-inversePrimary-75 {
  background-color: var(--inversePrimary)BF !important;
}
.C-inversePrimary-75-text {
  color: var(--inversePrimary)BF;
}
.C-inversePrimary-75-border {
  border-color: var(--inversePrimary)BF !important;
}
.C-inversePrimary-70 {
  background-color: var(--inversePrimary)B3 !important;
}
.C-inversePrimary-70-text {
  color: var(--inversePrimary)B3;
}
.C-inversePrimary-70-border {
  border-color: var(--inversePrimary)B3 !important;
}
.C-inversePrimary-65 {
  background-color: var(--inversePrimary)A6 !important;
}
.C-inversePrimary-65-text {
  color: var(--inversePrimary)A6;
}
.C-inversePrimary-65-border {
  border-color: var(--inversePrimary)A6 !important;
}
.C-inversePrimary-60 {
  background-color: var(--inversePrimary)99 !important;
}
.C-inversePrimary-60-text {
  color: var(--inversePrimary)99;
}
.C-inversePrimary-60-border {
  border-color: var(--inversePrimary)99 !important;
}
.C-inversePrimary-55 {
  background-color: var(--inversePrimary)8C !important;
}
.C-inversePrimary-55-text {
  color: var(--inversePrimary)8C;
}
.C-inversePrimary-55-border {
  border-color: var(--inversePrimary)8C !important;
}
.C-inversePrimary-50 {
  background-color: var(--inversePrimary)80 !important;
}
.C-inversePrimary-50-text {
  color: var(--inversePrimary)80;
}
.C-inversePrimary-50-border {
  border-color: var(--inversePrimary)80 !important;
}
.C-inversePrimary-45 {
  background-color: var(--inversePrimary)73 !important;
}
.C-inversePrimary-45-text {
  color: var(--inversePrimary)73;
}
.C-inversePrimary-45-border {
  border-color: var(--inversePrimary)73 !important;
}
.C-inversePrimary-40 {
  background-color: var(--inversePrimary)66 !important;
}
.C-inversePrimary-40-text {
  color: var(--inversePrimary)66;
}
.C-inversePrimary-40-border {
  border-color: var(--inversePrimary)66 !important;
}
.C-inversePrimary-35 {
  background-color: var(--inversePrimary)59 !important;
}
.C-inversePrimary-35-text {
  color: var(--inversePrimary)59;
}
.C-inversePrimary-35-border {
  border-color: var(--inversePrimary)59 !important;
}
.C-inversePrimary-30 {
  background-color: var(--inversePrimary)4D !important;
}
.C-inversePrimary-30-text {
  color: var(--inversePrimary)4D;
}
.C-inversePrimary-30-border {
  border-color: var(--inversePrimary)4D !important;
}
.C-inversePrimary-25 {
  background-color: var(--inversePrimary)40 !important;
}
.C-inversePrimary-25-text {
  color: var(--inversePrimary)40;
}
.C-inversePrimary-25-border {
  border-color: var(--inversePrimary)40 !important;
}
.C-inversePrimary-20 {
  background-color: var(--inversePrimary)33 !important;
}
.C-inversePrimary-20-text {
  color: var(--inversePrimary)33;
}
.C-inversePrimary-20-border {
  border-color: var(--inversePrimary)33 !important;
}
.C-inversePrimary-15 {
  background-color: var(--inversePrimary)26 !important;
}
.C-inversePrimary-15-text {
  color: var(--inversePrimary)26;
}
.C-inversePrimary-15-border {
  border-color: var(--inversePrimary)26 !important;
}
.C-inversePrimary-10 {
  background-color: var(--inversePrimary)1A !important;
}
.C-inversePrimary-10-text {
  color: var(--inversePrimary)1A;
}
.C-inversePrimary-10-border {
  border-color: var(--inversePrimary)1A !important;
}
.C-inversePrimary-5 {
  background-color: var(--inversePrimary)0D !important;
}
.C-inversePrimary-5-text {
  color: var(--inversePrimary)0D;
}
.C-inversePrimary-5-border {
  border-color: var(--inversePrimary)0D !important;
}
.C-inversePrimary-0 {
  background-color: var(--inversePrimary)0 !important;
}
.C-inversePrimary-0-text {
  color: var(--inversePrimary)0;
}
.C-inversePrimary-0-border {
  border-color: var(--inversePrimary)0 !important;
}
.C-inversePrimary {
  background-color: var(--inversePrimary);
  --btn-background: var(--inversePrimary);
}
.C-inversePrimary.gCol {
  background-color: var(--inversePrimary) !important;
}
.C-inversePrimary-after::after,
.C-inversePrimary-after::before {
  background-color: var(--inversePrimary);
}
.C-inversePrimary-text:not(:hover) {
  color: var(--inversePrimary);
}
.C-inversePrimary-text.ov_hvr {
  color: var(--inversePrimary);
}
.C-inversePrimary-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--inversePrimary) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-inversePrimary-border {
  border-color: var(--inversePrimary);
}
.C-inversePrimary-outline {
  outline-color: var(--inversePrimary);
}
.C-inversePrimary-outline:focus {
  outline-color: var(--inversePrimary);
}
.C-inversePrimary-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inversePrimary);
  transition: box-shadow 0.2s;
}
.C-inversePrimary-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-inversePrimary-hover-bg:hover {
    background-color: var(--inversePrimary) !important;
  }
}
.C-inversePrimary-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-inversePrimary-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--inversePrimary);
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-text:hover {
  color: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-text [fHover]:hover {
  color: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-text [fHover]:hover [hovered] {
  color: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-text [fHover]:hover {
  color: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-inversePrimary-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--inversePrimary);
  fill: var(--inversePrimary);
  stroke: var(--inversePrimary);
}
.C-inversePrimary-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--inversePrimary) !important;
  fill: var(--inversePrimary) !important;
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-hover-box-shadow:hover,
.C-inversePrimary-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--inversePrimary), 12%;
  transition: box-shadow 0.2s;
}
.C-inversePrimary-fill-1 #fill1 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-1.onHover:hover #fill1 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-2 #fill2 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-2.onHover:hover #fill2 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-3 #fill3 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-3.onHover:hover #fill3 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-4 #fill4 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-4.onHover:hover #fill4 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-5 #fill5 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-fill-5.onHover:hover #fill5 {
  fill: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-1 #stroke1 {
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-1.onHover:hover #stroke1 {
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-2 #stroke2 {
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-2.onHover:hover #stroke2 {
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-3 #stroke3 {
  stroke: var(--inversePrimary) !important;
}
.C-inversePrimary-stroke-3.onHover:hover #stroke3 {
  stroke: var(--inversePrimary) !important;
}
.C-contrastColor-100 {
  background-color: var(--contrastColor)FF !important;
}
.C-contrastColor-100-text {
  color: var(--contrastColor)FF;
}
.C-contrastColor-100-border {
  border-color: var(--contrastColor)FF !important;
}
.C-contrastColor-95 {
  background-color: var(--contrastColor)F2 !important;
}
.C-contrastColor-95-text {
  color: var(--contrastColor)F2;
}
.C-contrastColor-95-border {
  border-color: var(--contrastColor)F2 !important;
}
.C-contrastColor-90 {
  background-color: var(--contrastColor)E6 !important;
}
.C-contrastColor-90-text {
  color: var(--contrastColor)E6;
}
.C-contrastColor-90-border {
  border-color: var(--contrastColor)E6 !important;
}
.C-contrastColor-85 {
  background-color: var(--contrastColor)D9 !important;
}
.C-contrastColor-85-text {
  color: var(--contrastColor)D9;
}
.C-contrastColor-85-border {
  border-color: var(--contrastColor)D9 !important;
}
.C-contrastColor-80 {
  background-color: var(--contrastColor)CC !important;
}
.C-contrastColor-80-text {
  color: var(--contrastColor)CC;
}
.C-contrastColor-80-border {
  border-color: var(--contrastColor)CC !important;
}
.C-contrastColor-75 {
  background-color: var(--contrastColor)BF !important;
}
.C-contrastColor-75-text {
  color: var(--contrastColor)BF;
}
.C-contrastColor-75-border {
  border-color: var(--contrastColor)BF !important;
}
.C-contrastColor-70 {
  background-color: var(--contrastColor)B3 !important;
}
.C-contrastColor-70-text {
  color: var(--contrastColor)B3;
}
.C-contrastColor-70-border {
  border-color: var(--contrastColor)B3 !important;
}
.C-contrastColor-65 {
  background-color: var(--contrastColor)A6 !important;
}
.C-contrastColor-65-text {
  color: var(--contrastColor)A6;
}
.C-contrastColor-65-border {
  border-color: var(--contrastColor)A6 !important;
}
.C-contrastColor-60 {
  background-color: var(--contrastColor)99 !important;
}
.C-contrastColor-60-text {
  color: var(--contrastColor)99;
}
.C-contrastColor-60-border {
  border-color: var(--contrastColor)99 !important;
}
.C-contrastColor-55 {
  background-color: var(--contrastColor)8C !important;
}
.C-contrastColor-55-text {
  color: var(--contrastColor)8C;
}
.C-contrastColor-55-border {
  border-color: var(--contrastColor)8C !important;
}
.C-contrastColor-50 {
  background-color: var(--contrastColor)80 !important;
}
.C-contrastColor-50-text {
  color: var(--contrastColor)80;
}
.C-contrastColor-50-border {
  border-color: var(--contrastColor)80 !important;
}
.C-contrastColor-45 {
  background-color: var(--contrastColor)73 !important;
}
.C-contrastColor-45-text {
  color: var(--contrastColor)73;
}
.C-contrastColor-45-border {
  border-color: var(--contrastColor)73 !important;
}
.C-contrastColor-40 {
  background-color: var(--contrastColor)66 !important;
}
.C-contrastColor-40-text {
  color: var(--contrastColor)66;
}
.C-contrastColor-40-border {
  border-color: var(--contrastColor)66 !important;
}
.C-contrastColor-35 {
  background-color: var(--contrastColor)59 !important;
}
.C-contrastColor-35-text {
  color: var(--contrastColor)59;
}
.C-contrastColor-35-border {
  border-color: var(--contrastColor)59 !important;
}
.C-contrastColor-30 {
  background-color: var(--contrastColor)4D !important;
}
.C-contrastColor-30-text {
  color: var(--contrastColor)4D;
}
.C-contrastColor-30-border {
  border-color: var(--contrastColor)4D !important;
}
.C-contrastColor-25 {
  background-color: var(--contrastColor)40 !important;
}
.C-contrastColor-25-text {
  color: var(--contrastColor)40;
}
.C-contrastColor-25-border {
  border-color: var(--contrastColor)40 !important;
}
.C-contrastColor-20 {
  background-color: var(--contrastColor)33 !important;
}
.C-contrastColor-20-text {
  color: var(--contrastColor)33;
}
.C-contrastColor-20-border {
  border-color: var(--contrastColor)33 !important;
}
.C-contrastColor-15 {
  background-color: var(--contrastColor)26 !important;
}
.C-contrastColor-15-text {
  color: var(--contrastColor)26;
}
.C-contrastColor-15-border {
  border-color: var(--contrastColor)26 !important;
}
.C-contrastColor-10 {
  background-color: var(--contrastColor)1A !important;
}
.C-contrastColor-10-text {
  color: var(--contrastColor)1A;
}
.C-contrastColor-10-border {
  border-color: var(--contrastColor)1A !important;
}
.C-contrastColor-5 {
  background-color: var(--contrastColor)0D !important;
}
.C-contrastColor-5-text {
  color: var(--contrastColor)0D;
}
.C-contrastColor-5-border {
  border-color: var(--contrastColor)0D !important;
}
.C-contrastColor-0 {
  background-color: var(--contrastColor)0 !important;
}
.C-contrastColor-0-text {
  color: var(--contrastColor)0;
}
.C-contrastColor-0-border {
  border-color: var(--contrastColor)0 !important;
}
.C-contrastColor,
.btn-ContrastColor_7:hover,
.btn-ContrastColor_6:hover,
.btn-ContrastColor_5:hover,
.btn-ContrastColor_4:hover,
.btn-ContrastColor_3,
.btn-ContrastColor_2,
.btn-ContrastColor_1 {
  background-color: var(--contrastColor);
  --btn-background: var(--contrastColor);
}
.C-contrastColor.gCol,
.gCol.btn-ContrastColor_7:hover,
.gCol.btn-ContrastColor_6:hover,
.gCol.btn-ContrastColor_5:hover,
.gCol.btn-ContrastColor_4:hover,
.gCol.btn-ContrastColor_3,
.gCol.btn-ContrastColor_2,
.gCol.btn-ContrastColor_1 {
  background-color: var(--contrastColor) !important;
}
.C-contrastColor-after::after,
.C-contrastColor-after::before {
  background-color: var(--contrastColor);
}
.C-contrastColor-text:not(:hover),
.tags_flex .tags_txt:not(:hover):nth-child(4),
.btn-ContrastColor_7 span:not(:hover),
.btn-ContrastColor_7:not(:hover),
.btn-ContrastColor_6 span:not(:hover),
.btn-ContrastColor_6:not(:hover),
.btn-ContrastColor_5 span:not(:hover),
.btn-ContrastColor_5:not(:hover),
.btn-ContrastColor_4 span:not(:hover),
.btn-ContrastColor_4:not(:hover) {
  color: var(--contrastColor);
}
.C-contrastColor-text.ov_hvr,
.tags_flex .ov_hvr.tags_txt:nth-child(4),
.btn-ContrastColor_7 span.ov_hvr,
.ov_hvr.btn-ContrastColor_7,
.btn-ContrastColor_6 span.ov_hvr,
.ov_hvr.btn-ContrastColor_6,
.btn-ContrastColor_5 span.ov_hvr,
.ov_hvr.btn-ContrastColor_5,
.btn-ContrastColor_4 span.ov_hvr,
.ov_hvr.btn-ContrastColor_4 {
  color: var(--contrastColor);
}
.C-contrastColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--contrastColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-contrastColor-border,
.btn-ContrastColor_4 {
  border-color: var(--contrastColor);
}
.C-contrastColor-outline {
  outline-color: var(--contrastColor);
}
.C-contrastColor-outline:focus {
  outline-color: var(--contrastColor);
}
.C-contrastColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColor);
  transition: box-shadow 0.2s;
}
.C-contrastColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-contrastColor-hover-bg:hover {
    background-color: var(--contrastColor) !important;
  }
}
.C-contrastColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-contrastColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--contrastColor);
  fill: var(--contrastColor) !important;
}
.C-contrastColor-hover-text:hover {
  color: var(--contrastColor) !important;
}
.C-contrastColor-hover-text [fHover]:hover {
  color: var(--contrastColor) !important;
}
.C-contrastColor-hover-text [fHover]:hover [hovered] {
  color: var(--contrastColor) !important;
}
.C-contrastColor-hover-text [fHover]:hover {
  color: var(--contrastColor) !important;
}
.C-contrastColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-contrastColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--contrastColor);
  fill: var(--contrastColor);
  stroke: var(--contrastColor);
}
.C-contrastColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--contrastColor) !important;
  fill: var(--contrastColor) !important;
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-hover-box-shadow:hover,
.C-contrastColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColor), 12%;
  transition: box-shadow 0.2s;
}
.C-contrastColor-fill-1 #fill1 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-1.onHover:hover #fill1 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-2 #fill2 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-2.onHover:hover #fill2 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-3 #fill3 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-3.onHover:hover #fill3 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-4 #fill4 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-4.onHover:hover #fill4 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-5 #fill5 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-fill-5.onHover:hover #fill5 {
  fill: var(--contrastColor) !important;
}
.C-contrastColor-stroke-1 #stroke1 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-stroke-2 #stroke2 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-stroke-3 #stroke3 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--contrastColor) !important;
}
.C-contrastColorDark-100 {
  background-color: var(--contrastColorDark)FF !important;
}
.C-contrastColorDark-100-text {
  color: var(--contrastColorDark)FF;
}
.C-contrastColorDark-100-border {
  border-color: var(--contrastColorDark)FF !important;
}
.C-contrastColorDark-95 {
  background-color: var(--contrastColorDark)F2 !important;
}
.C-contrastColorDark-95-text {
  color: var(--contrastColorDark)F2;
}
.C-contrastColorDark-95-border {
  border-color: var(--contrastColorDark)F2 !important;
}
.C-contrastColorDark-90 {
  background-color: var(--contrastColorDark)E6 !important;
}
.C-contrastColorDark-90-text {
  color: var(--contrastColorDark)E6;
}
.C-contrastColorDark-90-border {
  border-color: var(--contrastColorDark)E6 !important;
}
.C-contrastColorDark-85 {
  background-color: var(--contrastColorDark)D9 !important;
}
.C-contrastColorDark-85-text {
  color: var(--contrastColorDark)D9;
}
.C-contrastColorDark-85-border {
  border-color: var(--contrastColorDark)D9 !important;
}
.C-contrastColorDark-80 {
  background-color: var(--contrastColorDark)CC !important;
}
.C-contrastColorDark-80-text {
  color: var(--contrastColorDark)CC;
}
.C-contrastColorDark-80-border {
  border-color: var(--contrastColorDark)CC !important;
}
.C-contrastColorDark-75 {
  background-color: var(--contrastColorDark)BF !important;
}
.C-contrastColorDark-75-text {
  color: var(--contrastColorDark)BF;
}
.C-contrastColorDark-75-border {
  border-color: var(--contrastColorDark)BF !important;
}
.C-contrastColorDark-70 {
  background-color: var(--contrastColorDark)B3 !important;
}
.C-contrastColorDark-70-text {
  color: var(--contrastColorDark)B3;
}
.C-contrastColorDark-70-border {
  border-color: var(--contrastColorDark)B3 !important;
}
.C-contrastColorDark-65 {
  background-color: var(--contrastColorDark)A6 !important;
}
.C-contrastColorDark-65-text {
  color: var(--contrastColorDark)A6;
}
.C-contrastColorDark-65-border {
  border-color: var(--contrastColorDark)A6 !important;
}
.C-contrastColorDark-60 {
  background-color: var(--contrastColorDark)99 !important;
}
.C-contrastColorDark-60-text {
  color: var(--contrastColorDark)99;
}
.C-contrastColorDark-60-border {
  border-color: var(--contrastColorDark)99 !important;
}
.C-contrastColorDark-55 {
  background-color: var(--contrastColorDark)8C !important;
}
.C-contrastColorDark-55-text {
  color: var(--contrastColorDark)8C;
}
.C-contrastColorDark-55-border {
  border-color: var(--contrastColorDark)8C !important;
}
.C-contrastColorDark-50 {
  background-color: var(--contrastColorDark)80 !important;
}
.C-contrastColorDark-50-text {
  color: var(--contrastColorDark)80;
}
.C-contrastColorDark-50-border {
  border-color: var(--contrastColorDark)80 !important;
}
.C-contrastColorDark-45 {
  background-color: var(--contrastColorDark)73 !important;
}
.C-contrastColorDark-45-text {
  color: var(--contrastColorDark)73;
}
.C-contrastColorDark-45-border {
  border-color: var(--contrastColorDark)73 !important;
}
.C-contrastColorDark-40 {
  background-color: var(--contrastColorDark)66 !important;
}
.C-contrastColorDark-40-text {
  color: var(--contrastColorDark)66;
}
.C-contrastColorDark-40-border {
  border-color: var(--contrastColorDark)66 !important;
}
.C-contrastColorDark-35 {
  background-color: var(--contrastColorDark)59 !important;
}
.C-contrastColorDark-35-text {
  color: var(--contrastColorDark)59;
}
.C-contrastColorDark-35-border {
  border-color: var(--contrastColorDark)59 !important;
}
.C-contrastColorDark-30 {
  background-color: var(--contrastColorDark)4D !important;
}
.C-contrastColorDark-30-text {
  color: var(--contrastColorDark)4D;
}
.C-contrastColorDark-30-border {
  border-color: var(--contrastColorDark)4D !important;
}
.C-contrastColorDark-25 {
  background-color: var(--contrastColorDark)40 !important;
}
.C-contrastColorDark-25-text {
  color: var(--contrastColorDark)40;
}
.C-contrastColorDark-25-border {
  border-color: var(--contrastColorDark)40 !important;
}
.C-contrastColorDark-20 {
  background-color: var(--contrastColorDark)33 !important;
}
.C-contrastColorDark-20-text {
  color: var(--contrastColorDark)33;
}
.C-contrastColorDark-20-border {
  border-color: var(--contrastColorDark)33 !important;
}
.C-contrastColorDark-15 {
  background-color: var(--contrastColorDark)26 !important;
}
.C-contrastColorDark-15-text {
  color: var(--contrastColorDark)26;
}
.C-contrastColorDark-15-border {
  border-color: var(--contrastColorDark)26 !important;
}
.C-contrastColorDark-10 {
  background-color: var(--contrastColorDark)1A !important;
}
.C-contrastColorDark-10-text {
  color: var(--contrastColorDark)1A;
}
.C-contrastColorDark-10-border {
  border-color: var(--contrastColorDark)1A !important;
}
.C-contrastColorDark-5 {
  background-color: var(--contrastColorDark)0D !important;
}
.C-contrastColorDark-5-text {
  color: var(--contrastColorDark)0D;
}
.C-contrastColorDark-5-border {
  border-color: var(--contrastColorDark)0D !important;
}
.C-contrastColorDark-0 {
  background-color: var(--contrastColorDark)0 !important;
}
.C-contrastColorDark-0-text {
  color: var(--contrastColorDark)0;
}
.C-contrastColorDark-0-border {
  border-color: var(--contrastColorDark)0 !important;
}
.C-contrastColorDark {
  background-color: var(--contrastColorDark);
  --btn-background: var(--contrastColorDark);
}
.C-contrastColorDark.gCol {
  background-color: var(--contrastColorDark) !important;
}
.C-contrastColorDark-after::after,
.C-contrastColorDark-after::before {
  background-color: var(--contrastColorDark);
}
.C-contrastColorDark-text:not(:hover),
.tags_flex .tags_txt:not(:hover):nth-child(8) {
  color: var(--contrastColorDark);
}
.C-contrastColorDark-text.ov_hvr,
.tags_flex .ov_hvr.tags_txt:nth-child(8) {
  color: var(--contrastColorDark);
}
.C-contrastColorDark-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--contrastColorDark) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-contrastColorDark-border {
  border-color: var(--contrastColorDark);
}
.C-contrastColorDark-outline {
  outline-color: var(--contrastColorDark);
}
.C-contrastColorDark-outline:focus {
  outline-color: var(--contrastColorDark);
}
.C-contrastColorDark-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColorDark);
  transition: box-shadow 0.2s;
}
.C-contrastColorDark-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-contrastColorDark-hover-bg:hover {
    background-color: var(--contrastColorDark) !important;
  }
}
.C-contrastColorDark-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-contrastColorDark-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--contrastColorDark);
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-text:hover {
  color: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-text [fHover]:hover {
  color: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-text [fHover]:hover [hovered] {
  color: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-text [fHover]:hover {
  color: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-contrastColorDark-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--contrastColorDark);
  fill: var(--contrastColorDark);
  stroke: var(--contrastColorDark);
}
.C-contrastColorDark-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--contrastColorDark) !important;
  fill: var(--contrastColorDark) !important;
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-hover-box-shadow:hover,
.C-contrastColorDark-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColorDark), 12%;
  transition: box-shadow 0.2s;
}
.C-contrastColorDark-fill-1 #fill1 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-1.onHover:hover #fill1 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-2 #fill2 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-2.onHover:hover #fill2 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-3 #fill3 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-3.onHover:hover #fill3 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-4 #fill4 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-4.onHover:hover #fill4 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-5 #fill5 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-fill-5.onHover:hover #fill5 {
  fill: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-1 #stroke1 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-1.onHover:hover #stroke1 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-2 #stroke2 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-2.onHover:hover #stroke2 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-3 #stroke3 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorDark-stroke-3.onHover:hover #stroke3 {
  stroke: var(--contrastColorDark) !important;
}
.C-contrastColorLight-100 {
  background-color: var(--contrastColorLight)FF !important;
}
.C-contrastColorLight-100-text {
  color: var(--contrastColorLight)FF;
}
.C-contrastColorLight-100-border {
  border-color: var(--contrastColorLight)FF !important;
}
.C-contrastColorLight-95 {
  background-color: var(--contrastColorLight)F2 !important;
}
.C-contrastColorLight-95-text {
  color: var(--contrastColorLight)F2;
}
.C-contrastColorLight-95-border {
  border-color: var(--contrastColorLight)F2 !important;
}
.C-contrastColorLight-90 {
  background-color: var(--contrastColorLight)E6 !important;
}
.C-contrastColorLight-90-text {
  color: var(--contrastColorLight)E6;
}
.C-contrastColorLight-90-border {
  border-color: var(--contrastColorLight)E6 !important;
}
.C-contrastColorLight-85 {
  background-color: var(--contrastColorLight)D9 !important;
}
.C-contrastColorLight-85-text {
  color: var(--contrastColorLight)D9;
}
.C-contrastColorLight-85-border {
  border-color: var(--contrastColorLight)D9 !important;
}
.C-contrastColorLight-80 {
  background-color: var(--contrastColorLight)CC !important;
}
.C-contrastColorLight-80-text {
  color: var(--contrastColorLight)CC;
}
.C-contrastColorLight-80-border {
  border-color: var(--contrastColorLight)CC !important;
}
.C-contrastColorLight-75 {
  background-color: var(--contrastColorLight)BF !important;
}
.C-contrastColorLight-75-text {
  color: var(--contrastColorLight)BF;
}
.C-contrastColorLight-75-border {
  border-color: var(--contrastColorLight)BF !important;
}
.C-contrastColorLight-70 {
  background-color: var(--contrastColorLight)B3 !important;
}
.C-contrastColorLight-70-text {
  color: var(--contrastColorLight)B3;
}
.C-contrastColorLight-70-border {
  border-color: var(--contrastColorLight)B3 !important;
}
.C-contrastColorLight-65 {
  background-color: var(--contrastColorLight)A6 !important;
}
.C-contrastColorLight-65-text {
  color: var(--contrastColorLight)A6;
}
.C-contrastColorLight-65-border {
  border-color: var(--contrastColorLight)A6 !important;
}
.C-contrastColorLight-60 {
  background-color: var(--contrastColorLight)99 !important;
}
.C-contrastColorLight-60-text {
  color: var(--contrastColorLight)99;
}
.C-contrastColorLight-60-border {
  border-color: var(--contrastColorLight)99 !important;
}
.C-contrastColorLight-55 {
  background-color: var(--contrastColorLight)8C !important;
}
.C-contrastColorLight-55-text {
  color: var(--contrastColorLight)8C;
}
.C-contrastColorLight-55-border {
  border-color: var(--contrastColorLight)8C !important;
}
.C-contrastColorLight-50 {
  background-color: var(--contrastColorLight)80 !important;
}
.C-contrastColorLight-50-text {
  color: var(--contrastColorLight)80;
}
.C-contrastColorLight-50-border {
  border-color: var(--contrastColorLight)80 !important;
}
.C-contrastColorLight-45 {
  background-color: var(--contrastColorLight)73 !important;
}
.C-contrastColorLight-45-text {
  color: var(--contrastColorLight)73;
}
.C-contrastColorLight-45-border {
  border-color: var(--contrastColorLight)73 !important;
}
.C-contrastColorLight-40 {
  background-color: var(--contrastColorLight)66 !important;
}
.C-contrastColorLight-40-text {
  color: var(--contrastColorLight)66;
}
.C-contrastColorLight-40-border {
  border-color: var(--contrastColorLight)66 !important;
}
.C-contrastColorLight-35 {
  background-color: var(--contrastColorLight)59 !important;
}
.C-contrastColorLight-35-text {
  color: var(--contrastColorLight)59;
}
.C-contrastColorLight-35-border {
  border-color: var(--contrastColorLight)59 !important;
}
.C-contrastColorLight-30 {
  background-color: var(--contrastColorLight)4D !important;
}
.C-contrastColorLight-30-text {
  color: var(--contrastColorLight)4D;
}
.C-contrastColorLight-30-border {
  border-color: var(--contrastColorLight)4D !important;
}
.C-contrastColorLight-25 {
  background-color: var(--contrastColorLight)40 !important;
}
.C-contrastColorLight-25-text {
  color: var(--contrastColorLight)40;
}
.C-contrastColorLight-25-border {
  border-color: var(--contrastColorLight)40 !important;
}
.C-contrastColorLight-20 {
  background-color: var(--contrastColorLight)33 !important;
}
.C-contrastColorLight-20-text {
  color: var(--contrastColorLight)33;
}
.C-contrastColorLight-20-border {
  border-color: var(--contrastColorLight)33 !important;
}
.C-contrastColorLight-15 {
  background-color: var(--contrastColorLight)26 !important;
}
.C-contrastColorLight-15-text {
  color: var(--contrastColorLight)26;
}
.C-contrastColorLight-15-border {
  border-color: var(--contrastColorLight)26 !important;
}
.C-contrastColorLight-10 {
  background-color: var(--contrastColorLight)1A !important;
}
.C-contrastColorLight-10-text {
  color: var(--contrastColorLight)1A;
}
.C-contrastColorLight-10-border {
  border-color: var(--contrastColorLight)1A !important;
}
.C-contrastColorLight-5 {
  background-color: var(--contrastColorLight)0D !important;
}
.C-contrastColorLight-5-text {
  color: var(--contrastColorLight)0D;
}
.C-contrastColorLight-5-border {
  border-color: var(--contrastColorLight)0D !important;
}
.C-contrastColorLight-0 {
  background-color: var(--contrastColorLight)0 !important;
}
.C-contrastColorLight-0-text {
  color: var(--contrastColorLight)0;
}
.C-contrastColorLight-0-border {
  border-color: var(--contrastColorLight)0 !important;
}
.C-contrastColorLight {
  background-color: var(--contrastColorLight);
  --btn-background: var(--contrastColorLight);
}
.C-contrastColorLight.gCol {
  background-color: var(--contrastColorLight) !important;
}
.C-contrastColorLight-after::after,
.C-contrastColorLight-after::before {
  background-color: var(--contrastColorLight);
}
.C-contrastColorLight-text:not(:hover) {
  color: var(--contrastColorLight);
}
.C-contrastColorLight-text.ov_hvr {
  color: var(--contrastColorLight);
}
.C-contrastColorLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--contrastColorLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-contrastColorLight-border {
  border-color: var(--contrastColorLight);
}
.C-contrastColorLight-outline {
  outline-color: var(--contrastColorLight);
}
.C-contrastColorLight-outline:focus {
  outline-color: var(--contrastColorLight);
}
.C-contrastColorLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColorLight);
  transition: box-shadow 0.2s;
}
.C-contrastColorLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-contrastColorLight-hover-bg:hover {
    background-color: var(--contrastColorLight) !important;
  }
}
.C-contrastColorLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-contrastColorLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--contrastColorLight);
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-text:hover {
  color: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-text [fHover]:hover {
  color: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-text [fHover]:hover [hovered] {
  color: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-text [fHover]:hover {
  color: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-contrastColorLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--contrastColorLight);
  fill: var(--contrastColorLight);
  stroke: var(--contrastColorLight);
}
.C-contrastColorLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--contrastColorLight) !important;
  fill: var(--contrastColorLight) !important;
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-hover-box-shadow:hover,
.C-contrastColorLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--contrastColorLight), 12%;
  transition: box-shadow 0.2s;
}
.C-contrastColorLight-fill-1 #fill1 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-1.onHover:hover #fill1 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-2 #fill2 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-2.onHover:hover #fill2 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-3 #fill3 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-3.onHover:hover #fill3 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-4 #fill4 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-4.onHover:hover #fill4 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-5 #fill5 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-fill-5.onHover:hover #fill5 {
  fill: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-1 #stroke1 {
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-2 #stroke2 {
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-3 #stroke3 {
  stroke: var(--contrastColorLight) !important;
}
.C-contrastColorLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--contrastColorLight) !important;
}
.C-whiteColor-100 {
  background-color: var(--whiteColor)FF !important;
}
.C-whiteColor-100-text {
  color: var(--whiteColor)FF;
}
.C-whiteColor-100-border {
  border-color: var(--whiteColor)FF !important;
}
.C-whiteColor-95 {
  background-color: var(--whiteColor)F2 !important;
}
.C-whiteColor-95-text {
  color: var(--whiteColor)F2;
}
.C-whiteColor-95-border {
  border-color: var(--whiteColor)F2 !important;
}
.C-whiteColor-90 {
  background-color: var(--whiteColor)E6 !important;
}
.C-whiteColor-90-text {
  color: var(--whiteColor)E6;
}
.C-whiteColor-90-border {
  border-color: var(--whiteColor)E6 !important;
}
.C-whiteColor-85 {
  background-color: var(--whiteColor)D9 !important;
}
.C-whiteColor-85-text {
  color: var(--whiteColor)D9;
}
.C-whiteColor-85-border {
  border-color: var(--whiteColor)D9 !important;
}
.C-whiteColor-80 {
  background-color: var(--whiteColor)CC !important;
}
.C-whiteColor-80-text {
  color: var(--whiteColor)CC;
}
.C-whiteColor-80-border {
  border-color: var(--whiteColor)CC !important;
}
.C-whiteColor-75 {
  background-color: var(--whiteColor)BF !important;
}
.C-whiteColor-75-text {
  color: var(--whiteColor)BF;
}
.C-whiteColor-75-border {
  border-color: var(--whiteColor)BF !important;
}
.C-whiteColor-70 {
  background-color: var(--whiteColor)B3 !important;
}
.C-whiteColor-70-text {
  color: var(--whiteColor)B3;
}
.C-whiteColor-70-border {
  border-color: var(--whiteColor)B3 !important;
}
.C-whiteColor-65 {
  background-color: var(--whiteColor)A6 !important;
}
.C-whiteColor-65-text {
  color: var(--whiteColor)A6;
}
.C-whiteColor-65-border {
  border-color: var(--whiteColor)A6 !important;
}
.C-whiteColor-60 {
  background-color: var(--whiteColor)99 !important;
}
.C-whiteColor-60-text {
  color: var(--whiteColor)99;
}
.C-whiteColor-60-border {
  border-color: var(--whiteColor)99 !important;
}
.C-whiteColor-55 {
  background-color: var(--whiteColor)8C !important;
}
.C-whiteColor-55-text {
  color: var(--whiteColor)8C;
}
.C-whiteColor-55-border {
  border-color: var(--whiteColor)8C !important;
}
.C-whiteColor-50 {
  background-color: var(--whiteColor)80 !important;
}
.C-whiteColor-50-text {
  color: var(--whiteColor)80;
}
.C-whiteColor-50-border {
  border-color: var(--whiteColor)80 !important;
}
.C-whiteColor-45 {
  background-color: var(--whiteColor)73 !important;
}
.C-whiteColor-45-text {
  color: var(--whiteColor)73;
}
.C-whiteColor-45-border {
  border-color: var(--whiteColor)73 !important;
}
.C-whiteColor-40 {
  background-color: var(--whiteColor)66 !important;
}
.C-whiteColor-40-text {
  color: var(--whiteColor)66;
}
.C-whiteColor-40-border {
  border-color: var(--whiteColor)66 !important;
}
.C-whiteColor-35 {
  background-color: var(--whiteColor)59 !important;
}
.C-whiteColor-35-text {
  color: var(--whiteColor)59;
}
.C-whiteColor-35-border {
  border-color: var(--whiteColor)59 !important;
}
.C-whiteColor-30 {
  background-color: var(--whiteColor)4D !important;
}
.C-whiteColor-30-text {
  color: var(--whiteColor)4D;
}
.C-whiteColor-30-border {
  border-color: var(--whiteColor)4D !important;
}
.C-whiteColor-25 {
  background-color: var(--whiteColor)40 !important;
}
.C-whiteColor-25-text {
  color: var(--whiteColor)40;
}
.C-whiteColor-25-border {
  border-color: var(--whiteColor)40 !important;
}
.C-whiteColor-20 {
  background-color: var(--whiteColor)33 !important;
}
.C-whiteColor-20-text {
  color: var(--whiteColor)33;
}
.C-whiteColor-20-border {
  border-color: var(--whiteColor)33 !important;
}
.C-whiteColor-15 {
  background-color: var(--whiteColor)26 !important;
}
.C-whiteColor-15-text {
  color: var(--whiteColor)26;
}
.C-whiteColor-15-border {
  border-color: var(--whiteColor)26 !important;
}
.C-whiteColor-10 {
  background-color: var(--whiteColor)1A !important;
}
.C-whiteColor-10-text {
  color: var(--whiteColor)1A;
}
.C-whiteColor-10-border {
  border-color: var(--whiteColor)1A !important;
}
.C-whiteColor-5 {
  background-color: var(--whiteColor)0D !important;
}
.C-whiteColor-5-text {
  color: var(--whiteColor)0D;
}
.C-whiteColor-5-border {
  border-color: var(--whiteColor)0D !important;
}
.C-whiteColor-0 {
  background-color: var(--whiteColor)0 !important;
}
.C-whiteColor-0-text {
  color: var(--whiteColor)0;
}
.C-whiteColor-0-border {
  border-color: var(--whiteColor)0 !important;
}
.C-whiteColor,
.btn-ContrastColor_6,
.btn-tertiaryColor_6,
.btn-secondary_6,
.btn-ContrastColor_5,
.btn-tertiaryColor_5,
.btn-secondary_5,
.btn-primaryColor_5,
.btn-ContrastColor_4,
.btn-secondary_4,
.btn-primaryColor_4 {
  background-color: var(--whiteColor);
  --btn-background: var(--whiteColor);
}
.C-whiteColor.gCol,
.gCol.btn-ContrastColor_6,
.gCol.btn-tertiaryColor_6,
.gCol.btn-secondary_6,
.gCol.btn-ContrastColor_5,
.gCol.btn-tertiaryColor_5,
.gCol.btn-secondary_5,
.gCol.btn-primaryColor_5,
.gCol.btn-ContrastColor_4,
.gCol.btn-secondary_4,
.gCol.btn-primaryColor_4 {
  background-color: var(--whiteColor) !important;
}
.C-whiteColor-after::after,
.C-whiteColor-after::before {
  background-color: var(--whiteColor);
}
.C-whiteColor-text:not(:hover) {
  color: var(--whiteColor);
}
.C-whiteColor-text.ov_hvr {
  color: var(--whiteColor);
}
.C-whiteColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--whiteColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-whiteColor-border {
  border-color: var(--whiteColor);
}
.C-whiteColor-outline {
  outline-color: var(--whiteColor);
}
.C-whiteColor-outline:focus {
  outline-color: var(--whiteColor);
}
.C-whiteColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--whiteColor);
  transition: box-shadow 0.2s;
}
.C-whiteColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-whiteColor-hover-bg:hover {
    background-color: var(--whiteColor) !important;
  }
}
.C-whiteColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-whiteColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--whiteColor);
  fill: var(--whiteColor) !important;
}
.C-whiteColor-hover-text:hover {
  color: var(--whiteColor) !important;
}
.C-whiteColor-hover-text [fHover]:hover {
  color: var(--whiteColor) !important;
}
.C-whiteColor-hover-text [fHover]:hover [hovered] {
  color: var(--whiteColor) !important;
}
.C-whiteColor-hover-text [fHover]:hover {
  color: var(--whiteColor) !important;
}
.C-whiteColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-whiteColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--whiteColor);
  fill: var(--whiteColor);
  stroke: var(--whiteColor);
}
.C-whiteColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--whiteColor) !important;
  fill: var(--whiteColor) !important;
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-hover-box-shadow:hover,
.C-whiteColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--whiteColor), 12%;
  transition: box-shadow 0.2s;
}
.C-whiteColor-fill-1 #fill1 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-1.onHover:hover #fill1 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-2 #fill2 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-2.onHover:hover #fill2 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-3 #fill3 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-3.onHover:hover #fill3 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-4 #fill4 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-4.onHover:hover #fill4 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-5 #fill5 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-fill-5.onHover:hover #fill5 {
  fill: var(--whiteColor) !important;
}
.C-whiteColor-stroke-1 #stroke1 {
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-stroke-2 #stroke2 {
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-stroke-3 #stroke3 {
  stroke: var(--whiteColor) !important;
}
.C-whiteColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--whiteColor) !important;
}
.C-blackColor-100 {
  background-color: var(--blackColor)FF !important;
}
.C-blackColor-100-text {
  color: var(--blackColor)FF;
}
.C-blackColor-100-border {
  border-color: var(--blackColor)FF !important;
}
.C-blackColor-95 {
  background-color: var(--blackColor)F2 !important;
}
.C-blackColor-95-text {
  color: var(--blackColor)F2;
}
.C-blackColor-95-border {
  border-color: var(--blackColor)F2 !important;
}
.C-blackColor-90 {
  background-color: var(--blackColor)E6 !important;
}
.C-blackColor-90-text {
  color: var(--blackColor)E6;
}
.C-blackColor-90-border {
  border-color: var(--blackColor)E6 !important;
}
.C-blackColor-85 {
  background-color: var(--blackColor)D9 !important;
}
.C-blackColor-85-text {
  color: var(--blackColor)D9;
}
.C-blackColor-85-border {
  border-color: var(--blackColor)D9 !important;
}
.C-blackColor-80 {
  background-color: var(--blackColor)CC !important;
}
.C-blackColor-80-text {
  color: var(--blackColor)CC;
}
.C-blackColor-80-border {
  border-color: var(--blackColor)CC !important;
}
.C-blackColor-75 {
  background-color: var(--blackColor)BF !important;
}
.C-blackColor-75-text {
  color: var(--blackColor)BF;
}
.C-blackColor-75-border {
  border-color: var(--blackColor)BF !important;
}
.C-blackColor-70 {
  background-color: var(--blackColor)B3 !important;
}
.C-blackColor-70-text {
  color: var(--blackColor)B3;
}
.C-blackColor-70-border {
  border-color: var(--blackColor)B3 !important;
}
.C-blackColor-65 {
  background-color: var(--blackColor)A6 !important;
}
.C-blackColor-65-text {
  color: var(--blackColor)A6;
}
.C-blackColor-65-border {
  border-color: var(--blackColor)A6 !important;
}
.C-blackColor-60 {
  background-color: var(--blackColor)99 !important;
}
.C-blackColor-60-text {
  color: var(--blackColor)99;
}
.C-blackColor-60-border {
  border-color: var(--blackColor)99 !important;
}
.C-blackColor-55 {
  background-color: var(--blackColor)8C !important;
}
.C-blackColor-55-text {
  color: var(--blackColor)8C;
}
.C-blackColor-55-border {
  border-color: var(--blackColor)8C !important;
}
.C-blackColor-50 {
  background-color: var(--blackColor)80 !important;
}
.C-blackColor-50-text {
  color: var(--blackColor)80;
}
.C-blackColor-50-border {
  border-color: var(--blackColor)80 !important;
}
.C-blackColor-45 {
  background-color: var(--blackColor)73 !important;
}
.C-blackColor-45-text {
  color: var(--blackColor)73;
}
.C-blackColor-45-border {
  border-color: var(--blackColor)73 !important;
}
.C-blackColor-40 {
  background-color: var(--blackColor)66 !important;
}
.C-blackColor-40-text {
  color: var(--blackColor)66;
}
.C-blackColor-40-border {
  border-color: var(--blackColor)66 !important;
}
.C-blackColor-35 {
  background-color: var(--blackColor)59 !important;
}
.C-blackColor-35-text {
  color: var(--blackColor)59;
}
.C-blackColor-35-border {
  border-color: var(--blackColor)59 !important;
}
.C-blackColor-30 {
  background-color: var(--blackColor)4D !important;
}
.C-blackColor-30-text {
  color: var(--blackColor)4D;
}
.C-blackColor-30-border {
  border-color: var(--blackColor)4D !important;
}
.C-blackColor-25 {
  background-color: var(--blackColor)40 !important;
}
.C-blackColor-25-text {
  color: var(--blackColor)40;
}
.C-blackColor-25-border {
  border-color: var(--blackColor)40 !important;
}
.C-blackColor-20 {
  background-color: var(--blackColor)33 !important;
}
.C-blackColor-20-text {
  color: var(--blackColor)33;
}
.C-blackColor-20-border {
  border-color: var(--blackColor)33 !important;
}
.C-blackColor-15 {
  background-color: var(--blackColor)26 !important;
}
.C-blackColor-15-text {
  color: var(--blackColor)26;
}
.C-blackColor-15-border {
  border-color: var(--blackColor)26 !important;
}
.C-blackColor-10 {
  background-color: var(--blackColor)1A !important;
}
.C-blackColor-10-text {
  color: var(--blackColor)1A;
}
.C-blackColor-10-border {
  border-color: var(--blackColor)1A !important;
}
.C-blackColor-5 {
  background-color: var(--blackColor)0D !important;
}
.C-blackColor-5-text {
  color: var(--blackColor)0D;
}
.C-blackColor-5-border {
  border-color: var(--blackColor)0D !important;
}
.C-blackColor-0 {
  background-color: var(--blackColor)0 !important;
}
.C-blackColor-0-text {
  color: var(--blackColor)0;
}
.C-blackColor-0-border {
  border-color: var(--blackColor)0 !important;
}
.C-blackColor {
  background-color: var(--blackColor);
  --btn-background: var(--blackColor);
}
.C-blackColor.gCol {
  background-color: var(--blackColor) !important;
}
.C-blackColor-after::after,
.C-blackColor-after::before {
  background-color: var(--blackColor);
}
.C-blackColor-text:not(:hover) {
  color: var(--blackColor);
}
.C-blackColor-text.ov_hvr {
  color: var(--blackColor);
}
.C-blackColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--blackColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-blackColor-border {
  border-color: var(--blackColor);
}
.C-blackColor-outline {
  outline-color: var(--blackColor);
}
.C-blackColor-outline:focus {
  outline-color: var(--blackColor);
}
.C-blackColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--blackColor);
  transition: box-shadow 0.2s;
}
.C-blackColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-blackColor-hover-bg:hover {
    background-color: var(--blackColor) !important;
  }
}
.C-blackColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-blackColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--blackColor);
  fill: var(--blackColor) !important;
}
.C-blackColor-hover-text:hover {
  color: var(--blackColor) !important;
}
.C-blackColor-hover-text [fHover]:hover {
  color: var(--blackColor) !important;
}
.C-blackColor-hover-text [fHover]:hover [hovered] {
  color: var(--blackColor) !important;
}
.C-blackColor-hover-text [fHover]:hover {
  color: var(--blackColor) !important;
}
.C-blackColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-blackColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--blackColor);
  fill: var(--blackColor);
  stroke: var(--blackColor);
}
.C-blackColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--blackColor) !important;
  fill: var(--blackColor) !important;
  stroke: var(--blackColor) !important;
}
.C-blackColor-hover-box-shadow:hover,
.C-blackColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--blackColor), 12%;
  transition: box-shadow 0.2s;
}
.C-blackColor-fill-1 #fill1 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-1.onHover:hover #fill1 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-2 #fill2 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-2.onHover:hover #fill2 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-3 #fill3 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-3.onHover:hover #fill3 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-4 #fill4 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-4.onHover:hover #fill4 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-5 #fill5 {
  fill: var(--blackColor) !important;
}
.C-blackColor-fill-5.onHover:hover #fill5 {
  fill: var(--blackColor) !important;
}
.C-blackColor-stroke-1 #stroke1 {
  stroke: var(--blackColor) !important;
}
.C-blackColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--blackColor) !important;
}
.C-blackColor-stroke-2 #stroke2 {
  stroke: var(--blackColor) !important;
}
.C-blackColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--blackColor) !important;
}
.C-blackColor-stroke-3 #stroke3 {
  stroke: var(--blackColor) !important;
}
.C-blackColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--blackColor) !important;
}
.C-grayColor-100 {
  background-color: var(--grayColor)FF !important;
}
.C-grayColor-100-text {
  color: var(--grayColor)FF;
}
.C-grayColor-100-border {
  border-color: var(--grayColor)FF !important;
}
.C-grayColor-95 {
  background-color: var(--grayColor)F2 !important;
}
.C-grayColor-95-text {
  color: var(--grayColor)F2;
}
.C-grayColor-95-border {
  border-color: var(--grayColor)F2 !important;
}
.C-grayColor-90 {
  background-color: var(--grayColor)E6 !important;
}
.C-grayColor-90-text {
  color: var(--grayColor)E6;
}
.C-grayColor-90-border {
  border-color: var(--grayColor)E6 !important;
}
.C-grayColor-85 {
  background-color: var(--grayColor)D9 !important;
}
.C-grayColor-85-text {
  color: var(--grayColor)D9;
}
.C-grayColor-85-border {
  border-color: var(--grayColor)D9 !important;
}
.C-grayColor-80 {
  background-color: var(--grayColor)CC !important;
}
.C-grayColor-80-text {
  color: var(--grayColor)CC;
}
.C-grayColor-80-border {
  border-color: var(--grayColor)CC !important;
}
.C-grayColor-75 {
  background-color: var(--grayColor)BF !important;
}
.C-grayColor-75-text {
  color: var(--grayColor)BF;
}
.C-grayColor-75-border {
  border-color: var(--grayColor)BF !important;
}
.C-grayColor-70 {
  background-color: var(--grayColor)B3 !important;
}
.C-grayColor-70-text {
  color: var(--grayColor)B3;
}
.C-grayColor-70-border {
  border-color: var(--grayColor)B3 !important;
}
.C-grayColor-65 {
  background-color: var(--grayColor)A6 !important;
}
.C-grayColor-65-text {
  color: var(--grayColor)A6;
}
.C-grayColor-65-border {
  border-color: var(--grayColor)A6 !important;
}
.C-grayColor-60 {
  background-color: var(--grayColor)99 !important;
}
.C-grayColor-60-text {
  color: var(--grayColor)99;
}
.C-grayColor-60-border {
  border-color: var(--grayColor)99 !important;
}
.C-grayColor-55 {
  background-color: var(--grayColor)8C !important;
}
.C-grayColor-55-text {
  color: var(--grayColor)8C;
}
.C-grayColor-55-border {
  border-color: var(--grayColor)8C !important;
}
.C-grayColor-50 {
  background-color: var(--grayColor)80 !important;
}
.C-grayColor-50-text {
  color: var(--grayColor)80;
}
.C-grayColor-50-border {
  border-color: var(--grayColor)80 !important;
}
.C-grayColor-45 {
  background-color: var(--grayColor)73 !important;
}
.C-grayColor-45-text {
  color: var(--grayColor)73;
}
.C-grayColor-45-border {
  border-color: var(--grayColor)73 !important;
}
.C-grayColor-40 {
  background-color: var(--grayColor)66 !important;
}
.C-grayColor-40-text {
  color: var(--grayColor)66;
}
.C-grayColor-40-border {
  border-color: var(--grayColor)66 !important;
}
.C-grayColor-35 {
  background-color: var(--grayColor)59 !important;
}
.C-grayColor-35-text {
  color: var(--grayColor)59;
}
.C-grayColor-35-border {
  border-color: var(--grayColor)59 !important;
}
.C-grayColor-30 {
  background-color: var(--grayColor)4D !important;
}
.C-grayColor-30-text {
  color: var(--grayColor)4D;
}
.C-grayColor-30-border {
  border-color: var(--grayColor)4D !important;
}
.C-grayColor-25 {
  background-color: var(--grayColor)40 !important;
}
.C-grayColor-25-text {
  color: var(--grayColor)40;
}
.C-grayColor-25-border {
  border-color: var(--grayColor)40 !important;
}
.C-grayColor-20 {
  background-color: var(--grayColor)33 !important;
}
.C-grayColor-20-text {
  color: var(--grayColor)33;
}
.C-grayColor-20-border {
  border-color: var(--grayColor)33 !important;
}
.C-grayColor-15 {
  background-color: var(--grayColor)26 !important;
}
.C-grayColor-15-text {
  color: var(--grayColor)26;
}
.C-grayColor-15-border {
  border-color: var(--grayColor)26 !important;
}
.C-grayColor-10 {
  background-color: var(--grayColor)1A !important;
}
.C-grayColor-10-text {
  color: var(--grayColor)1A;
}
.C-grayColor-10-border {
  border-color: var(--grayColor)1A !important;
}
.C-grayColor-5 {
  background-color: var(--grayColor)0D !important;
}
.C-grayColor-5-text {
  color: var(--grayColor)0D;
}
.C-grayColor-5-border {
  border-color: var(--grayColor)0D !important;
}
.C-grayColor-0 {
  background-color: var(--grayColor)0 !important;
}
.C-grayColor-0-text {
  color: var(--grayColor)0;
}
.C-grayColor-0-border {
  border-color: var(--grayColor)0 !important;
}
.C-grayColor {
  background-color: var(--grayColor);
  --btn-background: var(--grayColor);
}
.C-grayColor.gCol {
  background-color: var(--grayColor) !important;
}
.C-grayColor-after::after,
.C-grayColor-after::before {
  background-color: var(--grayColor);
}
.C-grayColor-text:not(:hover),
#mini-menu .mini-menu_flex .mini-menu-box:not(:hover) {
  color: var(--grayColor);
}
.C-grayColor-text.ov_hvr,
#mini-menu .mini-menu_flex .ov_hvr.mini-menu-box {
  color: var(--grayColor);
}
.C-grayColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--grayColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-grayColor-border {
  border-color: var(--grayColor);
}
.C-grayColor-outline {
  outline-color: var(--grayColor);
}
.C-grayColor-outline:focus {
  outline-color: var(--grayColor);
}
.C-grayColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColor);
  transition: box-shadow 0.2s;
}
.C-grayColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-grayColor-hover-bg:hover {
    background-color: var(--grayColor) !important;
  }
}
.C-grayColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-grayColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--grayColor);
  fill: var(--grayColor) !important;
}
.C-grayColor-hover-text:hover {
  color: var(--grayColor) !important;
}
.C-grayColor-hover-text [fHover]:hover {
  color: var(--grayColor) !important;
}
.C-grayColor-hover-text [fHover]:hover [hovered] {
  color: var(--grayColor) !important;
}
.C-grayColor-hover-text [fHover]:hover {
  color: var(--grayColor) !important;
}
.C-grayColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-grayColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--grayColor);
  fill: var(--grayColor);
  stroke: var(--grayColor);
}
.C-grayColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--grayColor) !important;
  fill: var(--grayColor) !important;
  stroke: var(--grayColor) !important;
}
.C-grayColor-hover-box-shadow:hover,
.C-grayColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColor), 12%;
  transition: box-shadow 0.2s;
}
.C-grayColor-fill-1 #fill1 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-1.onHover:hover #fill1 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-2 #fill2 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-2.onHover:hover #fill2 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-3 #fill3 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-3.onHover:hover #fill3 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-4 #fill4 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-4.onHover:hover #fill4 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-5 #fill5 {
  fill: var(--grayColor) !important;
}
.C-grayColor-fill-5.onHover:hover #fill5 {
  fill: var(--grayColor) !important;
}
.C-grayColor-stroke-1 #stroke1 {
  stroke: var(--grayColor) !important;
}
.C-grayColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--grayColor) !important;
}
.C-grayColor-stroke-2 #stroke2 {
  stroke: var(--grayColor) !important;
}
.C-grayColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--grayColor) !important;
}
.C-grayColor-stroke-3 #stroke3 {
  stroke: var(--grayColor) !important;
}
.C-grayColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--grayColor) !important;
}
.C-grayColorDark-100 {
  background-color: var(--grayColorDark)FF !important;
}
.C-grayColorDark-100-text {
  color: var(--grayColorDark)FF;
}
.C-grayColorDark-100-border {
  border-color: var(--grayColorDark)FF !important;
}
.C-grayColorDark-95 {
  background-color: var(--grayColorDark)F2 !important;
}
.C-grayColorDark-95-text {
  color: var(--grayColorDark)F2;
}
.C-grayColorDark-95-border {
  border-color: var(--grayColorDark)F2 !important;
}
.C-grayColorDark-90 {
  background-color: var(--grayColorDark)E6 !important;
}
.C-grayColorDark-90-text {
  color: var(--grayColorDark)E6;
}
.C-grayColorDark-90-border {
  border-color: var(--grayColorDark)E6 !important;
}
.C-grayColorDark-85 {
  background-color: var(--grayColorDark)D9 !important;
}
.C-grayColorDark-85-text {
  color: var(--grayColorDark)D9;
}
.C-grayColorDark-85-border {
  border-color: var(--grayColorDark)D9 !important;
}
.C-grayColorDark-80 {
  background-color: var(--grayColorDark)CC !important;
}
.C-grayColorDark-80-text {
  color: var(--grayColorDark)CC;
}
.C-grayColorDark-80-border {
  border-color: var(--grayColorDark)CC !important;
}
.C-grayColorDark-75 {
  background-color: var(--grayColorDark)BF !important;
}
.C-grayColorDark-75-text {
  color: var(--grayColorDark)BF;
}
.C-grayColorDark-75-border {
  border-color: var(--grayColorDark)BF !important;
}
.C-grayColorDark-70 {
  background-color: var(--grayColorDark)B3 !important;
}
.C-grayColorDark-70-text {
  color: var(--grayColorDark)B3;
}
.C-grayColorDark-70-border {
  border-color: var(--grayColorDark)B3 !important;
}
.C-grayColorDark-65 {
  background-color: var(--grayColorDark)A6 !important;
}
.C-grayColorDark-65-text {
  color: var(--grayColorDark)A6;
}
.C-grayColorDark-65-border {
  border-color: var(--grayColorDark)A6 !important;
}
.C-grayColorDark-60 {
  background-color: var(--grayColorDark)99 !important;
}
.C-grayColorDark-60-text {
  color: var(--grayColorDark)99;
}
.C-grayColorDark-60-border {
  border-color: var(--grayColorDark)99 !important;
}
.C-grayColorDark-55 {
  background-color: var(--grayColorDark)8C !important;
}
.C-grayColorDark-55-text {
  color: var(--grayColorDark)8C;
}
.C-grayColorDark-55-border {
  border-color: var(--grayColorDark)8C !important;
}
.C-grayColorDark-50 {
  background-color: var(--grayColorDark)80 !important;
}
.C-grayColorDark-50-text {
  color: var(--grayColorDark)80;
}
.C-grayColorDark-50-border {
  border-color: var(--grayColorDark)80 !important;
}
.C-grayColorDark-45 {
  background-color: var(--grayColorDark)73 !important;
}
.C-grayColorDark-45-text {
  color: var(--grayColorDark)73;
}
.C-grayColorDark-45-border {
  border-color: var(--grayColorDark)73 !important;
}
.C-grayColorDark-40 {
  background-color: var(--grayColorDark)66 !important;
}
.C-grayColorDark-40-text {
  color: var(--grayColorDark)66;
}
.C-grayColorDark-40-border {
  border-color: var(--grayColorDark)66 !important;
}
.C-grayColorDark-35 {
  background-color: var(--grayColorDark)59 !important;
}
.C-grayColorDark-35-text {
  color: var(--grayColorDark)59;
}
.C-grayColorDark-35-border {
  border-color: var(--grayColorDark)59 !important;
}
.C-grayColorDark-30 {
  background-color: var(--grayColorDark)4D !important;
}
.C-grayColorDark-30-text {
  color: var(--grayColorDark)4D;
}
.C-grayColorDark-30-border {
  border-color: var(--grayColorDark)4D !important;
}
.C-grayColorDark-25 {
  background-color: var(--grayColorDark)40 !important;
}
.C-grayColorDark-25-text {
  color: var(--grayColorDark)40;
}
.C-grayColorDark-25-border {
  border-color: var(--grayColorDark)40 !important;
}
.C-grayColorDark-20 {
  background-color: var(--grayColorDark)33 !important;
}
.C-grayColorDark-20-text {
  color: var(--grayColorDark)33;
}
.C-grayColorDark-20-border {
  border-color: var(--grayColorDark)33 !important;
}
.C-grayColorDark-15 {
  background-color: var(--grayColorDark)26 !important;
}
.C-grayColorDark-15-text {
  color: var(--grayColorDark)26;
}
.C-grayColorDark-15-border {
  border-color: var(--grayColorDark)26 !important;
}
.C-grayColorDark-10 {
  background-color: var(--grayColorDark)1A !important;
}
.C-grayColorDark-10-text {
  color: var(--grayColorDark)1A;
}
.C-grayColorDark-10-border {
  border-color: var(--grayColorDark)1A !important;
}
.C-grayColorDark-5 {
  background-color: var(--grayColorDark)0D !important;
}
.C-grayColorDark-5-text {
  color: var(--grayColorDark)0D;
}
.C-grayColorDark-5-border {
  border-color: var(--grayColorDark)0D !important;
}
.C-grayColorDark-0 {
  background-color: var(--grayColorDark)0 !important;
}
.C-grayColorDark-0-text {
  color: var(--grayColorDark)0;
}
.C-grayColorDark-0-border {
  border-color: var(--grayColorDark)0 !important;
}
.C-grayColorDark {
  background-color: var(--grayColorDark);
  --btn-background: var(--grayColorDark);
}
.C-grayColorDark.gCol {
  background-color: var(--grayColorDark) !important;
}
.C-grayColorDark-after::after,
.C-grayColorDark-after::before {
  background-color: var(--grayColorDark);
}
.C-grayColorDark-text:not(:hover) {
  color: var(--grayColorDark);
}
.C-grayColorDark-text.ov_hvr {
  color: var(--grayColorDark);
}
.C-grayColorDark-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--grayColorDark) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-grayColorDark-border {
  border-color: var(--grayColorDark);
}
.C-grayColorDark-outline {
  outline-color: var(--grayColorDark);
}
.C-grayColorDark-outline:focus {
  outline-color: var(--grayColorDark);
}
.C-grayColorDark-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorDark);
  transition: box-shadow 0.2s;
}
.C-grayColorDark-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-grayColorDark-hover-bg:hover {
    background-color: var(--grayColorDark) !important;
  }
}
.C-grayColorDark-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-grayColorDark-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--grayColorDark);
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-text:hover {
  color: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-text [fHover]:hover {
  color: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-text [fHover]:hover [hovered] {
  color: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-text [fHover]:hover {
  color: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-grayColorDark-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--grayColorDark);
  fill: var(--grayColorDark);
  stroke: var(--grayColorDark);
}
.C-grayColorDark-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--grayColorDark) !important;
  fill: var(--grayColorDark) !important;
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-hover-box-shadow:hover,
.C-grayColorDark-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorDark), 12%;
  transition: box-shadow 0.2s;
}
.C-grayColorDark-fill-1 #fill1 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-1.onHover:hover #fill1 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-2 #fill2 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-2.onHover:hover #fill2 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-3 #fill3 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-3.onHover:hover #fill3 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-4 #fill4 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-4.onHover:hover #fill4 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-5 #fill5 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-fill-5.onHover:hover #fill5 {
  fill: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-1 #stroke1 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-1.onHover:hover #stroke1 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-2 #stroke2 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-2.onHover:hover #stroke2 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-3 #stroke3 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorDark-stroke-3.onHover:hover #stroke3 {
  stroke: var(--grayColorDark) !important;
}
.C-grayColorLight-100 {
  background-color: var(--grayColorLight)FF !important;
}
.C-grayColorLight-100-text {
  color: var(--grayColorLight)FF;
}
.C-grayColorLight-100-border {
  border-color: var(--grayColorLight)FF !important;
}
.C-grayColorLight-95 {
  background-color: var(--grayColorLight)F2 !important;
}
.C-grayColorLight-95-text {
  color: var(--grayColorLight)F2;
}
.C-grayColorLight-95-border {
  border-color: var(--grayColorLight)F2 !important;
}
.C-grayColorLight-90 {
  background-color: var(--grayColorLight)E6 !important;
}
.C-grayColorLight-90-text {
  color: var(--grayColorLight)E6;
}
.C-grayColorLight-90-border {
  border-color: var(--grayColorLight)E6 !important;
}
.C-grayColorLight-85 {
  background-color: var(--grayColorLight)D9 !important;
}
.C-grayColorLight-85-text {
  color: var(--grayColorLight)D9;
}
.C-grayColorLight-85-border {
  border-color: var(--grayColorLight)D9 !important;
}
.C-grayColorLight-80 {
  background-color: var(--grayColorLight)CC !important;
}
.C-grayColorLight-80-text {
  color: var(--grayColorLight)CC;
}
.C-grayColorLight-80-border {
  border-color: var(--grayColorLight)CC !important;
}
.C-grayColorLight-75 {
  background-color: var(--grayColorLight)BF !important;
}
.C-grayColorLight-75-text {
  color: var(--grayColorLight)BF;
}
.C-grayColorLight-75-border {
  border-color: var(--grayColorLight)BF !important;
}
.C-grayColorLight-70 {
  background-color: var(--grayColorLight)B3 !important;
}
.C-grayColorLight-70-text {
  color: var(--grayColorLight)B3;
}
.C-grayColorLight-70-border {
  border-color: var(--grayColorLight)B3 !important;
}
.C-grayColorLight-65 {
  background-color: var(--grayColorLight)A6 !important;
}
.C-grayColorLight-65-text {
  color: var(--grayColorLight)A6;
}
.C-grayColorLight-65-border {
  border-color: var(--grayColorLight)A6 !important;
}
.C-grayColorLight-60 {
  background-color: var(--grayColorLight)99 !important;
}
.C-grayColorLight-60-text {
  color: var(--grayColorLight)99;
}
.C-grayColorLight-60-border {
  border-color: var(--grayColorLight)99 !important;
}
.C-grayColorLight-55 {
  background-color: var(--grayColorLight)8C !important;
}
.C-grayColorLight-55-text {
  color: var(--grayColorLight)8C;
}
.C-grayColorLight-55-border {
  border-color: var(--grayColorLight)8C !important;
}
.C-grayColorLight-50 {
  background-color: var(--grayColorLight)80 !important;
}
.C-grayColorLight-50-text {
  color: var(--grayColorLight)80;
}
.C-grayColorLight-50-border {
  border-color: var(--grayColorLight)80 !important;
}
.C-grayColorLight-45 {
  background-color: var(--grayColorLight)73 !important;
}
.C-grayColorLight-45-text {
  color: var(--grayColorLight)73;
}
.C-grayColorLight-45-border {
  border-color: var(--grayColorLight)73 !important;
}
.C-grayColorLight-40 {
  background-color: var(--grayColorLight)66 !important;
}
.C-grayColorLight-40-text {
  color: var(--grayColorLight)66;
}
.C-grayColorLight-40-border {
  border-color: var(--grayColorLight)66 !important;
}
.C-grayColorLight-35 {
  background-color: var(--grayColorLight)59 !important;
}
.C-grayColorLight-35-text {
  color: var(--grayColorLight)59;
}
.C-grayColorLight-35-border {
  border-color: var(--grayColorLight)59 !important;
}
.C-grayColorLight-30 {
  background-color: var(--grayColorLight)4D !important;
}
.C-grayColorLight-30-text {
  color: var(--grayColorLight)4D;
}
.C-grayColorLight-30-border {
  border-color: var(--grayColorLight)4D !important;
}
.C-grayColorLight-25 {
  background-color: var(--grayColorLight)40 !important;
}
.C-grayColorLight-25-text {
  color: var(--grayColorLight)40;
}
.C-grayColorLight-25-border {
  border-color: var(--grayColorLight)40 !important;
}
.C-grayColorLight-20 {
  background-color: var(--grayColorLight)33 !important;
}
.C-grayColorLight-20-text {
  color: var(--grayColorLight)33;
}
.C-grayColorLight-20-border {
  border-color: var(--grayColorLight)33 !important;
}
.C-grayColorLight-15 {
  background-color: var(--grayColorLight)26 !important;
}
.C-grayColorLight-15-text {
  color: var(--grayColorLight)26;
}
.C-grayColorLight-15-border {
  border-color: var(--grayColorLight)26 !important;
}
.C-grayColorLight-10 {
  background-color: var(--grayColorLight)1A !important;
}
.C-grayColorLight-10-text {
  color: var(--grayColorLight)1A;
}
.C-grayColorLight-10-border {
  border-color: var(--grayColorLight)1A !important;
}
.C-grayColorLight-5 {
  background-color: var(--grayColorLight)0D !important;
}
.C-grayColorLight-5-text {
  color: var(--grayColorLight)0D;
}
.C-grayColorLight-5-border {
  border-color: var(--grayColorLight)0D !important;
}
.C-grayColorLight-0 {
  background-color: var(--grayColorLight)0 !important;
}
.C-grayColorLight-0-text {
  color: var(--grayColorLight)0;
}
.C-grayColorLight-0-border {
  border-color: var(--grayColorLight)0 !important;
}
.C-grayColorLight {
  background-color: var(--grayColorLight);
  --btn-background: var(--grayColorLight);
}
.C-grayColorLight.gCol {
  background-color: var(--grayColorLight) !important;
}
.C-grayColorLight-after::after,
.C-grayColorLight-after::before {
  background-color: var(--grayColorLight);
}
.C-grayColorLight-text:not(:hover) {
  color: var(--grayColorLight);
}
.C-grayColorLight-text.ov_hvr {
  color: var(--grayColorLight);
}
.C-grayColorLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--grayColorLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-grayColorLight-border {
  border-color: var(--grayColorLight);
}
.C-grayColorLight-outline {
  outline-color: var(--grayColorLight);
}
.C-grayColorLight-outline:focus {
  outline-color: var(--grayColorLight);
}
.C-grayColorLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorLight);
  transition: box-shadow 0.2s;
}
.C-grayColorLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-grayColorLight-hover-bg:hover {
    background-color: var(--grayColorLight) !important;
  }
}
.C-grayColorLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-grayColorLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--grayColorLight);
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-text:hover {
  color: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-text [fHover]:hover {
  color: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-text [fHover]:hover [hovered] {
  color: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-text [fHover]:hover {
  color: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-grayColorLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--grayColorLight);
  fill: var(--grayColorLight);
  stroke: var(--grayColorLight);
}
.C-grayColorLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--grayColorLight) !important;
  fill: var(--grayColorLight) !important;
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-hover-box-shadow:hover,
.C-grayColorLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorLight), 12%;
  transition: box-shadow 0.2s;
}
.C-grayColorLight-fill-1 #fill1 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-1.onHover:hover #fill1 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-2 #fill2 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-2.onHover:hover #fill2 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-3 #fill3 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-3.onHover:hover #fill3 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-4 #fill4 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-4.onHover:hover #fill4 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-5 #fill5 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-fill-5.onHover:hover #fill5 {
  fill: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-1 #stroke1 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-2 #stroke2 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-3 #stroke3 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--grayColorLight) !important;
}
.C-grayColorVeryLight-100 {
  background-color: var(--grayColorVeryLight)FF !important;
}
.C-grayColorVeryLight-100-text {
  color: var(--grayColorVeryLight)FF;
}
.C-grayColorVeryLight-100-border {
  border-color: var(--grayColorVeryLight)FF !important;
}
.C-grayColorVeryLight-95 {
  background-color: var(--grayColorVeryLight)F2 !important;
}
.C-grayColorVeryLight-95-text {
  color: var(--grayColorVeryLight)F2;
}
.C-grayColorVeryLight-95-border {
  border-color: var(--grayColorVeryLight)F2 !important;
}
.C-grayColorVeryLight-90 {
  background-color: var(--grayColorVeryLight)E6 !important;
}
.C-grayColorVeryLight-90-text {
  color: var(--grayColorVeryLight)E6;
}
.C-grayColorVeryLight-90-border {
  border-color: var(--grayColorVeryLight)E6 !important;
}
.C-grayColorVeryLight-85 {
  background-color: var(--grayColorVeryLight)D9 !important;
}
.C-grayColorVeryLight-85-text {
  color: var(--grayColorVeryLight)D9;
}
.C-grayColorVeryLight-85-border {
  border-color: var(--grayColorVeryLight)D9 !important;
}
.C-grayColorVeryLight-80 {
  background-color: var(--grayColorVeryLight)CC !important;
}
.C-grayColorVeryLight-80-text {
  color: var(--grayColorVeryLight)CC;
}
.C-grayColorVeryLight-80-border {
  border-color: var(--grayColorVeryLight)CC !important;
}
.C-grayColorVeryLight-75 {
  background-color: var(--grayColorVeryLight)BF !important;
}
.C-grayColorVeryLight-75-text {
  color: var(--grayColorVeryLight)BF;
}
.C-grayColorVeryLight-75-border {
  border-color: var(--grayColorVeryLight)BF !important;
}
.C-grayColorVeryLight-70 {
  background-color: var(--grayColorVeryLight)B3 !important;
}
.C-grayColorVeryLight-70-text {
  color: var(--grayColorVeryLight)B3;
}
.C-grayColorVeryLight-70-border {
  border-color: var(--grayColorVeryLight)B3 !important;
}
.C-grayColorVeryLight-65 {
  background-color: var(--grayColorVeryLight)A6 !important;
}
.C-grayColorVeryLight-65-text {
  color: var(--grayColorVeryLight)A6;
}
.C-grayColorVeryLight-65-border {
  border-color: var(--grayColorVeryLight)A6 !important;
}
.C-grayColorVeryLight-60 {
  background-color: var(--grayColorVeryLight)99 !important;
}
.C-grayColorVeryLight-60-text {
  color: var(--grayColorVeryLight)99;
}
.C-grayColorVeryLight-60-border {
  border-color: var(--grayColorVeryLight)99 !important;
}
.C-grayColorVeryLight-55 {
  background-color: var(--grayColorVeryLight)8C !important;
}
.C-grayColorVeryLight-55-text {
  color: var(--grayColorVeryLight)8C;
}
.C-grayColorVeryLight-55-border {
  border-color: var(--grayColorVeryLight)8C !important;
}
.C-grayColorVeryLight-50 {
  background-color: var(--grayColorVeryLight)80 !important;
}
.C-grayColorVeryLight-50-text {
  color: var(--grayColorVeryLight)80;
}
.C-grayColorVeryLight-50-border {
  border-color: var(--grayColorVeryLight)80 !important;
}
.C-grayColorVeryLight-45 {
  background-color: var(--grayColorVeryLight)73 !important;
}
.C-grayColorVeryLight-45-text {
  color: var(--grayColorVeryLight)73;
}
.C-grayColorVeryLight-45-border {
  border-color: var(--grayColorVeryLight)73 !important;
}
.C-grayColorVeryLight-40 {
  background-color: var(--grayColorVeryLight)66 !important;
}
.C-grayColorVeryLight-40-text {
  color: var(--grayColorVeryLight)66;
}
.C-grayColorVeryLight-40-border {
  border-color: var(--grayColorVeryLight)66 !important;
}
.C-grayColorVeryLight-35 {
  background-color: var(--grayColorVeryLight)59 !important;
}
.C-grayColorVeryLight-35-text {
  color: var(--grayColorVeryLight)59;
}
.C-grayColorVeryLight-35-border {
  border-color: var(--grayColorVeryLight)59 !important;
}
.C-grayColorVeryLight-30 {
  background-color: var(--grayColorVeryLight)4D !important;
}
.C-grayColorVeryLight-30-text {
  color: var(--grayColorVeryLight)4D;
}
.C-grayColorVeryLight-30-border {
  border-color: var(--grayColorVeryLight)4D !important;
}
.C-grayColorVeryLight-25 {
  background-color: var(--grayColorVeryLight)40 !important;
}
.C-grayColorVeryLight-25-text {
  color: var(--grayColorVeryLight)40;
}
.C-grayColorVeryLight-25-border {
  border-color: var(--grayColorVeryLight)40 !important;
}
.C-grayColorVeryLight-20 {
  background-color: var(--grayColorVeryLight)33 !important;
}
.C-grayColorVeryLight-20-text {
  color: var(--grayColorVeryLight)33;
}
.C-grayColorVeryLight-20-border {
  border-color: var(--grayColorVeryLight)33 !important;
}
.C-grayColorVeryLight-15 {
  background-color: var(--grayColorVeryLight)26 !important;
}
.C-grayColorVeryLight-15-text {
  color: var(--grayColorVeryLight)26;
}
.C-grayColorVeryLight-15-border {
  border-color: var(--grayColorVeryLight)26 !important;
}
.C-grayColorVeryLight-10 {
  background-color: var(--grayColorVeryLight)1A !important;
}
.C-grayColorVeryLight-10-text {
  color: var(--grayColorVeryLight)1A;
}
.C-grayColorVeryLight-10-border {
  border-color: var(--grayColorVeryLight)1A !important;
}
.C-grayColorVeryLight-5 {
  background-color: var(--grayColorVeryLight)0D !important;
}
.C-grayColorVeryLight-5-text {
  color: var(--grayColorVeryLight)0D;
}
.C-grayColorVeryLight-5-border {
  border-color: var(--grayColorVeryLight)0D !important;
}
.C-grayColorVeryLight-0 {
  background-color: var(--grayColorVeryLight)0 !important;
}
.C-grayColorVeryLight-0-text {
  color: var(--grayColorVeryLight)0;
}
.C-grayColorVeryLight-0-border {
  border-color: var(--grayColorVeryLight)0 !important;
}
.C-grayColorVeryLight,
html body #ggTheme ._active-item {
  background-color: var(--grayColorVeryLight);
  --btn-background: var(--grayColorVeryLight);
}
.C-grayColorVeryLight.gCol,
html body #ggTheme .gCol._active-item {
  background-color: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-after::after,
.C-grayColorVeryLight-after::before {
  background-color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-text:not(:hover) {
  color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-text.ov_hvr {
  color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--grayColorVeryLight) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-grayColorVeryLight-border {
  border-color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-outline {
  outline-color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-outline:focus {
  outline-color: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorVeryLight);
  transition: box-shadow 0.2s;
}
.C-grayColorVeryLight-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-grayColorVeryLight-hover-bg:hover {
    background-color: var(--grayColorVeryLight) !important;
  }
}
.C-grayColorVeryLight-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-grayColorVeryLight-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--grayColorVeryLight);
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-text:hover {
  color: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-text [fHover]:hover {
  color: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-text [fHover]:hover [hovered] {
  color: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-text [fHover]:hover {
  color: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-grayColorVeryLight-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--grayColorVeryLight);
  fill: var(--grayColorVeryLight);
  stroke: var(--grayColorVeryLight);
}
.C-grayColorVeryLight-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--grayColorVeryLight) !important;
  fill: var(--grayColorVeryLight) !important;
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-hover-box-shadow:hover,
.C-grayColorVeryLight-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--grayColorVeryLight), 12%;
  transition: box-shadow 0.2s;
}
.C-grayColorVeryLight-fill-1 #fill1 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-1.onHover:hover #fill1 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-2 #fill2 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-2.onHover:hover #fill2 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-3 #fill3 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-3.onHover:hover #fill3 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-4 #fill4 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-4.onHover:hover #fill4 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-5 #fill5 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-fill-5.onHover:hover #fill5 {
  fill: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-1 #stroke1 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-1.onHover:hover #stroke1 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-2 #stroke2 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-2.onHover:hover #stroke2 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-3 #stroke3 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-grayColorVeryLight-stroke-3.onHover:hover #stroke3 {
  stroke: var(--grayColorVeryLight) !important;
}
.C-dangerColor-100 {
  background-color: var(--dangerColor)FF !important;
}
.C-dangerColor-100-text {
  color: var(--dangerColor)FF;
}
.C-dangerColor-100-border {
  border-color: var(--dangerColor)FF !important;
}
.C-dangerColor-95 {
  background-color: var(--dangerColor)F2 !important;
}
.C-dangerColor-95-text {
  color: var(--dangerColor)F2;
}
.C-dangerColor-95-border {
  border-color: var(--dangerColor)F2 !important;
}
.C-dangerColor-90 {
  background-color: var(--dangerColor)E6 !important;
}
.C-dangerColor-90-text {
  color: var(--dangerColor)E6;
}
.C-dangerColor-90-border {
  border-color: var(--dangerColor)E6 !important;
}
.C-dangerColor-85 {
  background-color: var(--dangerColor)D9 !important;
}
.C-dangerColor-85-text {
  color: var(--dangerColor)D9;
}
.C-dangerColor-85-border {
  border-color: var(--dangerColor)D9 !important;
}
.C-dangerColor-80 {
  background-color: var(--dangerColor)CC !important;
}
.C-dangerColor-80-text {
  color: var(--dangerColor)CC;
}
.C-dangerColor-80-border {
  border-color: var(--dangerColor)CC !important;
}
.C-dangerColor-75 {
  background-color: var(--dangerColor)BF !important;
}
.C-dangerColor-75-text {
  color: var(--dangerColor)BF;
}
.C-dangerColor-75-border {
  border-color: var(--dangerColor)BF !important;
}
.C-dangerColor-70 {
  background-color: var(--dangerColor)B3 !important;
}
.C-dangerColor-70-text {
  color: var(--dangerColor)B3;
}
.C-dangerColor-70-border {
  border-color: var(--dangerColor)B3 !important;
}
.C-dangerColor-65 {
  background-color: var(--dangerColor)A6 !important;
}
.C-dangerColor-65-text {
  color: var(--dangerColor)A6;
}
.C-dangerColor-65-border {
  border-color: var(--dangerColor)A6 !important;
}
.C-dangerColor-60 {
  background-color: var(--dangerColor)99 !important;
}
.C-dangerColor-60-text {
  color: var(--dangerColor)99;
}
.C-dangerColor-60-border {
  border-color: var(--dangerColor)99 !important;
}
.C-dangerColor-55 {
  background-color: var(--dangerColor)8C !important;
}
.C-dangerColor-55-text {
  color: var(--dangerColor)8C;
}
.C-dangerColor-55-border {
  border-color: var(--dangerColor)8C !important;
}
.C-dangerColor-50 {
  background-color: var(--dangerColor)80 !important;
}
.C-dangerColor-50-text {
  color: var(--dangerColor)80;
}
.C-dangerColor-50-border {
  border-color: var(--dangerColor)80 !important;
}
.C-dangerColor-45 {
  background-color: var(--dangerColor)73 !important;
}
.C-dangerColor-45-text {
  color: var(--dangerColor)73;
}
.C-dangerColor-45-border {
  border-color: var(--dangerColor)73 !important;
}
.C-dangerColor-40 {
  background-color: var(--dangerColor)66 !important;
}
.C-dangerColor-40-text {
  color: var(--dangerColor)66;
}
.C-dangerColor-40-border {
  border-color: var(--dangerColor)66 !important;
}
.C-dangerColor-35 {
  background-color: var(--dangerColor)59 !important;
}
.C-dangerColor-35-text {
  color: var(--dangerColor)59;
}
.C-dangerColor-35-border {
  border-color: var(--dangerColor)59 !important;
}
.C-dangerColor-30 {
  background-color: var(--dangerColor)4D !important;
}
.C-dangerColor-30-text {
  color: var(--dangerColor)4D;
}
.C-dangerColor-30-border {
  border-color: var(--dangerColor)4D !important;
}
.C-dangerColor-25 {
  background-color: var(--dangerColor)40 !important;
}
.C-dangerColor-25-text {
  color: var(--dangerColor)40;
}
.C-dangerColor-25-border {
  border-color: var(--dangerColor)40 !important;
}
.C-dangerColor-20 {
  background-color: var(--dangerColor)33 !important;
}
.C-dangerColor-20-text {
  color: var(--dangerColor)33;
}
.C-dangerColor-20-border {
  border-color: var(--dangerColor)33 !important;
}
.C-dangerColor-15 {
  background-color: var(--dangerColor)26 !important;
}
.C-dangerColor-15-text {
  color: var(--dangerColor)26;
}
.C-dangerColor-15-border {
  border-color: var(--dangerColor)26 !important;
}
.C-dangerColor-10 {
  background-color: var(--dangerColor)1A !important;
}
.C-dangerColor-10-text {
  color: var(--dangerColor)1A;
}
.C-dangerColor-10-border {
  border-color: var(--dangerColor)1A !important;
}
.C-dangerColor-5 {
  background-color: var(--dangerColor)0D !important;
}
.C-dangerColor-5-text {
  color: var(--dangerColor)0D;
}
.C-dangerColor-5-border {
  border-color: var(--dangerColor)0D !important;
}
.C-dangerColor-0 {
  background-color: var(--dangerColor)0 !important;
}
.C-dangerColor-0-text {
  color: var(--dangerColor)0;
}
.C-dangerColor-0-border {
  border-color: var(--dangerColor)0 !important;
}
.C-dangerColor {
  background-color: var(--dangerColor);
  --btn-background: var(--dangerColor);
}
.C-dangerColor.gCol {
  background-color: var(--dangerColor) !important;
}
.C-dangerColor-after::after,
.C-dangerColor-after::before {
  background-color: var(--dangerColor);
}
.C-dangerColor-text:not(:hover) {
  color: var(--dangerColor);
}
.C-dangerColor-text.ov_hvr {
  color: var(--dangerColor);
}
.C-dangerColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--dangerColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-dangerColor-border {
  border-color: var(--dangerColor);
}
.C-dangerColor-outline {
  outline-color: var(--dangerColor);
}
.C-dangerColor-outline:focus {
  outline-color: var(--dangerColor);
}
.C-dangerColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--dangerColor);
  transition: box-shadow 0.2s;
}
.C-dangerColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-dangerColor-hover-bg:hover {
    background-color: var(--dangerColor) !important;
  }
}
.C-dangerColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-dangerColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--dangerColor);
  fill: var(--dangerColor) !important;
}
.C-dangerColor-hover-text:hover {
  color: var(--dangerColor) !important;
}
.C-dangerColor-hover-text [fHover]:hover {
  color: var(--dangerColor) !important;
}
.C-dangerColor-hover-text [fHover]:hover [hovered] {
  color: var(--dangerColor) !important;
}
.C-dangerColor-hover-text [fHover]:hover {
  color: var(--dangerColor) !important;
}
.C-dangerColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-dangerColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--dangerColor);
  fill: var(--dangerColor);
  stroke: var(--dangerColor);
}
.C-dangerColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--dangerColor) !important;
  fill: var(--dangerColor) !important;
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-hover-box-shadow:hover,
.C-dangerColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--dangerColor), 12%;
  transition: box-shadow 0.2s;
}
.C-dangerColor-fill-1 #fill1 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-1.onHover:hover #fill1 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-2 #fill2 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-2.onHover:hover #fill2 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-3 #fill3 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-3.onHover:hover #fill3 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-4 #fill4 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-4.onHover:hover #fill4 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-5 #fill5 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-fill-5.onHover:hover #fill5 {
  fill: var(--dangerColor) !important;
}
.C-dangerColor-stroke-1 #stroke1 {
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-stroke-2 #stroke2 {
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-stroke-3 #stroke3 {
  stroke: var(--dangerColor) !important;
}
.C-dangerColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--dangerColor) !important;
}
.C-successColor-100 {
  background-color: var(--successColor)FF !important;
}
.C-successColor-100-text {
  color: var(--successColor)FF;
}
.C-successColor-100-border {
  border-color: var(--successColor)FF !important;
}
.C-successColor-95 {
  background-color: var(--successColor)F2 !important;
}
.C-successColor-95-text {
  color: var(--successColor)F2;
}
.C-successColor-95-border {
  border-color: var(--successColor)F2 !important;
}
.C-successColor-90 {
  background-color: var(--successColor)E6 !important;
}
.C-successColor-90-text {
  color: var(--successColor)E6;
}
.C-successColor-90-border {
  border-color: var(--successColor)E6 !important;
}
.C-successColor-85 {
  background-color: var(--successColor)D9 !important;
}
.C-successColor-85-text {
  color: var(--successColor)D9;
}
.C-successColor-85-border {
  border-color: var(--successColor)D9 !important;
}
.C-successColor-80 {
  background-color: var(--successColor)CC !important;
}
.C-successColor-80-text {
  color: var(--successColor)CC;
}
.C-successColor-80-border {
  border-color: var(--successColor)CC !important;
}
.C-successColor-75 {
  background-color: var(--successColor)BF !important;
}
.C-successColor-75-text {
  color: var(--successColor)BF;
}
.C-successColor-75-border {
  border-color: var(--successColor)BF !important;
}
.C-successColor-70 {
  background-color: var(--successColor)B3 !important;
}
.C-successColor-70-text {
  color: var(--successColor)B3;
}
.C-successColor-70-border {
  border-color: var(--successColor)B3 !important;
}
.C-successColor-65 {
  background-color: var(--successColor)A6 !important;
}
.C-successColor-65-text {
  color: var(--successColor)A6;
}
.C-successColor-65-border {
  border-color: var(--successColor)A6 !important;
}
.C-successColor-60 {
  background-color: var(--successColor)99 !important;
}
.C-successColor-60-text {
  color: var(--successColor)99;
}
.C-successColor-60-border {
  border-color: var(--successColor)99 !important;
}
.C-successColor-55 {
  background-color: var(--successColor)8C !important;
}
.C-successColor-55-text {
  color: var(--successColor)8C;
}
.C-successColor-55-border {
  border-color: var(--successColor)8C !important;
}
.C-successColor-50 {
  background-color: var(--successColor)80 !important;
}
.C-successColor-50-text {
  color: var(--successColor)80;
}
.C-successColor-50-border {
  border-color: var(--successColor)80 !important;
}
.C-successColor-45 {
  background-color: var(--successColor)73 !important;
}
.C-successColor-45-text {
  color: var(--successColor)73;
}
.C-successColor-45-border {
  border-color: var(--successColor)73 !important;
}
.C-successColor-40 {
  background-color: var(--successColor)66 !important;
}
.C-successColor-40-text {
  color: var(--successColor)66;
}
.C-successColor-40-border {
  border-color: var(--successColor)66 !important;
}
.C-successColor-35 {
  background-color: var(--successColor)59 !important;
}
.C-successColor-35-text {
  color: var(--successColor)59;
}
.C-successColor-35-border {
  border-color: var(--successColor)59 !important;
}
.C-successColor-30 {
  background-color: var(--successColor)4D !important;
}
.C-successColor-30-text {
  color: var(--successColor)4D;
}
.C-successColor-30-border {
  border-color: var(--successColor)4D !important;
}
.C-successColor-25 {
  background-color: var(--successColor)40 !important;
}
.C-successColor-25-text {
  color: var(--successColor)40;
}
.C-successColor-25-border {
  border-color: var(--successColor)40 !important;
}
.C-successColor-20 {
  background-color: var(--successColor)33 !important;
}
.C-successColor-20-text {
  color: var(--successColor)33;
}
.C-successColor-20-border {
  border-color: var(--successColor)33 !important;
}
.C-successColor-15 {
  background-color: var(--successColor)26 !important;
}
.C-successColor-15-text {
  color: var(--successColor)26;
}
.C-successColor-15-border {
  border-color: var(--successColor)26 !important;
}
.C-successColor-10 {
  background-color: var(--successColor)1A !important;
}
.C-successColor-10-text {
  color: var(--successColor)1A;
}
.C-successColor-10-border {
  border-color: var(--successColor)1A !important;
}
.C-successColor-5 {
  background-color: var(--successColor)0D !important;
}
.C-successColor-5-text {
  color: var(--successColor)0D;
}
.C-successColor-5-border {
  border-color: var(--successColor)0D !important;
}
.C-successColor-0 {
  background-color: var(--successColor)0 !important;
}
.C-successColor-0-text {
  color: var(--successColor)0;
}
.C-successColor-0-border {
  border-color: var(--successColor)0 !important;
}
.C-successColor {
  background-color: var(--successColor);
  --btn-background: var(--successColor);
}
.C-successColor.gCol {
  background-color: var(--successColor) !important;
}
.C-successColor-after::after,
.C-successColor-after::before {
  background-color: var(--successColor);
}
.C-successColor-text:not(:hover) {
  color: var(--successColor);
}
.C-successColor-text.ov_hvr {
  color: var(--successColor);
}
.C-successColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--successColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-successColor-border {
  border-color: var(--successColor);
}
.C-successColor-outline {
  outline-color: var(--successColor);
}
.C-successColor-outline:focus {
  outline-color: var(--successColor);
}
.C-successColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--successColor);
  transition: box-shadow 0.2s;
}
.C-successColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-successColor-hover-bg:hover {
    background-color: var(--successColor) !important;
  }
}
.C-successColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-successColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--successColor);
  fill: var(--successColor) !important;
}
.C-successColor-hover-text:hover {
  color: var(--successColor) !important;
}
.C-successColor-hover-text [fHover]:hover {
  color: var(--successColor) !important;
}
.C-successColor-hover-text [fHover]:hover [hovered] {
  color: var(--successColor) !important;
}
.C-successColor-hover-text [fHover]:hover {
  color: var(--successColor) !important;
}
.C-successColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-successColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--successColor);
  fill: var(--successColor);
  stroke: var(--successColor);
}
.C-successColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--successColor) !important;
  fill: var(--successColor) !important;
  stroke: var(--successColor) !important;
}
.C-successColor-hover-box-shadow:hover,
.C-successColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--successColor), 12%;
  transition: box-shadow 0.2s;
}
.C-successColor-fill-1 #fill1 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-1.onHover:hover #fill1 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-2 #fill2 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-2.onHover:hover #fill2 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-3 #fill3 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-3.onHover:hover #fill3 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-4 #fill4 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-4.onHover:hover #fill4 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-5 #fill5 {
  fill: var(--successColor) !important;
}
.C-successColor-fill-5.onHover:hover #fill5 {
  fill: var(--successColor) !important;
}
.C-successColor-stroke-1 #stroke1 {
  stroke: var(--successColor) !important;
}
.C-successColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--successColor) !important;
}
.C-successColor-stroke-2 #stroke2 {
  stroke: var(--successColor) !important;
}
.C-successColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--successColor) !important;
}
.C-successColor-stroke-3 #stroke3 {
  stroke: var(--successColor) !important;
}
.C-successColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--successColor) !important;
}
.C-warningColor-100 {
  background-color: var(--warningColor)FF !important;
}
.C-warningColor-100-text {
  color: var(--warningColor)FF;
}
.C-warningColor-100-border {
  border-color: var(--warningColor)FF !important;
}
.C-warningColor-95 {
  background-color: var(--warningColor)F2 !important;
}
.C-warningColor-95-text {
  color: var(--warningColor)F2;
}
.C-warningColor-95-border {
  border-color: var(--warningColor)F2 !important;
}
.C-warningColor-90 {
  background-color: var(--warningColor)E6 !important;
}
.C-warningColor-90-text {
  color: var(--warningColor)E6;
}
.C-warningColor-90-border {
  border-color: var(--warningColor)E6 !important;
}
.C-warningColor-85 {
  background-color: var(--warningColor)D9 !important;
}
.C-warningColor-85-text {
  color: var(--warningColor)D9;
}
.C-warningColor-85-border {
  border-color: var(--warningColor)D9 !important;
}
.C-warningColor-80 {
  background-color: var(--warningColor)CC !important;
}
.C-warningColor-80-text {
  color: var(--warningColor)CC;
}
.C-warningColor-80-border {
  border-color: var(--warningColor)CC !important;
}
.C-warningColor-75 {
  background-color: var(--warningColor)BF !important;
}
.C-warningColor-75-text {
  color: var(--warningColor)BF;
}
.C-warningColor-75-border {
  border-color: var(--warningColor)BF !important;
}
.C-warningColor-70 {
  background-color: var(--warningColor)B3 !important;
}
.C-warningColor-70-text {
  color: var(--warningColor)B3;
}
.C-warningColor-70-border {
  border-color: var(--warningColor)B3 !important;
}
.C-warningColor-65 {
  background-color: var(--warningColor)A6 !important;
}
.C-warningColor-65-text {
  color: var(--warningColor)A6;
}
.C-warningColor-65-border {
  border-color: var(--warningColor)A6 !important;
}
.C-warningColor-60 {
  background-color: var(--warningColor)99 !important;
}
.C-warningColor-60-text {
  color: var(--warningColor)99;
}
.C-warningColor-60-border {
  border-color: var(--warningColor)99 !important;
}
.C-warningColor-55 {
  background-color: var(--warningColor)8C !important;
}
.C-warningColor-55-text {
  color: var(--warningColor)8C;
}
.C-warningColor-55-border {
  border-color: var(--warningColor)8C !important;
}
.C-warningColor-50 {
  background-color: var(--warningColor)80 !important;
}
.C-warningColor-50-text {
  color: var(--warningColor)80;
}
.C-warningColor-50-border {
  border-color: var(--warningColor)80 !important;
}
.C-warningColor-45 {
  background-color: var(--warningColor)73 !important;
}
.C-warningColor-45-text {
  color: var(--warningColor)73;
}
.C-warningColor-45-border {
  border-color: var(--warningColor)73 !important;
}
.C-warningColor-40 {
  background-color: var(--warningColor)66 !important;
}
.C-warningColor-40-text {
  color: var(--warningColor)66;
}
.C-warningColor-40-border {
  border-color: var(--warningColor)66 !important;
}
.C-warningColor-35 {
  background-color: var(--warningColor)59 !important;
}
.C-warningColor-35-text {
  color: var(--warningColor)59;
}
.C-warningColor-35-border {
  border-color: var(--warningColor)59 !important;
}
.C-warningColor-30 {
  background-color: var(--warningColor)4D !important;
}
.C-warningColor-30-text {
  color: var(--warningColor)4D;
}
.C-warningColor-30-border {
  border-color: var(--warningColor)4D !important;
}
.C-warningColor-25 {
  background-color: var(--warningColor)40 !important;
}
.C-warningColor-25-text {
  color: var(--warningColor)40;
}
.C-warningColor-25-border {
  border-color: var(--warningColor)40 !important;
}
.C-warningColor-20 {
  background-color: var(--warningColor)33 !important;
}
.C-warningColor-20-text {
  color: var(--warningColor)33;
}
.C-warningColor-20-border {
  border-color: var(--warningColor)33 !important;
}
.C-warningColor-15 {
  background-color: var(--warningColor)26 !important;
}
.C-warningColor-15-text {
  color: var(--warningColor)26;
}
.C-warningColor-15-border {
  border-color: var(--warningColor)26 !important;
}
.C-warningColor-10 {
  background-color: var(--warningColor)1A !important;
}
.C-warningColor-10-text {
  color: var(--warningColor)1A;
}
.C-warningColor-10-border {
  border-color: var(--warningColor)1A !important;
}
.C-warningColor-5 {
  background-color: var(--warningColor)0D !important;
}
.C-warningColor-5-text {
  color: var(--warningColor)0D;
}
.C-warningColor-5-border {
  border-color: var(--warningColor)0D !important;
}
.C-warningColor-0 {
  background-color: var(--warningColor)0 !important;
}
.C-warningColor-0-text {
  color: var(--warningColor)0;
}
.C-warningColor-0-border {
  border-color: var(--warningColor)0 !important;
}
.C-warningColor {
  background-color: var(--warningColor);
  --btn-background: var(--warningColor);
}
.C-warningColor.gCol {
  background-color: var(--warningColor) !important;
}
.C-warningColor-after::after,
.C-warningColor-after::before {
  background-color: var(--warningColor);
}
.C-warningColor-text:not(:hover) {
  color: var(--warningColor);
}
.C-warningColor-text.ov_hvr {
  color: var(--warningColor);
}
.C-warningColor-text-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5rem;
  border-bottom: 2px solid var(--warningColor) !important;
  line-height: 1.2em;
  z-index: 1000;
}
.C-warningColor-border {
  border-color: var(--warningColor);
}
.C-warningColor-outline {
  outline-color: var(--warningColor);
}
.C-warningColor-outline:focus {
  outline-color: var(--warningColor);
}
.C-warningColor-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px var(--warningColor);
  transition: box-shadow 0.2s;
}
.C-warningColor-box-shadow.remove_shadow_hover:hover {
  box-shadow: none !important;
}
@media (hover: hover) {
  .C-warningColor-hover-bg:hover {
    background-color: var(--warningColor) !important;
  }
}
.C-warningColor-hover-onHijo[papaTarget] [hijoTargetBg] {
  transition: fill, background-color 0.2s ease-in-out;
}
.C-warningColor-hover-onHijo[papaTarget]:hover [hijoTargetBg] {
  background-color: var(--warningColor);
  fill: var(--warningColor) !important;
}
.C-warningColor-hover-text:hover {
  color: var(--warningColor) !important;
}
.C-warningColor-hover-text [fHover]:hover {
  color: var(--warningColor) !important;
}
.C-warningColor-hover-text [fHover]:hover [hovered] {
  color: var(--warningColor) !important;
}
.C-warningColor-hover-text [fHover]:hover {
  color: var(--warningColor) !important;
}
.C-warningColor-hover-text-onHijo[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-warningColor-hover-text-onHijo[papaTarget]:hover [hijoTargetText] {
  color: var(--warningColor);
  fill: var(--warningColor);
  stroke: var(--warningColor);
}
.C-warningColor-hover-text-onHijo[papaTarget]:hover.f_targetText {
  color: var(--warningColor) !important;
  fill: var(--warningColor) !important;
  stroke: var(--warningColor) !important;
}
.C-warningColor-hover-box-shadow:hover,
.C-warningColor-hover-box-shadow:active {
  box-shadow: 0 0.5rem 0.5rem -1px var(--warningColor), 12%;
  transition: box-shadow 0.2s;
}
.C-warningColor-fill-1 #fill1 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-1.onHover:hover #fill1 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-2 #fill2 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-2.onHover:hover #fill2 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-3 #fill3 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-3.onHover:hover #fill3 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-4 #fill4 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-4.onHover:hover #fill4 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-5 #fill5 {
  fill: var(--warningColor) !important;
}
.C-warningColor-fill-5.onHover:hover #fill5 {
  fill: var(--warningColor) !important;
}
.C-warningColor-stroke-1 #stroke1 {
  stroke: var(--warningColor) !important;
}
.C-warningColor-stroke-1.onHover:hover #stroke1 {
  stroke: var(--warningColor) !important;
}
.C-warningColor-stroke-2 #stroke2 {
  stroke: var(--warningColor) !important;
}
.C-warningColor-stroke-2.onHover:hover #stroke2 {
  stroke: var(--warningColor) !important;
}
.C-warningColor-stroke-3 #stroke3 {
  stroke: var(--warningColor) !important;
}
.C-warningColor-stroke-3.onHover:hover #stroke3 {
  stroke: var(--warningColor) !important;
}
.C-101010-100 {
  background-color: #101010FF !important;
}
.C-101010-100-text {
  color: #101010FF;
}
.C-101010-100-border {
  border-color: #101010FF !important;
}
.C-101010-95 {
  background-color: #101010F2 !important;
}
.C-101010-95-text {
  color: #101010F2;
}
.C-101010-95-border {
  border-color: #101010F2 !important;
}
.C-101010-90 {
  background-color: #101010E6 !important;
}
.C-101010-90-text {
  color: #101010E6;
}
.C-101010-90-border {
  border-color: #101010E6 !important;
}
.C-101010-85 {
  background-color: #101010D9 !important;
}
.C-101010-85-text {
  color: #101010D9;
}
.C-101010-85-border {
  border-color: #101010D9 !important;
}
.C-101010-80 {
  background-color: #101010CC !important;
}
.C-101010-80-text {
  color: #101010CC;
}
.C-101010-80-border {
  border-color: #101010CC !important;
}
.C-101010-75 {
  background-color: #101010BF !important;
}
.C-101010-75-text {
  color: #101010BF;
}
.C-101010-75-border {
  border-color: #101010BF !important;
}
.C-101010-70 {
  background-color: #101010B3 !important;
}
.C-101010-70-text {
  color: #101010B3;
}
.C-101010-70-border {
  border-color: #101010B3 !important;
}
.C-101010-65 {
  background-color: #101010A6 !important;
}
.C-101010-65-text {
  color: #101010A6;
}
.C-101010-65-border {
  border-color: #101010A6 !important;
}
.C-101010-60 {
  background-color: #10101099 !important;
}
.C-101010-60-text {
  color: #10101099;
}
.C-101010-60-border {
  border-color: #10101099 !important;
}
.C-101010-55 {
  background-color: #1010108C !important;
}
.C-101010-55-text {
  color: #1010108C;
}
.C-101010-55-border {
  border-color: #1010108C !important;
}
.C-101010-50 {
  background-color: #10101080 !important;
}
.C-101010-50-text {
  color: #10101080;
}
.C-101010-50-border {
  border-color: #10101080 !important;
}
.C-101010-45 {
  background-color: #10101073 !important;
}
.C-101010-45-text {
  color: #10101073;
}
.C-101010-45-border {
  border-color: #10101073 !important;
}
.C-101010-40 {
  background-color: #10101066 !important;
}
.C-101010-40-text {
  color: #10101066;
}
.C-101010-40-border {
  border-color: #10101066 !important;
}
.C-101010-35 {
  background-color: #10101059 !important;
}
.C-101010-35-text {
  color: #10101059;
}
.C-101010-35-border {
  border-color: #10101059 !important;
}
.C-101010-30 {
  background-color: #1010104D !important;
}
.C-101010-30-text {
  color: #1010104D;
}
.C-101010-30-border {
  border-color: #1010104D !important;
}
.C-101010-25 {
  background-color: #10101040 !important;
}
.C-101010-25-text {
  color: #10101040;
}
.C-101010-25-border {
  border-color: #10101040 !important;
}
.C-101010-20 {
  background-color: #10101033 !important;
}
.C-101010-20-text {
  color: #10101033;
}
.C-101010-20-border {
  border-color: #10101033 !important;
}
.C-101010-15 {
  background-color: #10101026 !important;
}
.C-101010-15-text {
  color: #10101026;
}
.C-101010-15-border {
  border-color: #10101026 !important;
}
.C-101010-10 {
  background-color: #1010101A !important;
}
.C-101010-10-text {
  color: #1010101A;
}
.C-101010-10-border {
  border-color: #1010101A !important;
}
.C-101010-5 {
  background-color: #1010100D !important;
}
.C-101010-5-text {
  color: #1010100D;
}
.C-101010-5-border {
  border-color: #1010100D !important;
}
.C-101010-0 {
  background-color: #1010100 !important;
}
.C-101010-0-text {
  color: #1010100;
}
.C-101010-0-border {
  border-color: #1010100 !important;
}
.C-101010 {
  background-color: #101010 !important;
  --btn-background: #101010;
}
.C-101010-text {
  color: #101010;
}
.C-101010-border {
  border-color: #101010 !important;
}
@media (hover: hover) {
  .C-101010-hover-bg:hover {
    background-color: #101010 !important;
  }
}
.C-101010-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-101010-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #101010;
  fill: #101010;
  stroke: #101010;
}
.C-101010-hover-text[papaTarget]:hover.f_targetText {
  color: #101010 !important;
  fill: #101010 !important;
  stroke: #101010 !important;
}
.C-101010-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-101010-hover-text[fHover]:hover {
  color: #101010 !important;
}
.C-101010-after::after,
.C-101010-after::before {
  background-color: #101010;
}
.C-101010-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #101010;
  transition: box-shadow 0.2s;
}
.C-101010100 {
  background-color: #101010 !important;
}
.C-101010100-text {
  color: #101010;
}
.C-101010100-border {
  border-color: #101010;
}
.C-linearGradient-101010100 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101095 {
  background-color: #101010 !important;
}
.C-10101095-text {
  color: #101010;
}
.C-10101095-border {
  border-color: #101010;
}
.C-linearGradient-10101095 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101090 {
  background-color: #101010 !important;
}
.C-10101090-text {
  color: #101010;
}
.C-10101090-border {
  border-color: #101010;
}
.C-linearGradient-10101090 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101085 {
  background-color: #101010 !important;
}
.C-10101085-text {
  color: #101010;
}
.C-10101085-border {
  border-color: #101010;
}
.C-linearGradient-10101085 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101080 {
  background-color: #101010 !important;
}
.C-10101080-text {
  color: #101010;
}
.C-10101080-border {
  border-color: #101010;
}
.C-linearGradient-10101080 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101075 {
  background-color: #101010 !important;
}
.C-10101075-text {
  color: #101010;
}
.C-10101075-border {
  border-color: #101010;
}
.C-linearGradient-10101075 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101070 {
  background-color: #101010 !important;
}
.C-10101070-text {
  color: #101010;
}
.C-10101070-border {
  border-color: #101010;
}
.C-linearGradient-10101070 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101065 {
  background-color: #101010 !important;
}
.C-10101065-text {
  color: #101010;
}
.C-10101065-border {
  border-color: #101010;
}
.C-linearGradient-10101065 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101060 {
  background-color: #101010 !important;
}
.C-10101060-text {
  color: #101010;
}
.C-10101060-border {
  border-color: #101010;
}
.C-linearGradient-10101060 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101055 {
  background-color: #101010 !important;
}
.C-10101055-text {
  color: #101010;
}
.C-10101055-border {
  border-color: #101010;
}
.C-linearGradient-10101055 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101050 {
  background-color: #101010 !important;
}
.C-10101050-text {
  color: #101010;
}
.C-10101050-border {
  border-color: #101010;
}
.C-linearGradient-10101050 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101045 {
  background-color: #101010 !important;
}
.C-10101045-text {
  color: #101010;
}
.C-10101045-border {
  border-color: #101010;
}
.C-linearGradient-10101045 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101040 {
  background-color: #101010 !important;
}
.C-10101040-text {
  color: #101010;
}
.C-10101040-border {
  border-color: #101010;
}
.C-linearGradient-10101040 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101035 {
  background-color: #101010 !important;
}
.C-10101035-text {
  color: #101010;
}
.C-10101035-border {
  border-color: #101010;
}
.C-linearGradient-10101035 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101030 {
  background-color: #101010 !important;
}
.C-10101030-text {
  color: #101010;
}
.C-10101030-border {
  border-color: #101010;
}
.C-linearGradient-10101030 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101025 {
  background-color: #101010 !important;
}
.C-10101025-text {
  color: #101010;
}
.C-10101025-border {
  border-color: #101010;
}
.C-linearGradient-10101025 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101020 {
  background-color: #101010 !important;
}
.C-10101020-text {
  color: #101010;
}
.C-10101020-border {
  border-color: #101010;
}
.C-linearGradient-10101020 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101015 {
  background-color: #101010 !important;
}
.C-10101015-text {
  color: #101010;
}
.C-10101015-border {
  border-color: #101010;
}
.C-linearGradient-10101015 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-10101010 {
  background-color: #101010 !important;
}
.C-10101010-text {
  color: #101010;
}
.C-10101010-border {
  border-color: #101010;
}
.C-linearGradient-10101010 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-1010105 {
  background-color: #101010 !important;
}
.C-1010105-text {
  color: #101010;
}
.C-1010105-border {
  border-color: #101010;
}
.C-linearGradient-1010105 {
  background-image:
    linear-gradient(
      45deg,
      #101010 0%,
      #101010 99%,
      #101010 100%);
}
.C-1010100 {
  background-color: rgba(16, 16, 16, 0) !important;
}
.C-1010100-text {
  color: rgba(16, 16, 16, 0);
}
.C-1010100-border {
  border-color: rgba(16, 16, 16, 0);
}
.C-linearGradient-1010100 {
  background-image:
    linear-gradient(
      45deg,
      rgba(16, 16, 16, 0) 0%,
      #101010 99%,
      rgba(16, 16, 16, 0) 100%);
}
.C-101010-fill-1 #fill1 {
  fill: #101010;
}
.C-101010-fill-1.onHover:hover #fill1,
.C-101010-fill-1:hover #fill1 {
  fill: #101010;
}
.C-101010-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-101010100-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-101010100-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-101010100-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101095-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101095-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101095-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101090-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101090-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101090-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101085-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101085-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101085-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101080-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101080-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101080-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101075-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101075-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101075-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101070-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101070-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101070-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101065-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101065-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101065-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101060-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101060-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101060-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101055-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101055-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101055-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101050-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101050-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101050-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101045-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101045-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101045-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101040-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101040-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101040-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101035-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101035-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101035-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101030-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101030-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101030-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101025-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101025-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101025-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101020-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101020-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101020-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101015-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101015-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101015-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-10101010-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-10101010-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-10101010-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-1010105-fill-1 #fill1 {
  fill: #101010 !important;
}
.C-1010105-fill-1.onHover:hover #fill1 {
  fill: #101010 !important;
}
.C-1010105-stroke-1 #stroke1 {
  stroke: #101010 !important;
}
.C-1010100-fill-1 #fill1 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-fill-1.onHover:hover #fill1 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-stroke-1 #stroke1 {
  stroke: rgba(16, 16, 16, 0) !important;
}
.C-101010-fill-2 #fill2 {
  fill: #101010;
}
.C-101010-fill-2.onHover:hover #fill2,
.C-101010-fill-2:hover #fill2 {
  fill: #101010;
}
.C-101010-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-101010100-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-101010100-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-101010100-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101095-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101095-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101095-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101090-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101090-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101090-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101085-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101085-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101085-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101080-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101080-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101080-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101075-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101075-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101075-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101070-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101070-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101070-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101065-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101065-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101065-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101060-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101060-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101060-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101055-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101055-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101055-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101050-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101050-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101050-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101045-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101045-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101045-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101040-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101040-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101040-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101035-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101035-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101035-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101030-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101030-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101030-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101025-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101025-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101025-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101020-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101020-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101020-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101015-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101015-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101015-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-10101010-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-10101010-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-10101010-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-1010105-fill-2 #fill2 {
  fill: #101010 !important;
}
.C-1010105-fill-2.onHover:hover #fill2 {
  fill: #101010 !important;
}
.C-1010105-stroke-2 #stroke2 {
  stroke: #101010 !important;
}
.C-1010100-fill-2 #fill2 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-fill-2.onHover:hover #fill2 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-stroke-2 #stroke2 {
  stroke: rgba(16, 16, 16, 0) !important;
}
.C-101010-fill-3 #fill3 {
  fill: #101010;
}
.C-101010-fill-3.onHover:hover #fill3,
.C-101010-fill-3:hover #fill3 {
  fill: #101010;
}
.C-101010-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-101010100-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-101010100-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-101010100-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101095-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101095-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101095-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101090-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101090-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101090-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101085-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101085-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101085-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101080-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101080-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101080-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101075-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101075-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101075-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101070-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101070-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101070-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101065-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101065-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101065-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101060-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101060-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101060-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101055-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101055-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101055-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101050-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101050-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101050-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101045-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101045-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101045-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101040-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101040-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101040-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101035-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101035-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101035-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101030-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101030-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101030-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101025-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101025-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101025-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101020-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101020-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101020-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101015-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101015-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101015-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-10101010-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-10101010-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-10101010-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-1010105-fill-3 #fill3 {
  fill: #101010 !important;
}
.C-1010105-fill-3.onHover:hover #fill3 {
  fill: #101010 !important;
}
.C-1010105-stroke-3 #stroke3 {
  stroke: #101010 !important;
}
.C-1010100-fill-3 #fill3 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-fill-3.onHover:hover #fill3 {
  fill: rgba(16, 16, 16, 0) !important;
}
.C-1010100-stroke-3 #stroke3 {
  stroke: rgba(16, 16, 16, 0) !important;
}
.C-262626-100 {
  background-color: #262626FF !important;
}
.C-262626-100-text {
  color: #262626FF;
}
.C-262626-100-border {
  border-color: #262626FF !important;
}
.C-262626-95 {
  background-color: #262626F2 !important;
}
.C-262626-95-text {
  color: #262626F2;
}
.C-262626-95-border {
  border-color: #262626F2 !important;
}
.C-262626-90 {
  background-color: #262626E6 !important;
}
.C-262626-90-text {
  color: #262626E6;
}
.C-262626-90-border {
  border-color: #262626E6 !important;
}
.C-262626-85 {
  background-color: #262626D9 !important;
}
.C-262626-85-text {
  color: #262626D9;
}
.C-262626-85-border {
  border-color: #262626D9 !important;
}
.C-262626-80 {
  background-color: #262626CC !important;
}
.C-262626-80-text {
  color: #262626CC;
}
.C-262626-80-border {
  border-color: #262626CC !important;
}
.C-262626-75 {
  background-color: #262626BF !important;
}
.C-262626-75-text {
  color: #262626BF;
}
.C-262626-75-border {
  border-color: #262626BF !important;
}
.C-262626-70 {
  background-color: #262626B3 !important;
}
.C-262626-70-text {
  color: #262626B3;
}
.C-262626-70-border {
  border-color: #262626B3 !important;
}
.C-262626-65 {
  background-color: #262626A6 !important;
}
.C-262626-65-text {
  color: #262626A6;
}
.C-262626-65-border {
  border-color: #262626A6 !important;
}
.C-262626-60 {
  background-color: #26262699 !important;
}
.C-262626-60-text {
  color: #26262699;
}
.C-262626-60-border {
  border-color: #26262699 !important;
}
.C-262626-55 {
  background-color: #2626268C !important;
}
.C-262626-55-text {
  color: #2626268C;
}
.C-262626-55-border {
  border-color: #2626268C !important;
}
.C-262626-50 {
  background-color: #26262680 !important;
}
.C-262626-50-text {
  color: #26262680;
}
.C-262626-50-border {
  border-color: #26262680 !important;
}
.C-262626-45 {
  background-color: #26262673 !important;
}
.C-262626-45-text {
  color: #26262673;
}
.C-262626-45-border {
  border-color: #26262673 !important;
}
.C-262626-40 {
  background-color: #26262666 !important;
}
.C-262626-40-text {
  color: #26262666;
}
.C-262626-40-border {
  border-color: #26262666 !important;
}
.C-262626-35 {
  background-color: #26262659 !important;
}
.C-262626-35-text {
  color: #26262659;
}
.C-262626-35-border {
  border-color: #26262659 !important;
}
.C-262626-30 {
  background-color: #2626264D !important;
}
.C-262626-30-text {
  color: #2626264D;
}
.C-262626-30-border {
  border-color: #2626264D !important;
}
.C-262626-25 {
  background-color: #26262640 !important;
}
.C-262626-25-text {
  color: #26262640;
}
.C-262626-25-border {
  border-color: #26262640 !important;
}
.C-262626-20 {
  background-color: #26262633 !important;
}
.C-262626-20-text {
  color: #26262633;
}
.C-262626-20-border {
  border-color: #26262633 !important;
}
.C-262626-15 {
  background-color: #26262626 !important;
}
.C-262626-15-text {
  color: #26262626;
}
.C-262626-15-border {
  border-color: #26262626 !important;
}
.C-262626-10 {
  background-color: #2626261A !important;
}
.C-262626-10-text {
  color: #2626261A;
}
.C-262626-10-border {
  border-color: #2626261A !important;
}
.C-262626-5 {
  background-color: #2626260D !important;
}
.C-262626-5-text {
  color: #2626260D;
}
.C-262626-5-border {
  border-color: #2626260D !important;
}
.C-262626-0 {
  background-color: #2626260 !important;
}
.C-262626-0-text {
  color: #2626260;
}
.C-262626-0-border {
  border-color: #2626260 !important;
}
.C-262626 {
  background-color: #262626 !important;
  --btn-background: #262626;
}
.C-262626-text {
  color: #262626;
}
.C-262626-border {
  border-color: #262626 !important;
}
@media (hover: hover) {
  .C-262626-hover-bg:hover {
    background-color: #262626 !important;
  }
}
.C-262626-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-262626-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #262626;
  fill: #262626;
  stroke: #262626;
}
.C-262626-hover-text[papaTarget]:hover.f_targetText {
  color: #262626 !important;
  fill: #262626 !important;
  stroke: #262626 !important;
}
.C-262626-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-262626-hover-text[fHover]:hover {
  color: #262626 !important;
}
.C-262626-after::after,
.C-262626-after::before {
  background-color: #262626;
}
.C-262626-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #262626;
  transition: box-shadow 0.2s;
}
.C-262626100 {
  background-color: #262626 !important;
}
.C-262626100-text {
  color: #262626;
}
.C-262626100-border {
  border-color: #262626;
}
.C-linearGradient-262626100 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262695 {
  background-color: #262626 !important;
}
.C-26262695-text {
  color: #262626;
}
.C-26262695-border {
  border-color: #262626;
}
.C-linearGradient-26262695 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262690 {
  background-color: #262626 !important;
}
.C-26262690-text {
  color: #262626;
}
.C-26262690-border {
  border-color: #262626;
}
.C-linearGradient-26262690 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262685 {
  background-color: #262626 !important;
}
.C-26262685-text {
  color: #262626;
}
.C-26262685-border {
  border-color: #262626;
}
.C-linearGradient-26262685 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262680 {
  background-color: #262626 !important;
}
.C-26262680-text {
  color: #262626;
}
.C-26262680-border {
  border-color: #262626;
}
.C-linearGradient-26262680 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262675 {
  background-color: #262626 !important;
}
.C-26262675-text {
  color: #262626;
}
.C-26262675-border {
  border-color: #262626;
}
.C-linearGradient-26262675 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262670 {
  background-color: #262626 !important;
}
.C-26262670-text {
  color: #262626;
}
.C-26262670-border {
  border-color: #262626;
}
.C-linearGradient-26262670 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262665 {
  background-color: #262626 !important;
}
.C-26262665-text {
  color: #262626;
}
.C-26262665-border {
  border-color: #262626;
}
.C-linearGradient-26262665 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262660 {
  background-color: #262626 !important;
}
.C-26262660-text {
  color: #262626;
}
.C-26262660-border {
  border-color: #262626;
}
.C-linearGradient-26262660 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262655 {
  background-color: #262626 !important;
}
.C-26262655-text {
  color: #262626;
}
.C-26262655-border {
  border-color: #262626;
}
.C-linearGradient-26262655 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262650 {
  background-color: #262626 !important;
}
.C-26262650-text {
  color: #262626;
}
.C-26262650-border {
  border-color: #262626;
}
.C-linearGradient-26262650 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262645 {
  background-color: #262626 !important;
}
.C-26262645-text {
  color: #262626;
}
.C-26262645-border {
  border-color: #262626;
}
.C-linearGradient-26262645 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262640 {
  background-color: #262626 !important;
}
.C-26262640-text {
  color: #262626;
}
.C-26262640-border {
  border-color: #262626;
}
.C-linearGradient-26262640 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262635 {
  background-color: #262626 !important;
}
.C-26262635-text {
  color: #262626;
}
.C-26262635-border {
  border-color: #262626;
}
.C-linearGradient-26262635 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262630 {
  background-color: #262626 !important;
}
.C-26262630-text {
  color: #262626;
}
.C-26262630-border {
  border-color: #262626;
}
.C-linearGradient-26262630 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262625 {
  background-color: #262626 !important;
}
.C-26262625-text {
  color: #262626;
}
.C-26262625-border {
  border-color: #262626;
}
.C-linearGradient-26262625 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262620 {
  background-color: #262626 !important;
}
.C-26262620-text {
  color: #262626;
}
.C-26262620-border {
  border-color: #262626;
}
.C-linearGradient-26262620 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262615 {
  background-color: #262626 !important;
}
.C-26262615-text {
  color: #262626;
}
.C-26262615-border {
  border-color: #262626;
}
.C-linearGradient-26262615 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-26262610 {
  background-color: #262626 !important;
}
.C-26262610-text {
  color: #262626;
}
.C-26262610-border {
  border-color: #262626;
}
.C-linearGradient-26262610 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-2626265 {
  background-color: #262626 !important;
}
.C-2626265-text {
  color: #262626;
}
.C-2626265-border {
  border-color: #262626;
}
.C-linearGradient-2626265 {
  background-image:
    linear-gradient(
      45deg,
      #262626 0%,
      #262626 99%,
      #262626 100%);
}
.C-2626260 {
  background-color: rgba(38, 38, 38, 0) !important;
}
.C-2626260-text {
  color: rgba(38, 38, 38, 0);
}
.C-2626260-border {
  border-color: rgba(38, 38, 38, 0);
}
.C-linearGradient-2626260 {
  background-image:
    linear-gradient(
      45deg,
      rgba(38, 38, 38, 0) 0%,
      #262626 99%,
      rgba(38, 38, 38, 0) 100%);
}
.C-262626-fill-1 #fill1 {
  fill: #262626;
}
.C-262626-fill-1.onHover:hover #fill1,
.C-262626-fill-1:hover #fill1 {
  fill: #262626;
}
.C-262626-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-262626100-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-262626100-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-262626100-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262695-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262695-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262695-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262690-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262690-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262690-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262685-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262685-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262685-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262680-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262680-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262680-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262675-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262675-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262675-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262670-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262670-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262670-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262665-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262665-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262665-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262660-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262660-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262660-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262655-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262655-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262655-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262650-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262650-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262650-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262645-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262645-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262645-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262640-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262640-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262640-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262635-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262635-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262635-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262630-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262630-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262630-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262625-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262625-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262625-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262620-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262620-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262620-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262615-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262615-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262615-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-26262610-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-26262610-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-26262610-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-2626265-fill-1 #fill1 {
  fill: #262626 !important;
}
.C-2626265-fill-1.onHover:hover #fill1 {
  fill: #262626 !important;
}
.C-2626265-stroke-1 #stroke1 {
  stroke: #262626 !important;
}
.C-2626260-fill-1 #fill1 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-fill-1.onHover:hover #fill1 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-stroke-1 #stroke1 {
  stroke: rgba(38, 38, 38, 0) !important;
}
.C-262626-fill-2 #fill2 {
  fill: #262626;
}
.C-262626-fill-2.onHover:hover #fill2,
.C-262626-fill-2:hover #fill2 {
  fill: #262626;
}
.C-262626-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-262626100-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-262626100-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-262626100-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262695-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262695-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262695-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262690-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262690-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262690-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262685-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262685-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262685-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262680-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262680-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262680-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262675-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262675-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262675-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262670-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262670-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262670-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262665-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262665-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262665-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262660-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262660-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262660-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262655-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262655-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262655-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262650-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262650-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262650-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262645-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262645-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262645-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262640-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262640-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262640-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262635-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262635-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262635-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262630-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262630-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262630-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262625-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262625-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262625-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262620-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262620-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262620-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262615-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262615-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262615-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-26262610-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-26262610-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-26262610-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-2626265-fill-2 #fill2 {
  fill: #262626 !important;
}
.C-2626265-fill-2.onHover:hover #fill2 {
  fill: #262626 !important;
}
.C-2626265-stroke-2 #stroke2 {
  stroke: #262626 !important;
}
.C-2626260-fill-2 #fill2 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-fill-2.onHover:hover #fill2 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-stroke-2 #stroke2 {
  stroke: rgba(38, 38, 38, 0) !important;
}
.C-262626-fill-3 #fill3 {
  fill: #262626;
}
.C-262626-fill-3.onHover:hover #fill3,
.C-262626-fill-3:hover #fill3 {
  fill: #262626;
}
.C-262626-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-262626100-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-262626100-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-262626100-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262695-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262695-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262695-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262690-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262690-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262690-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262685-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262685-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262685-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262680-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262680-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262680-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262675-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262675-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262675-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262670-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262670-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262670-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262665-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262665-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262665-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262660-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262660-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262660-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262655-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262655-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262655-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262650-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262650-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262650-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262645-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262645-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262645-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262640-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262640-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262640-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262635-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262635-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262635-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262630-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262630-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262630-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262625-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262625-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262625-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262620-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262620-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262620-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262615-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262615-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262615-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-26262610-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-26262610-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-26262610-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-2626265-fill-3 #fill3 {
  fill: #262626 !important;
}
.C-2626265-fill-3.onHover:hover #fill3 {
  fill: #262626 !important;
}
.C-2626265-stroke-3 #stroke3 {
  stroke: #262626 !important;
}
.C-2626260-fill-3 #fill3 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-fill-3.onHover:hover #fill3 {
  fill: rgba(38, 38, 38, 0) !important;
}
.C-2626260-stroke-3 #stroke3 {
  stroke: rgba(38, 38, 38, 0) !important;
}
.C-0B0B0B-100 {
  background-color: #0b0b0bFF !important;
}
.C-0B0B0B-100-text {
  color: #0b0b0bFF;
}
.C-0B0B0B-100-border {
  border-color: #0b0b0bFF !important;
}
.C-0B0B0B-95 {
  background-color: #0b0b0bF2 !important;
}
.C-0B0B0B-95-text {
  color: #0b0b0bF2;
}
.C-0B0B0B-95-border {
  border-color: #0b0b0bF2 !important;
}
.C-0B0B0B-90 {
  background-color: #0b0b0bE6 !important;
}
.C-0B0B0B-90-text {
  color: #0b0b0bE6;
}
.C-0B0B0B-90-border {
  border-color: #0b0b0bE6 !important;
}
.C-0B0B0B-85 {
  background-color: #0b0b0bD9 !important;
}
.C-0B0B0B-85-text {
  color: #0b0b0bD9;
}
.C-0B0B0B-85-border {
  border-color: #0b0b0bD9 !important;
}
.C-0B0B0B-80 {
  background-color: #0b0b0bCC !important;
}
.C-0B0B0B-80-text {
  color: #0b0b0bCC;
}
.C-0B0B0B-80-border {
  border-color: #0b0b0bCC !important;
}
.C-0B0B0B-75 {
  background-color: #0b0b0bBF !important;
}
.C-0B0B0B-75-text {
  color: #0b0b0bBF;
}
.C-0B0B0B-75-border {
  border-color: #0b0b0bBF !important;
}
.C-0B0B0B-70 {
  background-color: #0b0b0bB3 !important;
}
.C-0B0B0B-70-text {
  color: #0b0b0bB3;
}
.C-0B0B0B-70-border {
  border-color: #0b0b0bB3 !important;
}
.C-0B0B0B-65 {
  background-color: #0b0b0bA6 !important;
}
.C-0B0B0B-65-text {
  color: #0b0b0bA6;
}
.C-0B0B0B-65-border {
  border-color: #0b0b0bA6 !important;
}
.C-0B0B0B-60 {
  background-color: #0b0b0b99 !important;
}
.C-0B0B0B-60-text {
  color: #0b0b0b99;
}
.C-0B0B0B-60-border {
  border-color: #0b0b0b99 !important;
}
.C-0B0B0B-55 {
  background-color: #0b0b0b8C !important;
}
.C-0B0B0B-55-text {
  color: #0b0b0b8C;
}
.C-0B0B0B-55-border {
  border-color: #0b0b0b8C !important;
}
.C-0B0B0B-50 {
  background-color: #0b0b0b80 !important;
}
.C-0B0B0B-50-text {
  color: #0b0b0b80;
}
.C-0B0B0B-50-border {
  border-color: #0b0b0b80 !important;
}
.C-0B0B0B-45 {
  background-color: #0b0b0b73 !important;
}
.C-0B0B0B-45-text {
  color: #0b0b0b73;
}
.C-0B0B0B-45-border {
  border-color: #0b0b0b73 !important;
}
.C-0B0B0B-40 {
  background-color: #0b0b0b66 !important;
}
.C-0B0B0B-40-text {
  color: #0b0b0b66;
}
.C-0B0B0B-40-border {
  border-color: #0b0b0b66 !important;
}
.C-0B0B0B-35 {
  background-color: #0b0b0b59 !important;
}
.C-0B0B0B-35-text {
  color: #0b0b0b59;
}
.C-0B0B0B-35-border {
  border-color: #0b0b0b59 !important;
}
.C-0B0B0B-30 {
  background-color: #0b0b0b4D !important;
}
.C-0B0B0B-30-text {
  color: #0b0b0b4D;
}
.C-0B0B0B-30-border {
  border-color: #0b0b0b4D !important;
}
.C-0B0B0B-25 {
  background-color: #0b0b0b40 !important;
}
.C-0B0B0B-25-text {
  color: #0b0b0b40;
}
.C-0B0B0B-25-border {
  border-color: #0b0b0b40 !important;
}
.C-0B0B0B-20 {
  background-color: #0b0b0b33 !important;
}
.C-0B0B0B-20-text {
  color: #0b0b0b33;
}
.C-0B0B0B-20-border {
  border-color: #0b0b0b33 !important;
}
.C-0B0B0B-15 {
  background-color: #0b0b0b26 !important;
}
.C-0B0B0B-15-text {
  color: #0b0b0b26;
}
.C-0B0B0B-15-border {
  border-color: #0b0b0b26 !important;
}
.C-0B0B0B-10 {
  background-color: #0b0b0b1A !important;
}
.C-0B0B0B-10-text {
  color: #0b0b0b1A;
}
.C-0B0B0B-10-border {
  border-color: #0b0b0b1A !important;
}
.C-0B0B0B-5 {
  background-color: #0b0b0b0D !important;
}
.C-0B0B0B-5-text {
  color: #0b0b0b0D;
}
.C-0B0B0B-5-border {
  border-color: #0b0b0b0D !important;
}
.C-0B0B0B-0 {
  background-color: #0b0b0b0 !important;
}
.C-0B0B0B-0-text {
  color: #0b0b0b0;
}
.C-0B0B0B-0-border {
  border-color: #0b0b0b0 !important;
}
.C-0B0B0B {
  background-color: #0b0b0b !important;
  --btn-background: #0b0b0b;
}
.C-0B0B0B-text {
  color: #0b0b0b;
}
.C-0B0B0B-border {
  border-color: #0b0b0b !important;
}
@media (hover: hover) {
  .C-0B0B0B-hover-bg:hover {
    background-color: #0b0b0b !important;
  }
}
.C-0B0B0B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0B0B0B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0b0b0b;
  fill: #0b0b0b;
  stroke: #0b0b0b;
}
.C-0B0B0B-hover-text[papaTarget]:hover.f_targetText {
  color: #0b0b0b !important;
  fill: #0b0b0b !important;
  stroke: #0b0b0b !important;
}
.C-0B0B0B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0B0B0B-hover-text[fHover]:hover {
  color: #0b0b0b !important;
}
.C-0B0B0B-after::after,
.C-0B0B0B-after::before {
  background-color: #0b0b0b;
}
.C-0B0B0B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0b0b0b;
  transition: box-shadow 0.2s;
}
.C-0B0B0B100 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B100-text {
  color: #0b0b0b;
}
.C-0B0B0B100-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B100 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B95 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B95-text {
  color: #0b0b0b;
}
.C-0B0B0B95-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B95 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B90 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B90-text {
  color: #0b0b0b;
}
.C-0B0B0B90-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B90 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B85 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B85-text {
  color: #0b0b0b;
}
.C-0B0B0B85-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B85 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B80 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B80-text {
  color: #0b0b0b;
}
.C-0B0B0B80-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B80 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B75 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B75-text {
  color: #0b0b0b;
}
.C-0B0B0B75-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B75 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B70 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B70-text {
  color: #0b0b0b;
}
.C-0B0B0B70-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B70 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B65 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B65-text {
  color: #0b0b0b;
}
.C-0B0B0B65-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B65 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B60 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B60-text {
  color: #0b0b0b;
}
.C-0B0B0B60-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B60 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B55 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B55-text {
  color: #0b0b0b;
}
.C-0B0B0B55-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B55 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B50 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B50-text {
  color: #0b0b0b;
}
.C-0B0B0B50-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B50 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B45 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B45-text {
  color: #0b0b0b;
}
.C-0B0B0B45-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B45 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B40 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B40-text {
  color: #0b0b0b;
}
.C-0B0B0B40-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B40 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B35 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B35-text {
  color: #0b0b0b;
}
.C-0B0B0B35-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B35 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B30 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B30-text {
  color: #0b0b0b;
}
.C-0B0B0B30-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B30 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B25 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B25-text {
  color: #0b0b0b;
}
.C-0B0B0B25-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B25 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B20 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B20-text {
  color: #0b0b0b;
}
.C-0B0B0B20-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B20 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B15 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B15-text {
  color: #0b0b0b;
}
.C-0B0B0B15-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B15 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B10 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B10-text {
  color: #0b0b0b;
}
.C-0B0B0B10-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B10 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B5 {
  background-color: #0b0b0b !important;
}
.C-0B0B0B5-text {
  color: #0b0b0b;
}
.C-0B0B0B5-border {
  border-color: #0b0b0b;
}
.C-linearGradient-0B0B0B5 {
  background-image:
    linear-gradient(
      45deg,
      #0b0b0b 0%,
      #0b0b0b 99%,
      #0b0b0b 100%);
}
.C-0B0B0B0 {
  background-color: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-text {
  color: rgba(11, 11, 11, 0);
}
.C-0B0B0B0-border {
  border-color: rgba(11, 11, 11, 0);
}
.C-linearGradient-0B0B0B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(11, 11, 11, 0) 0%,
      #0b0b0b 99%,
      rgba(11, 11, 11, 0) 100%);
}
.C-0B0B0B-fill-1 #fill1 {
  fill: #0b0b0b;
}
.C-0B0B0B-fill-1.onHover:hover #fill1,
.C-0B0B0B-fill-1:hover #fill1 {
  fill: #0b0b0b;
}
.C-0B0B0B-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B100-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B95-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B90-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B85-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B80-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B75-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B70-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B65-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B60-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B55-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B50-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B45-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B40-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B35-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B30-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B25-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B20-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B15-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B10-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B5-fill-1 #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-fill-1.onHover:hover #fill1 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-stroke-1 #stroke1 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B0-fill-1 #fill1 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-fill-1.onHover:hover #fill1 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-stroke-1 #stroke1 {
  stroke: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B-fill-2 #fill2 {
  fill: #0b0b0b;
}
.C-0B0B0B-fill-2.onHover:hover #fill2,
.C-0B0B0B-fill-2:hover #fill2 {
  fill: #0b0b0b;
}
.C-0B0B0B-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B100-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B95-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B90-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B85-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B80-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B75-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B70-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B65-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B60-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B55-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B50-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B45-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B40-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B35-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B30-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B25-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B20-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B15-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B10-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B5-fill-2 #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-fill-2.onHover:hover #fill2 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-stroke-2 #stroke2 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B0-fill-2 #fill2 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-fill-2.onHover:hover #fill2 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-stroke-2 #stroke2 {
  stroke: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B-fill-3 #fill3 {
  fill: #0b0b0b;
}
.C-0B0B0B-fill-3.onHover:hover #fill3,
.C-0B0B0B-fill-3:hover #fill3 {
  fill: #0b0b0b;
}
.C-0B0B0B-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B100-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B100-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B95-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B95-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B90-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B90-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B85-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B85-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B80-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B80-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B75-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B75-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B70-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B70-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B65-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B65-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B60-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B60-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B55-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B55-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B50-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B50-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B45-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B45-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B40-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B40-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B35-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B35-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B30-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B30-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B25-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B25-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B20-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B20-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B15-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B15-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B10-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B10-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B5-fill-3 #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-fill-3.onHover:hover #fill3 {
  fill: #0b0b0b !important;
}
.C-0B0B0B5-stroke-3 #stroke3 {
  stroke: #0b0b0b !important;
}
.C-0B0B0B0-fill-3 #fill3 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-fill-3.onHover:hover #fill3 {
  fill: rgba(11, 11, 11, 0) !important;
}
.C-0B0B0B0-stroke-3 #stroke3 {
  stroke: rgba(11, 11, 11, 0) !important;
}
.C-FFFFFF-100 {
  background-color: #ffffffFF !important;
}
.C-FFFFFF-100-text {
  color: #ffffffFF;
}
.C-FFFFFF-100-border {
  border-color: #ffffffFF !important;
}
.C-FFFFFF-95 {
  background-color: #ffffffF2 !important;
}
.C-FFFFFF-95-text {
  color: #ffffffF2;
}
.C-FFFFFF-95-border {
  border-color: #ffffffF2 !important;
}
.C-FFFFFF-90 {
  background-color: #ffffffE6 !important;
}
.C-FFFFFF-90-text {
  color: #ffffffE6;
}
.C-FFFFFF-90-border {
  border-color: #ffffffE6 !important;
}
.C-FFFFFF-85 {
  background-color: #ffffffD9 !important;
}
.C-FFFFFF-85-text {
  color: #ffffffD9;
}
.C-FFFFFF-85-border {
  border-color: #ffffffD9 !important;
}
.C-FFFFFF-80 {
  background-color: #ffffffCC !important;
}
.C-FFFFFF-80-text {
  color: #ffffffCC;
}
.C-FFFFFF-80-border {
  border-color: #ffffffCC !important;
}
.C-FFFFFF-75 {
  background-color: #ffffffBF !important;
}
.C-FFFFFF-75-text {
  color: #ffffffBF;
}
.C-FFFFFF-75-border {
  border-color: #ffffffBF !important;
}
.C-FFFFFF-70 {
  background-color: #ffffffB3 !important;
}
.C-FFFFFF-70-text {
  color: #ffffffB3;
}
.C-FFFFFF-70-border {
  border-color: #ffffffB3 !important;
}
.C-FFFFFF-65 {
  background-color: #ffffffA6 !important;
}
.C-FFFFFF-65-text {
  color: #ffffffA6;
}
.C-FFFFFF-65-border {
  border-color: #ffffffA6 !important;
}
.C-FFFFFF-60 {
  background-color: #ffffff99 !important;
}
.C-FFFFFF-60-text {
  color: #ffffff99;
}
.C-FFFFFF-60-border {
  border-color: #ffffff99 !important;
}
.C-FFFFFF-55 {
  background-color: #ffffff8C !important;
}
.C-FFFFFF-55-text {
  color: #ffffff8C;
}
.C-FFFFFF-55-border {
  border-color: #ffffff8C !important;
}
.C-FFFFFF-50 {
  background-color: #ffffff80 !important;
}
.C-FFFFFF-50-text {
  color: #ffffff80;
}
.C-FFFFFF-50-border {
  border-color: #ffffff80 !important;
}
.C-FFFFFF-45 {
  background-color: #ffffff73 !important;
}
.C-FFFFFF-45-text {
  color: #ffffff73;
}
.C-FFFFFF-45-border {
  border-color: #ffffff73 !important;
}
.C-FFFFFF-40 {
  background-color: #ffffff66 !important;
}
.C-FFFFFF-40-text {
  color: #ffffff66;
}
.C-FFFFFF-40-border {
  border-color: #ffffff66 !important;
}
.C-FFFFFF-35 {
  background-color: #ffffff59 !important;
}
.C-FFFFFF-35-text {
  color: #ffffff59;
}
.C-FFFFFF-35-border {
  border-color: #ffffff59 !important;
}
.C-FFFFFF-30 {
  background-color: #ffffff4D !important;
}
.C-FFFFFF-30-text {
  color: #ffffff4D;
}
.C-FFFFFF-30-border {
  border-color: #ffffff4D !important;
}
.C-FFFFFF-25 {
  background-color: #ffffff40 !important;
}
.C-FFFFFF-25-text {
  color: #ffffff40;
}
.C-FFFFFF-25-border {
  border-color: #ffffff40 !important;
}
.C-FFFFFF-20 {
  background-color: #ffffff33 !important;
}
.C-FFFFFF-20-text {
  color: #ffffff33;
}
.C-FFFFFF-20-border {
  border-color: #ffffff33 !important;
}
.C-FFFFFF-15 {
  background-color: #ffffff26 !important;
}
.C-FFFFFF-15-text {
  color: #ffffff26;
}
.C-FFFFFF-15-border {
  border-color: #ffffff26 !important;
}
.C-FFFFFF-10 {
  background-color: #ffffff1A !important;
}
.C-FFFFFF-10-text {
  color: #ffffff1A;
}
.C-FFFFFF-10-border {
  border-color: #ffffff1A !important;
}
.C-FFFFFF-5 {
  background-color: #ffffff0D !important;
}
.C-FFFFFF-5-text {
  color: #ffffff0D;
}
.C-FFFFFF-5-border {
  border-color: #ffffff0D !important;
}
.C-FFFFFF-0 {
  background-color: #ffffff0 !important;
}
.C-FFFFFF-0-text {
  color: #ffffff0;
}
.C-FFFFFF-0-border {
  border-color: #ffffff0 !important;
}
.C-FFFFFF {
  background-color: #ffffff !important;
  --btn-background: #ffffff;
}
.C-FFFFFF-text {
  color: #ffffff;
}
.C-FFFFFF-border {
  border-color: #ffffff !important;
}
@media (hover: hover) {
  .C-FFFFFF-hover-bg:hover {
    background-color: #ffffff !important;
  }
}
.C-FFFFFF-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFFFFF-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffffff;
  fill: #ffffff;
  stroke: #ffffff;
}
.C-FFFFFF-hover-text[papaTarget]:hover.f_targetText {
  color: #ffffff !important;
  fill: #ffffff !important;
  stroke: #ffffff !important;
}
.C-FFFFFF-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFFFFF-hover-text[fHover]:hover {
  color: #ffffff !important;
}
.C-FFFFFF-after::after,
.C-FFFFFF-after::before {
  background-color: #ffffff;
}
.C-FFFFFF-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffffff;
  transition: box-shadow 0.2s;
}
.C-FFFFFF100 {
  background-color: white !important;
}
.C-FFFFFF100-text {
  color: white;
}
.C-FFFFFF100-border {
  border-color: white;
}
.C-linearGradient-FFFFFF100 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF95 {
  background-color: white !important;
}
.C-FFFFFF95-text {
  color: white;
}
.C-FFFFFF95-border {
  border-color: white;
}
.C-linearGradient-FFFFFF95 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF90 {
  background-color: white !important;
}
.C-FFFFFF90-text {
  color: white;
}
.C-FFFFFF90-border {
  border-color: white;
}
.C-linearGradient-FFFFFF90 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF85 {
  background-color: white !important;
}
.C-FFFFFF85-text {
  color: white;
}
.C-FFFFFF85-border {
  border-color: white;
}
.C-linearGradient-FFFFFF85 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF80 {
  background-color: white !important;
}
.C-FFFFFF80-text {
  color: white;
}
.C-FFFFFF80-border {
  border-color: white;
}
.C-linearGradient-FFFFFF80 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF75 {
  background-color: white !important;
}
.C-FFFFFF75-text {
  color: white;
}
.C-FFFFFF75-border {
  border-color: white;
}
.C-linearGradient-FFFFFF75 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF70 {
  background-color: white !important;
}
.C-FFFFFF70-text {
  color: white;
}
.C-FFFFFF70-border {
  border-color: white;
}
.C-linearGradient-FFFFFF70 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF65 {
  background-color: white !important;
}
.C-FFFFFF65-text {
  color: white;
}
.C-FFFFFF65-border {
  border-color: white;
}
.C-linearGradient-FFFFFF65 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF60 {
  background-color: white !important;
}
.C-FFFFFF60-text {
  color: white;
}
.C-FFFFFF60-border {
  border-color: white;
}
.C-linearGradient-FFFFFF60 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF55 {
  background-color: white !important;
}
.C-FFFFFF55-text {
  color: white;
}
.C-FFFFFF55-border {
  border-color: white;
}
.C-linearGradient-FFFFFF55 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF50 {
  background-color: white !important;
}
.C-FFFFFF50-text {
  color: white;
}
.C-FFFFFF50-border {
  border-color: white;
}
.C-linearGradient-FFFFFF50 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF45 {
  background-color: white !important;
}
.C-FFFFFF45-text {
  color: white;
}
.C-FFFFFF45-border {
  border-color: white;
}
.C-linearGradient-FFFFFF45 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF40 {
  background-color: white !important;
}
.C-FFFFFF40-text {
  color: white;
}
.C-FFFFFF40-border {
  border-color: white;
}
.C-linearGradient-FFFFFF40 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF35 {
  background-color: white !important;
}
.C-FFFFFF35-text {
  color: white;
}
.C-FFFFFF35-border {
  border-color: white;
}
.C-linearGradient-FFFFFF35 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF30 {
  background-color: white !important;
}
.C-FFFFFF30-text {
  color: white;
}
.C-FFFFFF30-border {
  border-color: white;
}
.C-linearGradient-FFFFFF30 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF25 {
  background-color: white !important;
}
.C-FFFFFF25-text {
  color: white;
}
.C-FFFFFF25-border {
  border-color: white;
}
.C-linearGradient-FFFFFF25 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF20 {
  background-color: white !important;
}
.C-FFFFFF20-text {
  color: white;
}
.C-FFFFFF20-border {
  border-color: white;
}
.C-linearGradient-FFFFFF20 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF15 {
  background-color: white !important;
}
.C-FFFFFF15-text {
  color: white;
}
.C-FFFFFF15-border {
  border-color: white;
}
.C-linearGradient-FFFFFF15 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF10 {
  background-color: white !important;
}
.C-FFFFFF10-text {
  color: white;
}
.C-FFFFFF10-border {
  border-color: white;
}
.C-linearGradient-FFFFFF10 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF5 {
  background-color: white !important;
}
.C-FFFFFF5-text {
  color: white;
}
.C-FFFFFF5-border {
  border-color: white;
}
.C-linearGradient-FFFFFF5 {
  background-image:
    linear-gradient(
      45deg,
      white 0%,
      #ffffff 99%,
      white 100%);
}
.C-FFFFFF0 {
  background-color: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-text {
  color: rgba(255, 255, 255, 0);
}
.C-FFFFFF0-border {
  border-color: rgba(255, 255, 255, 0);
}
.C-linearGradient-FFFFFF0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0) 0%,
      #ffffff 99%,
      rgba(255, 255, 255, 0) 100%);
}
.C-FFFFFF-fill-1 #fill1 {
  fill: #ffffff;
}
.C-FFFFFF-fill-1.onHover:hover #fill1,
.C-FFFFFF-fill-1:hover #fill1 {
  fill: #ffffff;
}
.C-FFFFFF-stroke-1 #stroke1 {
  stroke: #ffffff !important;
}
.C-FFFFFF100-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF100-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF100-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF95-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF95-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF95-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF90-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF90-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF90-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF85-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF85-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF85-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF80-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF80-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF80-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF75-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF75-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF75-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF70-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF70-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF70-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF65-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF65-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF65-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF60-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF60-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF60-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF55-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF55-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF55-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF50-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF50-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF50-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF45-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF45-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF45-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF40-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF40-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF40-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF35-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF35-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF35-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF30-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF30-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF30-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF25-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF25-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF25-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF20-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF20-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF20-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF15-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF15-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF15-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF10-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF10-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF10-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF5-fill-1 #fill1 {
  fill: white !important;
}
.C-FFFFFF5-fill-1.onHover:hover #fill1 {
  fill: white !important;
}
.C-FFFFFF5-stroke-1 #stroke1 {
  stroke: white !important;
}
.C-FFFFFF0-fill-1 #fill1 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-stroke-1 #stroke1 {
  stroke: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF-fill-2 #fill2 {
  fill: #ffffff;
}
.C-FFFFFF-fill-2.onHover:hover #fill2,
.C-FFFFFF-fill-2:hover #fill2 {
  fill: #ffffff;
}
.C-FFFFFF-stroke-2 #stroke2 {
  stroke: #ffffff !important;
}
.C-FFFFFF100-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF100-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF100-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF95-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF95-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF95-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF90-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF90-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF90-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF85-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF85-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF85-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF80-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF80-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF80-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF75-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF75-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF75-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF70-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF70-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF70-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF65-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF65-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF65-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF60-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF60-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF60-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF55-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF55-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF55-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF50-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF50-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF50-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF45-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF45-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF45-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF40-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF40-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF40-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF35-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF35-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF35-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF30-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF30-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF30-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF25-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF25-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF25-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF20-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF20-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF20-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF15-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF15-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF15-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF10-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF10-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF10-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF5-fill-2 #fill2 {
  fill: white !important;
}
.C-FFFFFF5-fill-2.onHover:hover #fill2 {
  fill: white !important;
}
.C-FFFFFF5-stroke-2 #stroke2 {
  stroke: white !important;
}
.C-FFFFFF0-fill-2 #fill2 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-stroke-2 #stroke2 {
  stroke: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF-fill-3 #fill3 {
  fill: #ffffff;
}
.C-FFFFFF-fill-3.onHover:hover #fill3,
.C-FFFFFF-fill-3:hover #fill3 {
  fill: #ffffff;
}
.C-FFFFFF-stroke-3 #stroke3 {
  stroke: #ffffff !important;
}
.C-FFFFFF100-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF100-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF100-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF95-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF95-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF95-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF90-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF90-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF90-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF85-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF85-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF85-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF80-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF80-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF80-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF75-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF75-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF75-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF70-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF70-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF70-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF65-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF65-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF65-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF60-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF60-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF60-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF55-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF55-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF55-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF50-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF50-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF50-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF45-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF45-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF45-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF40-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF40-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF40-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF35-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF35-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF35-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF30-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF30-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF30-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF25-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF25-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF25-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF20-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF20-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF20-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF15-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF15-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF15-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF10-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF10-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF10-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF5-fill-3 #fill3 {
  fill: white !important;
}
.C-FFFFFF5-fill-3.onHover:hover #fill3 {
  fill: white !important;
}
.C-FFFFFF5-stroke-3 #stroke3 {
  stroke: white !important;
}
.C-FFFFFF0-fill-3 #fill3 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 255, 255, 0) !important;
}
.C-FFFFFF0-stroke-3 #stroke3 {
  stroke: rgba(255, 255, 255, 0) !important;
}
.C-CCCCCC-100 {
  background-color: #ccccccFF !important;
}
.C-CCCCCC-100-text {
  color: #ccccccFF;
}
.C-CCCCCC-100-border {
  border-color: #ccccccFF !important;
}
.C-CCCCCC-95 {
  background-color: #ccccccF2 !important;
}
.C-CCCCCC-95-text {
  color: #ccccccF2;
}
.C-CCCCCC-95-border {
  border-color: #ccccccF2 !important;
}
.C-CCCCCC-90 {
  background-color: #ccccccE6 !important;
}
.C-CCCCCC-90-text {
  color: #ccccccE6;
}
.C-CCCCCC-90-border {
  border-color: #ccccccE6 !important;
}
.C-CCCCCC-85 {
  background-color: #ccccccD9 !important;
}
.C-CCCCCC-85-text {
  color: #ccccccD9;
}
.C-CCCCCC-85-border {
  border-color: #ccccccD9 !important;
}
.C-CCCCCC-80 {
  background-color: #ccccccCC !important;
}
.C-CCCCCC-80-text {
  color: #ccccccCC;
}
.C-CCCCCC-80-border {
  border-color: #ccccccCC !important;
}
.C-CCCCCC-75 {
  background-color: #ccccccBF !important;
}
.C-CCCCCC-75-text {
  color: #ccccccBF;
}
.C-CCCCCC-75-border {
  border-color: #ccccccBF !important;
}
.C-CCCCCC-70 {
  background-color: #ccccccB3 !important;
}
.C-CCCCCC-70-text {
  color: #ccccccB3;
}
.C-CCCCCC-70-border {
  border-color: #ccccccB3 !important;
}
.C-CCCCCC-65 {
  background-color: #ccccccA6 !important;
}
.C-CCCCCC-65-text {
  color: #ccccccA6;
}
.C-CCCCCC-65-border {
  border-color: #ccccccA6 !important;
}
.C-CCCCCC-60 {
  background-color: #cccccc99 !important;
}
.C-CCCCCC-60-text {
  color: #cccccc99;
}
.C-CCCCCC-60-border {
  border-color: #cccccc99 !important;
}
.C-CCCCCC-55 {
  background-color: #cccccc8C !important;
}
.C-CCCCCC-55-text {
  color: #cccccc8C;
}
.C-CCCCCC-55-border {
  border-color: #cccccc8C !important;
}
.C-CCCCCC-50 {
  background-color: #cccccc80 !important;
}
.C-CCCCCC-50-text {
  color: #cccccc80;
}
.C-CCCCCC-50-border {
  border-color: #cccccc80 !important;
}
.C-CCCCCC-45 {
  background-color: #cccccc73 !important;
}
.C-CCCCCC-45-text {
  color: #cccccc73;
}
.C-CCCCCC-45-border {
  border-color: #cccccc73 !important;
}
.C-CCCCCC-40 {
  background-color: #cccccc66 !important;
}
.C-CCCCCC-40-text {
  color: #cccccc66;
}
.C-CCCCCC-40-border {
  border-color: #cccccc66 !important;
}
.C-CCCCCC-35 {
  background-color: #cccccc59 !important;
}
.C-CCCCCC-35-text {
  color: #cccccc59;
}
.C-CCCCCC-35-border {
  border-color: #cccccc59 !important;
}
.C-CCCCCC-30 {
  background-color: #cccccc4D !important;
}
.C-CCCCCC-30-text {
  color: #cccccc4D;
}
.C-CCCCCC-30-border {
  border-color: #cccccc4D !important;
}
.C-CCCCCC-25 {
  background-color: #cccccc40 !important;
}
.C-CCCCCC-25-text {
  color: #cccccc40;
}
.C-CCCCCC-25-border {
  border-color: #cccccc40 !important;
}
.C-CCCCCC-20 {
  background-color: #cccccc33 !important;
}
.C-CCCCCC-20-text {
  color: #cccccc33;
}
.C-CCCCCC-20-border {
  border-color: #cccccc33 !important;
}
.C-CCCCCC-15 {
  background-color: #cccccc26 !important;
}
.C-CCCCCC-15-text {
  color: #cccccc26;
}
.C-CCCCCC-15-border {
  border-color: #cccccc26 !important;
}
.C-CCCCCC-10 {
  background-color: #cccccc1A !important;
}
.C-CCCCCC-10-text {
  color: #cccccc1A;
}
.C-CCCCCC-10-border {
  border-color: #cccccc1A !important;
}
.C-CCCCCC-5 {
  background-color: #cccccc0D !important;
}
.C-CCCCCC-5-text {
  color: #cccccc0D;
}
.C-CCCCCC-5-border {
  border-color: #cccccc0D !important;
}
.C-CCCCCC-0 {
  background-color: #cccccc0 !important;
}
.C-CCCCCC-0-text {
  color: #cccccc0;
}
.C-CCCCCC-0-border {
  border-color: #cccccc0 !important;
}
.C-CCCCCC {
  background-color: #cccccc !important;
  --btn-background: #cccccc;
}
.C-CCCCCC-text {
  color: #cccccc;
}
.C-CCCCCC-border {
  border-color: #cccccc !important;
}
@media (hover: hover) {
  .C-CCCCCC-hover-bg:hover {
    background-color: #cccccc !important;
  }
}
.C-CCCCCC-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CCCCCC-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cccccc;
  fill: #cccccc;
  stroke: #cccccc;
}
.C-CCCCCC-hover-text[papaTarget]:hover.f_targetText {
  color: #cccccc !important;
  fill: #cccccc !important;
  stroke: #cccccc !important;
}
.C-CCCCCC-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CCCCCC-hover-text[fHover]:hover {
  color: #cccccc !important;
}
.C-CCCCCC-after::after,
.C-CCCCCC-after::before {
  background-color: #cccccc;
}
.C-CCCCCC-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cccccc;
  transition: box-shadow 0.2s;
}
.C-CCCCCC100 {
  background-color: #cccccc !important;
}
.C-CCCCCC100-text {
  color: #cccccc;
}
.C-CCCCCC100-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC100 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC95 {
  background-color: #cccccc !important;
}
.C-CCCCCC95-text {
  color: #cccccc;
}
.C-CCCCCC95-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC95 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC90 {
  background-color: #cccccc !important;
}
.C-CCCCCC90-text {
  color: #cccccc;
}
.C-CCCCCC90-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC90 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC85 {
  background-color: #cccccc !important;
}
.C-CCCCCC85-text {
  color: #cccccc;
}
.C-CCCCCC85-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC85 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC80 {
  background-color: #cccccc !important;
}
.C-CCCCCC80-text {
  color: #cccccc;
}
.C-CCCCCC80-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC80 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC75 {
  background-color: #cccccc !important;
}
.C-CCCCCC75-text {
  color: #cccccc;
}
.C-CCCCCC75-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC75 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC70 {
  background-color: #cccccc !important;
}
.C-CCCCCC70-text {
  color: #cccccc;
}
.C-CCCCCC70-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC70 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC65 {
  background-color: #cccccc !important;
}
.C-CCCCCC65-text {
  color: #cccccc;
}
.C-CCCCCC65-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC65 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC60 {
  background-color: #cccccc !important;
}
.C-CCCCCC60-text {
  color: #cccccc;
}
.C-CCCCCC60-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC60 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC55 {
  background-color: #cccccc !important;
}
.C-CCCCCC55-text {
  color: #cccccc;
}
.C-CCCCCC55-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC55 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC50 {
  background-color: #cccccc !important;
}
.C-CCCCCC50-text {
  color: #cccccc;
}
.C-CCCCCC50-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC50 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC45 {
  background-color: #cccccc !important;
}
.C-CCCCCC45-text {
  color: #cccccc;
}
.C-CCCCCC45-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC45 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC40 {
  background-color: #cccccc !important;
}
.C-CCCCCC40-text {
  color: #cccccc;
}
.C-CCCCCC40-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC40 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC35 {
  background-color: #cccccc !important;
}
.C-CCCCCC35-text {
  color: #cccccc;
}
.C-CCCCCC35-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC35 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC30 {
  background-color: #cccccc !important;
}
.C-CCCCCC30-text {
  color: #cccccc;
}
.C-CCCCCC30-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC30 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC25 {
  background-color: #cccccc !important;
}
.C-CCCCCC25-text {
  color: #cccccc;
}
.C-CCCCCC25-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC25 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC20 {
  background-color: #cccccc !important;
}
.C-CCCCCC20-text {
  color: #cccccc;
}
.C-CCCCCC20-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC20 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC15 {
  background-color: #cccccc !important;
}
.C-CCCCCC15-text {
  color: #cccccc;
}
.C-CCCCCC15-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC15 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC10 {
  background-color: #cccccc !important;
}
.C-CCCCCC10-text {
  color: #cccccc;
}
.C-CCCCCC10-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC10 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC5 {
  background-color: #cccccc !important;
}
.C-CCCCCC5-text {
  color: #cccccc;
}
.C-CCCCCC5-border {
  border-color: #cccccc;
}
.C-linearGradient-CCCCCC5 {
  background-image:
    linear-gradient(
      45deg,
      #cccccc 0%,
      #cccccc 99%,
      #cccccc 100%);
}
.C-CCCCCC0 {
  background-color: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-text {
  color: rgba(204, 204, 204, 0);
}
.C-CCCCCC0-border {
  border-color: rgba(204, 204, 204, 0);
}
.C-linearGradient-CCCCCC0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 204, 204, 0) 0%,
      #cccccc 99%,
      rgba(204, 204, 204, 0) 100%);
}
.C-CCCCCC-fill-1 #fill1 {
  fill: #cccccc;
}
.C-CCCCCC-fill-1.onHover:hover #fill1,
.C-CCCCCC-fill-1:hover #fill1 {
  fill: #cccccc;
}
.C-CCCCCC-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC100-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC100-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC100-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC95-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC95-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC95-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC90-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC90-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC90-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC85-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC85-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC85-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC80-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC80-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC80-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC75-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC75-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC75-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC70-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC70-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC70-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC65-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC65-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC65-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC60-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC60-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC60-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC55-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC55-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC55-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC50-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC50-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC50-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC45-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC45-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC45-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC40-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC40-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC40-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC35-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC35-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC35-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC30-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC30-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC30-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC25-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC25-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC25-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC20-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC20-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC20-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC15-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC15-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC15-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC10-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC10-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC10-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC5-fill-1 #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC5-fill-1.onHover:hover #fill1 {
  fill: #cccccc !important;
}
.C-CCCCCC5-stroke-1 #stroke1 {
  stroke: #cccccc !important;
}
.C-CCCCCC0-fill-1 #fill1 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-stroke-1 #stroke1 {
  stroke: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC-fill-2 #fill2 {
  fill: #cccccc;
}
.C-CCCCCC-fill-2.onHover:hover #fill2,
.C-CCCCCC-fill-2:hover #fill2 {
  fill: #cccccc;
}
.C-CCCCCC-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC100-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC100-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC100-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC95-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC95-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC95-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC90-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC90-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC90-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC85-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC85-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC85-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC80-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC80-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC80-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC75-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC75-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC75-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC70-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC70-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC70-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC65-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC65-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC65-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC60-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC60-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC60-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC55-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC55-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC55-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC50-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC50-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC50-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC45-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC45-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC45-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC40-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC40-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC40-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC35-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC35-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC35-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC30-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC30-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC30-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC25-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC25-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC25-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC20-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC20-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC20-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC15-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC15-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC15-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC10-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC10-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC10-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC5-fill-2 #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC5-fill-2.onHover:hover #fill2 {
  fill: #cccccc !important;
}
.C-CCCCCC5-stroke-2 #stroke2 {
  stroke: #cccccc !important;
}
.C-CCCCCC0-fill-2 #fill2 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-stroke-2 #stroke2 {
  stroke: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC-fill-3 #fill3 {
  fill: #cccccc;
}
.C-CCCCCC-fill-3.onHover:hover #fill3,
.C-CCCCCC-fill-3:hover #fill3 {
  fill: #cccccc;
}
.C-CCCCCC-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC100-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC100-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC100-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC95-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC95-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC95-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC90-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC90-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC90-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC85-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC85-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC85-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC80-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC80-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC80-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC75-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC75-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC75-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC70-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC70-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC70-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC65-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC65-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC65-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC60-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC60-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC60-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC55-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC55-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC55-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC50-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC50-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC50-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC45-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC45-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC45-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC40-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC40-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC40-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC35-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC35-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC35-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC30-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC30-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC30-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC25-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC25-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC25-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC20-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC20-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC20-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC15-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC15-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC15-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC10-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC10-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC10-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC5-fill-3 #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC5-fill-3.onHover:hover #fill3 {
  fill: #cccccc !important;
}
.C-CCCCCC5-stroke-3 #stroke3 {
  stroke: #cccccc !important;
}
.C-CCCCCC0-fill-3 #fill3 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 204, 204, 0) !important;
}
.C-CCCCCC0-stroke-3 #stroke3 {
  stroke: rgba(204, 204, 204, 0) !important;
}
.C-3C3C3C-100 {
  background-color: #3c3c3cFF !important;
}
.C-3C3C3C-100-text {
  color: #3c3c3cFF;
}
.C-3C3C3C-100-border {
  border-color: #3c3c3cFF !important;
}
.C-3C3C3C-95 {
  background-color: #3c3c3cF2 !important;
}
.C-3C3C3C-95-text {
  color: #3c3c3cF2;
}
.C-3C3C3C-95-border {
  border-color: #3c3c3cF2 !important;
}
.C-3C3C3C-90 {
  background-color: #3c3c3cE6 !important;
}
.C-3C3C3C-90-text {
  color: #3c3c3cE6;
}
.C-3C3C3C-90-border {
  border-color: #3c3c3cE6 !important;
}
.C-3C3C3C-85 {
  background-color: #3c3c3cD9 !important;
}
.C-3C3C3C-85-text {
  color: #3c3c3cD9;
}
.C-3C3C3C-85-border {
  border-color: #3c3c3cD9 !important;
}
.C-3C3C3C-80 {
  background-color: #3c3c3cCC !important;
}
.C-3C3C3C-80-text {
  color: #3c3c3cCC;
}
.C-3C3C3C-80-border {
  border-color: #3c3c3cCC !important;
}
.C-3C3C3C-75 {
  background-color: #3c3c3cBF !important;
}
.C-3C3C3C-75-text {
  color: #3c3c3cBF;
}
.C-3C3C3C-75-border {
  border-color: #3c3c3cBF !important;
}
.C-3C3C3C-70 {
  background-color: #3c3c3cB3 !important;
}
.C-3C3C3C-70-text {
  color: #3c3c3cB3;
}
.C-3C3C3C-70-border {
  border-color: #3c3c3cB3 !important;
}
.C-3C3C3C-65 {
  background-color: #3c3c3cA6 !important;
}
.C-3C3C3C-65-text {
  color: #3c3c3cA6;
}
.C-3C3C3C-65-border {
  border-color: #3c3c3cA6 !important;
}
.C-3C3C3C-60 {
  background-color: #3c3c3c99 !important;
}
.C-3C3C3C-60-text {
  color: #3c3c3c99;
}
.C-3C3C3C-60-border {
  border-color: #3c3c3c99 !important;
}
.C-3C3C3C-55 {
  background-color: #3c3c3c8C !important;
}
.C-3C3C3C-55-text {
  color: #3c3c3c8C;
}
.C-3C3C3C-55-border {
  border-color: #3c3c3c8C !important;
}
.C-3C3C3C-50 {
  background-color: #3c3c3c80 !important;
}
.C-3C3C3C-50-text {
  color: #3c3c3c80;
}
.C-3C3C3C-50-border {
  border-color: #3c3c3c80 !important;
}
.C-3C3C3C-45 {
  background-color: #3c3c3c73 !important;
}
.C-3C3C3C-45-text {
  color: #3c3c3c73;
}
.C-3C3C3C-45-border {
  border-color: #3c3c3c73 !important;
}
.C-3C3C3C-40 {
  background-color: #3c3c3c66 !important;
}
.C-3C3C3C-40-text {
  color: #3c3c3c66;
}
.C-3C3C3C-40-border {
  border-color: #3c3c3c66 !important;
}
.C-3C3C3C-35 {
  background-color: #3c3c3c59 !important;
}
.C-3C3C3C-35-text {
  color: #3c3c3c59;
}
.C-3C3C3C-35-border {
  border-color: #3c3c3c59 !important;
}
.C-3C3C3C-30 {
  background-color: #3c3c3c4D !important;
}
.C-3C3C3C-30-text {
  color: #3c3c3c4D;
}
.C-3C3C3C-30-border {
  border-color: #3c3c3c4D !important;
}
.C-3C3C3C-25 {
  background-color: #3c3c3c40 !important;
}
.C-3C3C3C-25-text {
  color: #3c3c3c40;
}
.C-3C3C3C-25-border {
  border-color: #3c3c3c40 !important;
}
.C-3C3C3C-20 {
  background-color: #3c3c3c33 !important;
}
.C-3C3C3C-20-text {
  color: #3c3c3c33;
}
.C-3C3C3C-20-border {
  border-color: #3c3c3c33 !important;
}
.C-3C3C3C-15 {
  background-color: #3c3c3c26 !important;
}
.C-3C3C3C-15-text {
  color: #3c3c3c26;
}
.C-3C3C3C-15-border {
  border-color: #3c3c3c26 !important;
}
.C-3C3C3C-10 {
  background-color: #3c3c3c1A !important;
}
.C-3C3C3C-10-text {
  color: #3c3c3c1A;
}
.C-3C3C3C-10-border {
  border-color: #3c3c3c1A !important;
}
.C-3C3C3C-5 {
  background-color: #3c3c3c0D !important;
}
.C-3C3C3C-5-text {
  color: #3c3c3c0D;
}
.C-3C3C3C-5-border {
  border-color: #3c3c3c0D !important;
}
.C-3C3C3C-0 {
  background-color: #3c3c3c0 !important;
}
.C-3C3C3C-0-text {
  color: #3c3c3c0;
}
.C-3C3C3C-0-border {
  border-color: #3c3c3c0 !important;
}
.C-3C3C3C {
  background-color: #3c3c3c !important;
  --btn-background: #3c3c3c;
}
.C-3C3C3C-text {
  color: #3c3c3c;
}
.C-3C3C3C-border {
  border-color: #3c3c3c !important;
}
@media (hover: hover) {
  .C-3C3C3C-hover-bg:hover {
    background-color: #3c3c3c !important;
  }
}
.C-3C3C3C-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3C3C3C-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3c3c3c;
  fill: #3c3c3c;
  stroke: #3c3c3c;
}
.C-3C3C3C-hover-text[papaTarget]:hover.f_targetText {
  color: #3c3c3c !important;
  fill: #3c3c3c !important;
  stroke: #3c3c3c !important;
}
.C-3C3C3C-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3C3C3C-hover-text[fHover]:hover {
  color: #3c3c3c !important;
}
.C-3C3C3C-after::after,
.C-3C3C3C-after::before {
  background-color: #3c3c3c;
}
.C-3C3C3C-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3c3c3c;
  transition: box-shadow 0.2s;
}
.C-3C3C3C100 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C100-text {
  color: #3c3c3c;
}
.C-3C3C3C100-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C100 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C95 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C95-text {
  color: #3c3c3c;
}
.C-3C3C3C95-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C95 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C90 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C90-text {
  color: #3c3c3c;
}
.C-3C3C3C90-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C90 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C85 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C85-text {
  color: #3c3c3c;
}
.C-3C3C3C85-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C85 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C80 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C80-text {
  color: #3c3c3c;
}
.C-3C3C3C80-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C80 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C75 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C75-text {
  color: #3c3c3c;
}
.C-3C3C3C75-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C75 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C70 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C70-text {
  color: #3c3c3c;
}
.C-3C3C3C70-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C70 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C65 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C65-text {
  color: #3c3c3c;
}
.C-3C3C3C65-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C65 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C60 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C60-text {
  color: #3c3c3c;
}
.C-3C3C3C60-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C60 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C55 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C55-text {
  color: #3c3c3c;
}
.C-3C3C3C55-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C55 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C50 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C50-text {
  color: #3c3c3c;
}
.C-3C3C3C50-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C50 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C45 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C45-text {
  color: #3c3c3c;
}
.C-3C3C3C45-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C45 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C40 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C40-text {
  color: #3c3c3c;
}
.C-3C3C3C40-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C40 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C35 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C35-text {
  color: #3c3c3c;
}
.C-3C3C3C35-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C35 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C30 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C30-text {
  color: #3c3c3c;
}
.C-3C3C3C30-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C30 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C25 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C25-text {
  color: #3c3c3c;
}
.C-3C3C3C25-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C25 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C20 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C20-text {
  color: #3c3c3c;
}
.C-3C3C3C20-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C20 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C15 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C15-text {
  color: #3c3c3c;
}
.C-3C3C3C15-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C15 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C10 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C10-text {
  color: #3c3c3c;
}
.C-3C3C3C10-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C10 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C5 {
  background-color: #3c3c3c !important;
}
.C-3C3C3C5-text {
  color: #3c3c3c;
}
.C-3C3C3C5-border {
  border-color: #3c3c3c;
}
.C-linearGradient-3C3C3C5 {
  background-image:
    linear-gradient(
      45deg,
      #3c3c3c 0%,
      #3c3c3c 99%,
      #3c3c3c 100%);
}
.C-3C3C3C0 {
  background-color: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-text {
  color: rgba(60, 60, 60, 0);
}
.C-3C3C3C0-border {
  border-color: rgba(60, 60, 60, 0);
}
.C-linearGradient-3C3C3C0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(60, 60, 60, 0) 0%,
      #3c3c3c 99%,
      rgba(60, 60, 60, 0) 100%);
}
.C-3C3C3C-fill-1 #fill1 {
  fill: #3c3c3c;
}
.C-3C3C3C-fill-1.onHover:hover #fill1,
.C-3C3C3C-fill-1:hover #fill1 {
  fill: #3c3c3c;
}
.C-3C3C3C-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C100-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C95-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C90-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C85-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C80-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C75-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C70-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C65-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C60-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C55-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C50-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C45-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C40-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C35-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C30-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C25-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C20-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C15-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C10-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C5-fill-1 #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-fill-1.onHover:hover #fill1 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-stroke-1 #stroke1 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C0-fill-1 #fill1 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-fill-1.onHover:hover #fill1 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-stroke-1 #stroke1 {
  stroke: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C-fill-2 #fill2 {
  fill: #3c3c3c;
}
.C-3C3C3C-fill-2.onHover:hover #fill2,
.C-3C3C3C-fill-2:hover #fill2 {
  fill: #3c3c3c;
}
.C-3C3C3C-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C100-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C95-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C90-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C85-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C80-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C75-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C70-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C65-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C60-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C55-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C50-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C45-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C40-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C35-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C30-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C25-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C20-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C15-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C10-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C5-fill-2 #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-fill-2.onHover:hover #fill2 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-stroke-2 #stroke2 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C0-fill-2 #fill2 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-fill-2.onHover:hover #fill2 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-stroke-2 #stroke2 {
  stroke: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C-fill-3 #fill3 {
  fill: #3c3c3c;
}
.C-3C3C3C-fill-3.onHover:hover #fill3,
.C-3C3C3C-fill-3:hover #fill3 {
  fill: #3c3c3c;
}
.C-3C3C3C-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C100-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C100-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C95-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C95-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C90-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C90-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C85-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C85-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C80-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C80-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C75-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C75-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C70-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C70-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C65-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C65-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C60-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C60-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C55-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C55-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C50-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C50-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C45-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C45-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C40-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C40-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C35-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C35-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C30-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C30-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C25-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C25-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C20-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C20-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C15-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C15-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C10-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C10-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C5-fill-3 #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-fill-3.onHover:hover #fill3 {
  fill: #3c3c3c !important;
}
.C-3C3C3C5-stroke-3 #stroke3 {
  stroke: #3c3c3c !important;
}
.C-3C3C3C0-fill-3 #fill3 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-fill-3.onHover:hover #fill3 {
  fill: rgba(60, 60, 60, 0) !important;
}
.C-3C3C3C0-stroke-3 #stroke3 {
  stroke: rgba(60, 60, 60, 0) !important;
}
.C-595959-100 {
  background-color: #595959FF !important;
}
.C-595959-100-text {
  color: #595959FF;
}
.C-595959-100-border {
  border-color: #595959FF !important;
}
.C-595959-95 {
  background-color: #595959F2 !important;
}
.C-595959-95-text {
  color: #595959F2;
}
.C-595959-95-border {
  border-color: #595959F2 !important;
}
.C-595959-90 {
  background-color: #595959E6 !important;
}
.C-595959-90-text {
  color: #595959E6;
}
.C-595959-90-border {
  border-color: #595959E6 !important;
}
.C-595959-85 {
  background-color: #595959D9 !important;
}
.C-595959-85-text {
  color: #595959D9;
}
.C-595959-85-border {
  border-color: #595959D9 !important;
}
.C-595959-80 {
  background-color: #595959CC !important;
}
.C-595959-80-text {
  color: #595959CC;
}
.C-595959-80-border {
  border-color: #595959CC !important;
}
.C-595959-75 {
  background-color: #595959BF !important;
}
.C-595959-75-text {
  color: #595959BF;
}
.C-595959-75-border {
  border-color: #595959BF !important;
}
.C-595959-70 {
  background-color: #595959B3 !important;
}
.C-595959-70-text {
  color: #595959B3;
}
.C-595959-70-border {
  border-color: #595959B3 !important;
}
.C-595959-65 {
  background-color: #595959A6 !important;
}
.C-595959-65-text {
  color: #595959A6;
}
.C-595959-65-border {
  border-color: #595959A6 !important;
}
.C-595959-60 {
  background-color: #59595999 !important;
}
.C-595959-60-text {
  color: #59595999;
}
.C-595959-60-border {
  border-color: #59595999 !important;
}
.C-595959-55 {
  background-color: #5959598C !important;
}
.C-595959-55-text {
  color: #5959598C;
}
.C-595959-55-border {
  border-color: #5959598C !important;
}
.C-595959-50 {
  background-color: #59595980 !important;
}
.C-595959-50-text {
  color: #59595980;
}
.C-595959-50-border {
  border-color: #59595980 !important;
}
.C-595959-45 {
  background-color: #59595973 !important;
}
.C-595959-45-text {
  color: #59595973;
}
.C-595959-45-border {
  border-color: #59595973 !important;
}
.C-595959-40 {
  background-color: #59595966 !important;
}
.C-595959-40-text {
  color: #59595966;
}
.C-595959-40-border {
  border-color: #59595966 !important;
}
.C-595959-35 {
  background-color: #59595959 !important;
}
.C-595959-35-text {
  color: #59595959;
}
.C-595959-35-border {
  border-color: #59595959 !important;
}
.C-595959-30 {
  background-color: #5959594D !important;
}
.C-595959-30-text {
  color: #5959594D;
}
.C-595959-30-border {
  border-color: #5959594D !important;
}
.C-595959-25 {
  background-color: #59595940 !important;
}
.C-595959-25-text {
  color: #59595940;
}
.C-595959-25-border {
  border-color: #59595940 !important;
}
.C-595959-20 {
  background-color: #59595933 !important;
}
.C-595959-20-text {
  color: #59595933;
}
.C-595959-20-border {
  border-color: #59595933 !important;
}
.C-595959-15 {
  background-color: #59595926 !important;
}
.C-595959-15-text {
  color: #59595926;
}
.C-595959-15-border {
  border-color: #59595926 !important;
}
.C-595959-10 {
  background-color: #5959591A !important;
}
.C-595959-10-text {
  color: #5959591A;
}
.C-595959-10-border {
  border-color: #5959591A !important;
}
.C-595959-5 {
  background-color: #5959590D !important;
}
.C-595959-5-text {
  color: #5959590D;
}
.C-595959-5-border {
  border-color: #5959590D !important;
}
.C-595959-0 {
  background-color: #5959590 !important;
}
.C-595959-0-text {
  color: #5959590;
}
.C-595959-0-border {
  border-color: #5959590 !important;
}
.C-595959 {
  background-color: #595959 !important;
  --btn-background: #595959;
}
.C-595959-text {
  color: #595959;
}
.C-595959-border {
  border-color: #595959 !important;
}
@media (hover: hover) {
  .C-595959-hover-bg:hover {
    background-color: #595959 !important;
  }
}
.C-595959-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-595959-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #595959;
  fill: #595959;
  stroke: #595959;
}
.C-595959-hover-text[papaTarget]:hover.f_targetText {
  color: #595959 !important;
  fill: #595959 !important;
  stroke: #595959 !important;
}
.C-595959-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-595959-hover-text[fHover]:hover {
  color: #595959 !important;
}
.C-595959-after::after,
.C-595959-after::before {
  background-color: #595959;
}
.C-595959-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #595959;
  transition: box-shadow 0.2s;
}
.C-595959100 {
  background-color: #595959 !important;
}
.C-595959100-text {
  color: #595959;
}
.C-595959100-border {
  border-color: #595959;
}
.C-linearGradient-595959100 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595995 {
  background-color: #595959 !important;
}
.C-59595995-text {
  color: #595959;
}
.C-59595995-border {
  border-color: #595959;
}
.C-linearGradient-59595995 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595990 {
  background-color: #595959 !important;
}
.C-59595990-text {
  color: #595959;
}
.C-59595990-border {
  border-color: #595959;
}
.C-linearGradient-59595990 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595985 {
  background-color: #595959 !important;
}
.C-59595985-text {
  color: #595959;
}
.C-59595985-border {
  border-color: #595959;
}
.C-linearGradient-59595985 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595980 {
  background-color: #595959 !important;
}
.C-59595980-text {
  color: #595959;
}
.C-59595980-border {
  border-color: #595959;
}
.C-linearGradient-59595980 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595975 {
  background-color: #595959 !important;
}
.C-59595975-text {
  color: #595959;
}
.C-59595975-border {
  border-color: #595959;
}
.C-linearGradient-59595975 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595970 {
  background-color: #595959 !important;
}
.C-59595970-text {
  color: #595959;
}
.C-59595970-border {
  border-color: #595959;
}
.C-linearGradient-59595970 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595965 {
  background-color: #595959 !important;
}
.C-59595965-text {
  color: #595959;
}
.C-59595965-border {
  border-color: #595959;
}
.C-linearGradient-59595965 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595960 {
  background-color: #595959 !important;
}
.C-59595960-text {
  color: #595959;
}
.C-59595960-border {
  border-color: #595959;
}
.C-linearGradient-59595960 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595955 {
  background-color: #595959 !important;
}
.C-59595955-text {
  color: #595959;
}
.C-59595955-border {
  border-color: #595959;
}
.C-linearGradient-59595955 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595950 {
  background-color: #595959 !important;
}
.C-59595950-text {
  color: #595959;
}
.C-59595950-border {
  border-color: #595959;
}
.C-linearGradient-59595950 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595945 {
  background-color: #595959 !important;
}
.C-59595945-text {
  color: #595959;
}
.C-59595945-border {
  border-color: #595959;
}
.C-linearGradient-59595945 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595940 {
  background-color: #595959 !important;
}
.C-59595940-text {
  color: #595959;
}
.C-59595940-border {
  border-color: #595959;
}
.C-linearGradient-59595940 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595935 {
  background-color: #595959 !important;
}
.C-59595935-text {
  color: #595959;
}
.C-59595935-border {
  border-color: #595959;
}
.C-linearGradient-59595935 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595930 {
  background-color: #595959 !important;
}
.C-59595930-text {
  color: #595959;
}
.C-59595930-border {
  border-color: #595959;
}
.C-linearGradient-59595930 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595925 {
  background-color: #595959 !important;
}
.C-59595925-text {
  color: #595959;
}
.C-59595925-border {
  border-color: #595959;
}
.C-linearGradient-59595925 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595920 {
  background-color: #595959 !important;
}
.C-59595920-text {
  color: #595959;
}
.C-59595920-border {
  border-color: #595959;
}
.C-linearGradient-59595920 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595915 {
  background-color: #595959 !important;
}
.C-59595915-text {
  color: #595959;
}
.C-59595915-border {
  border-color: #595959;
}
.C-linearGradient-59595915 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-59595910 {
  background-color: #595959 !important;
}
.C-59595910-text {
  color: #595959;
}
.C-59595910-border {
  border-color: #595959;
}
.C-linearGradient-59595910 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-5959595 {
  background-color: #595959 !important;
}
.C-5959595-text {
  color: #595959;
}
.C-5959595-border {
  border-color: #595959;
}
.C-linearGradient-5959595 {
  background-image:
    linear-gradient(
      45deg,
      #595959 0%,
      #595959 99%,
      #595959 100%);
}
.C-5959590 {
  background-color: rgba(89, 89, 89, 0) !important;
}
.C-5959590-text {
  color: rgba(89, 89, 89, 0);
}
.C-5959590-border {
  border-color: rgba(89, 89, 89, 0);
}
.C-linearGradient-5959590 {
  background-image:
    linear-gradient(
      45deg,
      rgba(89, 89, 89, 0) 0%,
      #595959 99%,
      rgba(89, 89, 89, 0) 100%);
}
.C-595959-fill-1 #fill1 {
  fill: #595959;
}
.C-595959-fill-1.onHover:hover #fill1,
.C-595959-fill-1:hover #fill1 {
  fill: #595959;
}
.C-595959-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-595959100-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-595959100-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-595959100-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595995-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595995-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595995-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595990-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595990-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595990-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595985-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595985-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595985-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595980-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595980-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595980-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595975-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595975-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595975-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595970-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595970-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595970-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595965-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595965-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595965-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595960-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595960-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595960-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595955-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595955-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595955-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595950-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595950-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595950-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595945-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595945-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595945-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595940-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595940-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595940-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595935-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595935-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595935-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595930-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595930-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595930-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595925-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595925-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595925-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595920-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595920-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595920-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595915-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595915-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595915-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-59595910-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-59595910-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-59595910-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-5959595-fill-1 #fill1 {
  fill: #595959 !important;
}
.C-5959595-fill-1.onHover:hover #fill1 {
  fill: #595959 !important;
}
.C-5959595-stroke-1 #stroke1 {
  stroke: #595959 !important;
}
.C-5959590-fill-1 #fill1 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-fill-1.onHover:hover #fill1 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-stroke-1 #stroke1 {
  stroke: rgba(89, 89, 89, 0) !important;
}
.C-595959-fill-2 #fill2 {
  fill: #595959;
}
.C-595959-fill-2.onHover:hover #fill2,
.C-595959-fill-2:hover #fill2 {
  fill: #595959;
}
.C-595959-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-595959100-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-595959100-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-595959100-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595995-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595995-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595995-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595990-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595990-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595990-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595985-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595985-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595985-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595980-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595980-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595980-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595975-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595975-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595975-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595970-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595970-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595970-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595965-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595965-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595965-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595960-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595960-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595960-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595955-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595955-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595955-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595950-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595950-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595950-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595945-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595945-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595945-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595940-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595940-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595940-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595935-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595935-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595935-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595930-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595930-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595930-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595925-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595925-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595925-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595920-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595920-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595920-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595915-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595915-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595915-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-59595910-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-59595910-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-59595910-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-5959595-fill-2 #fill2 {
  fill: #595959 !important;
}
.C-5959595-fill-2.onHover:hover #fill2 {
  fill: #595959 !important;
}
.C-5959595-stroke-2 #stroke2 {
  stroke: #595959 !important;
}
.C-5959590-fill-2 #fill2 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-fill-2.onHover:hover #fill2 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-stroke-2 #stroke2 {
  stroke: rgba(89, 89, 89, 0) !important;
}
.C-595959-fill-3 #fill3 {
  fill: #595959;
}
.C-595959-fill-3.onHover:hover #fill3,
.C-595959-fill-3:hover #fill3 {
  fill: #595959;
}
.C-595959-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-595959100-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-595959100-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-595959100-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595995-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595995-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595995-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595990-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595990-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595990-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595985-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595985-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595985-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595980-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595980-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595980-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595975-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595975-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595975-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595970-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595970-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595970-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595965-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595965-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595965-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595960-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595960-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595960-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595955-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595955-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595955-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595950-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595950-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595950-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595945-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595945-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595945-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595940-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595940-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595940-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595935-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595935-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595935-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595930-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595930-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595930-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595925-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595925-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595925-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595920-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595920-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595920-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595915-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595915-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595915-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-59595910-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-59595910-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-59595910-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-5959595-fill-3 #fill3 {
  fill: #595959 !important;
}
.C-5959595-fill-3.onHover:hover #fill3 {
  fill: #595959 !important;
}
.C-5959595-stroke-3 #stroke3 {
  stroke: #595959 !important;
}
.C-5959590-fill-3 #fill3 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-fill-3.onHover:hover #fill3 {
  fill: rgba(89, 89, 89, 0) !important;
}
.C-5959590-stroke-3 #stroke3 {
  stroke: rgba(89, 89, 89, 0) !important;
}
.C-F8F8FD-100 {
  background-color: #f8f8fdFF !important;
}
.C-F8F8FD-100-text {
  color: #f8f8fdFF;
}
.C-F8F8FD-100-border {
  border-color: #f8f8fdFF !important;
}
.C-F8F8FD-95 {
  background-color: #f8f8fdF2 !important;
}
.C-F8F8FD-95-text {
  color: #f8f8fdF2;
}
.C-F8F8FD-95-border {
  border-color: #f8f8fdF2 !important;
}
.C-F8F8FD-90 {
  background-color: #f8f8fdE6 !important;
}
.C-F8F8FD-90-text {
  color: #f8f8fdE6;
}
.C-F8F8FD-90-border {
  border-color: #f8f8fdE6 !important;
}
.C-F8F8FD-85 {
  background-color: #f8f8fdD9 !important;
}
.C-F8F8FD-85-text {
  color: #f8f8fdD9;
}
.C-F8F8FD-85-border {
  border-color: #f8f8fdD9 !important;
}
.C-F8F8FD-80 {
  background-color: #f8f8fdCC !important;
}
.C-F8F8FD-80-text {
  color: #f8f8fdCC;
}
.C-F8F8FD-80-border {
  border-color: #f8f8fdCC !important;
}
.C-F8F8FD-75 {
  background-color: #f8f8fdBF !important;
}
.C-F8F8FD-75-text {
  color: #f8f8fdBF;
}
.C-F8F8FD-75-border {
  border-color: #f8f8fdBF !important;
}
.C-F8F8FD-70 {
  background-color: #f8f8fdB3 !important;
}
.C-F8F8FD-70-text {
  color: #f8f8fdB3;
}
.C-F8F8FD-70-border {
  border-color: #f8f8fdB3 !important;
}
.C-F8F8FD-65 {
  background-color: #f8f8fdA6 !important;
}
.C-F8F8FD-65-text {
  color: #f8f8fdA6;
}
.C-F8F8FD-65-border {
  border-color: #f8f8fdA6 !important;
}
.C-F8F8FD-60 {
  background-color: #f8f8fd99 !important;
}
.C-F8F8FD-60-text {
  color: #f8f8fd99;
}
.C-F8F8FD-60-border {
  border-color: #f8f8fd99 !important;
}
.C-F8F8FD-55 {
  background-color: #f8f8fd8C !important;
}
.C-F8F8FD-55-text {
  color: #f8f8fd8C;
}
.C-F8F8FD-55-border {
  border-color: #f8f8fd8C !important;
}
.C-F8F8FD-50 {
  background-color: #f8f8fd80 !important;
}
.C-F8F8FD-50-text {
  color: #f8f8fd80;
}
.C-F8F8FD-50-border {
  border-color: #f8f8fd80 !important;
}
.C-F8F8FD-45 {
  background-color: #f8f8fd73 !important;
}
.C-F8F8FD-45-text {
  color: #f8f8fd73;
}
.C-F8F8FD-45-border {
  border-color: #f8f8fd73 !important;
}
.C-F8F8FD-40 {
  background-color: #f8f8fd66 !important;
}
.C-F8F8FD-40-text {
  color: #f8f8fd66;
}
.C-F8F8FD-40-border {
  border-color: #f8f8fd66 !important;
}
.C-F8F8FD-35 {
  background-color: #f8f8fd59 !important;
}
.C-F8F8FD-35-text {
  color: #f8f8fd59;
}
.C-F8F8FD-35-border {
  border-color: #f8f8fd59 !important;
}
.C-F8F8FD-30 {
  background-color: #f8f8fd4D !important;
}
.C-F8F8FD-30-text {
  color: #f8f8fd4D;
}
.C-F8F8FD-30-border {
  border-color: #f8f8fd4D !important;
}
.C-F8F8FD-25 {
  background-color: #f8f8fd40 !important;
}
.C-F8F8FD-25-text {
  color: #f8f8fd40;
}
.C-F8F8FD-25-border {
  border-color: #f8f8fd40 !important;
}
.C-F8F8FD-20 {
  background-color: #f8f8fd33 !important;
}
.C-F8F8FD-20-text {
  color: #f8f8fd33;
}
.C-F8F8FD-20-border {
  border-color: #f8f8fd33 !important;
}
.C-F8F8FD-15 {
  background-color: #f8f8fd26 !important;
}
.C-F8F8FD-15-text {
  color: #f8f8fd26;
}
.C-F8F8FD-15-border {
  border-color: #f8f8fd26 !important;
}
.C-F8F8FD-10 {
  background-color: #f8f8fd1A !important;
}
.C-F8F8FD-10-text {
  color: #f8f8fd1A;
}
.C-F8F8FD-10-border {
  border-color: #f8f8fd1A !important;
}
.C-F8F8FD-5 {
  background-color: #f8f8fd0D !important;
}
.C-F8F8FD-5-text {
  color: #f8f8fd0D;
}
.C-F8F8FD-5-border {
  border-color: #f8f8fd0D !important;
}
.C-F8F8FD-0 {
  background-color: #f8f8fd0 !important;
}
.C-F8F8FD-0-text {
  color: #f8f8fd0;
}
.C-F8F8FD-0-border {
  border-color: #f8f8fd0 !important;
}
.C-F8F8FD {
  background-color: #f8f8fd !important;
  --btn-background: #f8f8fd;
}
.C-F8F8FD-text {
  color: #f8f8fd;
}
.C-F8F8FD-border {
  border-color: #f8f8fd !important;
}
@media (hover: hover) {
  .C-F8F8FD-hover-bg:hover {
    background-color: #f8f8fd !important;
  }
}
.C-F8F8FD-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F8F8FD-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f8f8fd;
  fill: #f8f8fd;
  stroke: #f8f8fd;
}
.C-F8F8FD-hover-text[papaTarget]:hover.f_targetText {
  color: #f8f8fd !important;
  fill: #f8f8fd !important;
  stroke: #f8f8fd !important;
}
.C-F8F8FD-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F8F8FD-hover-text[fHover]:hover {
  color: #f8f8fd !important;
}
.C-F8F8FD-after::after,
.C-F8F8FD-after::before {
  background-color: #f8f8fd;
}
.C-F8F8FD-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f8f8fd;
  transition: box-shadow 0.2s;
}
.C-F8F8FD100 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD100-text {
  color: #f8f8fd;
}
.C-F8F8FD100-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD100 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD95 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD95-text {
  color: #f8f8fd;
}
.C-F8F8FD95-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD95 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD90 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD90-text {
  color: #f8f8fd;
}
.C-F8F8FD90-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD90 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD85 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD85-text {
  color: #f8f8fd;
}
.C-F8F8FD85-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD85 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD80 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD80-text {
  color: #f8f8fd;
}
.C-F8F8FD80-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD80 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD75 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD75-text {
  color: #f8f8fd;
}
.C-F8F8FD75-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD75 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD70 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD70-text {
  color: #f8f8fd;
}
.C-F8F8FD70-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD70 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD65 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD65-text {
  color: #f8f8fd;
}
.C-F8F8FD65-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD65 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD60 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD60-text {
  color: #f8f8fd;
}
.C-F8F8FD60-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD60 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD55 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD55-text {
  color: #f8f8fd;
}
.C-F8F8FD55-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD55 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD50 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD50-text {
  color: #f8f8fd;
}
.C-F8F8FD50-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD50 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD45 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD45-text {
  color: #f8f8fd;
}
.C-F8F8FD45-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD45 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD40 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD40-text {
  color: #f8f8fd;
}
.C-F8F8FD40-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD40 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD35 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD35-text {
  color: #f8f8fd;
}
.C-F8F8FD35-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD35 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD30 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD30-text {
  color: #f8f8fd;
}
.C-F8F8FD30-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD30 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD25 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD25-text {
  color: #f8f8fd;
}
.C-F8F8FD25-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD25 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD20 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD20-text {
  color: #f8f8fd;
}
.C-F8F8FD20-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD20 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD15 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD15-text {
  color: #f8f8fd;
}
.C-F8F8FD15-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD15 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD10 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD10-text {
  color: #f8f8fd;
}
.C-F8F8FD10-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD10 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD5 {
  background-color: #f8f8fd !important;
}
.C-F8F8FD5-text {
  color: #f8f8fd;
}
.C-F8F8FD5-border {
  border-color: #f8f8fd;
}
.C-linearGradient-F8F8FD5 {
  background-image:
    linear-gradient(
      45deg,
      #f8f8fd 0%,
      #f8f8fd 99%,
      #f8f8fd 100%);
}
.C-F8F8FD0 {
  background-color: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-text {
  color: rgba(248, 248, 253, 0);
}
.C-F8F8FD0-border {
  border-color: rgba(248, 248, 253, 0);
}
.C-linearGradient-F8F8FD0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(248, 248, 253, 0) 0%,
      #f8f8fd 99%,
      rgba(248, 248, 253, 0) 100%);
}
.C-F8F8FD-fill-1 #fill1 {
  fill: #f8f8fd;
}
.C-F8F8FD-fill-1.onHover:hover #fill1,
.C-F8F8FD-fill-1:hover #fill1 {
  fill: #f8f8fd;
}
.C-F8F8FD-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD100-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD95-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD90-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD85-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD80-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD75-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD70-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD65-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD60-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD55-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD50-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD45-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD40-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD35-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD30-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD25-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD20-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD15-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD10-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD5-fill-1 #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-fill-1.onHover:hover #fill1 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-stroke-1 #stroke1 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD0-fill-1 #fill1 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-fill-1.onHover:hover #fill1 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-stroke-1 #stroke1 {
  stroke: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD-fill-2 #fill2 {
  fill: #f8f8fd;
}
.C-F8F8FD-fill-2.onHover:hover #fill2,
.C-F8F8FD-fill-2:hover #fill2 {
  fill: #f8f8fd;
}
.C-F8F8FD-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD100-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD95-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD90-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD85-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD80-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD75-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD70-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD65-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD60-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD55-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD50-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD45-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD40-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD35-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD30-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD25-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD20-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD15-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD10-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD5-fill-2 #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-fill-2.onHover:hover #fill2 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-stroke-2 #stroke2 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD0-fill-2 #fill2 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-fill-2.onHover:hover #fill2 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-stroke-2 #stroke2 {
  stroke: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD-fill-3 #fill3 {
  fill: #f8f8fd;
}
.C-F8F8FD-fill-3.onHover:hover #fill3,
.C-F8F8FD-fill-3:hover #fill3 {
  fill: #f8f8fd;
}
.C-F8F8FD-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD100-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD100-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD95-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD95-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD90-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD90-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD85-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD85-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD80-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD80-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD75-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD75-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD70-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD70-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD65-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD65-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD60-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD60-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD55-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD55-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD50-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD50-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD45-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD45-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD40-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD40-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD35-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD35-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD30-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD30-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD25-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD25-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD20-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD20-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD15-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD15-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD10-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD10-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD5-fill-3 #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-fill-3.onHover:hover #fill3 {
  fill: #f8f8fd !important;
}
.C-F8F8FD5-stroke-3 #stroke3 {
  stroke: #f8f8fd !important;
}
.C-F8F8FD0-fill-3 #fill3 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-fill-3.onHover:hover #fill3 {
  fill: rgba(248, 248, 253, 0) !important;
}
.C-F8F8FD0-stroke-3 #stroke3 {
  stroke: rgba(248, 248, 253, 0) !important;
}
.C-c1c1c7-100 {
  background-color: #c1c1c7FF !important;
}
.C-c1c1c7-100-text {
  color: #c1c1c7FF;
}
.C-c1c1c7-100-border {
  border-color: #c1c1c7FF !important;
}
.C-c1c1c7-95 {
  background-color: #c1c1c7F2 !important;
}
.C-c1c1c7-95-text {
  color: #c1c1c7F2;
}
.C-c1c1c7-95-border {
  border-color: #c1c1c7F2 !important;
}
.C-c1c1c7-90 {
  background-color: #c1c1c7E6 !important;
}
.C-c1c1c7-90-text {
  color: #c1c1c7E6;
}
.C-c1c1c7-90-border {
  border-color: #c1c1c7E6 !important;
}
.C-c1c1c7-85 {
  background-color: #c1c1c7D9 !important;
}
.C-c1c1c7-85-text {
  color: #c1c1c7D9;
}
.C-c1c1c7-85-border {
  border-color: #c1c1c7D9 !important;
}
.C-c1c1c7-80 {
  background-color: #c1c1c7CC !important;
}
.C-c1c1c7-80-text {
  color: #c1c1c7CC;
}
.C-c1c1c7-80-border {
  border-color: #c1c1c7CC !important;
}
.C-c1c1c7-75 {
  background-color: #c1c1c7BF !important;
}
.C-c1c1c7-75-text {
  color: #c1c1c7BF;
}
.C-c1c1c7-75-border {
  border-color: #c1c1c7BF !important;
}
.C-c1c1c7-70 {
  background-color: #c1c1c7B3 !important;
}
.C-c1c1c7-70-text {
  color: #c1c1c7B3;
}
.C-c1c1c7-70-border {
  border-color: #c1c1c7B3 !important;
}
.C-c1c1c7-65 {
  background-color: #c1c1c7A6 !important;
}
.C-c1c1c7-65-text {
  color: #c1c1c7A6;
}
.C-c1c1c7-65-border {
  border-color: #c1c1c7A6 !important;
}
.C-c1c1c7-60 {
  background-color: #c1c1c799 !important;
}
.C-c1c1c7-60-text {
  color: #c1c1c799;
}
.C-c1c1c7-60-border {
  border-color: #c1c1c799 !important;
}
.C-c1c1c7-55 {
  background-color: #c1c1c78C !important;
}
.C-c1c1c7-55-text {
  color: #c1c1c78C;
}
.C-c1c1c7-55-border {
  border-color: #c1c1c78C !important;
}
.C-c1c1c7-50 {
  background-color: #c1c1c780 !important;
}
.C-c1c1c7-50-text {
  color: #c1c1c780;
}
.C-c1c1c7-50-border {
  border-color: #c1c1c780 !important;
}
.C-c1c1c7-45 {
  background-color: #c1c1c773 !important;
}
.C-c1c1c7-45-text {
  color: #c1c1c773;
}
.C-c1c1c7-45-border {
  border-color: #c1c1c773 !important;
}
.C-c1c1c7-40 {
  background-color: #c1c1c766 !important;
}
.C-c1c1c7-40-text {
  color: #c1c1c766;
}
.C-c1c1c7-40-border {
  border-color: #c1c1c766 !important;
}
.C-c1c1c7-35 {
  background-color: #c1c1c759 !important;
}
.C-c1c1c7-35-text {
  color: #c1c1c759;
}
.C-c1c1c7-35-border {
  border-color: #c1c1c759 !important;
}
.C-c1c1c7-30 {
  background-color: #c1c1c74D !important;
}
.C-c1c1c7-30-text {
  color: #c1c1c74D;
}
.C-c1c1c7-30-border {
  border-color: #c1c1c74D !important;
}
.C-c1c1c7-25 {
  background-color: #c1c1c740 !important;
}
.C-c1c1c7-25-text {
  color: #c1c1c740;
}
.C-c1c1c7-25-border {
  border-color: #c1c1c740 !important;
}
.C-c1c1c7-20 {
  background-color: #c1c1c733 !important;
}
.C-c1c1c7-20-text {
  color: #c1c1c733;
}
.C-c1c1c7-20-border {
  border-color: #c1c1c733 !important;
}
.C-c1c1c7-15 {
  background-color: #c1c1c726 !important;
}
.C-c1c1c7-15-text {
  color: #c1c1c726;
}
.C-c1c1c7-15-border {
  border-color: #c1c1c726 !important;
}
.C-c1c1c7-10 {
  background-color: #c1c1c71A !important;
}
.C-c1c1c7-10-text {
  color: #c1c1c71A;
}
.C-c1c1c7-10-border {
  border-color: #c1c1c71A !important;
}
.C-c1c1c7-5 {
  background-color: #c1c1c70D !important;
}
.C-c1c1c7-5-text {
  color: #c1c1c70D;
}
.C-c1c1c7-5-border {
  border-color: #c1c1c70D !important;
}
.C-c1c1c7-0 {
  background-color: #c1c1c70 !important;
}
.C-c1c1c7-0-text {
  color: #c1c1c70;
}
.C-c1c1c7-0-border {
  border-color: #c1c1c70 !important;
}
.C-c1c1c7 {
  background-color: #c1c1c7 !important;
  --btn-background: #c1c1c7;
}
.C-c1c1c7-text {
  color: #c1c1c7;
}
.C-c1c1c7-border {
  border-color: #c1c1c7 !important;
}
@media (hover: hover) {
  .C-c1c1c7-hover-bg:hover {
    background-color: #c1c1c7 !important;
  }
}
.C-c1c1c7-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-c1c1c7-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c1c1c7;
  fill: #c1c1c7;
  stroke: #c1c1c7;
}
.C-c1c1c7-hover-text[papaTarget]:hover.f_targetText {
  color: #c1c1c7 !important;
  fill: #c1c1c7 !important;
  stroke: #c1c1c7 !important;
}
.C-c1c1c7-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-c1c1c7-hover-text[fHover]:hover {
  color: #c1c1c7 !important;
}
.C-c1c1c7-after::after,
.C-c1c1c7-after::before {
  background-color: #c1c1c7;
}
.C-c1c1c7-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c1c1c7;
  transition: box-shadow 0.2s;
}
.C-c1c1c7100 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c7100-text {
  color: #c1c1c7;
}
.C-c1c1c7100-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c7100 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c795 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c795-text {
  color: #c1c1c7;
}
.C-c1c1c795-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c795 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c790 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c790-text {
  color: #c1c1c7;
}
.C-c1c1c790-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c790 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c785 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c785-text {
  color: #c1c1c7;
}
.C-c1c1c785-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c785 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c780 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c780-text {
  color: #c1c1c7;
}
.C-c1c1c780-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c780 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c775 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c775-text {
  color: #c1c1c7;
}
.C-c1c1c775-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c775 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c770 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c770-text {
  color: #c1c1c7;
}
.C-c1c1c770-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c770 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c765 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c765-text {
  color: #c1c1c7;
}
.C-c1c1c765-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c765 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c760 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c760-text {
  color: #c1c1c7;
}
.C-c1c1c760-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c760 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c755 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c755-text {
  color: #c1c1c7;
}
.C-c1c1c755-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c755 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c750 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c750-text {
  color: #c1c1c7;
}
.C-c1c1c750-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c750 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c745 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c745-text {
  color: #c1c1c7;
}
.C-c1c1c745-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c745 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c740 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c740-text {
  color: #c1c1c7;
}
.C-c1c1c740-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c740 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c735 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c735-text {
  color: #c1c1c7;
}
.C-c1c1c735-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c735 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c730 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c730-text {
  color: #c1c1c7;
}
.C-c1c1c730-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c730 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c725 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c725-text {
  color: #c1c1c7;
}
.C-c1c1c725-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c725 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c720 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c720-text {
  color: #c1c1c7;
}
.C-c1c1c720-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c720 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c715 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c715-text {
  color: #c1c1c7;
}
.C-c1c1c715-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c715 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c710 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c710-text {
  color: #c1c1c7;
}
.C-c1c1c710-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c710 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c75 {
  background-color: #c1c1c7 !important;
}
.C-c1c1c75-text {
  color: #c1c1c7;
}
.C-c1c1c75-border {
  border-color: #c1c1c7;
}
.C-linearGradient-c1c1c75 {
  background-image:
    linear-gradient(
      45deg,
      #c1c1c7 0%,
      #c1c1c7 99%,
      #c1c1c7 100%);
}
.C-c1c1c70 {
  background-color: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-text {
  color: rgba(193, 193, 199, 0);
}
.C-c1c1c70-border {
  border-color: rgba(193, 193, 199, 0);
}
.C-linearGradient-c1c1c70 {
  background-image:
    linear-gradient(
      45deg,
      rgba(193, 193, 199, 0) 0%,
      #c1c1c7 99%,
      rgba(193, 193, 199, 0) 100%);
}
.C-c1c1c7-fill-1 #fill1 {
  fill: #c1c1c7;
}
.C-c1c1c7-fill-1.onHover:hover #fill1,
.C-c1c1c7-fill-1:hover #fill1 {
  fill: #c1c1c7;
}
.C-c1c1c7-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c7100-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c795-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c790-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c785-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c780-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c775-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c770-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c765-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c760-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c755-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c750-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c745-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c740-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c735-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c730-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c725-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c720-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c715-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c710-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c75-fill-1 #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-fill-1.onHover:hover #fill1 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-stroke-1 #stroke1 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c70-fill-1 #fill1 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-fill-1.onHover:hover #fill1 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-stroke-1 #stroke1 {
  stroke: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c7-fill-2 #fill2 {
  fill: #c1c1c7;
}
.C-c1c1c7-fill-2.onHover:hover #fill2,
.C-c1c1c7-fill-2:hover #fill2 {
  fill: #c1c1c7;
}
.C-c1c1c7-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c7100-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c795-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c790-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c785-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c780-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c775-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c770-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c765-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c760-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c755-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c750-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c745-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c740-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c735-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c730-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c725-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c720-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c715-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c710-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c75-fill-2 #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-fill-2.onHover:hover #fill2 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-stroke-2 #stroke2 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c70-fill-2 #fill2 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-fill-2.onHover:hover #fill2 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-stroke-2 #stroke2 {
  stroke: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c7-fill-3 #fill3 {
  fill: #c1c1c7;
}
.C-c1c1c7-fill-3.onHover:hover #fill3,
.C-c1c1c7-fill-3:hover #fill3 {
  fill: #c1c1c7;
}
.C-c1c1c7-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c7100-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c7100-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c795-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c795-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c790-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c790-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c785-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c785-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c780-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c780-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c775-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c775-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c770-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c770-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c765-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c765-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c760-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c760-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c755-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c755-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c750-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c750-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c745-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c745-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c740-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c740-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c735-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c735-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c730-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c730-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c725-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c725-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c720-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c720-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c715-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c715-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c710-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c710-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c75-fill-3 #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-fill-3.onHover:hover #fill3 {
  fill: #c1c1c7 !important;
}
.C-c1c1c75-stroke-3 #stroke3 {
  stroke: #c1c1c7 !important;
}
.C-c1c1c70-fill-3 #fill3 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-fill-3.onHover:hover #fill3 {
  fill: rgba(193, 193, 199, 0) !important;
}
.C-c1c1c70-stroke-3 #stroke3 {
  stroke: rgba(193, 193, 199, 0) !important;
}
.C-f3efef-100 {
  background-color: #f3efefFF !important;
}
.C-f3efef-100-text {
  color: #f3efefFF;
}
.C-f3efef-100-border {
  border-color: #f3efefFF !important;
}
.C-f3efef-95 {
  background-color: #f3efefF2 !important;
}
.C-f3efef-95-text {
  color: #f3efefF2;
}
.C-f3efef-95-border {
  border-color: #f3efefF2 !important;
}
.C-f3efef-90 {
  background-color: #f3efefE6 !important;
}
.C-f3efef-90-text {
  color: #f3efefE6;
}
.C-f3efef-90-border {
  border-color: #f3efefE6 !important;
}
.C-f3efef-85 {
  background-color: #f3efefD9 !important;
}
.C-f3efef-85-text {
  color: #f3efefD9;
}
.C-f3efef-85-border {
  border-color: #f3efefD9 !important;
}
.C-f3efef-80 {
  background-color: #f3efefCC !important;
}
.C-f3efef-80-text {
  color: #f3efefCC;
}
.C-f3efef-80-border {
  border-color: #f3efefCC !important;
}
.C-f3efef-75 {
  background-color: #f3efefBF !important;
}
.C-f3efef-75-text {
  color: #f3efefBF;
}
.C-f3efef-75-border {
  border-color: #f3efefBF !important;
}
.C-f3efef-70 {
  background-color: #f3efefB3 !important;
}
.C-f3efef-70-text {
  color: #f3efefB3;
}
.C-f3efef-70-border {
  border-color: #f3efefB3 !important;
}
.C-f3efef-65 {
  background-color: #f3efefA6 !important;
}
.C-f3efef-65-text {
  color: #f3efefA6;
}
.C-f3efef-65-border {
  border-color: #f3efefA6 !important;
}
.C-f3efef-60 {
  background-color: #f3efef99 !important;
}
.C-f3efef-60-text {
  color: #f3efef99;
}
.C-f3efef-60-border {
  border-color: #f3efef99 !important;
}
.C-f3efef-55 {
  background-color: #f3efef8C !important;
}
.C-f3efef-55-text {
  color: #f3efef8C;
}
.C-f3efef-55-border {
  border-color: #f3efef8C !important;
}
.C-f3efef-50 {
  background-color: #f3efef80 !important;
}
.C-f3efef-50-text {
  color: #f3efef80;
}
.C-f3efef-50-border {
  border-color: #f3efef80 !important;
}
.C-f3efef-45 {
  background-color: #f3efef73 !important;
}
.C-f3efef-45-text {
  color: #f3efef73;
}
.C-f3efef-45-border {
  border-color: #f3efef73 !important;
}
.C-f3efef-40 {
  background-color: #f3efef66 !important;
}
.C-f3efef-40-text {
  color: #f3efef66;
}
.C-f3efef-40-border {
  border-color: #f3efef66 !important;
}
.C-f3efef-35 {
  background-color: #f3efef59 !important;
}
.C-f3efef-35-text {
  color: #f3efef59;
}
.C-f3efef-35-border {
  border-color: #f3efef59 !important;
}
.C-f3efef-30 {
  background-color: #f3efef4D !important;
}
.C-f3efef-30-text {
  color: #f3efef4D;
}
.C-f3efef-30-border {
  border-color: #f3efef4D !important;
}
.C-f3efef-25 {
  background-color: #f3efef40 !important;
}
.C-f3efef-25-text {
  color: #f3efef40;
}
.C-f3efef-25-border {
  border-color: #f3efef40 !important;
}
.C-f3efef-20 {
  background-color: #f3efef33 !important;
}
.C-f3efef-20-text {
  color: #f3efef33;
}
.C-f3efef-20-border {
  border-color: #f3efef33 !important;
}
.C-f3efef-15 {
  background-color: #f3efef26 !important;
}
.C-f3efef-15-text {
  color: #f3efef26;
}
.C-f3efef-15-border {
  border-color: #f3efef26 !important;
}
.C-f3efef-10 {
  background-color: #f3efef1A !important;
}
.C-f3efef-10-text {
  color: #f3efef1A;
}
.C-f3efef-10-border {
  border-color: #f3efef1A !important;
}
.C-f3efef-5 {
  background-color: #f3efef0D !important;
}
.C-f3efef-5-text {
  color: #f3efef0D;
}
.C-f3efef-5-border {
  border-color: #f3efef0D !important;
}
.C-f3efef-0 {
  background-color: #f3efef0 !important;
}
.C-f3efef-0-text {
  color: #f3efef0;
}
.C-f3efef-0-border {
  border-color: #f3efef0 !important;
}
.C-f3efef {
  background-color: #f3efef !important;
  --btn-background: #f3efef;
}
.C-f3efef-text {
  color: #f3efef;
}
.C-f3efef-border {
  border-color: #f3efef !important;
}
@media (hover: hover) {
  .C-f3efef-hover-bg:hover {
    background-color: #f3efef !important;
  }
}
.C-f3efef-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-f3efef-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f3efef;
  fill: #f3efef;
  stroke: #f3efef;
}
.C-f3efef-hover-text[papaTarget]:hover.f_targetText {
  color: #f3efef !important;
  fill: #f3efef !important;
  stroke: #f3efef !important;
}
.C-f3efef-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-f3efef-hover-text[fHover]:hover {
  color: #f3efef !important;
}
.C-f3efef-after::after,
.C-f3efef-after::before {
  background-color: #f3efef;
}
.C-f3efef-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f3efef;
  transition: box-shadow 0.2s;
}
.C-f3efef100 {
  background-color: #f3efef !important;
}
.C-f3efef100-text {
  color: #f3efef;
}
.C-f3efef100-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef100 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef95 {
  background-color: #f3efef !important;
}
.C-f3efef95-text {
  color: #f3efef;
}
.C-f3efef95-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef95 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef90 {
  background-color: #f3efef !important;
}
.C-f3efef90-text {
  color: #f3efef;
}
.C-f3efef90-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef90 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef85 {
  background-color: #f3efef !important;
}
.C-f3efef85-text {
  color: #f3efef;
}
.C-f3efef85-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef85 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef80 {
  background-color: #f3efef !important;
}
.C-f3efef80-text {
  color: #f3efef;
}
.C-f3efef80-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef80 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef75 {
  background-color: #f3efef !important;
}
.C-f3efef75-text {
  color: #f3efef;
}
.C-f3efef75-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef75 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef70 {
  background-color: #f3efef !important;
}
.C-f3efef70-text {
  color: #f3efef;
}
.C-f3efef70-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef70 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef65 {
  background-color: #f3efef !important;
}
.C-f3efef65-text {
  color: #f3efef;
}
.C-f3efef65-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef65 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef60 {
  background-color: #f3efef !important;
}
.C-f3efef60-text {
  color: #f3efef;
}
.C-f3efef60-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef60 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef55 {
  background-color: #f3efef !important;
}
.C-f3efef55-text {
  color: #f3efef;
}
.C-f3efef55-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef55 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef50 {
  background-color: #f3efef !important;
}
.C-f3efef50-text {
  color: #f3efef;
}
.C-f3efef50-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef50 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef45 {
  background-color: #f3efef !important;
}
.C-f3efef45-text {
  color: #f3efef;
}
.C-f3efef45-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef45 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef40 {
  background-color: #f3efef !important;
}
.C-f3efef40-text {
  color: #f3efef;
}
.C-f3efef40-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef40 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef35 {
  background-color: #f3efef !important;
}
.C-f3efef35-text {
  color: #f3efef;
}
.C-f3efef35-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef35 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef30 {
  background-color: #f3efef !important;
}
.C-f3efef30-text {
  color: #f3efef;
}
.C-f3efef30-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef30 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef25 {
  background-color: #f3efef !important;
}
.C-f3efef25-text {
  color: #f3efef;
}
.C-f3efef25-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef25 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef20 {
  background-color: #f3efef !important;
}
.C-f3efef20-text {
  color: #f3efef;
}
.C-f3efef20-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef20 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef15 {
  background-color: #f3efef !important;
}
.C-f3efef15-text {
  color: #f3efef;
}
.C-f3efef15-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef15 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef10 {
  background-color: #f3efef !important;
}
.C-f3efef10-text {
  color: #f3efef;
}
.C-f3efef10-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef10 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef5 {
  background-color: #f3efef !important;
}
.C-f3efef5-text {
  color: #f3efef;
}
.C-f3efef5-border {
  border-color: #f3efef;
}
.C-linearGradient-f3efef5 {
  background-image:
    linear-gradient(
      45deg,
      #f3efef 0%,
      #f3efef 99%,
      #f3efef 100%);
}
.C-f3efef0 {
  background-color: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-text {
  color: rgba(243, 239, 239, 0);
}
.C-f3efef0-border {
  border-color: rgba(243, 239, 239, 0);
}
.C-linearGradient-f3efef0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(243, 239, 239, 0) 0%,
      #f3efef 99%,
      rgba(243, 239, 239, 0) 100%);
}
.C-f3efef-fill-1 #fill1 {
  fill: #f3efef;
}
.C-f3efef-fill-1.onHover:hover #fill1,
.C-f3efef-fill-1:hover #fill1 {
  fill: #f3efef;
}
.C-f3efef-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef100-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef100-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef100-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef95-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef95-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef95-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef90-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef90-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef90-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef85-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef85-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef85-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef80-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef80-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef80-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef75-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef75-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef75-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef70-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef70-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef70-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef65-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef65-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef65-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef60-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef60-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef60-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef55-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef55-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef55-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef50-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef50-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef50-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef45-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef45-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef45-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef40-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef40-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef40-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef35-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef35-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef35-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef30-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef30-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef30-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef25-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef25-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef25-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef20-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef20-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef20-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef15-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef15-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef15-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef10-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef10-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef10-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef5-fill-1 #fill1 {
  fill: #f3efef !important;
}
.C-f3efef5-fill-1.onHover:hover #fill1 {
  fill: #f3efef !important;
}
.C-f3efef5-stroke-1 #stroke1 {
  stroke: #f3efef !important;
}
.C-f3efef0-fill-1 #fill1 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-fill-1.onHover:hover #fill1 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-stroke-1 #stroke1 {
  stroke: rgba(243, 239, 239, 0) !important;
}
.C-f3efef-fill-2 #fill2 {
  fill: #f3efef;
}
.C-f3efef-fill-2.onHover:hover #fill2,
.C-f3efef-fill-2:hover #fill2 {
  fill: #f3efef;
}
.C-f3efef-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef100-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef100-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef100-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef95-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef95-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef95-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef90-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef90-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef90-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef85-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef85-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef85-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef80-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef80-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef80-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef75-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef75-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef75-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef70-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef70-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef70-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef65-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef65-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef65-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef60-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef60-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef60-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef55-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef55-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef55-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef50-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef50-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef50-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef45-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef45-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef45-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef40-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef40-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef40-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef35-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef35-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef35-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef30-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef30-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef30-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef25-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef25-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef25-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef20-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef20-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef20-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef15-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef15-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef15-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef10-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef10-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef10-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef5-fill-2 #fill2 {
  fill: #f3efef !important;
}
.C-f3efef5-fill-2.onHover:hover #fill2 {
  fill: #f3efef !important;
}
.C-f3efef5-stroke-2 #stroke2 {
  stroke: #f3efef !important;
}
.C-f3efef0-fill-2 #fill2 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-fill-2.onHover:hover #fill2 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-stroke-2 #stroke2 {
  stroke: rgba(243, 239, 239, 0) !important;
}
.C-f3efef-fill-3 #fill3 {
  fill: #f3efef;
}
.C-f3efef-fill-3.onHover:hover #fill3,
.C-f3efef-fill-3:hover #fill3 {
  fill: #f3efef;
}
.C-f3efef-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef100-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef100-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef100-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef95-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef95-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef95-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef90-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef90-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef90-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef85-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef85-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef85-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef80-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef80-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef80-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef75-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef75-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef75-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef70-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef70-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef70-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef65-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef65-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef65-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef60-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef60-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef60-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef55-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef55-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef55-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef50-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef50-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef50-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef45-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef45-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef45-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef40-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef40-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef40-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef35-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef35-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef35-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef30-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef30-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef30-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef25-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef25-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef25-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef20-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef20-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef20-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef15-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef15-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef15-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef10-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef10-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef10-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef5-fill-3 #fill3 {
  fill: #f3efef !important;
}
.C-f3efef5-fill-3.onHover:hover #fill3 {
  fill: #f3efef !important;
}
.C-f3efef5-stroke-3 #stroke3 {
  stroke: #f3efef !important;
}
.C-f3efef0-fill-3 #fill3 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-fill-3.onHover:hover #fill3 {
  fill: rgba(243, 239, 239, 0) !important;
}
.C-f3efef0-stroke-3 #stroke3 {
  stroke: rgba(243, 239, 239, 0) !important;
}
.C-ABA8A0-100 {
  background-color: #aba8a0FF !important;
}
.C-ABA8A0-100-text {
  color: #aba8a0FF;
}
.C-ABA8A0-100-border {
  border-color: #aba8a0FF !important;
}
.C-ABA8A0-95 {
  background-color: #aba8a0F2 !important;
}
.C-ABA8A0-95-text {
  color: #aba8a0F2;
}
.C-ABA8A0-95-border {
  border-color: #aba8a0F2 !important;
}
.C-ABA8A0-90 {
  background-color: #aba8a0E6 !important;
}
.C-ABA8A0-90-text {
  color: #aba8a0E6;
}
.C-ABA8A0-90-border {
  border-color: #aba8a0E6 !important;
}
.C-ABA8A0-85 {
  background-color: #aba8a0D9 !important;
}
.C-ABA8A0-85-text {
  color: #aba8a0D9;
}
.C-ABA8A0-85-border {
  border-color: #aba8a0D9 !important;
}
.C-ABA8A0-80 {
  background-color: #aba8a0CC !important;
}
.C-ABA8A0-80-text {
  color: #aba8a0CC;
}
.C-ABA8A0-80-border {
  border-color: #aba8a0CC !important;
}
.C-ABA8A0-75 {
  background-color: #aba8a0BF !important;
}
.C-ABA8A0-75-text {
  color: #aba8a0BF;
}
.C-ABA8A0-75-border {
  border-color: #aba8a0BF !important;
}
.C-ABA8A0-70 {
  background-color: #aba8a0B3 !important;
}
.C-ABA8A0-70-text {
  color: #aba8a0B3;
}
.C-ABA8A0-70-border {
  border-color: #aba8a0B3 !important;
}
.C-ABA8A0-65 {
  background-color: #aba8a0A6 !important;
}
.C-ABA8A0-65-text {
  color: #aba8a0A6;
}
.C-ABA8A0-65-border {
  border-color: #aba8a0A6 !important;
}
.C-ABA8A0-60 {
  background-color: #aba8a099 !important;
}
.C-ABA8A0-60-text {
  color: #aba8a099;
}
.C-ABA8A0-60-border {
  border-color: #aba8a099 !important;
}
.C-ABA8A0-55 {
  background-color: #aba8a08C !important;
}
.C-ABA8A0-55-text {
  color: #aba8a08C;
}
.C-ABA8A0-55-border {
  border-color: #aba8a08C !important;
}
.C-ABA8A0-50 {
  background-color: #aba8a080 !important;
}
.C-ABA8A0-50-text {
  color: #aba8a080;
}
.C-ABA8A0-50-border {
  border-color: #aba8a080 !important;
}
.C-ABA8A0-45 {
  background-color: #aba8a073 !important;
}
.C-ABA8A0-45-text {
  color: #aba8a073;
}
.C-ABA8A0-45-border {
  border-color: #aba8a073 !important;
}
.C-ABA8A0-40 {
  background-color: #aba8a066 !important;
}
.C-ABA8A0-40-text {
  color: #aba8a066;
}
.C-ABA8A0-40-border {
  border-color: #aba8a066 !important;
}
.C-ABA8A0-35 {
  background-color: #aba8a059 !important;
}
.C-ABA8A0-35-text {
  color: #aba8a059;
}
.C-ABA8A0-35-border {
  border-color: #aba8a059 !important;
}
.C-ABA8A0-30 {
  background-color: #aba8a04D !important;
}
.C-ABA8A0-30-text {
  color: #aba8a04D;
}
.C-ABA8A0-30-border {
  border-color: #aba8a04D !important;
}
.C-ABA8A0-25 {
  background-color: #aba8a040 !important;
}
.C-ABA8A0-25-text {
  color: #aba8a040;
}
.C-ABA8A0-25-border {
  border-color: #aba8a040 !important;
}
.C-ABA8A0-20 {
  background-color: #aba8a033 !important;
}
.C-ABA8A0-20-text {
  color: #aba8a033;
}
.C-ABA8A0-20-border {
  border-color: #aba8a033 !important;
}
.C-ABA8A0-15 {
  background-color: #aba8a026 !important;
}
.C-ABA8A0-15-text {
  color: #aba8a026;
}
.C-ABA8A0-15-border {
  border-color: #aba8a026 !important;
}
.C-ABA8A0-10 {
  background-color: #aba8a01A !important;
}
.C-ABA8A0-10-text {
  color: #aba8a01A;
}
.C-ABA8A0-10-border {
  border-color: #aba8a01A !important;
}
.C-ABA8A0-5 {
  background-color: #aba8a00D !important;
}
.C-ABA8A0-5-text {
  color: #aba8a00D;
}
.C-ABA8A0-5-border {
  border-color: #aba8a00D !important;
}
.C-ABA8A0-0 {
  background-color: #aba8a00 !important;
}
.C-ABA8A0-0-text {
  color: #aba8a00;
}
.C-ABA8A0-0-border {
  border-color: #aba8a00 !important;
}
.C-ABA8A0 {
  background-color: #aba8a0 !important;
  --btn-background: #aba8a0;
}
.C-ABA8A0-text {
  color: #aba8a0;
}
.C-ABA8A0-border {
  border-color: #aba8a0 !important;
}
@media (hover: hover) {
  .C-ABA8A0-hover-bg:hover {
    background-color: #aba8a0 !important;
  }
}
.C-ABA8A0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-ABA8A0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aba8a0;
  fill: #aba8a0;
  stroke: #aba8a0;
}
.C-ABA8A0-hover-text[papaTarget]:hover.f_targetText {
  color: #aba8a0 !important;
  fill: #aba8a0 !important;
  stroke: #aba8a0 !important;
}
.C-ABA8A0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-ABA8A0-hover-text[fHover]:hover {
  color: #aba8a0 !important;
}
.C-ABA8A0-after::after,
.C-ABA8A0-after::before {
  background-color: #aba8a0;
}
.C-ABA8A0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aba8a0;
  transition: box-shadow 0.2s;
}
.C-ABA8A0100 {
  background-color: #aba8a0 !important;
}
.C-ABA8A0100-text {
  color: #aba8a0;
}
.C-ABA8A0100-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A0100 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A095 {
  background-color: #aba8a0 !important;
}
.C-ABA8A095-text {
  color: #aba8a0;
}
.C-ABA8A095-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A095 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A090 {
  background-color: #aba8a0 !important;
}
.C-ABA8A090-text {
  color: #aba8a0;
}
.C-ABA8A090-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A090 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A085 {
  background-color: #aba8a0 !important;
}
.C-ABA8A085-text {
  color: #aba8a0;
}
.C-ABA8A085-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A085 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A080 {
  background-color: #aba8a0 !important;
}
.C-ABA8A080-text {
  color: #aba8a0;
}
.C-ABA8A080-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A080 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A075 {
  background-color: #aba8a0 !important;
}
.C-ABA8A075-text {
  color: #aba8a0;
}
.C-ABA8A075-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A075 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A070 {
  background-color: #aba8a0 !important;
}
.C-ABA8A070-text {
  color: #aba8a0;
}
.C-ABA8A070-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A070 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A065 {
  background-color: #aba8a0 !important;
}
.C-ABA8A065-text {
  color: #aba8a0;
}
.C-ABA8A065-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A065 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A060 {
  background-color: #aba8a0 !important;
}
.C-ABA8A060-text {
  color: #aba8a0;
}
.C-ABA8A060-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A060 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A055 {
  background-color: #aba8a0 !important;
}
.C-ABA8A055-text {
  color: #aba8a0;
}
.C-ABA8A055-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A055 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A050 {
  background-color: #aba8a0 !important;
}
.C-ABA8A050-text {
  color: #aba8a0;
}
.C-ABA8A050-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A050 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A045 {
  background-color: #aba8a0 !important;
}
.C-ABA8A045-text {
  color: #aba8a0;
}
.C-ABA8A045-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A045 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A040 {
  background-color: #aba8a0 !important;
}
.C-ABA8A040-text {
  color: #aba8a0;
}
.C-ABA8A040-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A040 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A035 {
  background-color: #aba8a0 !important;
}
.C-ABA8A035-text {
  color: #aba8a0;
}
.C-ABA8A035-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A035 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A030 {
  background-color: #aba8a0 !important;
}
.C-ABA8A030-text {
  color: #aba8a0;
}
.C-ABA8A030-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A030 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A025 {
  background-color: #aba8a0 !important;
}
.C-ABA8A025-text {
  color: #aba8a0;
}
.C-ABA8A025-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A025 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A020 {
  background-color: #aba8a0 !important;
}
.C-ABA8A020-text {
  color: #aba8a0;
}
.C-ABA8A020-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A020 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A015 {
  background-color: #aba8a0 !important;
}
.C-ABA8A015-text {
  color: #aba8a0;
}
.C-ABA8A015-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A015 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A010 {
  background-color: #aba8a0 !important;
}
.C-ABA8A010-text {
  color: #aba8a0;
}
.C-ABA8A010-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A010 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A05 {
  background-color: #aba8a0 !important;
}
.C-ABA8A05-text {
  color: #aba8a0;
}
.C-ABA8A05-border {
  border-color: #aba8a0;
}
.C-linearGradient-ABA8A05 {
  background-image:
    linear-gradient(
      45deg,
      #aba8a0 0%,
      #aba8a0 99%,
      #aba8a0 100%);
}
.C-ABA8A00 {
  background-color: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-text {
  color: rgba(171, 168, 160, 0);
}
.C-ABA8A00-border {
  border-color: rgba(171, 168, 160, 0);
}
.C-linearGradient-ABA8A00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(171, 168, 160, 0) 0%,
      #aba8a0 99%,
      rgba(171, 168, 160, 0) 100%);
}
.C-ABA8A0-fill-1 #fill1 {
  fill: #aba8a0;
}
.C-ABA8A0-fill-1.onHover:hover #fill1,
.C-ABA8A0-fill-1:hover #fill1 {
  fill: #aba8a0;
}
.C-ABA8A0-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A0100-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A095-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A090-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A085-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A080-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A075-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A070-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A065-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A060-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A055-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A050-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A045-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A040-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A035-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A030-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A025-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A020-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A015-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A010-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A05-fill-1 #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-fill-1.onHover:hover #fill1 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-stroke-1 #stroke1 {
  stroke: #aba8a0 !important;
}
.C-ABA8A00-fill-1 #fill1 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-fill-1.onHover:hover #fill1 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-stroke-1 #stroke1 {
  stroke: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A0-fill-2 #fill2 {
  fill: #aba8a0;
}
.C-ABA8A0-fill-2.onHover:hover #fill2,
.C-ABA8A0-fill-2:hover #fill2 {
  fill: #aba8a0;
}
.C-ABA8A0-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A0100-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A095-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A090-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A085-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A080-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A075-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A070-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A065-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A060-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A055-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A050-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A045-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A040-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A035-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A030-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A025-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A020-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A015-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A010-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A05-fill-2 #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-fill-2.onHover:hover #fill2 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-stroke-2 #stroke2 {
  stroke: #aba8a0 !important;
}
.C-ABA8A00-fill-2 #fill2 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-fill-2.onHover:hover #fill2 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-stroke-2 #stroke2 {
  stroke: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A0-fill-3 #fill3 {
  fill: #aba8a0;
}
.C-ABA8A0-fill-3.onHover:hover #fill3,
.C-ABA8A0-fill-3:hover #fill3 {
  fill: #aba8a0;
}
.C-ABA8A0-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A0100-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A0100-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A095-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A095-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A090-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A090-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A085-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A085-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A080-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A080-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A075-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A075-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A070-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A070-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A065-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A065-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A060-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A060-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A055-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A055-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A050-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A050-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A045-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A045-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A040-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A040-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A035-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A035-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A030-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A030-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A025-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A025-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A020-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A020-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A015-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A015-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A010-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A010-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A05-fill-3 #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-fill-3.onHover:hover #fill3 {
  fill: #aba8a0 !important;
}
.C-ABA8A05-stroke-3 #stroke3 {
  stroke: #aba8a0 !important;
}
.C-ABA8A00-fill-3 #fill3 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-fill-3.onHover:hover #fill3 {
  fill: rgba(171, 168, 160, 0) !important;
}
.C-ABA8A00-stroke-3 #stroke3 {
  stroke: rgba(171, 168, 160, 0) !important;
}
.C-8A8681-100 {
  background-color: #8a8681FF !important;
}
.C-8A8681-100-text {
  color: #8a8681FF;
}
.C-8A8681-100-border {
  border-color: #8a8681FF !important;
}
.C-8A8681-95 {
  background-color: #8a8681F2 !important;
}
.C-8A8681-95-text {
  color: #8a8681F2;
}
.C-8A8681-95-border {
  border-color: #8a8681F2 !important;
}
.C-8A8681-90 {
  background-color: #8a8681E6 !important;
}
.C-8A8681-90-text {
  color: #8a8681E6;
}
.C-8A8681-90-border {
  border-color: #8a8681E6 !important;
}
.C-8A8681-85 {
  background-color: #8a8681D9 !important;
}
.C-8A8681-85-text {
  color: #8a8681D9;
}
.C-8A8681-85-border {
  border-color: #8a8681D9 !important;
}
.C-8A8681-80 {
  background-color: #8a8681CC !important;
}
.C-8A8681-80-text {
  color: #8a8681CC;
}
.C-8A8681-80-border {
  border-color: #8a8681CC !important;
}
.C-8A8681-75 {
  background-color: #8a8681BF !important;
}
.C-8A8681-75-text {
  color: #8a8681BF;
}
.C-8A8681-75-border {
  border-color: #8a8681BF !important;
}
.C-8A8681-70 {
  background-color: #8a8681B3 !important;
}
.C-8A8681-70-text {
  color: #8a8681B3;
}
.C-8A8681-70-border {
  border-color: #8a8681B3 !important;
}
.C-8A8681-65 {
  background-color: #8a8681A6 !important;
}
.C-8A8681-65-text {
  color: #8a8681A6;
}
.C-8A8681-65-border {
  border-color: #8a8681A6 !important;
}
.C-8A8681-60 {
  background-color: #8a868199 !important;
}
.C-8A8681-60-text {
  color: #8a868199;
}
.C-8A8681-60-border {
  border-color: #8a868199 !important;
}
.C-8A8681-55 {
  background-color: #8a86818C !important;
}
.C-8A8681-55-text {
  color: #8a86818C;
}
.C-8A8681-55-border {
  border-color: #8a86818C !important;
}
.C-8A8681-50 {
  background-color: #8a868180 !important;
}
.C-8A8681-50-text {
  color: #8a868180;
}
.C-8A8681-50-border {
  border-color: #8a868180 !important;
}
.C-8A8681-45 {
  background-color: #8a868173 !important;
}
.C-8A8681-45-text {
  color: #8a868173;
}
.C-8A8681-45-border {
  border-color: #8a868173 !important;
}
.C-8A8681-40 {
  background-color: #8a868166 !important;
}
.C-8A8681-40-text {
  color: #8a868166;
}
.C-8A8681-40-border {
  border-color: #8a868166 !important;
}
.C-8A8681-35 {
  background-color: #8a868159 !important;
}
.C-8A8681-35-text {
  color: #8a868159;
}
.C-8A8681-35-border {
  border-color: #8a868159 !important;
}
.C-8A8681-30 {
  background-color: #8a86814D !important;
}
.C-8A8681-30-text {
  color: #8a86814D;
}
.C-8A8681-30-border {
  border-color: #8a86814D !important;
}
.C-8A8681-25 {
  background-color: #8a868140 !important;
}
.C-8A8681-25-text {
  color: #8a868140;
}
.C-8A8681-25-border {
  border-color: #8a868140 !important;
}
.C-8A8681-20 {
  background-color: #8a868133 !important;
}
.C-8A8681-20-text {
  color: #8a868133;
}
.C-8A8681-20-border {
  border-color: #8a868133 !important;
}
.C-8A8681-15 {
  background-color: #8a868126 !important;
}
.C-8A8681-15-text {
  color: #8a868126;
}
.C-8A8681-15-border {
  border-color: #8a868126 !important;
}
.C-8A8681-10 {
  background-color: #8a86811A !important;
}
.C-8A8681-10-text {
  color: #8a86811A;
}
.C-8A8681-10-border {
  border-color: #8a86811A !important;
}
.C-8A8681-5 {
  background-color: #8a86810D !important;
}
.C-8A8681-5-text {
  color: #8a86810D;
}
.C-8A8681-5-border {
  border-color: #8a86810D !important;
}
.C-8A8681-0 {
  background-color: #8a86810 !important;
}
.C-8A8681-0-text {
  color: #8a86810;
}
.C-8A8681-0-border {
  border-color: #8a86810 !important;
}
.C-8A8681 {
  background-color: #8a8681 !important;
  --btn-background: #8a8681;
}
.C-8A8681-text {
  color: #8a8681;
}
.C-8A8681-border {
  border-color: #8a8681 !important;
}
@media (hover: hover) {
  .C-8A8681-hover-bg:hover {
    background-color: #8a8681 !important;
  }
}
.C-8A8681-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8A8681-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8a8681;
  fill: #8a8681;
  stroke: #8a8681;
}
.C-8A8681-hover-text[papaTarget]:hover.f_targetText {
  color: #8a8681 !important;
  fill: #8a8681 !important;
  stroke: #8a8681 !important;
}
.C-8A8681-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8A8681-hover-text[fHover]:hover {
  color: #8a8681 !important;
}
.C-8A8681-after::after,
.C-8A8681-after::before {
  background-color: #8a8681;
}
.C-8A8681-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8a8681;
  transition: box-shadow 0.2s;
}
.C-8A8681100 {
  background-color: #8a8681 !important;
}
.C-8A8681100-text {
  color: #8a8681;
}
.C-8A8681100-border {
  border-color: #8a8681;
}
.C-linearGradient-8A8681100 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868195 {
  background-color: #8a8681 !important;
}
.C-8A868195-text {
  color: #8a8681;
}
.C-8A868195-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868195 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868190 {
  background-color: #8a8681 !important;
}
.C-8A868190-text {
  color: #8a8681;
}
.C-8A868190-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868190 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868185 {
  background-color: #8a8681 !important;
}
.C-8A868185-text {
  color: #8a8681;
}
.C-8A868185-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868185 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868180 {
  background-color: #8a8681 !important;
}
.C-8A868180-text {
  color: #8a8681;
}
.C-8A868180-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868180 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868175 {
  background-color: #8a8681 !important;
}
.C-8A868175-text {
  color: #8a8681;
}
.C-8A868175-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868175 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868170 {
  background-color: #8a8681 !important;
}
.C-8A868170-text {
  color: #8a8681;
}
.C-8A868170-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868170 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868165 {
  background-color: #8a8681 !important;
}
.C-8A868165-text {
  color: #8a8681;
}
.C-8A868165-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868165 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868160 {
  background-color: #8a8681 !important;
}
.C-8A868160-text {
  color: #8a8681;
}
.C-8A868160-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868160 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868155 {
  background-color: #8a8681 !important;
}
.C-8A868155-text {
  color: #8a8681;
}
.C-8A868155-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868155 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868150 {
  background-color: #8a8681 !important;
}
.C-8A868150-text {
  color: #8a8681;
}
.C-8A868150-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868150 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868145 {
  background-color: #8a8681 !important;
}
.C-8A868145-text {
  color: #8a8681;
}
.C-8A868145-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868145 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868140 {
  background-color: #8a8681 !important;
}
.C-8A868140-text {
  color: #8a8681;
}
.C-8A868140-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868140 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868135 {
  background-color: #8a8681 !important;
}
.C-8A868135-text {
  color: #8a8681;
}
.C-8A868135-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868135 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868130 {
  background-color: #8a8681 !important;
}
.C-8A868130-text {
  color: #8a8681;
}
.C-8A868130-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868130 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868125 {
  background-color: #8a8681 !important;
}
.C-8A868125-text {
  color: #8a8681;
}
.C-8A868125-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868125 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868120 {
  background-color: #8a8681 !important;
}
.C-8A868120-text {
  color: #8a8681;
}
.C-8A868120-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868120 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868115 {
  background-color: #8a8681 !important;
}
.C-8A868115-text {
  color: #8a8681;
}
.C-8A868115-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868115 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A868110 {
  background-color: #8a8681 !important;
}
.C-8A868110-text {
  color: #8a8681;
}
.C-8A868110-border {
  border-color: #8a8681;
}
.C-linearGradient-8A868110 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A86815 {
  background-color: #8a8681 !important;
}
.C-8A86815-text {
  color: #8a8681;
}
.C-8A86815-border {
  border-color: #8a8681;
}
.C-linearGradient-8A86815 {
  background-image:
    linear-gradient(
      45deg,
      #8a8681 0%,
      #8a8681 99%,
      #8a8681 100%);
}
.C-8A86810 {
  background-color: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-text {
  color: rgba(138, 134, 129, 0);
}
.C-8A86810-border {
  border-color: rgba(138, 134, 129, 0);
}
.C-linearGradient-8A86810 {
  background-image:
    linear-gradient(
      45deg,
      rgba(138, 134, 129, 0) 0%,
      #8a8681 99%,
      rgba(138, 134, 129, 0) 100%);
}
.C-8A8681-fill-1 #fill1 {
  fill: #8a8681;
}
.C-8A8681-fill-1.onHover:hover #fill1,
.C-8A8681-fill-1:hover #fill1 {
  fill: #8a8681;
}
.C-8A8681-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A8681100-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A8681100-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A8681100-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868195-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868195-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868195-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868190-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868190-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868190-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868185-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868185-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868185-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868180-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868180-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868180-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868175-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868175-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868175-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868170-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868170-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868170-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868165-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868165-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868165-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868160-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868160-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868160-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868155-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868155-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868155-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868150-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868150-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868150-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868145-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868145-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868145-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868140-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868140-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868140-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868135-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868135-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868135-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868130-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868130-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868130-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868125-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868125-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868125-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868120-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868120-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868120-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868115-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868115-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868115-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A868110-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A868110-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A868110-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A86815-fill-1 #fill1 {
  fill: #8a8681 !important;
}
.C-8A86815-fill-1.onHover:hover #fill1 {
  fill: #8a8681 !important;
}
.C-8A86815-stroke-1 #stroke1 {
  stroke: #8a8681 !important;
}
.C-8A86810-fill-1 #fill1 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-fill-1.onHover:hover #fill1 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-stroke-1 #stroke1 {
  stroke: rgba(138, 134, 129, 0) !important;
}
.C-8A8681-fill-2 #fill2 {
  fill: #8a8681;
}
.C-8A8681-fill-2.onHover:hover #fill2,
.C-8A8681-fill-2:hover #fill2 {
  fill: #8a8681;
}
.C-8A8681-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A8681100-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A8681100-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A8681100-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868195-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868195-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868195-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868190-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868190-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868190-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868185-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868185-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868185-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868180-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868180-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868180-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868175-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868175-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868175-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868170-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868170-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868170-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868165-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868165-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868165-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868160-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868160-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868160-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868155-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868155-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868155-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868150-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868150-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868150-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868145-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868145-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868145-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868140-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868140-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868140-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868135-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868135-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868135-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868130-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868130-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868130-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868125-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868125-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868125-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868120-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868120-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868120-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868115-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868115-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868115-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A868110-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A868110-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A868110-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A86815-fill-2 #fill2 {
  fill: #8a8681 !important;
}
.C-8A86815-fill-2.onHover:hover #fill2 {
  fill: #8a8681 !important;
}
.C-8A86815-stroke-2 #stroke2 {
  stroke: #8a8681 !important;
}
.C-8A86810-fill-2 #fill2 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-fill-2.onHover:hover #fill2 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-stroke-2 #stroke2 {
  stroke: rgba(138, 134, 129, 0) !important;
}
.C-8A8681-fill-3 #fill3 {
  fill: #8a8681;
}
.C-8A8681-fill-3.onHover:hover #fill3,
.C-8A8681-fill-3:hover #fill3 {
  fill: #8a8681;
}
.C-8A8681-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A8681100-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A8681100-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A8681100-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868195-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868195-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868195-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868190-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868190-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868190-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868185-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868185-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868185-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868180-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868180-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868180-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868175-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868175-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868175-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868170-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868170-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868170-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868165-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868165-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868165-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868160-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868160-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868160-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868155-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868155-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868155-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868150-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868150-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868150-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868145-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868145-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868145-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868140-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868140-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868140-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868135-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868135-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868135-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868130-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868130-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868130-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868125-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868125-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868125-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868120-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868120-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868120-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868115-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868115-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868115-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A868110-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A868110-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A868110-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A86815-fill-3 #fill3 {
  fill: #8a8681 !important;
}
.C-8A86815-fill-3.onHover:hover #fill3 {
  fill: #8a8681 !important;
}
.C-8A86815-stroke-3 #stroke3 {
  stroke: #8a8681 !important;
}
.C-8A86810-fill-3 #fill3 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-fill-3.onHover:hover #fill3 {
  fill: rgba(138, 134, 129, 0) !important;
}
.C-8A86810-stroke-3 #stroke3 {
  stroke: rgba(138, 134, 129, 0) !important;
}
.C-C4C2BC-100 {
  background-color: #c4c2bcFF !important;
}
.C-C4C2BC-100-text {
  color: #c4c2bcFF;
}
.C-C4C2BC-100-border {
  border-color: #c4c2bcFF !important;
}
.C-C4C2BC-95 {
  background-color: #c4c2bcF2 !important;
}
.C-C4C2BC-95-text {
  color: #c4c2bcF2;
}
.C-C4C2BC-95-border {
  border-color: #c4c2bcF2 !important;
}
.C-C4C2BC-90 {
  background-color: #c4c2bcE6 !important;
}
.C-C4C2BC-90-text {
  color: #c4c2bcE6;
}
.C-C4C2BC-90-border {
  border-color: #c4c2bcE6 !important;
}
.C-C4C2BC-85 {
  background-color: #c4c2bcD9 !important;
}
.C-C4C2BC-85-text {
  color: #c4c2bcD9;
}
.C-C4C2BC-85-border {
  border-color: #c4c2bcD9 !important;
}
.C-C4C2BC-80 {
  background-color: #c4c2bcCC !important;
}
.C-C4C2BC-80-text {
  color: #c4c2bcCC;
}
.C-C4C2BC-80-border {
  border-color: #c4c2bcCC !important;
}
.C-C4C2BC-75 {
  background-color: #c4c2bcBF !important;
}
.C-C4C2BC-75-text {
  color: #c4c2bcBF;
}
.C-C4C2BC-75-border {
  border-color: #c4c2bcBF !important;
}
.C-C4C2BC-70 {
  background-color: #c4c2bcB3 !important;
}
.C-C4C2BC-70-text {
  color: #c4c2bcB3;
}
.C-C4C2BC-70-border {
  border-color: #c4c2bcB3 !important;
}
.C-C4C2BC-65 {
  background-color: #c4c2bcA6 !important;
}
.C-C4C2BC-65-text {
  color: #c4c2bcA6;
}
.C-C4C2BC-65-border {
  border-color: #c4c2bcA6 !important;
}
.C-C4C2BC-60 {
  background-color: #c4c2bc99 !important;
}
.C-C4C2BC-60-text {
  color: #c4c2bc99;
}
.C-C4C2BC-60-border {
  border-color: #c4c2bc99 !important;
}
.C-C4C2BC-55 {
  background-color: #c4c2bc8C !important;
}
.C-C4C2BC-55-text {
  color: #c4c2bc8C;
}
.C-C4C2BC-55-border {
  border-color: #c4c2bc8C !important;
}
.C-C4C2BC-50 {
  background-color: #c4c2bc80 !important;
}
.C-C4C2BC-50-text {
  color: #c4c2bc80;
}
.C-C4C2BC-50-border {
  border-color: #c4c2bc80 !important;
}
.C-C4C2BC-45 {
  background-color: #c4c2bc73 !important;
}
.C-C4C2BC-45-text {
  color: #c4c2bc73;
}
.C-C4C2BC-45-border {
  border-color: #c4c2bc73 !important;
}
.C-C4C2BC-40 {
  background-color: #c4c2bc66 !important;
}
.C-C4C2BC-40-text {
  color: #c4c2bc66;
}
.C-C4C2BC-40-border {
  border-color: #c4c2bc66 !important;
}
.C-C4C2BC-35 {
  background-color: #c4c2bc59 !important;
}
.C-C4C2BC-35-text {
  color: #c4c2bc59;
}
.C-C4C2BC-35-border {
  border-color: #c4c2bc59 !important;
}
.C-C4C2BC-30 {
  background-color: #c4c2bc4D !important;
}
.C-C4C2BC-30-text {
  color: #c4c2bc4D;
}
.C-C4C2BC-30-border {
  border-color: #c4c2bc4D !important;
}
.C-C4C2BC-25 {
  background-color: #c4c2bc40 !important;
}
.C-C4C2BC-25-text {
  color: #c4c2bc40;
}
.C-C4C2BC-25-border {
  border-color: #c4c2bc40 !important;
}
.C-C4C2BC-20 {
  background-color: #c4c2bc33 !important;
}
.C-C4C2BC-20-text {
  color: #c4c2bc33;
}
.C-C4C2BC-20-border {
  border-color: #c4c2bc33 !important;
}
.C-C4C2BC-15 {
  background-color: #c4c2bc26 !important;
}
.C-C4C2BC-15-text {
  color: #c4c2bc26;
}
.C-C4C2BC-15-border {
  border-color: #c4c2bc26 !important;
}
.C-C4C2BC-10 {
  background-color: #c4c2bc1A !important;
}
.C-C4C2BC-10-text {
  color: #c4c2bc1A;
}
.C-C4C2BC-10-border {
  border-color: #c4c2bc1A !important;
}
.C-C4C2BC-5 {
  background-color: #c4c2bc0D !important;
}
.C-C4C2BC-5-text {
  color: #c4c2bc0D;
}
.C-C4C2BC-5-border {
  border-color: #c4c2bc0D !important;
}
.C-C4C2BC-0 {
  background-color: #c4c2bc0 !important;
}
.C-C4C2BC-0-text {
  color: #c4c2bc0;
}
.C-C4C2BC-0-border {
  border-color: #c4c2bc0 !important;
}
.C-C4C2BC {
  background-color: #c4c2bc !important;
  --btn-background: #c4c2bc;
}
.C-C4C2BC-text {
  color: #c4c2bc;
}
.C-C4C2BC-border {
  border-color: #c4c2bc !important;
}
@media (hover: hover) {
  .C-C4C2BC-hover-bg:hover {
    background-color: #c4c2bc !important;
  }
}
.C-C4C2BC-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-C4C2BC-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c4c2bc;
  fill: #c4c2bc;
  stroke: #c4c2bc;
}
.C-C4C2BC-hover-text[papaTarget]:hover.f_targetText {
  color: #c4c2bc !important;
  fill: #c4c2bc !important;
  stroke: #c4c2bc !important;
}
.C-C4C2BC-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-C4C2BC-hover-text[fHover]:hover {
  color: #c4c2bc !important;
}
.C-C4C2BC-after::after,
.C-C4C2BC-after::before {
  background-color: #c4c2bc;
}
.C-C4C2BC-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c4c2bc;
  transition: box-shadow 0.2s;
}
.C-C4C2BC100 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC100-text {
  color: #c4c2bc;
}
.C-C4C2BC100-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC100 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC95 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC95-text {
  color: #c4c2bc;
}
.C-C4C2BC95-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC95 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC90 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC90-text {
  color: #c4c2bc;
}
.C-C4C2BC90-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC90 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC85 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC85-text {
  color: #c4c2bc;
}
.C-C4C2BC85-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC85 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC80 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC80-text {
  color: #c4c2bc;
}
.C-C4C2BC80-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC80 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC75 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC75-text {
  color: #c4c2bc;
}
.C-C4C2BC75-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC75 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC70 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC70-text {
  color: #c4c2bc;
}
.C-C4C2BC70-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC70 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC65 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC65-text {
  color: #c4c2bc;
}
.C-C4C2BC65-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC65 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC60 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC60-text {
  color: #c4c2bc;
}
.C-C4C2BC60-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC60 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC55 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC55-text {
  color: #c4c2bc;
}
.C-C4C2BC55-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC55 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC50 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC50-text {
  color: #c4c2bc;
}
.C-C4C2BC50-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC50 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC45 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC45-text {
  color: #c4c2bc;
}
.C-C4C2BC45-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC45 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC40 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC40-text {
  color: #c4c2bc;
}
.C-C4C2BC40-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC40 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC35 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC35-text {
  color: #c4c2bc;
}
.C-C4C2BC35-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC35 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC30 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC30-text {
  color: #c4c2bc;
}
.C-C4C2BC30-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC30 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC25 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC25-text {
  color: #c4c2bc;
}
.C-C4C2BC25-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC25 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC20 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC20-text {
  color: #c4c2bc;
}
.C-C4C2BC20-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC20 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC15 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC15-text {
  color: #c4c2bc;
}
.C-C4C2BC15-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC15 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC10 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC10-text {
  color: #c4c2bc;
}
.C-C4C2BC10-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC10 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC5 {
  background-color: #c4c2bc !important;
}
.C-C4C2BC5-text {
  color: #c4c2bc;
}
.C-C4C2BC5-border {
  border-color: #c4c2bc;
}
.C-linearGradient-C4C2BC5 {
  background-image:
    linear-gradient(
      45deg,
      #c4c2bc 0%,
      #c4c2bc 99%,
      #c4c2bc 100%);
}
.C-C4C2BC0 {
  background-color: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-text {
  color: rgba(196, 194, 188, 0);
}
.C-C4C2BC0-border {
  border-color: rgba(196, 194, 188, 0);
}
.C-linearGradient-C4C2BC0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(196, 194, 188, 0) 0%,
      #c4c2bc 99%,
      rgba(196, 194, 188, 0) 100%);
}
.C-C4C2BC-fill-1 #fill1 {
  fill: #c4c2bc;
}
.C-C4C2BC-fill-1.onHover:hover #fill1,
.C-C4C2BC-fill-1:hover #fill1 {
  fill: #c4c2bc;
}
.C-C4C2BC-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC100-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC95-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC90-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC85-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC80-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC75-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC70-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC65-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC60-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC55-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC50-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC45-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC40-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC35-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC30-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC25-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC20-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC15-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC10-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC5-fill-1 #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-fill-1.onHover:hover #fill1 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-stroke-1 #stroke1 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC0-fill-1 #fill1 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-fill-1.onHover:hover #fill1 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-stroke-1 #stroke1 {
  stroke: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC-fill-2 #fill2 {
  fill: #c4c2bc;
}
.C-C4C2BC-fill-2.onHover:hover #fill2,
.C-C4C2BC-fill-2:hover #fill2 {
  fill: #c4c2bc;
}
.C-C4C2BC-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC100-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC95-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC90-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC85-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC80-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC75-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC70-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC65-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC60-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC55-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC50-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC45-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC40-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC35-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC30-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC25-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC20-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC15-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC10-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC5-fill-2 #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-fill-2.onHover:hover #fill2 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-stroke-2 #stroke2 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC0-fill-2 #fill2 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-fill-2.onHover:hover #fill2 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-stroke-2 #stroke2 {
  stroke: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC-fill-3 #fill3 {
  fill: #c4c2bc;
}
.C-C4C2BC-fill-3.onHover:hover #fill3,
.C-C4C2BC-fill-3:hover #fill3 {
  fill: #c4c2bc;
}
.C-C4C2BC-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC100-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC100-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC95-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC95-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC90-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC90-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC85-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC85-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC80-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC80-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC75-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC75-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC70-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC70-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC65-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC65-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC60-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC60-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC55-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC55-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC50-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC50-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC45-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC45-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC40-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC40-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC35-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC35-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC30-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC30-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC25-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC25-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC20-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC20-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC15-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC15-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC10-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC10-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC5-fill-3 #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-fill-3.onHover:hover #fill3 {
  fill: #c4c2bc !important;
}
.C-C4C2BC5-stroke-3 #stroke3 {
  stroke: #c4c2bc !important;
}
.C-C4C2BC0-fill-3 #fill3 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-fill-3.onHover:hover #fill3 {
  fill: rgba(196, 194, 188, 0) !important;
}
.C-C4C2BC0-stroke-3 #stroke3 {
  stroke: rgba(196, 194, 188, 0) !important;
}
.C-87CCE3-100 {
  background-color: #87cce3FF !important;
}
.C-87CCE3-100-text {
  color: #87cce3FF;
}
.C-87CCE3-100-border {
  border-color: #87cce3FF !important;
}
.C-87CCE3-95 {
  background-color: #87cce3F2 !important;
}
.C-87CCE3-95-text {
  color: #87cce3F2;
}
.C-87CCE3-95-border {
  border-color: #87cce3F2 !important;
}
.C-87CCE3-90 {
  background-color: #87cce3E6 !important;
}
.C-87CCE3-90-text {
  color: #87cce3E6;
}
.C-87CCE3-90-border {
  border-color: #87cce3E6 !important;
}
.C-87CCE3-85 {
  background-color: #87cce3D9 !important;
}
.C-87CCE3-85-text {
  color: #87cce3D9;
}
.C-87CCE3-85-border {
  border-color: #87cce3D9 !important;
}
.C-87CCE3-80 {
  background-color: #87cce3CC !important;
}
.C-87CCE3-80-text {
  color: #87cce3CC;
}
.C-87CCE3-80-border {
  border-color: #87cce3CC !important;
}
.C-87CCE3-75 {
  background-color: #87cce3BF !important;
}
.C-87CCE3-75-text {
  color: #87cce3BF;
}
.C-87CCE3-75-border {
  border-color: #87cce3BF !important;
}
.C-87CCE3-70 {
  background-color: #87cce3B3 !important;
}
.C-87CCE3-70-text {
  color: #87cce3B3;
}
.C-87CCE3-70-border {
  border-color: #87cce3B3 !important;
}
.C-87CCE3-65 {
  background-color: #87cce3A6 !important;
}
.C-87CCE3-65-text {
  color: #87cce3A6;
}
.C-87CCE3-65-border {
  border-color: #87cce3A6 !important;
}
.C-87CCE3-60 {
  background-color: #87cce399 !important;
}
.C-87CCE3-60-text {
  color: #87cce399;
}
.C-87CCE3-60-border {
  border-color: #87cce399 !important;
}
.C-87CCE3-55 {
  background-color: #87cce38C !important;
}
.C-87CCE3-55-text {
  color: #87cce38C;
}
.C-87CCE3-55-border {
  border-color: #87cce38C !important;
}
.C-87CCE3-50 {
  background-color: #87cce380 !important;
}
.C-87CCE3-50-text {
  color: #87cce380;
}
.C-87CCE3-50-border {
  border-color: #87cce380 !important;
}
.C-87CCE3-45 {
  background-color: #87cce373 !important;
}
.C-87CCE3-45-text {
  color: #87cce373;
}
.C-87CCE3-45-border {
  border-color: #87cce373 !important;
}
.C-87CCE3-40 {
  background-color: #87cce366 !important;
}
.C-87CCE3-40-text {
  color: #87cce366;
}
.C-87CCE3-40-border {
  border-color: #87cce366 !important;
}
.C-87CCE3-35 {
  background-color: #87cce359 !important;
}
.C-87CCE3-35-text {
  color: #87cce359;
}
.C-87CCE3-35-border {
  border-color: #87cce359 !important;
}
.C-87CCE3-30 {
  background-color: #87cce34D !important;
}
.C-87CCE3-30-text {
  color: #87cce34D;
}
.C-87CCE3-30-border {
  border-color: #87cce34D !important;
}
.C-87CCE3-25 {
  background-color: #87cce340 !important;
}
.C-87CCE3-25-text {
  color: #87cce340;
}
.C-87CCE3-25-border {
  border-color: #87cce340 !important;
}
.C-87CCE3-20 {
  background-color: #87cce333 !important;
}
.C-87CCE3-20-text {
  color: #87cce333;
}
.C-87CCE3-20-border {
  border-color: #87cce333 !important;
}
.C-87CCE3-15 {
  background-color: #87cce326 !important;
}
.C-87CCE3-15-text {
  color: #87cce326;
}
.C-87CCE3-15-border {
  border-color: #87cce326 !important;
}
.C-87CCE3-10 {
  background-color: #87cce31A !important;
}
.C-87CCE3-10-text {
  color: #87cce31A;
}
.C-87CCE3-10-border {
  border-color: #87cce31A !important;
}
.C-87CCE3-5 {
  background-color: #87cce30D !important;
}
.C-87CCE3-5-text {
  color: #87cce30D;
}
.C-87CCE3-5-border {
  border-color: #87cce30D !important;
}
.C-87CCE3-0 {
  background-color: #87cce30 !important;
}
.C-87CCE3-0-text {
  color: #87cce30;
}
.C-87CCE3-0-border {
  border-color: #87cce30 !important;
}
.C-87CCE3 {
  background-color: #87cce3 !important;
  --btn-background: #87cce3;
}
.C-87CCE3-text {
  color: #87cce3;
}
.C-87CCE3-border {
  border-color: #87cce3 !important;
}
@media (hover: hover) {
  .C-87CCE3-hover-bg:hover {
    background-color: #87cce3 !important;
  }
}
.C-87CCE3-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-87CCE3-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #87cce3;
  fill: #87cce3;
  stroke: #87cce3;
}
.C-87CCE3-hover-text[papaTarget]:hover.f_targetText {
  color: #87cce3 !important;
  fill: #87cce3 !important;
  stroke: #87cce3 !important;
}
.C-87CCE3-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-87CCE3-hover-text[fHover]:hover {
  color: #87cce3 !important;
}
.C-87CCE3-after::after,
.C-87CCE3-after::before {
  background-color: #87cce3;
}
.C-87CCE3-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #87cce3;
  transition: box-shadow 0.2s;
}
.C-87CCE3100 {
  background-color: #87cce3 !important;
}
.C-87CCE3100-text {
  color: #87cce3;
}
.C-87CCE3100-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE3100 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE395 {
  background-color: #87cce3 !important;
}
.C-87CCE395-text {
  color: #87cce3;
}
.C-87CCE395-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE395 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE390 {
  background-color: #87cce3 !important;
}
.C-87CCE390-text {
  color: #87cce3;
}
.C-87CCE390-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE390 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE385 {
  background-color: #87cce3 !important;
}
.C-87CCE385-text {
  color: #87cce3;
}
.C-87CCE385-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE385 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE380 {
  background-color: #87cce3 !important;
}
.C-87CCE380-text {
  color: #87cce3;
}
.C-87CCE380-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE380 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE375 {
  background-color: #87cce3 !important;
}
.C-87CCE375-text {
  color: #87cce3;
}
.C-87CCE375-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE375 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE370 {
  background-color: #87cce3 !important;
}
.C-87CCE370-text {
  color: #87cce3;
}
.C-87CCE370-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE370 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE365 {
  background-color: #87cce3 !important;
}
.C-87CCE365-text {
  color: #87cce3;
}
.C-87CCE365-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE365 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE360 {
  background-color: #87cce3 !important;
}
.C-87CCE360-text {
  color: #87cce3;
}
.C-87CCE360-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE360 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE355 {
  background-color: #87cce3 !important;
}
.C-87CCE355-text {
  color: #87cce3;
}
.C-87CCE355-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE355 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE350 {
  background-color: #87cce3 !important;
}
.C-87CCE350-text {
  color: #87cce3;
}
.C-87CCE350-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE350 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE345 {
  background-color: #87cce3 !important;
}
.C-87CCE345-text {
  color: #87cce3;
}
.C-87CCE345-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE345 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE340 {
  background-color: #87cce3 !important;
}
.C-87CCE340-text {
  color: #87cce3;
}
.C-87CCE340-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE340 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE335 {
  background-color: #87cce3 !important;
}
.C-87CCE335-text {
  color: #87cce3;
}
.C-87CCE335-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE335 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE330 {
  background-color: #87cce3 !important;
}
.C-87CCE330-text {
  color: #87cce3;
}
.C-87CCE330-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE330 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE325 {
  background-color: #87cce3 !important;
}
.C-87CCE325-text {
  color: #87cce3;
}
.C-87CCE325-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE325 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE320 {
  background-color: #87cce3 !important;
}
.C-87CCE320-text {
  color: #87cce3;
}
.C-87CCE320-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE320 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE315 {
  background-color: #87cce3 !important;
}
.C-87CCE315-text {
  color: #87cce3;
}
.C-87CCE315-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE315 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE310 {
  background-color: #87cce3 !important;
}
.C-87CCE310-text {
  color: #87cce3;
}
.C-87CCE310-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE310 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE35 {
  background-color: #87cce3 !important;
}
.C-87CCE35-text {
  color: #87cce3;
}
.C-87CCE35-border {
  border-color: #87cce3;
}
.C-linearGradient-87CCE35 {
  background-image:
    linear-gradient(
      45deg,
      #87cce3 0%,
      #87cce3 99%,
      #87cce3 100%);
}
.C-87CCE30 {
  background-color: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-text {
  color: rgba(135, 204, 227, 0);
}
.C-87CCE30-border {
  border-color: rgba(135, 204, 227, 0);
}
.C-linearGradient-87CCE30 {
  background-image:
    linear-gradient(
      45deg,
      rgba(135, 204, 227, 0) 0%,
      #87cce3 99%,
      rgba(135, 204, 227, 0) 100%);
}
.C-87CCE3-fill-1 #fill1 {
  fill: #87cce3;
}
.C-87CCE3-fill-1.onHover:hover #fill1,
.C-87CCE3-fill-1:hover #fill1 {
  fill: #87cce3;
}
.C-87CCE3-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE3100-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE3100-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE3100-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE395-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE395-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE395-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE390-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE390-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE390-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE385-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE385-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE385-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE380-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE380-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE380-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE375-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE375-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE375-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE370-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE370-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE370-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE365-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE365-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE365-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE360-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE360-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE360-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE355-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE355-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE355-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE350-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE350-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE350-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE345-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE345-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE345-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE340-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE340-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE340-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE335-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE335-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE335-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE330-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE330-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE330-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE325-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE325-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE325-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE320-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE320-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE320-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE315-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE315-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE315-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE310-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE310-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE310-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE35-fill-1 #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE35-fill-1.onHover:hover #fill1 {
  fill: #87cce3 !important;
}
.C-87CCE35-stroke-1 #stroke1 {
  stroke: #87cce3 !important;
}
.C-87CCE30-fill-1 #fill1 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-fill-1.onHover:hover #fill1 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-stroke-1 #stroke1 {
  stroke: rgba(135, 204, 227, 0) !important;
}
.C-87CCE3-fill-2 #fill2 {
  fill: #87cce3;
}
.C-87CCE3-fill-2.onHover:hover #fill2,
.C-87CCE3-fill-2:hover #fill2 {
  fill: #87cce3;
}
.C-87CCE3-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE3100-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE3100-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE3100-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE395-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE395-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE395-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE390-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE390-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE390-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE385-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE385-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE385-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE380-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE380-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE380-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE375-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE375-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE375-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE370-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE370-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE370-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE365-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE365-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE365-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE360-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE360-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE360-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE355-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE355-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE355-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE350-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE350-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE350-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE345-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE345-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE345-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE340-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE340-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE340-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE335-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE335-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE335-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE330-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE330-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE330-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE325-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE325-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE325-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE320-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE320-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE320-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE315-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE315-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE315-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE310-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE310-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE310-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE35-fill-2 #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE35-fill-2.onHover:hover #fill2 {
  fill: #87cce3 !important;
}
.C-87CCE35-stroke-2 #stroke2 {
  stroke: #87cce3 !important;
}
.C-87CCE30-fill-2 #fill2 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-fill-2.onHover:hover #fill2 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-stroke-2 #stroke2 {
  stroke: rgba(135, 204, 227, 0) !important;
}
.C-87CCE3-fill-3 #fill3 {
  fill: #87cce3;
}
.C-87CCE3-fill-3.onHover:hover #fill3,
.C-87CCE3-fill-3:hover #fill3 {
  fill: #87cce3;
}
.C-87CCE3-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE3100-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE3100-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE3100-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE395-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE395-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE395-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE390-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE390-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE390-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE385-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE385-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE385-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE380-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE380-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE380-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE375-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE375-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE375-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE370-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE370-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE370-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE365-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE365-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE365-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE360-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE360-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE360-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE355-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE355-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE355-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE350-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE350-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE350-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE345-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE345-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE345-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE340-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE340-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE340-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE335-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE335-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE335-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE330-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE330-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE330-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE325-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE325-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE325-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE320-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE320-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE320-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE315-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE315-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE315-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE310-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE310-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE310-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE35-fill-3 #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE35-fill-3.onHover:hover #fill3 {
  fill: #87cce3 !important;
}
.C-87CCE35-stroke-3 #stroke3 {
  stroke: #87cce3 !important;
}
.C-87CCE30-fill-3 #fill3 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-fill-3.onHover:hover #fill3 {
  fill: rgba(135, 204, 227, 0) !important;
}
.C-87CCE30-stroke-3 #stroke3 {
  stroke: rgba(135, 204, 227, 0) !important;
}
.C-65A3BA-100 {
  background-color: #65a3baFF !important;
}
.C-65A3BA-100-text {
  color: #65a3baFF;
}
.C-65A3BA-100-border {
  border-color: #65a3baFF !important;
}
.C-65A3BA-95 {
  background-color: #65a3baF2 !important;
}
.C-65A3BA-95-text {
  color: #65a3baF2;
}
.C-65A3BA-95-border {
  border-color: #65a3baF2 !important;
}
.C-65A3BA-90 {
  background-color: #65a3baE6 !important;
}
.C-65A3BA-90-text {
  color: #65a3baE6;
}
.C-65A3BA-90-border {
  border-color: #65a3baE6 !important;
}
.C-65A3BA-85 {
  background-color: #65a3baD9 !important;
}
.C-65A3BA-85-text {
  color: #65a3baD9;
}
.C-65A3BA-85-border {
  border-color: #65a3baD9 !important;
}
.C-65A3BA-80 {
  background-color: #65a3baCC !important;
}
.C-65A3BA-80-text {
  color: #65a3baCC;
}
.C-65A3BA-80-border {
  border-color: #65a3baCC !important;
}
.C-65A3BA-75 {
  background-color: #65a3baBF !important;
}
.C-65A3BA-75-text {
  color: #65a3baBF;
}
.C-65A3BA-75-border {
  border-color: #65a3baBF !important;
}
.C-65A3BA-70 {
  background-color: #65a3baB3 !important;
}
.C-65A3BA-70-text {
  color: #65a3baB3;
}
.C-65A3BA-70-border {
  border-color: #65a3baB3 !important;
}
.C-65A3BA-65 {
  background-color: #65a3baA6 !important;
}
.C-65A3BA-65-text {
  color: #65a3baA6;
}
.C-65A3BA-65-border {
  border-color: #65a3baA6 !important;
}
.C-65A3BA-60 {
  background-color: #65a3ba99 !important;
}
.C-65A3BA-60-text {
  color: #65a3ba99;
}
.C-65A3BA-60-border {
  border-color: #65a3ba99 !important;
}
.C-65A3BA-55 {
  background-color: #65a3ba8C !important;
}
.C-65A3BA-55-text {
  color: #65a3ba8C;
}
.C-65A3BA-55-border {
  border-color: #65a3ba8C !important;
}
.C-65A3BA-50 {
  background-color: #65a3ba80 !important;
}
.C-65A3BA-50-text {
  color: #65a3ba80;
}
.C-65A3BA-50-border {
  border-color: #65a3ba80 !important;
}
.C-65A3BA-45 {
  background-color: #65a3ba73 !important;
}
.C-65A3BA-45-text {
  color: #65a3ba73;
}
.C-65A3BA-45-border {
  border-color: #65a3ba73 !important;
}
.C-65A3BA-40 {
  background-color: #65a3ba66 !important;
}
.C-65A3BA-40-text {
  color: #65a3ba66;
}
.C-65A3BA-40-border {
  border-color: #65a3ba66 !important;
}
.C-65A3BA-35 {
  background-color: #65a3ba59 !important;
}
.C-65A3BA-35-text {
  color: #65a3ba59;
}
.C-65A3BA-35-border {
  border-color: #65a3ba59 !important;
}
.C-65A3BA-30 {
  background-color: #65a3ba4D !important;
}
.C-65A3BA-30-text {
  color: #65a3ba4D;
}
.C-65A3BA-30-border {
  border-color: #65a3ba4D !important;
}
.C-65A3BA-25 {
  background-color: #65a3ba40 !important;
}
.C-65A3BA-25-text {
  color: #65a3ba40;
}
.C-65A3BA-25-border {
  border-color: #65a3ba40 !important;
}
.C-65A3BA-20 {
  background-color: #65a3ba33 !important;
}
.C-65A3BA-20-text {
  color: #65a3ba33;
}
.C-65A3BA-20-border {
  border-color: #65a3ba33 !important;
}
.C-65A3BA-15 {
  background-color: #65a3ba26 !important;
}
.C-65A3BA-15-text {
  color: #65a3ba26;
}
.C-65A3BA-15-border {
  border-color: #65a3ba26 !important;
}
.C-65A3BA-10 {
  background-color: #65a3ba1A !important;
}
.C-65A3BA-10-text {
  color: #65a3ba1A;
}
.C-65A3BA-10-border {
  border-color: #65a3ba1A !important;
}
.C-65A3BA-5 {
  background-color: #65a3ba0D !important;
}
.C-65A3BA-5-text {
  color: #65a3ba0D;
}
.C-65A3BA-5-border {
  border-color: #65a3ba0D !important;
}
.C-65A3BA-0 {
  background-color: #65a3ba0 !important;
}
.C-65A3BA-0-text {
  color: #65a3ba0;
}
.C-65A3BA-0-border {
  border-color: #65a3ba0 !important;
}
.C-65A3BA {
  background-color: #65a3ba !important;
  --btn-background: #65a3ba;
}
.C-65A3BA-text {
  color: #65a3ba;
}
.C-65A3BA-border {
  border-color: #65a3ba !important;
}
@media (hover: hover) {
  .C-65A3BA-hover-bg:hover {
    background-color: #65a3ba !important;
  }
}
.C-65A3BA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-65A3BA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #65a3ba;
  fill: #65a3ba;
  stroke: #65a3ba;
}
.C-65A3BA-hover-text[papaTarget]:hover.f_targetText {
  color: #65a3ba !important;
  fill: #65a3ba !important;
  stroke: #65a3ba !important;
}
.C-65A3BA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-65A3BA-hover-text[fHover]:hover {
  color: #65a3ba !important;
}
.C-65A3BA-after::after,
.C-65A3BA-after::before {
  background-color: #65a3ba;
}
.C-65A3BA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #65a3ba;
  transition: box-shadow 0.2s;
}
.C-65A3BA100 {
  background-color: #65a3ba !important;
}
.C-65A3BA100-text {
  color: #65a3ba;
}
.C-65A3BA100-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA100 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA95 {
  background-color: #65a3ba !important;
}
.C-65A3BA95-text {
  color: #65a3ba;
}
.C-65A3BA95-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA95 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA90 {
  background-color: #65a3ba !important;
}
.C-65A3BA90-text {
  color: #65a3ba;
}
.C-65A3BA90-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA90 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA85 {
  background-color: #65a3ba !important;
}
.C-65A3BA85-text {
  color: #65a3ba;
}
.C-65A3BA85-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA85 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA80 {
  background-color: #65a3ba !important;
}
.C-65A3BA80-text {
  color: #65a3ba;
}
.C-65A3BA80-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA80 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA75 {
  background-color: #65a3ba !important;
}
.C-65A3BA75-text {
  color: #65a3ba;
}
.C-65A3BA75-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA75 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA70 {
  background-color: #65a3ba !important;
}
.C-65A3BA70-text {
  color: #65a3ba;
}
.C-65A3BA70-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA70 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA65 {
  background-color: #65a3ba !important;
}
.C-65A3BA65-text {
  color: #65a3ba;
}
.C-65A3BA65-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA65 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA60 {
  background-color: #65a3ba !important;
}
.C-65A3BA60-text {
  color: #65a3ba;
}
.C-65A3BA60-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA60 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA55 {
  background-color: #65a3ba !important;
}
.C-65A3BA55-text {
  color: #65a3ba;
}
.C-65A3BA55-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA55 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA50 {
  background-color: #65a3ba !important;
}
.C-65A3BA50-text {
  color: #65a3ba;
}
.C-65A3BA50-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA50 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA45 {
  background-color: #65a3ba !important;
}
.C-65A3BA45-text {
  color: #65a3ba;
}
.C-65A3BA45-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA45 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA40 {
  background-color: #65a3ba !important;
}
.C-65A3BA40-text {
  color: #65a3ba;
}
.C-65A3BA40-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA40 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA35 {
  background-color: #65a3ba !important;
}
.C-65A3BA35-text {
  color: #65a3ba;
}
.C-65A3BA35-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA35 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA30 {
  background-color: #65a3ba !important;
}
.C-65A3BA30-text {
  color: #65a3ba;
}
.C-65A3BA30-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA30 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA25 {
  background-color: #65a3ba !important;
}
.C-65A3BA25-text {
  color: #65a3ba;
}
.C-65A3BA25-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA25 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA20 {
  background-color: #65a3ba !important;
}
.C-65A3BA20-text {
  color: #65a3ba;
}
.C-65A3BA20-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA20 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA15 {
  background-color: #65a3ba !important;
}
.C-65A3BA15-text {
  color: #65a3ba;
}
.C-65A3BA15-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA15 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA10 {
  background-color: #65a3ba !important;
}
.C-65A3BA10-text {
  color: #65a3ba;
}
.C-65A3BA10-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA10 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA5 {
  background-color: #65a3ba !important;
}
.C-65A3BA5-text {
  color: #65a3ba;
}
.C-65A3BA5-border {
  border-color: #65a3ba;
}
.C-linearGradient-65A3BA5 {
  background-image:
    linear-gradient(
      45deg,
      #65a3ba 0%,
      #65a3ba 99%,
      #65a3ba 100%);
}
.C-65A3BA0 {
  background-color: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-text {
  color: rgba(101, 163, 186, 0);
}
.C-65A3BA0-border {
  border-color: rgba(101, 163, 186, 0);
}
.C-linearGradient-65A3BA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(101, 163, 186, 0) 0%,
      #65a3ba 99%,
      rgba(101, 163, 186, 0) 100%);
}
.C-65A3BA-fill-1 #fill1 {
  fill: #65a3ba;
}
.C-65A3BA-fill-1.onHover:hover #fill1,
.C-65A3BA-fill-1:hover #fill1 {
  fill: #65a3ba;
}
.C-65A3BA-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA100-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA100-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA100-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA95-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA95-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA95-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA90-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA90-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA90-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA85-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA85-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA85-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA80-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA80-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA80-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA75-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA75-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA75-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA70-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA70-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA70-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA65-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA65-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA65-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA60-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA60-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA60-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA55-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA55-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA55-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA50-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA50-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA50-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA45-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA45-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA45-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA40-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA40-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA40-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA35-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA35-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA35-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA30-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA30-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA30-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA25-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA25-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA25-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA20-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA20-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA20-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA15-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA15-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA15-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA10-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA10-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA10-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA5-fill-1 #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA5-fill-1.onHover:hover #fill1 {
  fill: #65a3ba !important;
}
.C-65A3BA5-stroke-1 #stroke1 {
  stroke: #65a3ba !important;
}
.C-65A3BA0-fill-1 #fill1 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-fill-1.onHover:hover #fill1 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-stroke-1 #stroke1 {
  stroke: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA-fill-2 #fill2 {
  fill: #65a3ba;
}
.C-65A3BA-fill-2.onHover:hover #fill2,
.C-65A3BA-fill-2:hover #fill2 {
  fill: #65a3ba;
}
.C-65A3BA-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA100-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA100-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA100-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA95-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA95-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA95-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA90-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA90-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA90-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA85-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA85-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA85-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA80-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA80-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA80-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA75-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA75-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA75-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA70-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA70-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA70-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA65-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA65-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA65-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA60-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA60-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA60-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA55-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA55-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA55-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA50-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA50-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA50-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA45-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA45-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA45-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA40-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA40-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA40-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA35-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA35-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA35-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA30-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA30-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA30-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA25-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA25-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA25-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA20-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA20-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA20-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA15-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA15-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA15-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA10-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA10-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA10-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA5-fill-2 #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA5-fill-2.onHover:hover #fill2 {
  fill: #65a3ba !important;
}
.C-65A3BA5-stroke-2 #stroke2 {
  stroke: #65a3ba !important;
}
.C-65A3BA0-fill-2 #fill2 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-fill-2.onHover:hover #fill2 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-stroke-2 #stroke2 {
  stroke: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA-fill-3 #fill3 {
  fill: #65a3ba;
}
.C-65A3BA-fill-3.onHover:hover #fill3,
.C-65A3BA-fill-3:hover #fill3 {
  fill: #65a3ba;
}
.C-65A3BA-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA100-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA100-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA100-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA95-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA95-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA95-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA90-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA90-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA90-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA85-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA85-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA85-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA80-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA80-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA80-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA75-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA75-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA75-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA70-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA70-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA70-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA65-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA65-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA65-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA60-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA60-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA60-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA55-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA55-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA55-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA50-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA50-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA50-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA45-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA45-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA45-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA40-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA40-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA40-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA35-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA35-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA35-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA30-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA30-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA30-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA25-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA25-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA25-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA20-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA20-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA20-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA15-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA15-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA15-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA10-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA10-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA10-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA5-fill-3 #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA5-fill-3.onHover:hover #fill3 {
  fill: #65a3ba !important;
}
.C-65A3BA5-stroke-3 #stroke3 {
  stroke: #65a3ba !important;
}
.C-65A3BA0-fill-3 #fill3 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-fill-3.onHover:hover #fill3 {
  fill: rgba(101, 163, 186, 0) !important;
}
.C-65A3BA0-stroke-3 #stroke3 {
  stroke: rgba(101, 163, 186, 0) !important;
}
.C-AAE5FA-100 {
  background-color: #aae5faFF !important;
}
.C-AAE5FA-100-text {
  color: #aae5faFF;
}
.C-AAE5FA-100-border {
  border-color: #aae5faFF !important;
}
.C-AAE5FA-95 {
  background-color: #aae5faF2 !important;
}
.C-AAE5FA-95-text {
  color: #aae5faF2;
}
.C-AAE5FA-95-border {
  border-color: #aae5faF2 !important;
}
.C-AAE5FA-90 {
  background-color: #aae5faE6 !important;
}
.C-AAE5FA-90-text {
  color: #aae5faE6;
}
.C-AAE5FA-90-border {
  border-color: #aae5faE6 !important;
}
.C-AAE5FA-85 {
  background-color: #aae5faD9 !important;
}
.C-AAE5FA-85-text {
  color: #aae5faD9;
}
.C-AAE5FA-85-border {
  border-color: #aae5faD9 !important;
}
.C-AAE5FA-80 {
  background-color: #aae5faCC !important;
}
.C-AAE5FA-80-text {
  color: #aae5faCC;
}
.C-AAE5FA-80-border {
  border-color: #aae5faCC !important;
}
.C-AAE5FA-75 {
  background-color: #aae5faBF !important;
}
.C-AAE5FA-75-text {
  color: #aae5faBF;
}
.C-AAE5FA-75-border {
  border-color: #aae5faBF !important;
}
.C-AAE5FA-70 {
  background-color: #aae5faB3 !important;
}
.C-AAE5FA-70-text {
  color: #aae5faB3;
}
.C-AAE5FA-70-border {
  border-color: #aae5faB3 !important;
}
.C-AAE5FA-65 {
  background-color: #aae5faA6 !important;
}
.C-AAE5FA-65-text {
  color: #aae5faA6;
}
.C-AAE5FA-65-border {
  border-color: #aae5faA6 !important;
}
.C-AAE5FA-60 {
  background-color: #aae5fa99 !important;
}
.C-AAE5FA-60-text {
  color: #aae5fa99;
}
.C-AAE5FA-60-border {
  border-color: #aae5fa99 !important;
}
.C-AAE5FA-55 {
  background-color: #aae5fa8C !important;
}
.C-AAE5FA-55-text {
  color: #aae5fa8C;
}
.C-AAE5FA-55-border {
  border-color: #aae5fa8C !important;
}
.C-AAE5FA-50 {
  background-color: #aae5fa80 !important;
}
.C-AAE5FA-50-text {
  color: #aae5fa80;
}
.C-AAE5FA-50-border {
  border-color: #aae5fa80 !important;
}
.C-AAE5FA-45 {
  background-color: #aae5fa73 !important;
}
.C-AAE5FA-45-text {
  color: #aae5fa73;
}
.C-AAE5FA-45-border {
  border-color: #aae5fa73 !important;
}
.C-AAE5FA-40 {
  background-color: #aae5fa66 !important;
}
.C-AAE5FA-40-text {
  color: #aae5fa66;
}
.C-AAE5FA-40-border {
  border-color: #aae5fa66 !important;
}
.C-AAE5FA-35 {
  background-color: #aae5fa59 !important;
}
.C-AAE5FA-35-text {
  color: #aae5fa59;
}
.C-AAE5FA-35-border {
  border-color: #aae5fa59 !important;
}
.C-AAE5FA-30 {
  background-color: #aae5fa4D !important;
}
.C-AAE5FA-30-text {
  color: #aae5fa4D;
}
.C-AAE5FA-30-border {
  border-color: #aae5fa4D !important;
}
.C-AAE5FA-25 {
  background-color: #aae5fa40 !important;
}
.C-AAE5FA-25-text {
  color: #aae5fa40;
}
.C-AAE5FA-25-border {
  border-color: #aae5fa40 !important;
}
.C-AAE5FA-20 {
  background-color: #aae5fa33 !important;
}
.C-AAE5FA-20-text {
  color: #aae5fa33;
}
.C-AAE5FA-20-border {
  border-color: #aae5fa33 !important;
}
.C-AAE5FA-15 {
  background-color: #aae5fa26 !important;
}
.C-AAE5FA-15-text {
  color: #aae5fa26;
}
.C-AAE5FA-15-border {
  border-color: #aae5fa26 !important;
}
.C-AAE5FA-10 {
  background-color: #aae5fa1A !important;
}
.C-AAE5FA-10-text {
  color: #aae5fa1A;
}
.C-AAE5FA-10-border {
  border-color: #aae5fa1A !important;
}
.C-AAE5FA-5 {
  background-color: #aae5fa0D !important;
}
.C-AAE5FA-5-text {
  color: #aae5fa0D;
}
.C-AAE5FA-5-border {
  border-color: #aae5fa0D !important;
}
.C-AAE5FA-0 {
  background-color: #aae5fa0 !important;
}
.C-AAE5FA-0-text {
  color: #aae5fa0;
}
.C-AAE5FA-0-border {
  border-color: #aae5fa0 !important;
}
.C-AAE5FA {
  background-color: #aae5fa !important;
  --btn-background: #aae5fa;
}
.C-AAE5FA-text {
  color: #aae5fa;
}
.C-AAE5FA-border {
  border-color: #aae5fa !important;
}
@media (hover: hover) {
  .C-AAE5FA-hover-bg:hover {
    background-color: #aae5fa !important;
  }
}
.C-AAE5FA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AAE5FA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aae5fa;
  fill: #aae5fa;
  stroke: #aae5fa;
}
.C-AAE5FA-hover-text[papaTarget]:hover.f_targetText {
  color: #aae5fa !important;
  fill: #aae5fa !important;
  stroke: #aae5fa !important;
}
.C-AAE5FA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AAE5FA-hover-text[fHover]:hover {
  color: #aae5fa !important;
}
.C-AAE5FA-after::after,
.C-AAE5FA-after::before {
  background-color: #aae5fa;
}
.C-AAE5FA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aae5fa;
  transition: box-shadow 0.2s;
}
.C-AAE5FA100 {
  background-color: #aae5fa !important;
}
.C-AAE5FA100-text {
  color: #aae5fa;
}
.C-AAE5FA100-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA100 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA95 {
  background-color: #aae5fa !important;
}
.C-AAE5FA95-text {
  color: #aae5fa;
}
.C-AAE5FA95-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA95 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA90 {
  background-color: #aae5fa !important;
}
.C-AAE5FA90-text {
  color: #aae5fa;
}
.C-AAE5FA90-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA90 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA85 {
  background-color: #aae5fa !important;
}
.C-AAE5FA85-text {
  color: #aae5fa;
}
.C-AAE5FA85-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA85 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA80 {
  background-color: #aae5fa !important;
}
.C-AAE5FA80-text {
  color: #aae5fa;
}
.C-AAE5FA80-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA80 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA75 {
  background-color: #aae5fa !important;
}
.C-AAE5FA75-text {
  color: #aae5fa;
}
.C-AAE5FA75-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA75 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA70 {
  background-color: #aae5fa !important;
}
.C-AAE5FA70-text {
  color: #aae5fa;
}
.C-AAE5FA70-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA70 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA65 {
  background-color: #aae5fa !important;
}
.C-AAE5FA65-text {
  color: #aae5fa;
}
.C-AAE5FA65-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA65 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA60 {
  background-color: #aae5fa !important;
}
.C-AAE5FA60-text {
  color: #aae5fa;
}
.C-AAE5FA60-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA60 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA55 {
  background-color: #aae5fa !important;
}
.C-AAE5FA55-text {
  color: #aae5fa;
}
.C-AAE5FA55-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA55 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA50 {
  background-color: #aae5fa !important;
}
.C-AAE5FA50-text {
  color: #aae5fa;
}
.C-AAE5FA50-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA50 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA45 {
  background-color: #aae5fa !important;
}
.C-AAE5FA45-text {
  color: #aae5fa;
}
.C-AAE5FA45-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA45 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA40 {
  background-color: #aae5fa !important;
}
.C-AAE5FA40-text {
  color: #aae5fa;
}
.C-AAE5FA40-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA40 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA35 {
  background-color: #aae5fa !important;
}
.C-AAE5FA35-text {
  color: #aae5fa;
}
.C-AAE5FA35-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA35 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA30 {
  background-color: #aae5fa !important;
}
.C-AAE5FA30-text {
  color: #aae5fa;
}
.C-AAE5FA30-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA30 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA25 {
  background-color: #aae5fa !important;
}
.C-AAE5FA25-text {
  color: #aae5fa;
}
.C-AAE5FA25-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA25 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA20 {
  background-color: #aae5fa !important;
}
.C-AAE5FA20-text {
  color: #aae5fa;
}
.C-AAE5FA20-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA20 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA15 {
  background-color: #aae5fa !important;
}
.C-AAE5FA15-text {
  color: #aae5fa;
}
.C-AAE5FA15-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA15 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA10 {
  background-color: #aae5fa !important;
}
.C-AAE5FA10-text {
  color: #aae5fa;
}
.C-AAE5FA10-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA10 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA5 {
  background-color: #aae5fa !important;
}
.C-AAE5FA5-text {
  color: #aae5fa;
}
.C-AAE5FA5-border {
  border-color: #aae5fa;
}
.C-linearGradient-AAE5FA5 {
  background-image:
    linear-gradient(
      45deg,
      #aae5fa 0%,
      #aae5fa 99%,
      #aae5fa 100%);
}
.C-AAE5FA0 {
  background-color: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-text {
  color: rgba(170, 229, 250, 0);
}
.C-AAE5FA0-border {
  border-color: rgba(170, 229, 250, 0);
}
.C-linearGradient-AAE5FA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(170, 229, 250, 0) 0%,
      #aae5fa 99%,
      rgba(170, 229, 250, 0) 100%);
}
.C-AAE5FA-fill-1 #fill1 {
  fill: #aae5fa;
}
.C-AAE5FA-fill-1.onHover:hover #fill1,
.C-AAE5FA-fill-1:hover #fill1 {
  fill: #aae5fa;
}
.C-AAE5FA-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA100-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA95-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA90-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA85-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA80-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA75-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA70-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA65-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA60-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA55-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA50-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA45-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA40-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA35-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA30-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA25-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA20-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA15-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA10-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA5-fill-1 #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-fill-1.onHover:hover #fill1 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-stroke-1 #stroke1 {
  stroke: #aae5fa !important;
}
.C-AAE5FA0-fill-1 #fill1 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-fill-1.onHover:hover #fill1 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-stroke-1 #stroke1 {
  stroke: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA-fill-2 #fill2 {
  fill: #aae5fa;
}
.C-AAE5FA-fill-2.onHover:hover #fill2,
.C-AAE5FA-fill-2:hover #fill2 {
  fill: #aae5fa;
}
.C-AAE5FA-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA100-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA95-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA90-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA85-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA80-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA75-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA70-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA65-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA60-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA55-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA50-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA45-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA40-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA35-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA30-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA25-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA20-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA15-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA10-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA5-fill-2 #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-fill-2.onHover:hover #fill2 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-stroke-2 #stroke2 {
  stroke: #aae5fa !important;
}
.C-AAE5FA0-fill-2 #fill2 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-fill-2.onHover:hover #fill2 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-stroke-2 #stroke2 {
  stroke: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA-fill-3 #fill3 {
  fill: #aae5fa;
}
.C-AAE5FA-fill-3.onHover:hover #fill3,
.C-AAE5FA-fill-3:hover #fill3 {
  fill: #aae5fa;
}
.C-AAE5FA-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA100-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA100-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA95-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA95-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA90-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA90-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA85-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA85-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA80-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA80-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA75-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA75-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA70-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA70-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA65-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA65-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA60-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA60-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA55-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA55-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA50-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA50-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA45-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA45-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA40-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA40-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA35-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA35-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA30-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA30-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA25-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA25-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA20-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA20-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA15-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA15-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA10-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA10-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA5-fill-3 #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-fill-3.onHover:hover #fill3 {
  fill: #aae5fa !important;
}
.C-AAE5FA5-stroke-3 #stroke3 {
  stroke: #aae5fa !important;
}
.C-AAE5FA0-fill-3 #fill3 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-fill-3.onHover:hover #fill3 {
  fill: rgba(170, 229, 250, 0) !important;
}
.C-AAE5FA0-stroke-3 #stroke3 {
  stroke: rgba(170, 229, 250, 0) !important;
}
.C-3811D0-100 {
  background-color: #3811d0FF !important;
}
.C-3811D0-100-text {
  color: #3811d0FF;
}
.C-3811D0-100-border {
  border-color: #3811d0FF !important;
}
.C-3811D0-95 {
  background-color: #3811d0F2 !important;
}
.C-3811D0-95-text {
  color: #3811d0F2;
}
.C-3811D0-95-border {
  border-color: #3811d0F2 !important;
}
.C-3811D0-90 {
  background-color: #3811d0E6 !important;
}
.C-3811D0-90-text {
  color: #3811d0E6;
}
.C-3811D0-90-border {
  border-color: #3811d0E6 !important;
}
.C-3811D0-85 {
  background-color: #3811d0D9 !important;
}
.C-3811D0-85-text {
  color: #3811d0D9;
}
.C-3811D0-85-border {
  border-color: #3811d0D9 !important;
}
.C-3811D0-80 {
  background-color: #3811d0CC !important;
}
.C-3811D0-80-text {
  color: #3811d0CC;
}
.C-3811D0-80-border {
  border-color: #3811d0CC !important;
}
.C-3811D0-75 {
  background-color: #3811d0BF !important;
}
.C-3811D0-75-text {
  color: #3811d0BF;
}
.C-3811D0-75-border {
  border-color: #3811d0BF !important;
}
.C-3811D0-70 {
  background-color: #3811d0B3 !important;
}
.C-3811D0-70-text {
  color: #3811d0B3;
}
.C-3811D0-70-border {
  border-color: #3811d0B3 !important;
}
.C-3811D0-65 {
  background-color: #3811d0A6 !important;
}
.C-3811D0-65-text {
  color: #3811d0A6;
}
.C-3811D0-65-border {
  border-color: #3811d0A6 !important;
}
.C-3811D0-60 {
  background-color: #3811d099 !important;
}
.C-3811D0-60-text {
  color: #3811d099;
}
.C-3811D0-60-border {
  border-color: #3811d099 !important;
}
.C-3811D0-55 {
  background-color: #3811d08C !important;
}
.C-3811D0-55-text {
  color: #3811d08C;
}
.C-3811D0-55-border {
  border-color: #3811d08C !important;
}
.C-3811D0-50 {
  background-color: #3811d080 !important;
}
.C-3811D0-50-text {
  color: #3811d080;
}
.C-3811D0-50-border {
  border-color: #3811d080 !important;
}
.C-3811D0-45 {
  background-color: #3811d073 !important;
}
.C-3811D0-45-text {
  color: #3811d073;
}
.C-3811D0-45-border {
  border-color: #3811d073 !important;
}
.C-3811D0-40 {
  background-color: #3811d066 !important;
}
.C-3811D0-40-text {
  color: #3811d066;
}
.C-3811D0-40-border {
  border-color: #3811d066 !important;
}
.C-3811D0-35 {
  background-color: #3811d059 !important;
}
.C-3811D0-35-text {
  color: #3811d059;
}
.C-3811D0-35-border {
  border-color: #3811d059 !important;
}
.C-3811D0-30 {
  background-color: #3811d04D !important;
}
.C-3811D0-30-text {
  color: #3811d04D;
}
.C-3811D0-30-border {
  border-color: #3811d04D !important;
}
.C-3811D0-25 {
  background-color: #3811d040 !important;
}
.C-3811D0-25-text {
  color: #3811d040;
}
.C-3811D0-25-border {
  border-color: #3811d040 !important;
}
.C-3811D0-20 {
  background-color: #3811d033 !important;
}
.C-3811D0-20-text {
  color: #3811d033;
}
.C-3811D0-20-border {
  border-color: #3811d033 !important;
}
.C-3811D0-15 {
  background-color: #3811d026 !important;
}
.C-3811D0-15-text {
  color: #3811d026;
}
.C-3811D0-15-border {
  border-color: #3811d026 !important;
}
.C-3811D0-10 {
  background-color: #3811d01A !important;
}
.C-3811D0-10-text {
  color: #3811d01A;
}
.C-3811D0-10-border {
  border-color: #3811d01A !important;
}
.C-3811D0-5 {
  background-color: #3811d00D !important;
}
.C-3811D0-5-text {
  color: #3811d00D;
}
.C-3811D0-5-border {
  border-color: #3811d00D !important;
}
.C-3811D0-0 {
  background-color: #3811d00 !important;
}
.C-3811D0-0-text {
  color: #3811d00;
}
.C-3811D0-0-border {
  border-color: #3811d00 !important;
}
.C-3811D0 {
  background-color: #3811d0 !important;
  --btn-background: #3811d0;
}
.C-3811D0-text {
  color: #3811d0;
}
.C-3811D0-border {
  border-color: #3811d0 !important;
}
@media (hover: hover) {
  .C-3811D0-hover-bg:hover {
    background-color: #3811d0 !important;
  }
}
.C-3811D0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3811D0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3811d0;
  fill: #3811d0;
  stroke: #3811d0;
}
.C-3811D0-hover-text[papaTarget]:hover.f_targetText {
  color: #3811d0 !important;
  fill: #3811d0 !important;
  stroke: #3811d0 !important;
}
.C-3811D0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3811D0-hover-text[fHover]:hover {
  color: #3811d0 !important;
}
.C-3811D0-after::after,
.C-3811D0-after::before {
  background-color: #3811d0;
}
.C-3811D0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3811d0;
  transition: box-shadow 0.2s;
}
.C-3811D0100 {
  background-color: #3811d0 !important;
}
.C-3811D0100-text {
  color: #3811d0;
}
.C-3811D0100-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D0100 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D095 {
  background-color: #3811d0 !important;
}
.C-3811D095-text {
  color: #3811d0;
}
.C-3811D095-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D095 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D090 {
  background-color: #3811d0 !important;
}
.C-3811D090-text {
  color: #3811d0;
}
.C-3811D090-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D090 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D085 {
  background-color: #3811d0 !important;
}
.C-3811D085-text {
  color: #3811d0;
}
.C-3811D085-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D085 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D080 {
  background-color: #3811d0 !important;
}
.C-3811D080-text {
  color: #3811d0;
}
.C-3811D080-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D080 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D075 {
  background-color: #3811d0 !important;
}
.C-3811D075-text {
  color: #3811d0;
}
.C-3811D075-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D075 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D070 {
  background-color: #3811d0 !important;
}
.C-3811D070-text {
  color: #3811d0;
}
.C-3811D070-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D070 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D065 {
  background-color: #3811d0 !important;
}
.C-3811D065-text {
  color: #3811d0;
}
.C-3811D065-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D065 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D060 {
  background-color: #3811d0 !important;
}
.C-3811D060-text {
  color: #3811d0;
}
.C-3811D060-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D060 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D055 {
  background-color: #3811d0 !important;
}
.C-3811D055-text {
  color: #3811d0;
}
.C-3811D055-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D055 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D050 {
  background-color: #3811d0 !important;
}
.C-3811D050-text {
  color: #3811d0;
}
.C-3811D050-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D050 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D045 {
  background-color: #3811d0 !important;
}
.C-3811D045-text {
  color: #3811d0;
}
.C-3811D045-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D045 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D040 {
  background-color: #3811d0 !important;
}
.C-3811D040-text {
  color: #3811d0;
}
.C-3811D040-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D040 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D035 {
  background-color: #3811d0 !important;
}
.C-3811D035-text {
  color: #3811d0;
}
.C-3811D035-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D035 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D030 {
  background-color: #3811d0 !important;
}
.C-3811D030-text {
  color: #3811d0;
}
.C-3811D030-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D030 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D025 {
  background-color: #3811d0 !important;
}
.C-3811D025-text {
  color: #3811d0;
}
.C-3811D025-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D025 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D020 {
  background-color: #3811d0 !important;
}
.C-3811D020-text {
  color: #3811d0;
}
.C-3811D020-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D020 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D015 {
  background-color: #3811d0 !important;
}
.C-3811D015-text {
  color: #3811d0;
}
.C-3811D015-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D015 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D010 {
  background-color: #3811d0 !important;
}
.C-3811D010-text {
  color: #3811d0;
}
.C-3811D010-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D010 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D05 {
  background-color: #3811d0 !important;
}
.C-3811D05-text {
  color: #3811d0;
}
.C-3811D05-border {
  border-color: #3811d0;
}
.C-linearGradient-3811D05 {
  background-image:
    linear-gradient(
      45deg,
      #3811d0 0%,
      #3811d0 99%,
      #3811d0 100%);
}
.C-3811D00 {
  background-color: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-text {
  color: rgba(56, 17, 208, 0);
}
.C-3811D00-border {
  border-color: rgba(56, 17, 208, 0);
}
.C-linearGradient-3811D00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(56, 17, 208, 0) 0%,
      #3811d0 99%,
      rgba(56, 17, 208, 0) 100%);
}
.C-3811D0-fill-1 #fill1 {
  fill: #3811d0;
}
.C-3811D0-fill-1.onHover:hover #fill1,
.C-3811D0-fill-1:hover #fill1 {
  fill: #3811d0;
}
.C-3811D0-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D0100-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D0100-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D0100-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D095-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D095-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D095-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D090-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D090-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D090-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D085-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D085-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D085-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D080-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D080-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D080-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D075-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D075-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D075-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D070-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D070-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D070-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D065-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D065-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D065-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D060-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D060-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D060-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D055-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D055-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D055-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D050-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D050-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D050-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D045-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D045-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D045-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D040-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D040-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D040-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D035-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D035-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D035-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D030-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D030-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D030-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D025-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D025-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D025-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D020-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D020-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D020-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D015-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D015-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D015-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D010-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D010-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D010-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D05-fill-1 #fill1 {
  fill: #3811d0 !important;
}
.C-3811D05-fill-1.onHover:hover #fill1 {
  fill: #3811d0 !important;
}
.C-3811D05-stroke-1 #stroke1 {
  stroke: #3811d0 !important;
}
.C-3811D00-fill-1 #fill1 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-fill-1.onHover:hover #fill1 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-stroke-1 #stroke1 {
  stroke: rgba(56, 17, 208, 0) !important;
}
.C-3811D0-fill-2 #fill2 {
  fill: #3811d0;
}
.C-3811D0-fill-2.onHover:hover #fill2,
.C-3811D0-fill-2:hover #fill2 {
  fill: #3811d0;
}
.C-3811D0-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D0100-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D0100-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D0100-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D095-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D095-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D095-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D090-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D090-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D090-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D085-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D085-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D085-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D080-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D080-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D080-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D075-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D075-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D075-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D070-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D070-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D070-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D065-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D065-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D065-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D060-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D060-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D060-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D055-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D055-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D055-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D050-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D050-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D050-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D045-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D045-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D045-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D040-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D040-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D040-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D035-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D035-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D035-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D030-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D030-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D030-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D025-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D025-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D025-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D020-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D020-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D020-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D015-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D015-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D015-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D010-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D010-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D010-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D05-fill-2 #fill2 {
  fill: #3811d0 !important;
}
.C-3811D05-fill-2.onHover:hover #fill2 {
  fill: #3811d0 !important;
}
.C-3811D05-stroke-2 #stroke2 {
  stroke: #3811d0 !important;
}
.C-3811D00-fill-2 #fill2 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-fill-2.onHover:hover #fill2 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-stroke-2 #stroke2 {
  stroke: rgba(56, 17, 208, 0) !important;
}
.C-3811D0-fill-3 #fill3 {
  fill: #3811d0;
}
.C-3811D0-fill-3.onHover:hover #fill3,
.C-3811D0-fill-3:hover #fill3 {
  fill: #3811d0;
}
.C-3811D0-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D0100-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D0100-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D0100-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D095-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D095-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D095-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D090-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D090-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D090-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D085-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D085-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D085-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D080-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D080-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D080-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D075-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D075-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D075-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D070-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D070-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D070-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D065-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D065-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D065-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D060-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D060-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D060-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D055-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D055-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D055-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D050-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D050-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D050-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D045-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D045-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D045-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D040-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D040-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D040-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D035-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D035-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D035-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D030-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D030-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D030-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D025-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D025-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D025-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D020-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D020-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D020-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D015-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D015-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D015-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D010-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D010-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D010-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D05-fill-3 #fill3 {
  fill: #3811d0 !important;
}
.C-3811D05-fill-3.onHover:hover #fill3 {
  fill: #3811d0 !important;
}
.C-3811D05-stroke-3 #stroke3 {
  stroke: #3811d0 !important;
}
.C-3811D00-fill-3 #fill3 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-fill-3.onHover:hover #fill3 {
  fill: rgba(56, 17, 208, 0) !important;
}
.C-3811D00-stroke-3 #stroke3 {
  stroke: rgba(56, 17, 208, 0) !important;
}
.C-290B96-100 {
  background-color: #290b96FF !important;
}
.C-290B96-100-text {
  color: #290b96FF;
}
.C-290B96-100-border {
  border-color: #290b96FF !important;
}
.C-290B96-95 {
  background-color: #290b96F2 !important;
}
.C-290B96-95-text {
  color: #290b96F2;
}
.C-290B96-95-border {
  border-color: #290b96F2 !important;
}
.C-290B96-90 {
  background-color: #290b96E6 !important;
}
.C-290B96-90-text {
  color: #290b96E6;
}
.C-290B96-90-border {
  border-color: #290b96E6 !important;
}
.C-290B96-85 {
  background-color: #290b96D9 !important;
}
.C-290B96-85-text {
  color: #290b96D9;
}
.C-290B96-85-border {
  border-color: #290b96D9 !important;
}
.C-290B96-80 {
  background-color: #290b96CC !important;
}
.C-290B96-80-text {
  color: #290b96CC;
}
.C-290B96-80-border {
  border-color: #290b96CC !important;
}
.C-290B96-75 {
  background-color: #290b96BF !important;
}
.C-290B96-75-text {
  color: #290b96BF;
}
.C-290B96-75-border {
  border-color: #290b96BF !important;
}
.C-290B96-70 {
  background-color: #290b96B3 !important;
}
.C-290B96-70-text {
  color: #290b96B3;
}
.C-290B96-70-border {
  border-color: #290b96B3 !important;
}
.C-290B96-65 {
  background-color: #290b96A6 !important;
}
.C-290B96-65-text {
  color: #290b96A6;
}
.C-290B96-65-border {
  border-color: #290b96A6 !important;
}
.C-290B96-60 {
  background-color: #290b9699 !important;
}
.C-290B96-60-text {
  color: #290b9699;
}
.C-290B96-60-border {
  border-color: #290b9699 !important;
}
.C-290B96-55 {
  background-color: #290b968C !important;
}
.C-290B96-55-text {
  color: #290b968C;
}
.C-290B96-55-border {
  border-color: #290b968C !important;
}
.C-290B96-50 {
  background-color: #290b9680 !important;
}
.C-290B96-50-text {
  color: #290b9680;
}
.C-290B96-50-border {
  border-color: #290b9680 !important;
}
.C-290B96-45 {
  background-color: #290b9673 !important;
}
.C-290B96-45-text {
  color: #290b9673;
}
.C-290B96-45-border {
  border-color: #290b9673 !important;
}
.C-290B96-40 {
  background-color: #290b9666 !important;
}
.C-290B96-40-text {
  color: #290b9666;
}
.C-290B96-40-border {
  border-color: #290b9666 !important;
}
.C-290B96-35 {
  background-color: #290b9659 !important;
}
.C-290B96-35-text {
  color: #290b9659;
}
.C-290B96-35-border {
  border-color: #290b9659 !important;
}
.C-290B96-30 {
  background-color: #290b964D !important;
}
.C-290B96-30-text {
  color: #290b964D;
}
.C-290B96-30-border {
  border-color: #290b964D !important;
}
.C-290B96-25 {
  background-color: #290b9640 !important;
}
.C-290B96-25-text {
  color: #290b9640;
}
.C-290B96-25-border {
  border-color: #290b9640 !important;
}
.C-290B96-20 {
  background-color: #290b9633 !important;
}
.C-290B96-20-text {
  color: #290b9633;
}
.C-290B96-20-border {
  border-color: #290b9633 !important;
}
.C-290B96-15 {
  background-color: #290b9626 !important;
}
.C-290B96-15-text {
  color: #290b9626;
}
.C-290B96-15-border {
  border-color: #290b9626 !important;
}
.C-290B96-10 {
  background-color: #290b961A !important;
}
.C-290B96-10-text {
  color: #290b961A;
}
.C-290B96-10-border {
  border-color: #290b961A !important;
}
.C-290B96-5 {
  background-color: #290b960D !important;
}
.C-290B96-5-text {
  color: #290b960D;
}
.C-290B96-5-border {
  border-color: #290b960D !important;
}
.C-290B96-0 {
  background-color: #290b960 !important;
}
.C-290B96-0-text {
  color: #290b960;
}
.C-290B96-0-border {
  border-color: #290b960 !important;
}
.C-290B96 {
  background-color: #290b96 !important;
  --btn-background: #290b96;
}
.C-290B96-text {
  color: #290b96;
}
.C-290B96-border {
  border-color: #290b96 !important;
}
@media (hover: hover) {
  .C-290B96-hover-bg:hover {
    background-color: #290b96 !important;
  }
}
.C-290B96-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-290B96-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #290b96;
  fill: #290b96;
  stroke: #290b96;
}
.C-290B96-hover-text[papaTarget]:hover.f_targetText {
  color: #290b96 !important;
  fill: #290b96 !important;
  stroke: #290b96 !important;
}
.C-290B96-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-290B96-hover-text[fHover]:hover {
  color: #290b96 !important;
}
.C-290B96-after::after,
.C-290B96-after::before {
  background-color: #290b96;
}
.C-290B96-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #290b96;
  transition: box-shadow 0.2s;
}
.C-290B96100 {
  background-color: #290b96 !important;
}
.C-290B96100-text {
  color: #290b96;
}
.C-290B96100-border {
  border-color: #290b96;
}
.C-linearGradient-290B96100 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9695 {
  background-color: #290b96 !important;
}
.C-290B9695-text {
  color: #290b96;
}
.C-290B9695-border {
  border-color: #290b96;
}
.C-linearGradient-290B9695 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9690 {
  background-color: #290b96 !important;
}
.C-290B9690-text {
  color: #290b96;
}
.C-290B9690-border {
  border-color: #290b96;
}
.C-linearGradient-290B9690 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9685 {
  background-color: #290b96 !important;
}
.C-290B9685-text {
  color: #290b96;
}
.C-290B9685-border {
  border-color: #290b96;
}
.C-linearGradient-290B9685 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9680 {
  background-color: #290b96 !important;
}
.C-290B9680-text {
  color: #290b96;
}
.C-290B9680-border {
  border-color: #290b96;
}
.C-linearGradient-290B9680 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9675 {
  background-color: #290b96 !important;
}
.C-290B9675-text {
  color: #290b96;
}
.C-290B9675-border {
  border-color: #290b96;
}
.C-linearGradient-290B9675 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9670 {
  background-color: #290b96 !important;
}
.C-290B9670-text {
  color: #290b96;
}
.C-290B9670-border {
  border-color: #290b96;
}
.C-linearGradient-290B9670 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9665 {
  background-color: #290b96 !important;
}
.C-290B9665-text {
  color: #290b96;
}
.C-290B9665-border {
  border-color: #290b96;
}
.C-linearGradient-290B9665 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9660 {
  background-color: #290b96 !important;
}
.C-290B9660-text {
  color: #290b96;
}
.C-290B9660-border {
  border-color: #290b96;
}
.C-linearGradient-290B9660 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9655 {
  background-color: #290b96 !important;
}
.C-290B9655-text {
  color: #290b96;
}
.C-290B9655-border {
  border-color: #290b96;
}
.C-linearGradient-290B9655 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9650 {
  background-color: #290b96 !important;
}
.C-290B9650-text {
  color: #290b96;
}
.C-290B9650-border {
  border-color: #290b96;
}
.C-linearGradient-290B9650 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9645 {
  background-color: #290b96 !important;
}
.C-290B9645-text {
  color: #290b96;
}
.C-290B9645-border {
  border-color: #290b96;
}
.C-linearGradient-290B9645 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9640 {
  background-color: #290b96 !important;
}
.C-290B9640-text {
  color: #290b96;
}
.C-290B9640-border {
  border-color: #290b96;
}
.C-linearGradient-290B9640 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9635 {
  background-color: #290b96 !important;
}
.C-290B9635-text {
  color: #290b96;
}
.C-290B9635-border {
  border-color: #290b96;
}
.C-linearGradient-290B9635 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9630 {
  background-color: #290b96 !important;
}
.C-290B9630-text {
  color: #290b96;
}
.C-290B9630-border {
  border-color: #290b96;
}
.C-linearGradient-290B9630 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9625 {
  background-color: #290b96 !important;
}
.C-290B9625-text {
  color: #290b96;
}
.C-290B9625-border {
  border-color: #290b96;
}
.C-linearGradient-290B9625 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9620 {
  background-color: #290b96 !important;
}
.C-290B9620-text {
  color: #290b96;
}
.C-290B9620-border {
  border-color: #290b96;
}
.C-linearGradient-290B9620 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9615 {
  background-color: #290b96 !important;
}
.C-290B9615-text {
  color: #290b96;
}
.C-290B9615-border {
  border-color: #290b96;
}
.C-linearGradient-290B9615 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B9610 {
  background-color: #290b96 !important;
}
.C-290B9610-text {
  color: #290b96;
}
.C-290B9610-border {
  border-color: #290b96;
}
.C-linearGradient-290B9610 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B965 {
  background-color: #290b96 !important;
}
.C-290B965-text {
  color: #290b96;
}
.C-290B965-border {
  border-color: #290b96;
}
.C-linearGradient-290B965 {
  background-image:
    linear-gradient(
      45deg,
      #290b96 0%,
      #290b96 99%,
      #290b96 100%);
}
.C-290B960 {
  background-color: rgba(41, 11, 150, 0) !important;
}
.C-290B960-text {
  color: rgba(41, 11, 150, 0);
}
.C-290B960-border {
  border-color: rgba(41, 11, 150, 0);
}
.C-linearGradient-290B960 {
  background-image:
    linear-gradient(
      45deg,
      rgba(41, 11, 150, 0) 0%,
      #290b96 99%,
      rgba(41, 11, 150, 0) 100%);
}
.C-290B96-fill-1 #fill1 {
  fill: #290b96;
}
.C-290B96-fill-1.onHover:hover #fill1,
.C-290B96-fill-1:hover #fill1 {
  fill: #290b96;
}
.C-290B96-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B96100-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B96100-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B96100-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9695-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9695-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9695-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9690-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9690-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9690-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9685-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9685-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9685-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9680-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9680-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9680-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9675-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9675-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9675-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9670-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9670-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9670-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9665-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9665-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9665-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9660-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9660-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9660-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9655-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9655-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9655-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9650-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9650-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9650-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9645-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9645-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9645-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9640-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9640-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9640-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9635-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9635-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9635-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9630-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9630-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9630-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9625-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9625-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9625-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9620-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9620-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9620-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9615-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9615-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9615-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B9610-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B9610-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B9610-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B965-fill-1 #fill1 {
  fill: #290b96 !important;
}
.C-290B965-fill-1.onHover:hover #fill1 {
  fill: #290b96 !important;
}
.C-290B965-stroke-1 #stroke1 {
  stroke: #290b96 !important;
}
.C-290B960-fill-1 #fill1 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-fill-1.onHover:hover #fill1 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-stroke-1 #stroke1 {
  stroke: rgba(41, 11, 150, 0) !important;
}
.C-290B96-fill-2 #fill2 {
  fill: #290b96;
}
.C-290B96-fill-2.onHover:hover #fill2,
.C-290B96-fill-2:hover #fill2 {
  fill: #290b96;
}
.C-290B96-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B96100-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B96100-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B96100-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9695-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9695-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9695-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9690-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9690-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9690-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9685-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9685-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9685-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9680-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9680-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9680-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9675-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9675-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9675-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9670-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9670-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9670-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9665-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9665-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9665-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9660-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9660-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9660-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9655-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9655-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9655-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9650-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9650-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9650-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9645-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9645-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9645-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9640-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9640-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9640-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9635-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9635-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9635-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9630-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9630-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9630-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9625-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9625-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9625-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9620-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9620-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9620-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9615-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9615-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9615-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B9610-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B9610-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B9610-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B965-fill-2 #fill2 {
  fill: #290b96 !important;
}
.C-290B965-fill-2.onHover:hover #fill2 {
  fill: #290b96 !important;
}
.C-290B965-stroke-2 #stroke2 {
  stroke: #290b96 !important;
}
.C-290B960-fill-2 #fill2 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-fill-2.onHover:hover #fill2 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-stroke-2 #stroke2 {
  stroke: rgba(41, 11, 150, 0) !important;
}
.C-290B96-fill-3 #fill3 {
  fill: #290b96;
}
.C-290B96-fill-3.onHover:hover #fill3,
.C-290B96-fill-3:hover #fill3 {
  fill: #290b96;
}
.C-290B96-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B96100-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B96100-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B96100-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9695-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9695-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9695-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9690-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9690-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9690-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9685-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9685-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9685-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9680-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9680-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9680-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9675-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9675-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9675-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9670-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9670-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9670-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9665-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9665-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9665-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9660-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9660-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9660-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9655-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9655-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9655-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9650-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9650-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9650-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9645-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9645-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9645-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9640-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9640-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9640-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9635-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9635-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9635-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9630-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9630-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9630-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9625-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9625-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9625-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9620-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9620-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9620-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9615-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9615-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9615-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B9610-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B9610-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B9610-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B965-fill-3 #fill3 {
  fill: #290b96 !important;
}
.C-290B965-fill-3.onHover:hover #fill3 {
  fill: #290b96 !important;
}
.C-290B965-stroke-3 #stroke3 {
  stroke: #290b96 !important;
}
.C-290B960-fill-3 #fill3 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-fill-3.onHover:hover #fill3 {
  fill: rgba(41, 11, 150, 0) !important;
}
.C-290B960-stroke-3 #stroke3 {
  stroke: rgba(41, 11, 150, 0) !important;
}
.C-4C3CE6-100 {
  background-color: #4c3ce6FF !important;
}
.C-4C3CE6-100-text {
  color: #4c3ce6FF;
}
.C-4C3CE6-100-border {
  border-color: #4c3ce6FF !important;
}
.C-4C3CE6-95 {
  background-color: #4c3ce6F2 !important;
}
.C-4C3CE6-95-text {
  color: #4c3ce6F2;
}
.C-4C3CE6-95-border {
  border-color: #4c3ce6F2 !important;
}
.C-4C3CE6-90 {
  background-color: #4c3ce6E6 !important;
}
.C-4C3CE6-90-text {
  color: #4c3ce6E6;
}
.C-4C3CE6-90-border {
  border-color: #4c3ce6E6 !important;
}
.C-4C3CE6-85 {
  background-color: #4c3ce6D9 !important;
}
.C-4C3CE6-85-text {
  color: #4c3ce6D9;
}
.C-4C3CE6-85-border {
  border-color: #4c3ce6D9 !important;
}
.C-4C3CE6-80 {
  background-color: #4c3ce6CC !important;
}
.C-4C3CE6-80-text {
  color: #4c3ce6CC;
}
.C-4C3CE6-80-border {
  border-color: #4c3ce6CC !important;
}
.C-4C3CE6-75 {
  background-color: #4c3ce6BF !important;
}
.C-4C3CE6-75-text {
  color: #4c3ce6BF;
}
.C-4C3CE6-75-border {
  border-color: #4c3ce6BF !important;
}
.C-4C3CE6-70 {
  background-color: #4c3ce6B3 !important;
}
.C-4C3CE6-70-text {
  color: #4c3ce6B3;
}
.C-4C3CE6-70-border {
  border-color: #4c3ce6B3 !important;
}
.C-4C3CE6-65 {
  background-color: #4c3ce6A6 !important;
}
.C-4C3CE6-65-text {
  color: #4c3ce6A6;
}
.C-4C3CE6-65-border {
  border-color: #4c3ce6A6 !important;
}
.C-4C3CE6-60 {
  background-color: #4c3ce699 !important;
}
.C-4C3CE6-60-text {
  color: #4c3ce699;
}
.C-4C3CE6-60-border {
  border-color: #4c3ce699 !important;
}
.C-4C3CE6-55 {
  background-color: #4c3ce68C !important;
}
.C-4C3CE6-55-text {
  color: #4c3ce68C;
}
.C-4C3CE6-55-border {
  border-color: #4c3ce68C !important;
}
.C-4C3CE6-50 {
  background-color: #4c3ce680 !important;
}
.C-4C3CE6-50-text {
  color: #4c3ce680;
}
.C-4C3CE6-50-border {
  border-color: #4c3ce680 !important;
}
.C-4C3CE6-45 {
  background-color: #4c3ce673 !important;
}
.C-4C3CE6-45-text {
  color: #4c3ce673;
}
.C-4C3CE6-45-border {
  border-color: #4c3ce673 !important;
}
.C-4C3CE6-40 {
  background-color: #4c3ce666 !important;
}
.C-4C3CE6-40-text {
  color: #4c3ce666;
}
.C-4C3CE6-40-border {
  border-color: #4c3ce666 !important;
}
.C-4C3CE6-35 {
  background-color: #4c3ce659 !important;
}
.C-4C3CE6-35-text {
  color: #4c3ce659;
}
.C-4C3CE6-35-border {
  border-color: #4c3ce659 !important;
}
.C-4C3CE6-30 {
  background-color: #4c3ce64D !important;
}
.C-4C3CE6-30-text {
  color: #4c3ce64D;
}
.C-4C3CE6-30-border {
  border-color: #4c3ce64D !important;
}
.C-4C3CE6-25 {
  background-color: #4c3ce640 !important;
}
.C-4C3CE6-25-text {
  color: #4c3ce640;
}
.C-4C3CE6-25-border {
  border-color: #4c3ce640 !important;
}
.C-4C3CE6-20 {
  background-color: #4c3ce633 !important;
}
.C-4C3CE6-20-text {
  color: #4c3ce633;
}
.C-4C3CE6-20-border {
  border-color: #4c3ce633 !important;
}
.C-4C3CE6-15 {
  background-color: #4c3ce626 !important;
}
.C-4C3CE6-15-text {
  color: #4c3ce626;
}
.C-4C3CE6-15-border {
  border-color: #4c3ce626 !important;
}
.C-4C3CE6-10 {
  background-color: #4c3ce61A !important;
}
.C-4C3CE6-10-text {
  color: #4c3ce61A;
}
.C-4C3CE6-10-border {
  border-color: #4c3ce61A !important;
}
.C-4C3CE6-5 {
  background-color: #4c3ce60D !important;
}
.C-4C3CE6-5-text {
  color: #4c3ce60D;
}
.C-4C3CE6-5-border {
  border-color: #4c3ce60D !important;
}
.C-4C3CE6-0 {
  background-color: #4c3ce60 !important;
}
.C-4C3CE6-0-text {
  color: #4c3ce60;
}
.C-4C3CE6-0-border {
  border-color: #4c3ce60 !important;
}
.C-4C3CE6 {
  background-color: #4c3ce6 !important;
  --btn-background: #4c3ce6;
}
.C-4C3CE6-text {
  color: #4c3ce6;
}
.C-4C3CE6-border {
  border-color: #4c3ce6 !important;
}
@media (hover: hover) {
  .C-4C3CE6-hover-bg:hover {
    background-color: #4c3ce6 !important;
  }
}
.C-4C3CE6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4C3CE6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4c3ce6;
  fill: #4c3ce6;
  stroke: #4c3ce6;
}
.C-4C3CE6-hover-text[papaTarget]:hover.f_targetText {
  color: #4c3ce6 !important;
  fill: #4c3ce6 !important;
  stroke: #4c3ce6 !important;
}
.C-4C3CE6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4C3CE6-hover-text[fHover]:hover {
  color: #4c3ce6 !important;
}
.C-4C3CE6-after::after,
.C-4C3CE6-after::before {
  background-color: #4c3ce6;
}
.C-4C3CE6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4c3ce6;
  transition: box-shadow 0.2s;
}
.C-4C3CE6100 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE6100-text {
  color: #4c3ce6;
}
.C-4C3CE6100-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE6100 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE695 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE695-text {
  color: #4c3ce6;
}
.C-4C3CE695-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE695 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE690 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE690-text {
  color: #4c3ce6;
}
.C-4C3CE690-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE690 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE685 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE685-text {
  color: #4c3ce6;
}
.C-4C3CE685-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE685 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE680 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE680-text {
  color: #4c3ce6;
}
.C-4C3CE680-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE680 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE675 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE675-text {
  color: #4c3ce6;
}
.C-4C3CE675-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE675 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE670 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE670-text {
  color: #4c3ce6;
}
.C-4C3CE670-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE670 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE665 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE665-text {
  color: #4c3ce6;
}
.C-4C3CE665-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE665 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE660 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE660-text {
  color: #4c3ce6;
}
.C-4C3CE660-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE660 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE655 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE655-text {
  color: #4c3ce6;
}
.C-4C3CE655-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE655 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE650 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE650-text {
  color: #4c3ce6;
}
.C-4C3CE650-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE650 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE645 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE645-text {
  color: #4c3ce6;
}
.C-4C3CE645-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE645 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE640 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE640-text {
  color: #4c3ce6;
}
.C-4C3CE640-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE640 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE635 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE635-text {
  color: #4c3ce6;
}
.C-4C3CE635-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE635 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE630 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE630-text {
  color: #4c3ce6;
}
.C-4C3CE630-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE630 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE625 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE625-text {
  color: #4c3ce6;
}
.C-4C3CE625-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE625 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE620 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE620-text {
  color: #4c3ce6;
}
.C-4C3CE620-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE620 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE615 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE615-text {
  color: #4c3ce6;
}
.C-4C3CE615-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE615 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE610 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE610-text {
  color: #4c3ce6;
}
.C-4C3CE610-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE610 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE65 {
  background-color: #4c3ce6 !important;
}
.C-4C3CE65-text {
  color: #4c3ce6;
}
.C-4C3CE65-border {
  border-color: #4c3ce6;
}
.C-linearGradient-4C3CE65 {
  background-image:
    linear-gradient(
      45deg,
      #4c3ce6 0%,
      #4c3ce6 99%,
      #4c3ce6 100%);
}
.C-4C3CE60 {
  background-color: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-text {
  color: rgba(76, 60, 230, 0);
}
.C-4C3CE60-border {
  border-color: rgba(76, 60, 230, 0);
}
.C-linearGradient-4C3CE60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(76, 60, 230, 0) 0%,
      #4c3ce6 99%,
      rgba(76, 60, 230, 0) 100%);
}
.C-4C3CE6-fill-1 #fill1 {
  fill: #4c3ce6;
}
.C-4C3CE6-fill-1.onHover:hover #fill1,
.C-4C3CE6-fill-1:hover #fill1 {
  fill: #4c3ce6;
}
.C-4C3CE6-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE6100-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE695-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE690-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE685-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE680-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE675-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE670-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE665-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE660-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE655-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE650-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE645-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE640-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE635-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE630-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE625-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE620-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE615-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE610-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE65-fill-1 #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-fill-1.onHover:hover #fill1 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-stroke-1 #stroke1 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE60-fill-1 #fill1 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-fill-1.onHover:hover #fill1 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-stroke-1 #stroke1 {
  stroke: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE6-fill-2 #fill2 {
  fill: #4c3ce6;
}
.C-4C3CE6-fill-2.onHover:hover #fill2,
.C-4C3CE6-fill-2:hover #fill2 {
  fill: #4c3ce6;
}
.C-4C3CE6-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE6100-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE695-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE690-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE685-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE680-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE675-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE670-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE665-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE660-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE655-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE650-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE645-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE640-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE635-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE630-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE625-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE620-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE615-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE610-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE65-fill-2 #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-fill-2.onHover:hover #fill2 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-stroke-2 #stroke2 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE60-fill-2 #fill2 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-fill-2.onHover:hover #fill2 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-stroke-2 #stroke2 {
  stroke: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE6-fill-3 #fill3 {
  fill: #4c3ce6;
}
.C-4C3CE6-fill-3.onHover:hover #fill3,
.C-4C3CE6-fill-3:hover #fill3 {
  fill: #4c3ce6;
}
.C-4C3CE6-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE6100-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE6100-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE695-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE695-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE690-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE690-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE685-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE685-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE680-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE680-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE675-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE675-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE670-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE670-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE665-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE665-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE660-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE660-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE655-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE655-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE650-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE650-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE645-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE645-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE640-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE640-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE635-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE635-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE630-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE630-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE625-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE625-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE620-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE620-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE615-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE615-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE610-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE610-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE65-fill-3 #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-fill-3.onHover:hover #fill3 {
  fill: #4c3ce6 !important;
}
.C-4C3CE65-stroke-3 #stroke3 {
  stroke: #4c3ce6 !important;
}
.C-4C3CE60-fill-3 #fill3 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-fill-3.onHover:hover #fill3 {
  fill: rgba(76, 60, 230, 0) !important;
}
.C-4C3CE60-stroke-3 #stroke3 {
  stroke: rgba(76, 60, 230, 0) !important;
}
.C-FD668C-100 {
  background-color: #fd668cFF !important;
}
.C-FD668C-100-text {
  color: #fd668cFF;
}
.C-FD668C-100-border {
  border-color: #fd668cFF !important;
}
.C-FD668C-95 {
  background-color: #fd668cF2 !important;
}
.C-FD668C-95-text {
  color: #fd668cF2;
}
.C-FD668C-95-border {
  border-color: #fd668cF2 !important;
}
.C-FD668C-90 {
  background-color: #fd668cE6 !important;
}
.C-FD668C-90-text {
  color: #fd668cE6;
}
.C-FD668C-90-border {
  border-color: #fd668cE6 !important;
}
.C-FD668C-85 {
  background-color: #fd668cD9 !important;
}
.C-FD668C-85-text {
  color: #fd668cD9;
}
.C-FD668C-85-border {
  border-color: #fd668cD9 !important;
}
.C-FD668C-80 {
  background-color: #fd668cCC !important;
}
.C-FD668C-80-text {
  color: #fd668cCC;
}
.C-FD668C-80-border {
  border-color: #fd668cCC !important;
}
.C-FD668C-75 {
  background-color: #fd668cBF !important;
}
.C-FD668C-75-text {
  color: #fd668cBF;
}
.C-FD668C-75-border {
  border-color: #fd668cBF !important;
}
.C-FD668C-70 {
  background-color: #fd668cB3 !important;
}
.C-FD668C-70-text {
  color: #fd668cB3;
}
.C-FD668C-70-border {
  border-color: #fd668cB3 !important;
}
.C-FD668C-65 {
  background-color: #fd668cA6 !important;
}
.C-FD668C-65-text {
  color: #fd668cA6;
}
.C-FD668C-65-border {
  border-color: #fd668cA6 !important;
}
.C-FD668C-60 {
  background-color: #fd668c99 !important;
}
.C-FD668C-60-text {
  color: #fd668c99;
}
.C-FD668C-60-border {
  border-color: #fd668c99 !important;
}
.C-FD668C-55 {
  background-color: #fd668c8C !important;
}
.C-FD668C-55-text {
  color: #fd668c8C;
}
.C-FD668C-55-border {
  border-color: #fd668c8C !important;
}
.C-FD668C-50 {
  background-color: #fd668c80 !important;
}
.C-FD668C-50-text {
  color: #fd668c80;
}
.C-FD668C-50-border {
  border-color: #fd668c80 !important;
}
.C-FD668C-45 {
  background-color: #fd668c73 !important;
}
.C-FD668C-45-text {
  color: #fd668c73;
}
.C-FD668C-45-border {
  border-color: #fd668c73 !important;
}
.C-FD668C-40 {
  background-color: #fd668c66 !important;
}
.C-FD668C-40-text {
  color: #fd668c66;
}
.C-FD668C-40-border {
  border-color: #fd668c66 !important;
}
.C-FD668C-35 {
  background-color: #fd668c59 !important;
}
.C-FD668C-35-text {
  color: #fd668c59;
}
.C-FD668C-35-border {
  border-color: #fd668c59 !important;
}
.C-FD668C-30 {
  background-color: #fd668c4D !important;
}
.C-FD668C-30-text {
  color: #fd668c4D;
}
.C-FD668C-30-border {
  border-color: #fd668c4D !important;
}
.C-FD668C-25 {
  background-color: #fd668c40 !important;
}
.C-FD668C-25-text {
  color: #fd668c40;
}
.C-FD668C-25-border {
  border-color: #fd668c40 !important;
}
.C-FD668C-20 {
  background-color: #fd668c33 !important;
}
.C-FD668C-20-text {
  color: #fd668c33;
}
.C-FD668C-20-border {
  border-color: #fd668c33 !important;
}
.C-FD668C-15 {
  background-color: #fd668c26 !important;
}
.C-FD668C-15-text {
  color: #fd668c26;
}
.C-FD668C-15-border {
  border-color: #fd668c26 !important;
}
.C-FD668C-10 {
  background-color: #fd668c1A !important;
}
.C-FD668C-10-text {
  color: #fd668c1A;
}
.C-FD668C-10-border {
  border-color: #fd668c1A !important;
}
.C-FD668C-5 {
  background-color: #fd668c0D !important;
}
.C-FD668C-5-text {
  color: #fd668c0D;
}
.C-FD668C-5-border {
  border-color: #fd668c0D !important;
}
.C-FD668C-0 {
  background-color: #fd668c0 !important;
}
.C-FD668C-0-text {
  color: #fd668c0;
}
.C-FD668C-0-border {
  border-color: #fd668c0 !important;
}
.C-FD668C {
  background-color: #fd668c !important;
  --btn-background: #fd668c;
}
.C-FD668C-text {
  color: #fd668c;
}
.C-FD668C-border {
  border-color: #fd668c !important;
}
@media (hover: hover) {
  .C-FD668C-hover-bg:hover {
    background-color: #fd668c !important;
  }
}
.C-FD668C-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FD668C-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fd668c;
  fill: #fd668c;
  stroke: #fd668c;
}
.C-FD668C-hover-text[papaTarget]:hover.f_targetText {
  color: #fd668c !important;
  fill: #fd668c !important;
  stroke: #fd668c !important;
}
.C-FD668C-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FD668C-hover-text[fHover]:hover {
  color: #fd668c !important;
}
.C-FD668C-after::after,
.C-FD668C-after::before {
  background-color: #fd668c;
}
.C-FD668C-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fd668c;
  transition: box-shadow 0.2s;
}
.C-FD668C100 {
  background-color: #fd668c !important;
}
.C-FD668C100-text {
  color: #fd668c;
}
.C-FD668C100-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C100 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C95 {
  background-color: #fd668c !important;
}
.C-FD668C95-text {
  color: #fd668c;
}
.C-FD668C95-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C95 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C90 {
  background-color: #fd668c !important;
}
.C-FD668C90-text {
  color: #fd668c;
}
.C-FD668C90-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C90 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C85 {
  background-color: #fd668c !important;
}
.C-FD668C85-text {
  color: #fd668c;
}
.C-FD668C85-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C85 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C80 {
  background-color: #fd668c !important;
}
.C-FD668C80-text {
  color: #fd668c;
}
.C-FD668C80-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C80 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C75 {
  background-color: #fd668c !important;
}
.C-FD668C75-text {
  color: #fd668c;
}
.C-FD668C75-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C75 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C70 {
  background-color: #fd668c !important;
}
.C-FD668C70-text {
  color: #fd668c;
}
.C-FD668C70-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C70 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C65 {
  background-color: #fd668c !important;
}
.C-FD668C65-text {
  color: #fd668c;
}
.C-FD668C65-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C65 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C60 {
  background-color: #fd668c !important;
}
.C-FD668C60-text {
  color: #fd668c;
}
.C-FD668C60-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C60 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C55 {
  background-color: #fd668c !important;
}
.C-FD668C55-text {
  color: #fd668c;
}
.C-FD668C55-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C55 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C50 {
  background-color: #fd668c !important;
}
.C-FD668C50-text {
  color: #fd668c;
}
.C-FD668C50-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C50 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C45 {
  background-color: #fd668c !important;
}
.C-FD668C45-text {
  color: #fd668c;
}
.C-FD668C45-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C45 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C40 {
  background-color: #fd668c !important;
}
.C-FD668C40-text {
  color: #fd668c;
}
.C-FD668C40-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C40 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C35 {
  background-color: #fd668c !important;
}
.C-FD668C35-text {
  color: #fd668c;
}
.C-FD668C35-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C35 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C30 {
  background-color: #fd668c !important;
}
.C-FD668C30-text {
  color: #fd668c;
}
.C-FD668C30-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C30 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C25 {
  background-color: #fd668c !important;
}
.C-FD668C25-text {
  color: #fd668c;
}
.C-FD668C25-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C25 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C20 {
  background-color: #fd668c !important;
}
.C-FD668C20-text {
  color: #fd668c;
}
.C-FD668C20-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C20 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C15 {
  background-color: #fd668c !important;
}
.C-FD668C15-text {
  color: #fd668c;
}
.C-FD668C15-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C15 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C10 {
  background-color: #fd668c !important;
}
.C-FD668C10-text {
  color: #fd668c;
}
.C-FD668C10-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C10 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C5 {
  background-color: #fd668c !important;
}
.C-FD668C5-text {
  color: #fd668c;
}
.C-FD668C5-border {
  border-color: #fd668c;
}
.C-linearGradient-FD668C5 {
  background-image:
    linear-gradient(
      45deg,
      #fd668c 0%,
      #fd668c 99%,
      #fd668c 100%);
}
.C-FD668C0 {
  background-color: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-text {
  color: rgba(253, 102, 140, 0);
}
.C-FD668C0-border {
  border-color: rgba(253, 102, 140, 0);
}
.C-linearGradient-FD668C0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(253, 102, 140, 0) 0%,
      #fd668c 99%,
      rgba(253, 102, 140, 0) 100%);
}
.C-FD668C-fill-1 #fill1 {
  fill: #fd668c;
}
.C-FD668C-fill-1.onHover:hover #fill1,
.C-FD668C-fill-1:hover #fill1 {
  fill: #fd668c;
}
.C-FD668C-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C100-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C100-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C100-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C95-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C95-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C95-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C90-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C90-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C90-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C85-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C85-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C85-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C80-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C80-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C80-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C75-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C75-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C75-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C70-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C70-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C70-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C65-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C65-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C65-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C60-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C60-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C60-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C55-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C55-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C55-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C50-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C50-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C50-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C45-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C45-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C45-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C40-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C40-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C40-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C35-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C35-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C35-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C30-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C30-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C30-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C25-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C25-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C25-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C20-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C20-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C20-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C15-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C15-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C15-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C10-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C10-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C10-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C5-fill-1 #fill1 {
  fill: #fd668c !important;
}
.C-FD668C5-fill-1.onHover:hover #fill1 {
  fill: #fd668c !important;
}
.C-FD668C5-stroke-1 #stroke1 {
  stroke: #fd668c !important;
}
.C-FD668C0-fill-1 #fill1 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-fill-1.onHover:hover #fill1 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-stroke-1 #stroke1 {
  stroke: rgba(253, 102, 140, 0) !important;
}
.C-FD668C-fill-2 #fill2 {
  fill: #fd668c;
}
.C-FD668C-fill-2.onHover:hover #fill2,
.C-FD668C-fill-2:hover #fill2 {
  fill: #fd668c;
}
.C-FD668C-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C100-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C100-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C100-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C95-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C95-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C95-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C90-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C90-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C90-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C85-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C85-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C85-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C80-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C80-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C80-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C75-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C75-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C75-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C70-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C70-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C70-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C65-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C65-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C65-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C60-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C60-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C60-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C55-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C55-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C55-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C50-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C50-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C50-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C45-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C45-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C45-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C40-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C40-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C40-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C35-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C35-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C35-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C30-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C30-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C30-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C25-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C25-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C25-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C20-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C20-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C20-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C15-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C15-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C15-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C10-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C10-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C10-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C5-fill-2 #fill2 {
  fill: #fd668c !important;
}
.C-FD668C5-fill-2.onHover:hover #fill2 {
  fill: #fd668c !important;
}
.C-FD668C5-stroke-2 #stroke2 {
  stroke: #fd668c !important;
}
.C-FD668C0-fill-2 #fill2 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-fill-2.onHover:hover #fill2 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-stroke-2 #stroke2 {
  stroke: rgba(253, 102, 140, 0) !important;
}
.C-FD668C-fill-3 #fill3 {
  fill: #fd668c;
}
.C-FD668C-fill-3.onHover:hover #fill3,
.C-FD668C-fill-3:hover #fill3 {
  fill: #fd668c;
}
.C-FD668C-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C100-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C100-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C100-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C95-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C95-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C95-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C90-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C90-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C90-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C85-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C85-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C85-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C80-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C80-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C80-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C75-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C75-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C75-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C70-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C70-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C70-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C65-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C65-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C65-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C60-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C60-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C60-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C55-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C55-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C55-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C50-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C50-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C50-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C45-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C45-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C45-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C40-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C40-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C40-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C35-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C35-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C35-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C30-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C30-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C30-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C25-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C25-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C25-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C20-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C20-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C20-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C15-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C15-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C15-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C10-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C10-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C10-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C5-fill-3 #fill3 {
  fill: #fd668c !important;
}
.C-FD668C5-fill-3.onHover:hover #fill3 {
  fill: #fd668c !important;
}
.C-FD668C5-stroke-3 #stroke3 {
  stroke: #fd668c !important;
}
.C-FD668C0-fill-3 #fill3 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-fill-3.onHover:hover #fill3 {
  fill: rgba(253, 102, 140, 0) !important;
}
.C-FD668C0-stroke-3 #stroke3 {
  stroke: rgba(253, 102, 140, 0) !important;
}
.C-CB4D70-100 {
  background-color: #cb4d70FF !important;
}
.C-CB4D70-100-text {
  color: #cb4d70FF;
}
.C-CB4D70-100-border {
  border-color: #cb4d70FF !important;
}
.C-CB4D70-95 {
  background-color: #cb4d70F2 !important;
}
.C-CB4D70-95-text {
  color: #cb4d70F2;
}
.C-CB4D70-95-border {
  border-color: #cb4d70F2 !important;
}
.C-CB4D70-90 {
  background-color: #cb4d70E6 !important;
}
.C-CB4D70-90-text {
  color: #cb4d70E6;
}
.C-CB4D70-90-border {
  border-color: #cb4d70E6 !important;
}
.C-CB4D70-85 {
  background-color: #cb4d70D9 !important;
}
.C-CB4D70-85-text {
  color: #cb4d70D9;
}
.C-CB4D70-85-border {
  border-color: #cb4d70D9 !important;
}
.C-CB4D70-80 {
  background-color: #cb4d70CC !important;
}
.C-CB4D70-80-text {
  color: #cb4d70CC;
}
.C-CB4D70-80-border {
  border-color: #cb4d70CC !important;
}
.C-CB4D70-75 {
  background-color: #cb4d70BF !important;
}
.C-CB4D70-75-text {
  color: #cb4d70BF;
}
.C-CB4D70-75-border {
  border-color: #cb4d70BF !important;
}
.C-CB4D70-70 {
  background-color: #cb4d70B3 !important;
}
.C-CB4D70-70-text {
  color: #cb4d70B3;
}
.C-CB4D70-70-border {
  border-color: #cb4d70B3 !important;
}
.C-CB4D70-65 {
  background-color: #cb4d70A6 !important;
}
.C-CB4D70-65-text {
  color: #cb4d70A6;
}
.C-CB4D70-65-border {
  border-color: #cb4d70A6 !important;
}
.C-CB4D70-60 {
  background-color: #cb4d7099 !important;
}
.C-CB4D70-60-text {
  color: #cb4d7099;
}
.C-CB4D70-60-border {
  border-color: #cb4d7099 !important;
}
.C-CB4D70-55 {
  background-color: #cb4d708C !important;
}
.C-CB4D70-55-text {
  color: #cb4d708C;
}
.C-CB4D70-55-border {
  border-color: #cb4d708C !important;
}
.C-CB4D70-50 {
  background-color: #cb4d7080 !important;
}
.C-CB4D70-50-text {
  color: #cb4d7080;
}
.C-CB4D70-50-border {
  border-color: #cb4d7080 !important;
}
.C-CB4D70-45 {
  background-color: #cb4d7073 !important;
}
.C-CB4D70-45-text {
  color: #cb4d7073;
}
.C-CB4D70-45-border {
  border-color: #cb4d7073 !important;
}
.C-CB4D70-40 {
  background-color: #cb4d7066 !important;
}
.C-CB4D70-40-text {
  color: #cb4d7066;
}
.C-CB4D70-40-border {
  border-color: #cb4d7066 !important;
}
.C-CB4D70-35 {
  background-color: #cb4d7059 !important;
}
.C-CB4D70-35-text {
  color: #cb4d7059;
}
.C-CB4D70-35-border {
  border-color: #cb4d7059 !important;
}
.C-CB4D70-30 {
  background-color: #cb4d704D !important;
}
.C-CB4D70-30-text {
  color: #cb4d704D;
}
.C-CB4D70-30-border {
  border-color: #cb4d704D !important;
}
.C-CB4D70-25 {
  background-color: #cb4d7040 !important;
}
.C-CB4D70-25-text {
  color: #cb4d7040;
}
.C-CB4D70-25-border {
  border-color: #cb4d7040 !important;
}
.C-CB4D70-20 {
  background-color: #cb4d7033 !important;
}
.C-CB4D70-20-text {
  color: #cb4d7033;
}
.C-CB4D70-20-border {
  border-color: #cb4d7033 !important;
}
.C-CB4D70-15 {
  background-color: #cb4d7026 !important;
}
.C-CB4D70-15-text {
  color: #cb4d7026;
}
.C-CB4D70-15-border {
  border-color: #cb4d7026 !important;
}
.C-CB4D70-10 {
  background-color: #cb4d701A !important;
}
.C-CB4D70-10-text {
  color: #cb4d701A;
}
.C-CB4D70-10-border {
  border-color: #cb4d701A !important;
}
.C-CB4D70-5 {
  background-color: #cb4d700D !important;
}
.C-CB4D70-5-text {
  color: #cb4d700D;
}
.C-CB4D70-5-border {
  border-color: #cb4d700D !important;
}
.C-CB4D70-0 {
  background-color: #cb4d700 !important;
}
.C-CB4D70-0-text {
  color: #cb4d700;
}
.C-CB4D70-0-border {
  border-color: #cb4d700 !important;
}
.C-CB4D70 {
  background-color: #cb4d70 !important;
  --btn-background: #cb4d70;
}
.C-CB4D70-text {
  color: #cb4d70;
}
.C-CB4D70-border {
  border-color: #cb4d70 !important;
}
@media (hover: hover) {
  .C-CB4D70-hover-bg:hover {
    background-color: #cb4d70 !important;
  }
}
.C-CB4D70-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CB4D70-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cb4d70;
  fill: #cb4d70;
  stroke: #cb4d70;
}
.C-CB4D70-hover-text[papaTarget]:hover.f_targetText {
  color: #cb4d70 !important;
  fill: #cb4d70 !important;
  stroke: #cb4d70 !important;
}
.C-CB4D70-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CB4D70-hover-text[fHover]:hover {
  color: #cb4d70 !important;
}
.C-CB4D70-after::after,
.C-CB4D70-after::before {
  background-color: #cb4d70;
}
.C-CB4D70-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cb4d70;
  transition: box-shadow 0.2s;
}
.C-CB4D70100 {
  background-color: #cb4d70 !important;
}
.C-CB4D70100-text {
  color: #cb4d70;
}
.C-CB4D70100-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D70100 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7095 {
  background-color: #cb4d70 !important;
}
.C-CB4D7095-text {
  color: #cb4d70;
}
.C-CB4D7095-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7095 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7090 {
  background-color: #cb4d70 !important;
}
.C-CB4D7090-text {
  color: #cb4d70;
}
.C-CB4D7090-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7090 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7085 {
  background-color: #cb4d70 !important;
}
.C-CB4D7085-text {
  color: #cb4d70;
}
.C-CB4D7085-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7085 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7080 {
  background-color: #cb4d70 !important;
}
.C-CB4D7080-text {
  color: #cb4d70;
}
.C-CB4D7080-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7080 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7075 {
  background-color: #cb4d70 !important;
}
.C-CB4D7075-text {
  color: #cb4d70;
}
.C-CB4D7075-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7075 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7070 {
  background-color: #cb4d70 !important;
}
.C-CB4D7070-text {
  color: #cb4d70;
}
.C-CB4D7070-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7070 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7065 {
  background-color: #cb4d70 !important;
}
.C-CB4D7065-text {
  color: #cb4d70;
}
.C-CB4D7065-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7065 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7060 {
  background-color: #cb4d70 !important;
}
.C-CB4D7060-text {
  color: #cb4d70;
}
.C-CB4D7060-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7060 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7055 {
  background-color: #cb4d70 !important;
}
.C-CB4D7055-text {
  color: #cb4d70;
}
.C-CB4D7055-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7055 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7050 {
  background-color: #cb4d70 !important;
}
.C-CB4D7050-text {
  color: #cb4d70;
}
.C-CB4D7050-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7050 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7045 {
  background-color: #cb4d70 !important;
}
.C-CB4D7045-text {
  color: #cb4d70;
}
.C-CB4D7045-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7045 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7040 {
  background-color: #cb4d70 !important;
}
.C-CB4D7040-text {
  color: #cb4d70;
}
.C-CB4D7040-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7040 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7035 {
  background-color: #cb4d70 !important;
}
.C-CB4D7035-text {
  color: #cb4d70;
}
.C-CB4D7035-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7035 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7030 {
  background-color: #cb4d70 !important;
}
.C-CB4D7030-text {
  color: #cb4d70;
}
.C-CB4D7030-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7030 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7025 {
  background-color: #cb4d70 !important;
}
.C-CB4D7025-text {
  color: #cb4d70;
}
.C-CB4D7025-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7025 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7020 {
  background-color: #cb4d70 !important;
}
.C-CB4D7020-text {
  color: #cb4d70;
}
.C-CB4D7020-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7020 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7015 {
  background-color: #cb4d70 !important;
}
.C-CB4D7015-text {
  color: #cb4d70;
}
.C-CB4D7015-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7015 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D7010 {
  background-color: #cb4d70 !important;
}
.C-CB4D7010-text {
  color: #cb4d70;
}
.C-CB4D7010-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D7010 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D705 {
  background-color: #cb4d70 !important;
}
.C-CB4D705-text {
  color: #cb4d70;
}
.C-CB4D705-border {
  border-color: #cb4d70;
}
.C-linearGradient-CB4D705 {
  background-image:
    linear-gradient(
      45deg,
      #cb4d70 0%,
      #cb4d70 99%,
      #cb4d70 100%);
}
.C-CB4D700 {
  background-color: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-text {
  color: rgba(203, 77, 112, 0);
}
.C-CB4D700-border {
  border-color: rgba(203, 77, 112, 0);
}
.C-linearGradient-CB4D700 {
  background-image:
    linear-gradient(
      45deg,
      rgba(203, 77, 112, 0) 0%,
      #cb4d70 99%,
      rgba(203, 77, 112, 0) 100%);
}
.C-CB4D70-fill-1 #fill1 {
  fill: #cb4d70;
}
.C-CB4D70-fill-1.onHover:hover #fill1,
.C-CB4D70-fill-1:hover #fill1 {
  fill: #cb4d70;
}
.C-CB4D70-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D70100-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7095-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7090-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7085-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7080-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7075-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7070-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7065-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7060-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7055-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7050-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7045-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7040-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7035-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7030-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7025-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7020-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7015-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D7010-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D705-fill-1 #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D705-fill-1.onHover:hover #fill1 {
  fill: #cb4d70 !important;
}
.C-CB4D705-stroke-1 #stroke1 {
  stroke: #cb4d70 !important;
}
.C-CB4D700-fill-1 #fill1 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-fill-1.onHover:hover #fill1 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-stroke-1 #stroke1 {
  stroke: rgba(203, 77, 112, 0) !important;
}
.C-CB4D70-fill-2 #fill2 {
  fill: #cb4d70;
}
.C-CB4D70-fill-2.onHover:hover #fill2,
.C-CB4D70-fill-2:hover #fill2 {
  fill: #cb4d70;
}
.C-CB4D70-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D70100-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7095-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7090-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7085-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7080-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7075-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7070-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7065-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7060-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7055-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7050-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7045-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7040-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7035-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7030-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7025-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7020-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7015-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D7010-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D705-fill-2 #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D705-fill-2.onHover:hover #fill2 {
  fill: #cb4d70 !important;
}
.C-CB4D705-stroke-2 #stroke2 {
  stroke: #cb4d70 !important;
}
.C-CB4D700-fill-2 #fill2 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-fill-2.onHover:hover #fill2 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-stroke-2 #stroke2 {
  stroke: rgba(203, 77, 112, 0) !important;
}
.C-CB4D70-fill-3 #fill3 {
  fill: #cb4d70;
}
.C-CB4D70-fill-3.onHover:hover #fill3,
.C-CB4D70-fill-3:hover #fill3 {
  fill: #cb4d70;
}
.C-CB4D70-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D70100-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D70100-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7095-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7095-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7090-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7090-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7085-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7085-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7080-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7080-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7075-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7075-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7070-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7070-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7065-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7065-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7060-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7060-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7055-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7055-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7050-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7050-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7045-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7045-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7040-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7040-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7035-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7035-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7030-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7030-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7025-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7025-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7020-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7020-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7015-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7015-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D7010-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D7010-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D705-fill-3 #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D705-fill-3.onHover:hover #fill3 {
  fill: #cb4d70 !important;
}
.C-CB4D705-stroke-3 #stroke3 {
  stroke: #cb4d70 !important;
}
.C-CB4D700-fill-3 #fill3 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-fill-3.onHover:hover #fill3 {
  fill: rgba(203, 77, 112, 0) !important;
}
.C-CB4D700-stroke-3 #stroke3 {
  stroke: rgba(203, 77, 112, 0) !important;
}
.C-FE8CAE-100 {
  background-color: #fe8caeFF !important;
}
.C-FE8CAE-100-text {
  color: #fe8caeFF;
}
.C-FE8CAE-100-border {
  border-color: #fe8caeFF !important;
}
.C-FE8CAE-95 {
  background-color: #fe8caeF2 !important;
}
.C-FE8CAE-95-text {
  color: #fe8caeF2;
}
.C-FE8CAE-95-border {
  border-color: #fe8caeF2 !important;
}
.C-FE8CAE-90 {
  background-color: #fe8caeE6 !important;
}
.C-FE8CAE-90-text {
  color: #fe8caeE6;
}
.C-FE8CAE-90-border {
  border-color: #fe8caeE6 !important;
}
.C-FE8CAE-85 {
  background-color: #fe8caeD9 !important;
}
.C-FE8CAE-85-text {
  color: #fe8caeD9;
}
.C-FE8CAE-85-border {
  border-color: #fe8caeD9 !important;
}
.C-FE8CAE-80 {
  background-color: #fe8caeCC !important;
}
.C-FE8CAE-80-text {
  color: #fe8caeCC;
}
.C-FE8CAE-80-border {
  border-color: #fe8caeCC !important;
}
.C-FE8CAE-75 {
  background-color: #fe8caeBF !important;
}
.C-FE8CAE-75-text {
  color: #fe8caeBF;
}
.C-FE8CAE-75-border {
  border-color: #fe8caeBF !important;
}
.C-FE8CAE-70 {
  background-color: #fe8caeB3 !important;
}
.C-FE8CAE-70-text {
  color: #fe8caeB3;
}
.C-FE8CAE-70-border {
  border-color: #fe8caeB3 !important;
}
.C-FE8CAE-65 {
  background-color: #fe8caeA6 !important;
}
.C-FE8CAE-65-text {
  color: #fe8caeA6;
}
.C-FE8CAE-65-border {
  border-color: #fe8caeA6 !important;
}
.C-FE8CAE-60 {
  background-color: #fe8cae99 !important;
}
.C-FE8CAE-60-text {
  color: #fe8cae99;
}
.C-FE8CAE-60-border {
  border-color: #fe8cae99 !important;
}
.C-FE8CAE-55 {
  background-color: #fe8cae8C !important;
}
.C-FE8CAE-55-text {
  color: #fe8cae8C;
}
.C-FE8CAE-55-border {
  border-color: #fe8cae8C !important;
}
.C-FE8CAE-50 {
  background-color: #fe8cae80 !important;
}
.C-FE8CAE-50-text {
  color: #fe8cae80;
}
.C-FE8CAE-50-border {
  border-color: #fe8cae80 !important;
}
.C-FE8CAE-45 {
  background-color: #fe8cae73 !important;
}
.C-FE8CAE-45-text {
  color: #fe8cae73;
}
.C-FE8CAE-45-border {
  border-color: #fe8cae73 !important;
}
.C-FE8CAE-40 {
  background-color: #fe8cae66 !important;
}
.C-FE8CAE-40-text {
  color: #fe8cae66;
}
.C-FE8CAE-40-border {
  border-color: #fe8cae66 !important;
}
.C-FE8CAE-35 {
  background-color: #fe8cae59 !important;
}
.C-FE8CAE-35-text {
  color: #fe8cae59;
}
.C-FE8CAE-35-border {
  border-color: #fe8cae59 !important;
}
.C-FE8CAE-30 {
  background-color: #fe8cae4D !important;
}
.C-FE8CAE-30-text {
  color: #fe8cae4D;
}
.C-FE8CAE-30-border {
  border-color: #fe8cae4D !important;
}
.C-FE8CAE-25 {
  background-color: #fe8cae40 !important;
}
.C-FE8CAE-25-text {
  color: #fe8cae40;
}
.C-FE8CAE-25-border {
  border-color: #fe8cae40 !important;
}
.C-FE8CAE-20 {
  background-color: #fe8cae33 !important;
}
.C-FE8CAE-20-text {
  color: #fe8cae33;
}
.C-FE8CAE-20-border {
  border-color: #fe8cae33 !important;
}
.C-FE8CAE-15 {
  background-color: #fe8cae26 !important;
}
.C-FE8CAE-15-text {
  color: #fe8cae26;
}
.C-FE8CAE-15-border {
  border-color: #fe8cae26 !important;
}
.C-FE8CAE-10 {
  background-color: #fe8cae1A !important;
}
.C-FE8CAE-10-text {
  color: #fe8cae1A;
}
.C-FE8CAE-10-border {
  border-color: #fe8cae1A !important;
}
.C-FE8CAE-5 {
  background-color: #fe8cae0D !important;
}
.C-FE8CAE-5-text {
  color: #fe8cae0D;
}
.C-FE8CAE-5-border {
  border-color: #fe8cae0D !important;
}
.C-FE8CAE-0 {
  background-color: #fe8cae0 !important;
}
.C-FE8CAE-0-text {
  color: #fe8cae0;
}
.C-FE8CAE-0-border {
  border-color: #fe8cae0 !important;
}
.C-FE8CAE {
  background-color: #fe8cae !important;
  --btn-background: #fe8cae;
}
.C-FE8CAE-text {
  color: #fe8cae;
}
.C-FE8CAE-border {
  border-color: #fe8cae !important;
}
@media (hover: hover) {
  .C-FE8CAE-hover-bg:hover {
    background-color: #fe8cae !important;
  }
}
.C-FE8CAE-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FE8CAE-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fe8cae;
  fill: #fe8cae;
  stroke: #fe8cae;
}
.C-FE8CAE-hover-text[papaTarget]:hover.f_targetText {
  color: #fe8cae !important;
  fill: #fe8cae !important;
  stroke: #fe8cae !important;
}
.C-FE8CAE-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FE8CAE-hover-text[fHover]:hover {
  color: #fe8cae !important;
}
.C-FE8CAE-after::after,
.C-FE8CAE-after::before {
  background-color: #fe8cae;
}
.C-FE8CAE-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fe8cae;
  transition: box-shadow 0.2s;
}
.C-FE8CAE100 {
  background-color: #fe8cae !important;
}
.C-FE8CAE100-text {
  color: #fe8cae;
}
.C-FE8CAE100-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE100 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE95 {
  background-color: #fe8cae !important;
}
.C-FE8CAE95-text {
  color: #fe8cae;
}
.C-FE8CAE95-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE95 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE90 {
  background-color: #fe8cae !important;
}
.C-FE8CAE90-text {
  color: #fe8cae;
}
.C-FE8CAE90-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE90 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE85 {
  background-color: #fe8cae !important;
}
.C-FE8CAE85-text {
  color: #fe8cae;
}
.C-FE8CAE85-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE85 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE80 {
  background-color: #fe8cae !important;
}
.C-FE8CAE80-text {
  color: #fe8cae;
}
.C-FE8CAE80-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE80 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE75 {
  background-color: #fe8cae !important;
}
.C-FE8CAE75-text {
  color: #fe8cae;
}
.C-FE8CAE75-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE75 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE70 {
  background-color: #fe8cae !important;
}
.C-FE8CAE70-text {
  color: #fe8cae;
}
.C-FE8CAE70-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE70 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE65 {
  background-color: #fe8cae !important;
}
.C-FE8CAE65-text {
  color: #fe8cae;
}
.C-FE8CAE65-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE65 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE60 {
  background-color: #fe8cae !important;
}
.C-FE8CAE60-text {
  color: #fe8cae;
}
.C-FE8CAE60-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE60 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE55 {
  background-color: #fe8cae !important;
}
.C-FE8CAE55-text {
  color: #fe8cae;
}
.C-FE8CAE55-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE55 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE50 {
  background-color: #fe8cae !important;
}
.C-FE8CAE50-text {
  color: #fe8cae;
}
.C-FE8CAE50-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE50 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE45 {
  background-color: #fe8cae !important;
}
.C-FE8CAE45-text {
  color: #fe8cae;
}
.C-FE8CAE45-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE45 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE40 {
  background-color: #fe8cae !important;
}
.C-FE8CAE40-text {
  color: #fe8cae;
}
.C-FE8CAE40-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE40 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE35 {
  background-color: #fe8cae !important;
}
.C-FE8CAE35-text {
  color: #fe8cae;
}
.C-FE8CAE35-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE35 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE30 {
  background-color: #fe8cae !important;
}
.C-FE8CAE30-text {
  color: #fe8cae;
}
.C-FE8CAE30-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE30 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE25 {
  background-color: #fe8cae !important;
}
.C-FE8CAE25-text {
  color: #fe8cae;
}
.C-FE8CAE25-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE25 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE20 {
  background-color: #fe8cae !important;
}
.C-FE8CAE20-text {
  color: #fe8cae;
}
.C-FE8CAE20-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE20 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE15 {
  background-color: #fe8cae !important;
}
.C-FE8CAE15-text {
  color: #fe8cae;
}
.C-FE8CAE15-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE15 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE10 {
  background-color: #fe8cae !important;
}
.C-FE8CAE10-text {
  color: #fe8cae;
}
.C-FE8CAE10-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE10 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE5 {
  background-color: #fe8cae !important;
}
.C-FE8CAE5-text {
  color: #fe8cae;
}
.C-FE8CAE5-border {
  border-color: #fe8cae;
}
.C-linearGradient-FE8CAE5 {
  background-image:
    linear-gradient(
      45deg,
      #fe8cae 0%,
      #fe8cae 99%,
      #fe8cae 100%);
}
.C-FE8CAE0 {
  background-color: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-text {
  color: rgba(254, 140, 174, 0);
}
.C-FE8CAE0-border {
  border-color: rgba(254, 140, 174, 0);
}
.C-linearGradient-FE8CAE0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(254, 140, 174, 0) 0%,
      #fe8cae 99%,
      rgba(254, 140, 174, 0) 100%);
}
.C-FE8CAE-fill-1 #fill1 {
  fill: #fe8cae;
}
.C-FE8CAE-fill-1.onHover:hover #fill1,
.C-FE8CAE-fill-1:hover #fill1 {
  fill: #fe8cae;
}
.C-FE8CAE-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE100-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE95-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE90-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE85-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE80-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE75-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE70-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE65-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE60-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE55-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE50-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE45-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE40-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE35-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE30-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE25-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE20-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE15-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE10-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE5-fill-1 #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-fill-1.onHover:hover #fill1 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-stroke-1 #stroke1 {
  stroke: #fe8cae !important;
}
.C-FE8CAE0-fill-1 #fill1 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-fill-1.onHover:hover #fill1 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-stroke-1 #stroke1 {
  stroke: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE-fill-2 #fill2 {
  fill: #fe8cae;
}
.C-FE8CAE-fill-2.onHover:hover #fill2,
.C-FE8CAE-fill-2:hover #fill2 {
  fill: #fe8cae;
}
.C-FE8CAE-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE100-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE95-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE90-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE85-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE80-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE75-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE70-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE65-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE60-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE55-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE50-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE45-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE40-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE35-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE30-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE25-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE20-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE15-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE10-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE5-fill-2 #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-fill-2.onHover:hover #fill2 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-stroke-2 #stroke2 {
  stroke: #fe8cae !important;
}
.C-FE8CAE0-fill-2 #fill2 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-fill-2.onHover:hover #fill2 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-stroke-2 #stroke2 {
  stroke: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE-fill-3 #fill3 {
  fill: #fe8cae;
}
.C-FE8CAE-fill-3.onHover:hover #fill3,
.C-FE8CAE-fill-3:hover #fill3 {
  fill: #fe8cae;
}
.C-FE8CAE-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE100-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE100-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE95-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE95-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE90-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE90-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE85-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE85-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE80-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE80-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE75-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE75-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE70-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE70-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE65-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE65-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE60-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE60-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE55-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE55-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE50-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE50-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE45-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE45-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE40-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE40-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE35-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE35-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE30-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE30-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE25-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE25-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE20-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE20-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE15-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE15-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE10-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE10-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE5-fill-3 #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-fill-3.onHover:hover #fill3 {
  fill: #fe8cae !important;
}
.C-FE8CAE5-stroke-3 #stroke3 {
  stroke: #fe8cae !important;
}
.C-FE8CAE0-fill-3 #fill3 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-fill-3.onHover:hover #fill3 {
  fill: rgba(254, 140, 174, 0) !important;
}
.C-FE8CAE0-stroke-3 #stroke3 {
  stroke: rgba(254, 140, 174, 0) !important;
}
.C-3B3F49-100 {
  background-color: #3b3f49FF !important;
}
.C-3B3F49-100-text {
  color: #3b3f49FF;
}
.C-3B3F49-100-border {
  border-color: #3b3f49FF !important;
}
.C-3B3F49-95 {
  background-color: #3b3f49F2 !important;
}
.C-3B3F49-95-text {
  color: #3b3f49F2;
}
.C-3B3F49-95-border {
  border-color: #3b3f49F2 !important;
}
.C-3B3F49-90 {
  background-color: #3b3f49E6 !important;
}
.C-3B3F49-90-text {
  color: #3b3f49E6;
}
.C-3B3F49-90-border {
  border-color: #3b3f49E6 !important;
}
.C-3B3F49-85 {
  background-color: #3b3f49D9 !important;
}
.C-3B3F49-85-text {
  color: #3b3f49D9;
}
.C-3B3F49-85-border {
  border-color: #3b3f49D9 !important;
}
.C-3B3F49-80 {
  background-color: #3b3f49CC !important;
}
.C-3B3F49-80-text {
  color: #3b3f49CC;
}
.C-3B3F49-80-border {
  border-color: #3b3f49CC !important;
}
.C-3B3F49-75 {
  background-color: #3b3f49BF !important;
}
.C-3B3F49-75-text {
  color: #3b3f49BF;
}
.C-3B3F49-75-border {
  border-color: #3b3f49BF !important;
}
.C-3B3F49-70 {
  background-color: #3b3f49B3 !important;
}
.C-3B3F49-70-text {
  color: #3b3f49B3;
}
.C-3B3F49-70-border {
  border-color: #3b3f49B3 !important;
}
.C-3B3F49-65 {
  background-color: #3b3f49A6 !important;
}
.C-3B3F49-65-text {
  color: #3b3f49A6;
}
.C-3B3F49-65-border {
  border-color: #3b3f49A6 !important;
}
.C-3B3F49-60 {
  background-color: #3b3f4999 !important;
}
.C-3B3F49-60-text {
  color: #3b3f4999;
}
.C-3B3F49-60-border {
  border-color: #3b3f4999 !important;
}
.C-3B3F49-55 {
  background-color: #3b3f498C !important;
}
.C-3B3F49-55-text {
  color: #3b3f498C;
}
.C-3B3F49-55-border {
  border-color: #3b3f498C !important;
}
.C-3B3F49-50 {
  background-color: #3b3f4980 !important;
}
.C-3B3F49-50-text {
  color: #3b3f4980;
}
.C-3B3F49-50-border {
  border-color: #3b3f4980 !important;
}
.C-3B3F49-45 {
  background-color: #3b3f4973 !important;
}
.C-3B3F49-45-text {
  color: #3b3f4973;
}
.C-3B3F49-45-border {
  border-color: #3b3f4973 !important;
}
.C-3B3F49-40 {
  background-color: #3b3f4966 !important;
}
.C-3B3F49-40-text {
  color: #3b3f4966;
}
.C-3B3F49-40-border {
  border-color: #3b3f4966 !important;
}
.C-3B3F49-35 {
  background-color: #3b3f4959 !important;
}
.C-3B3F49-35-text {
  color: #3b3f4959;
}
.C-3B3F49-35-border {
  border-color: #3b3f4959 !important;
}
.C-3B3F49-30 {
  background-color: #3b3f494D !important;
}
.C-3B3F49-30-text {
  color: #3b3f494D;
}
.C-3B3F49-30-border {
  border-color: #3b3f494D !important;
}
.C-3B3F49-25 {
  background-color: #3b3f4940 !important;
}
.C-3B3F49-25-text {
  color: #3b3f4940;
}
.C-3B3F49-25-border {
  border-color: #3b3f4940 !important;
}
.C-3B3F49-20 {
  background-color: #3b3f4933 !important;
}
.C-3B3F49-20-text {
  color: #3b3f4933;
}
.C-3B3F49-20-border {
  border-color: #3b3f4933 !important;
}
.C-3B3F49-15 {
  background-color: #3b3f4926 !important;
}
.C-3B3F49-15-text {
  color: #3b3f4926;
}
.C-3B3F49-15-border {
  border-color: #3b3f4926 !important;
}
.C-3B3F49-10 {
  background-color: #3b3f491A !important;
}
.C-3B3F49-10-text {
  color: #3b3f491A;
}
.C-3B3F49-10-border {
  border-color: #3b3f491A !important;
}
.C-3B3F49-5 {
  background-color: #3b3f490D !important;
}
.C-3B3F49-5-text {
  color: #3b3f490D;
}
.C-3B3F49-5-border {
  border-color: #3b3f490D !important;
}
.C-3B3F49-0 {
  background-color: #3b3f490 !important;
}
.C-3B3F49-0-text {
  color: #3b3f490;
}
.C-3B3F49-0-border {
  border-color: #3b3f490 !important;
}
.C-3B3F49 {
  background-color: #3b3f49 !important;
  --btn-background: #3b3f49;
}
.C-3B3F49-text {
  color: #3b3f49;
}
.C-3B3F49-border {
  border-color: #3b3f49 !important;
}
@media (hover: hover) {
  .C-3B3F49-hover-bg:hover {
    background-color: #3b3f49 !important;
  }
}
.C-3B3F49-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3B3F49-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3b3f49;
  fill: #3b3f49;
  stroke: #3b3f49;
}
.C-3B3F49-hover-text[papaTarget]:hover.f_targetText {
  color: #3b3f49 !important;
  fill: #3b3f49 !important;
  stroke: #3b3f49 !important;
}
.C-3B3F49-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3B3F49-hover-text[fHover]:hover {
  color: #3b3f49 !important;
}
.C-3B3F49-after::after,
.C-3B3F49-after::before {
  background-color: #3b3f49;
}
.C-3B3F49-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3b3f49;
  transition: box-shadow 0.2s;
}
.C-3B3F49100 {
  background-color: #3b3f49 !important;
}
.C-3B3F49100-text {
  color: #3b3f49;
}
.C-3B3F49100-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F49100 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4995 {
  background-color: #3b3f49 !important;
}
.C-3B3F4995-text {
  color: #3b3f49;
}
.C-3B3F4995-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4995 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4990 {
  background-color: #3b3f49 !important;
}
.C-3B3F4990-text {
  color: #3b3f49;
}
.C-3B3F4990-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4990 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4985 {
  background-color: #3b3f49 !important;
}
.C-3B3F4985-text {
  color: #3b3f49;
}
.C-3B3F4985-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4985 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4980 {
  background-color: #3b3f49 !important;
}
.C-3B3F4980-text {
  color: #3b3f49;
}
.C-3B3F4980-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4980 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4975 {
  background-color: #3b3f49 !important;
}
.C-3B3F4975-text {
  color: #3b3f49;
}
.C-3B3F4975-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4975 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4970 {
  background-color: #3b3f49 !important;
}
.C-3B3F4970-text {
  color: #3b3f49;
}
.C-3B3F4970-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4970 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4965 {
  background-color: #3b3f49 !important;
}
.C-3B3F4965-text {
  color: #3b3f49;
}
.C-3B3F4965-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4965 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4960 {
  background-color: #3b3f49 !important;
}
.C-3B3F4960-text {
  color: #3b3f49;
}
.C-3B3F4960-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4960 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4955 {
  background-color: #3b3f49 !important;
}
.C-3B3F4955-text {
  color: #3b3f49;
}
.C-3B3F4955-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4955 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4950 {
  background-color: #3b3f49 !important;
}
.C-3B3F4950-text {
  color: #3b3f49;
}
.C-3B3F4950-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4950 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4945 {
  background-color: #3b3f49 !important;
}
.C-3B3F4945-text {
  color: #3b3f49;
}
.C-3B3F4945-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4945 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4940 {
  background-color: #3b3f49 !important;
}
.C-3B3F4940-text {
  color: #3b3f49;
}
.C-3B3F4940-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4940 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4935 {
  background-color: #3b3f49 !important;
}
.C-3B3F4935-text {
  color: #3b3f49;
}
.C-3B3F4935-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4935 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4930 {
  background-color: #3b3f49 !important;
}
.C-3B3F4930-text {
  color: #3b3f49;
}
.C-3B3F4930-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4930 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4925 {
  background-color: #3b3f49 !important;
}
.C-3B3F4925-text {
  color: #3b3f49;
}
.C-3B3F4925-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4925 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4920 {
  background-color: #3b3f49 !important;
}
.C-3B3F4920-text {
  color: #3b3f49;
}
.C-3B3F4920-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4920 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4915 {
  background-color: #3b3f49 !important;
}
.C-3B3F4915-text {
  color: #3b3f49;
}
.C-3B3F4915-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4915 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F4910 {
  background-color: #3b3f49 !important;
}
.C-3B3F4910-text {
  color: #3b3f49;
}
.C-3B3F4910-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F4910 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F495 {
  background-color: #3b3f49 !important;
}
.C-3B3F495-text {
  color: #3b3f49;
}
.C-3B3F495-border {
  border-color: #3b3f49;
}
.C-linearGradient-3B3F495 {
  background-image:
    linear-gradient(
      45deg,
      #3b3f49 0%,
      #3b3f49 99%,
      #3b3f49 100%);
}
.C-3B3F490 {
  background-color: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-text {
  color: rgba(59, 63, 73, 0);
}
.C-3B3F490-border {
  border-color: rgba(59, 63, 73, 0);
}
.C-linearGradient-3B3F490 {
  background-image:
    linear-gradient(
      45deg,
      rgba(59, 63, 73, 0) 0%,
      #3b3f49 99%,
      rgba(59, 63, 73, 0) 100%);
}
.C-3B3F49-fill-1 #fill1 {
  fill: #3b3f49;
}
.C-3B3F49-fill-1.onHover:hover #fill1,
.C-3B3F49-fill-1:hover #fill1 {
  fill: #3b3f49;
}
.C-3B3F49-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F49100-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4995-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4990-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4985-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4980-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4975-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4970-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4965-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4960-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4955-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4950-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4945-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4940-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4935-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4930-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4925-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4920-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4915-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F4910-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F495-fill-1 #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F495-fill-1.onHover:hover #fill1 {
  fill: #3b3f49 !important;
}
.C-3B3F495-stroke-1 #stroke1 {
  stroke: #3b3f49 !important;
}
.C-3B3F490-fill-1 #fill1 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-fill-1.onHover:hover #fill1 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-stroke-1 #stroke1 {
  stroke: rgba(59, 63, 73, 0) !important;
}
.C-3B3F49-fill-2 #fill2 {
  fill: #3b3f49;
}
.C-3B3F49-fill-2.onHover:hover #fill2,
.C-3B3F49-fill-2:hover #fill2 {
  fill: #3b3f49;
}
.C-3B3F49-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F49100-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4995-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4990-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4985-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4980-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4975-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4970-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4965-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4960-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4955-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4950-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4945-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4940-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4935-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4930-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4925-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4920-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4915-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F4910-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F495-fill-2 #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F495-fill-2.onHover:hover #fill2 {
  fill: #3b3f49 !important;
}
.C-3B3F495-stroke-2 #stroke2 {
  stroke: #3b3f49 !important;
}
.C-3B3F490-fill-2 #fill2 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-fill-2.onHover:hover #fill2 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-stroke-2 #stroke2 {
  stroke: rgba(59, 63, 73, 0) !important;
}
.C-3B3F49-fill-3 #fill3 {
  fill: #3b3f49;
}
.C-3B3F49-fill-3.onHover:hover #fill3,
.C-3B3F49-fill-3:hover #fill3 {
  fill: #3b3f49;
}
.C-3B3F49-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F49100-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F49100-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4995-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4995-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4990-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4990-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4985-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4985-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4980-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4980-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4975-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4975-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4970-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4970-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4965-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4965-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4960-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4960-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4955-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4955-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4950-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4950-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4945-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4945-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4940-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4940-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4935-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4935-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4930-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4930-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4925-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4925-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4920-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4920-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4915-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4915-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F4910-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F4910-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F495-fill-3 #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F495-fill-3.onHover:hover #fill3 {
  fill: #3b3f49 !important;
}
.C-3B3F495-stroke-3 #stroke3 {
  stroke: #3b3f49 !important;
}
.C-3B3F490-fill-3 #fill3 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-fill-3.onHover:hover #fill3 {
  fill: rgba(59, 63, 73, 0) !important;
}
.C-3B3F490-stroke-3 #stroke3 {
  stroke: rgba(59, 63, 73, 0) !important;
}
.C-2A2D36-100 {
  background-color: #2a2d36FF !important;
}
.C-2A2D36-100-text {
  color: #2a2d36FF;
}
.C-2A2D36-100-border {
  border-color: #2a2d36FF !important;
}
.C-2A2D36-95 {
  background-color: #2a2d36F2 !important;
}
.C-2A2D36-95-text {
  color: #2a2d36F2;
}
.C-2A2D36-95-border {
  border-color: #2a2d36F2 !important;
}
.C-2A2D36-90 {
  background-color: #2a2d36E6 !important;
}
.C-2A2D36-90-text {
  color: #2a2d36E6;
}
.C-2A2D36-90-border {
  border-color: #2a2d36E6 !important;
}
.C-2A2D36-85 {
  background-color: #2a2d36D9 !important;
}
.C-2A2D36-85-text {
  color: #2a2d36D9;
}
.C-2A2D36-85-border {
  border-color: #2a2d36D9 !important;
}
.C-2A2D36-80 {
  background-color: #2a2d36CC !important;
}
.C-2A2D36-80-text {
  color: #2a2d36CC;
}
.C-2A2D36-80-border {
  border-color: #2a2d36CC !important;
}
.C-2A2D36-75 {
  background-color: #2a2d36BF !important;
}
.C-2A2D36-75-text {
  color: #2a2d36BF;
}
.C-2A2D36-75-border {
  border-color: #2a2d36BF !important;
}
.C-2A2D36-70 {
  background-color: #2a2d36B3 !important;
}
.C-2A2D36-70-text {
  color: #2a2d36B3;
}
.C-2A2D36-70-border {
  border-color: #2a2d36B3 !important;
}
.C-2A2D36-65 {
  background-color: #2a2d36A6 !important;
}
.C-2A2D36-65-text {
  color: #2a2d36A6;
}
.C-2A2D36-65-border {
  border-color: #2a2d36A6 !important;
}
.C-2A2D36-60 {
  background-color: #2a2d3699 !important;
}
.C-2A2D36-60-text {
  color: #2a2d3699;
}
.C-2A2D36-60-border {
  border-color: #2a2d3699 !important;
}
.C-2A2D36-55 {
  background-color: #2a2d368C !important;
}
.C-2A2D36-55-text {
  color: #2a2d368C;
}
.C-2A2D36-55-border {
  border-color: #2a2d368C !important;
}
.C-2A2D36-50 {
  background-color: #2a2d3680 !important;
}
.C-2A2D36-50-text {
  color: #2a2d3680;
}
.C-2A2D36-50-border {
  border-color: #2a2d3680 !important;
}
.C-2A2D36-45 {
  background-color: #2a2d3673 !important;
}
.C-2A2D36-45-text {
  color: #2a2d3673;
}
.C-2A2D36-45-border {
  border-color: #2a2d3673 !important;
}
.C-2A2D36-40 {
  background-color: #2a2d3666 !important;
}
.C-2A2D36-40-text {
  color: #2a2d3666;
}
.C-2A2D36-40-border {
  border-color: #2a2d3666 !important;
}
.C-2A2D36-35 {
  background-color: #2a2d3659 !important;
}
.C-2A2D36-35-text {
  color: #2a2d3659;
}
.C-2A2D36-35-border {
  border-color: #2a2d3659 !important;
}
.C-2A2D36-30 {
  background-color: #2a2d364D !important;
}
.C-2A2D36-30-text {
  color: #2a2d364D;
}
.C-2A2D36-30-border {
  border-color: #2a2d364D !important;
}
.C-2A2D36-25 {
  background-color: #2a2d3640 !important;
}
.C-2A2D36-25-text {
  color: #2a2d3640;
}
.C-2A2D36-25-border {
  border-color: #2a2d3640 !important;
}
.C-2A2D36-20 {
  background-color: #2a2d3633 !important;
}
.C-2A2D36-20-text {
  color: #2a2d3633;
}
.C-2A2D36-20-border {
  border-color: #2a2d3633 !important;
}
.C-2A2D36-15 {
  background-color: #2a2d3626 !important;
}
.C-2A2D36-15-text {
  color: #2a2d3626;
}
.C-2A2D36-15-border {
  border-color: #2a2d3626 !important;
}
.C-2A2D36-10 {
  background-color: #2a2d361A !important;
}
.C-2A2D36-10-text {
  color: #2a2d361A;
}
.C-2A2D36-10-border {
  border-color: #2a2d361A !important;
}
.C-2A2D36-5 {
  background-color: #2a2d360D !important;
}
.C-2A2D36-5-text {
  color: #2a2d360D;
}
.C-2A2D36-5-border {
  border-color: #2a2d360D !important;
}
.C-2A2D36-0 {
  background-color: #2a2d360 !important;
}
.C-2A2D36-0-text {
  color: #2a2d360;
}
.C-2A2D36-0-border {
  border-color: #2a2d360 !important;
}
.C-2A2D36 {
  background-color: #2a2d36 !important;
  --btn-background: #2a2d36;
}
.C-2A2D36-text {
  color: #2a2d36;
}
.C-2A2D36-border {
  border-color: #2a2d36 !important;
}
@media (hover: hover) {
  .C-2A2D36-hover-bg:hover {
    background-color: #2a2d36 !important;
  }
}
.C-2A2D36-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2A2D36-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2a2d36;
  fill: #2a2d36;
  stroke: #2a2d36;
}
.C-2A2D36-hover-text[papaTarget]:hover.f_targetText {
  color: #2a2d36 !important;
  fill: #2a2d36 !important;
  stroke: #2a2d36 !important;
}
.C-2A2D36-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2A2D36-hover-text[fHover]:hover {
  color: #2a2d36 !important;
}
.C-2A2D36-after::after,
.C-2A2D36-after::before {
  background-color: #2a2d36;
}
.C-2A2D36-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2a2d36;
  transition: box-shadow 0.2s;
}
.C-2A2D36100 {
  background-color: #2a2d36 !important;
}
.C-2A2D36100-text {
  color: #2a2d36;
}
.C-2A2D36100-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D36100 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3695 {
  background-color: #2a2d36 !important;
}
.C-2A2D3695-text {
  color: #2a2d36;
}
.C-2A2D3695-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3695 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3690 {
  background-color: #2a2d36 !important;
}
.C-2A2D3690-text {
  color: #2a2d36;
}
.C-2A2D3690-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3690 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3685 {
  background-color: #2a2d36 !important;
}
.C-2A2D3685-text {
  color: #2a2d36;
}
.C-2A2D3685-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3685 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3680 {
  background-color: #2a2d36 !important;
}
.C-2A2D3680-text {
  color: #2a2d36;
}
.C-2A2D3680-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3680 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3675 {
  background-color: #2a2d36 !important;
}
.C-2A2D3675-text {
  color: #2a2d36;
}
.C-2A2D3675-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3675 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3670 {
  background-color: #2a2d36 !important;
}
.C-2A2D3670-text {
  color: #2a2d36;
}
.C-2A2D3670-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3670 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3665 {
  background-color: #2a2d36 !important;
}
.C-2A2D3665-text {
  color: #2a2d36;
}
.C-2A2D3665-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3665 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3660 {
  background-color: #2a2d36 !important;
}
.C-2A2D3660-text {
  color: #2a2d36;
}
.C-2A2D3660-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3660 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3655 {
  background-color: #2a2d36 !important;
}
.C-2A2D3655-text {
  color: #2a2d36;
}
.C-2A2D3655-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3655 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3650 {
  background-color: #2a2d36 !important;
}
.C-2A2D3650-text {
  color: #2a2d36;
}
.C-2A2D3650-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3650 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3645 {
  background-color: #2a2d36 !important;
}
.C-2A2D3645-text {
  color: #2a2d36;
}
.C-2A2D3645-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3645 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3640 {
  background-color: #2a2d36 !important;
}
.C-2A2D3640-text {
  color: #2a2d36;
}
.C-2A2D3640-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3640 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3635 {
  background-color: #2a2d36 !important;
}
.C-2A2D3635-text {
  color: #2a2d36;
}
.C-2A2D3635-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3635 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3630 {
  background-color: #2a2d36 !important;
}
.C-2A2D3630-text {
  color: #2a2d36;
}
.C-2A2D3630-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3630 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3625 {
  background-color: #2a2d36 !important;
}
.C-2A2D3625-text {
  color: #2a2d36;
}
.C-2A2D3625-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3625 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3620 {
  background-color: #2a2d36 !important;
}
.C-2A2D3620-text {
  color: #2a2d36;
}
.C-2A2D3620-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3620 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3615 {
  background-color: #2a2d36 !important;
}
.C-2A2D3615-text {
  color: #2a2d36;
}
.C-2A2D3615-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3615 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D3610 {
  background-color: #2a2d36 !important;
}
.C-2A2D3610-text {
  color: #2a2d36;
}
.C-2A2D3610-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D3610 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D365 {
  background-color: #2a2d36 !important;
}
.C-2A2D365-text {
  color: #2a2d36;
}
.C-2A2D365-border {
  border-color: #2a2d36;
}
.C-linearGradient-2A2D365 {
  background-image:
    linear-gradient(
      45deg,
      #2a2d36 0%,
      #2a2d36 99%,
      #2a2d36 100%);
}
.C-2A2D360 {
  background-color: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-text {
  color: rgba(42, 45, 54, 0);
}
.C-2A2D360-border {
  border-color: rgba(42, 45, 54, 0);
}
.C-linearGradient-2A2D360 {
  background-image:
    linear-gradient(
      45deg,
      rgba(42, 45, 54, 0) 0%,
      #2a2d36 99%,
      rgba(42, 45, 54, 0) 100%);
}
.C-2A2D36-fill-1 #fill1 {
  fill: #2a2d36;
}
.C-2A2D36-fill-1.onHover:hover #fill1,
.C-2A2D36-fill-1:hover #fill1 {
  fill: #2a2d36;
}
.C-2A2D36-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D36100-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3695-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3690-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3685-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3680-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3675-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3670-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3665-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3660-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3655-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3650-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3645-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3640-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3635-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3630-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3625-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3620-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3615-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D3610-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D365-fill-1 #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D365-fill-1.onHover:hover #fill1 {
  fill: #2a2d36 !important;
}
.C-2A2D365-stroke-1 #stroke1 {
  stroke: #2a2d36 !important;
}
.C-2A2D360-fill-1 #fill1 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-fill-1.onHover:hover #fill1 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-stroke-1 #stroke1 {
  stroke: rgba(42, 45, 54, 0) !important;
}
.C-2A2D36-fill-2 #fill2 {
  fill: #2a2d36;
}
.C-2A2D36-fill-2.onHover:hover #fill2,
.C-2A2D36-fill-2:hover #fill2 {
  fill: #2a2d36;
}
.C-2A2D36-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D36100-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3695-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3690-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3685-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3680-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3675-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3670-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3665-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3660-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3655-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3650-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3645-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3640-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3635-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3630-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3625-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3620-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3615-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D3610-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D365-fill-2 #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D365-fill-2.onHover:hover #fill2 {
  fill: #2a2d36 !important;
}
.C-2A2D365-stroke-2 #stroke2 {
  stroke: #2a2d36 !important;
}
.C-2A2D360-fill-2 #fill2 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-fill-2.onHover:hover #fill2 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-stroke-2 #stroke2 {
  stroke: rgba(42, 45, 54, 0) !important;
}
.C-2A2D36-fill-3 #fill3 {
  fill: #2a2d36;
}
.C-2A2D36-fill-3.onHover:hover #fill3,
.C-2A2D36-fill-3:hover #fill3 {
  fill: #2a2d36;
}
.C-2A2D36-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D36100-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D36100-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3695-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3695-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3690-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3690-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3685-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3685-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3680-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3680-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3675-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3675-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3670-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3670-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3665-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3665-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3660-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3660-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3655-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3655-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3650-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3650-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3645-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3645-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3640-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3640-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3635-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3635-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3630-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3630-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3625-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3625-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3620-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3620-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3615-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3615-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D3610-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D3610-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D365-fill-3 #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D365-fill-3.onHover:hover #fill3 {
  fill: #2a2d36 !important;
}
.C-2A2D365-stroke-3 #stroke3 {
  stroke: #2a2d36 !important;
}
.C-2A2D360-fill-3 #fill3 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-fill-3.onHover:hover #fill3 {
  fill: rgba(42, 45, 54, 0) !important;
}
.C-2A2D360-stroke-3 #stroke3 {
  stroke: rgba(42, 45, 54, 0) !important;
}
.C-4D525E-100 {
  background-color: #4d525eFF !important;
}
.C-4D525E-100-text {
  color: #4d525eFF;
}
.C-4D525E-100-border {
  border-color: #4d525eFF !important;
}
.C-4D525E-95 {
  background-color: #4d525eF2 !important;
}
.C-4D525E-95-text {
  color: #4d525eF2;
}
.C-4D525E-95-border {
  border-color: #4d525eF2 !important;
}
.C-4D525E-90 {
  background-color: #4d525eE6 !important;
}
.C-4D525E-90-text {
  color: #4d525eE6;
}
.C-4D525E-90-border {
  border-color: #4d525eE6 !important;
}
.C-4D525E-85 {
  background-color: #4d525eD9 !important;
}
.C-4D525E-85-text {
  color: #4d525eD9;
}
.C-4D525E-85-border {
  border-color: #4d525eD9 !important;
}
.C-4D525E-80 {
  background-color: #4d525eCC !important;
}
.C-4D525E-80-text {
  color: #4d525eCC;
}
.C-4D525E-80-border {
  border-color: #4d525eCC !important;
}
.C-4D525E-75 {
  background-color: #4d525eBF !important;
}
.C-4D525E-75-text {
  color: #4d525eBF;
}
.C-4D525E-75-border {
  border-color: #4d525eBF !important;
}
.C-4D525E-70 {
  background-color: #4d525eB3 !important;
}
.C-4D525E-70-text {
  color: #4d525eB3;
}
.C-4D525E-70-border {
  border-color: #4d525eB3 !important;
}
.C-4D525E-65 {
  background-color: #4d525eA6 !important;
}
.C-4D525E-65-text {
  color: #4d525eA6;
}
.C-4D525E-65-border {
  border-color: #4d525eA6 !important;
}
.C-4D525E-60 {
  background-color: #4d525e99 !important;
}
.C-4D525E-60-text {
  color: #4d525e99;
}
.C-4D525E-60-border {
  border-color: #4d525e99 !important;
}
.C-4D525E-55 {
  background-color: #4d525e8C !important;
}
.C-4D525E-55-text {
  color: #4d525e8C;
}
.C-4D525E-55-border {
  border-color: #4d525e8C !important;
}
.C-4D525E-50 {
  background-color: #4d525e80 !important;
}
.C-4D525E-50-text {
  color: #4d525e80;
}
.C-4D525E-50-border {
  border-color: #4d525e80 !important;
}
.C-4D525E-45 {
  background-color: #4d525e73 !important;
}
.C-4D525E-45-text {
  color: #4d525e73;
}
.C-4D525E-45-border {
  border-color: #4d525e73 !important;
}
.C-4D525E-40 {
  background-color: #4d525e66 !important;
}
.C-4D525E-40-text {
  color: #4d525e66;
}
.C-4D525E-40-border {
  border-color: #4d525e66 !important;
}
.C-4D525E-35 {
  background-color: #4d525e59 !important;
}
.C-4D525E-35-text {
  color: #4d525e59;
}
.C-4D525E-35-border {
  border-color: #4d525e59 !important;
}
.C-4D525E-30 {
  background-color: #4d525e4D !important;
}
.C-4D525E-30-text {
  color: #4d525e4D;
}
.C-4D525E-30-border {
  border-color: #4d525e4D !important;
}
.C-4D525E-25 {
  background-color: #4d525e40 !important;
}
.C-4D525E-25-text {
  color: #4d525e40;
}
.C-4D525E-25-border {
  border-color: #4d525e40 !important;
}
.C-4D525E-20 {
  background-color: #4d525e33 !important;
}
.C-4D525E-20-text {
  color: #4d525e33;
}
.C-4D525E-20-border {
  border-color: #4d525e33 !important;
}
.C-4D525E-15 {
  background-color: #4d525e26 !important;
}
.C-4D525E-15-text {
  color: #4d525e26;
}
.C-4D525E-15-border {
  border-color: #4d525e26 !important;
}
.C-4D525E-10 {
  background-color: #4d525e1A !important;
}
.C-4D525E-10-text {
  color: #4d525e1A;
}
.C-4D525E-10-border {
  border-color: #4d525e1A !important;
}
.C-4D525E-5 {
  background-color: #4d525e0D !important;
}
.C-4D525E-5-text {
  color: #4d525e0D;
}
.C-4D525E-5-border {
  border-color: #4d525e0D !important;
}
.C-4D525E-0 {
  background-color: #4d525e0 !important;
}
.C-4D525E-0-text {
  color: #4d525e0;
}
.C-4D525E-0-border {
  border-color: #4d525e0 !important;
}
.C-4D525E {
  background-color: #4d525e !important;
  --btn-background: #4d525e;
}
.C-4D525E-text {
  color: #4d525e;
}
.C-4D525E-border {
  border-color: #4d525e !important;
}
@media (hover: hover) {
  .C-4D525E-hover-bg:hover {
    background-color: #4d525e !important;
  }
}
.C-4D525E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4D525E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4d525e;
  fill: #4d525e;
  stroke: #4d525e;
}
.C-4D525E-hover-text[papaTarget]:hover.f_targetText {
  color: #4d525e !important;
  fill: #4d525e !important;
  stroke: #4d525e !important;
}
.C-4D525E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4D525E-hover-text[fHover]:hover {
  color: #4d525e !important;
}
.C-4D525E-after::after,
.C-4D525E-after::before {
  background-color: #4d525e;
}
.C-4D525E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4d525e;
  transition: box-shadow 0.2s;
}
.C-4D525E100 {
  background-color: #4d525e !important;
}
.C-4D525E100-text {
  color: #4d525e;
}
.C-4D525E100-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E100 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E95 {
  background-color: #4d525e !important;
}
.C-4D525E95-text {
  color: #4d525e;
}
.C-4D525E95-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E95 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E90 {
  background-color: #4d525e !important;
}
.C-4D525E90-text {
  color: #4d525e;
}
.C-4D525E90-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E90 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E85 {
  background-color: #4d525e !important;
}
.C-4D525E85-text {
  color: #4d525e;
}
.C-4D525E85-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E85 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E80 {
  background-color: #4d525e !important;
}
.C-4D525E80-text {
  color: #4d525e;
}
.C-4D525E80-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E80 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E75 {
  background-color: #4d525e !important;
}
.C-4D525E75-text {
  color: #4d525e;
}
.C-4D525E75-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E75 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E70 {
  background-color: #4d525e !important;
}
.C-4D525E70-text {
  color: #4d525e;
}
.C-4D525E70-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E70 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E65 {
  background-color: #4d525e !important;
}
.C-4D525E65-text {
  color: #4d525e;
}
.C-4D525E65-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E65 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E60 {
  background-color: #4d525e !important;
}
.C-4D525E60-text {
  color: #4d525e;
}
.C-4D525E60-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E60 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E55 {
  background-color: #4d525e !important;
}
.C-4D525E55-text {
  color: #4d525e;
}
.C-4D525E55-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E55 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E50 {
  background-color: #4d525e !important;
}
.C-4D525E50-text {
  color: #4d525e;
}
.C-4D525E50-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E50 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E45 {
  background-color: #4d525e !important;
}
.C-4D525E45-text {
  color: #4d525e;
}
.C-4D525E45-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E45 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E40 {
  background-color: #4d525e !important;
}
.C-4D525E40-text {
  color: #4d525e;
}
.C-4D525E40-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E40 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E35 {
  background-color: #4d525e !important;
}
.C-4D525E35-text {
  color: #4d525e;
}
.C-4D525E35-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E35 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E30 {
  background-color: #4d525e !important;
}
.C-4D525E30-text {
  color: #4d525e;
}
.C-4D525E30-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E30 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E25 {
  background-color: #4d525e !important;
}
.C-4D525E25-text {
  color: #4d525e;
}
.C-4D525E25-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E25 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E20 {
  background-color: #4d525e !important;
}
.C-4D525E20-text {
  color: #4d525e;
}
.C-4D525E20-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E20 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E15 {
  background-color: #4d525e !important;
}
.C-4D525E15-text {
  color: #4d525e;
}
.C-4D525E15-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E15 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E10 {
  background-color: #4d525e !important;
}
.C-4D525E10-text {
  color: #4d525e;
}
.C-4D525E10-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E10 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E5 {
  background-color: #4d525e !important;
}
.C-4D525E5-text {
  color: #4d525e;
}
.C-4D525E5-border {
  border-color: #4d525e;
}
.C-linearGradient-4D525E5 {
  background-image:
    linear-gradient(
      45deg,
      #4d525e 0%,
      #4d525e 99%,
      #4d525e 100%);
}
.C-4D525E0 {
  background-color: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-text {
  color: rgba(77, 82, 94, 0);
}
.C-4D525E0-border {
  border-color: rgba(77, 82, 94, 0);
}
.C-linearGradient-4D525E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(77, 82, 94, 0) 0%,
      #4d525e 99%,
      rgba(77, 82, 94, 0) 100%);
}
.C-4D525E-fill-1 #fill1 {
  fill: #4d525e;
}
.C-4D525E-fill-1.onHover:hover #fill1,
.C-4D525E-fill-1:hover #fill1 {
  fill: #4d525e;
}
.C-4D525E-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E100-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E100-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E100-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E95-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E95-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E95-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E90-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E90-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E90-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E85-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E85-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E85-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E80-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E80-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E80-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E75-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E75-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E75-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E70-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E70-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E70-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E65-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E65-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E65-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E60-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E60-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E60-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E55-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E55-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E55-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E50-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E50-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E50-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E45-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E45-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E45-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E40-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E40-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E40-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E35-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E35-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E35-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E30-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E30-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E30-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E25-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E25-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E25-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E20-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E20-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E20-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E15-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E15-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E15-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E10-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E10-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E10-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E5-fill-1 #fill1 {
  fill: #4d525e !important;
}
.C-4D525E5-fill-1.onHover:hover #fill1 {
  fill: #4d525e !important;
}
.C-4D525E5-stroke-1 #stroke1 {
  stroke: #4d525e !important;
}
.C-4D525E0-fill-1 #fill1 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-fill-1.onHover:hover #fill1 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-stroke-1 #stroke1 {
  stroke: rgba(77, 82, 94, 0) !important;
}
.C-4D525E-fill-2 #fill2 {
  fill: #4d525e;
}
.C-4D525E-fill-2.onHover:hover #fill2,
.C-4D525E-fill-2:hover #fill2 {
  fill: #4d525e;
}
.C-4D525E-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E100-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E100-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E100-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E95-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E95-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E95-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E90-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E90-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E90-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E85-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E85-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E85-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E80-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E80-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E80-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E75-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E75-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E75-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E70-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E70-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E70-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E65-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E65-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E65-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E60-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E60-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E60-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E55-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E55-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E55-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E50-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E50-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E50-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E45-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E45-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E45-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E40-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E40-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E40-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E35-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E35-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E35-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E30-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E30-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E30-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E25-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E25-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E25-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E20-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E20-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E20-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E15-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E15-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E15-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E10-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E10-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E10-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E5-fill-2 #fill2 {
  fill: #4d525e !important;
}
.C-4D525E5-fill-2.onHover:hover #fill2 {
  fill: #4d525e !important;
}
.C-4D525E5-stroke-2 #stroke2 {
  stroke: #4d525e !important;
}
.C-4D525E0-fill-2 #fill2 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-fill-2.onHover:hover #fill2 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-stroke-2 #stroke2 {
  stroke: rgba(77, 82, 94, 0) !important;
}
.C-4D525E-fill-3 #fill3 {
  fill: #4d525e;
}
.C-4D525E-fill-3.onHover:hover #fill3,
.C-4D525E-fill-3:hover #fill3 {
  fill: #4d525e;
}
.C-4D525E-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E100-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E100-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E100-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E95-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E95-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E95-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E90-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E90-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E90-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E85-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E85-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E85-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E80-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E80-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E80-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E75-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E75-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E75-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E70-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E70-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E70-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E65-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E65-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E65-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E60-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E60-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E60-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E55-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E55-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E55-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E50-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E50-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E50-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E45-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E45-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E45-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E40-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E40-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E40-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E35-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E35-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E35-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E30-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E30-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E30-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E25-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E25-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E25-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E20-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E20-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E20-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E15-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E15-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E15-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E10-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E10-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E10-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E5-fill-3 #fill3 {
  fill: #4d525e !important;
}
.C-4D525E5-fill-3.onHover:hover #fill3 {
  fill: #4d525e !important;
}
.C-4D525E5-stroke-3 #stroke3 {
  stroke: #4d525e !important;
}
.C-4D525E0-fill-3 #fill3 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-fill-3.onHover:hover #fill3 {
  fill: rgba(77, 82, 94, 0) !important;
}
.C-4D525E0-stroke-3 #stroke3 {
  stroke: rgba(77, 82, 94, 0) !important;
}
.C-283655-100 {
  background-color: #283655FF !important;
}
.C-283655-100-text {
  color: #283655FF;
}
.C-283655-100-border {
  border-color: #283655FF !important;
}
.C-283655-95 {
  background-color: #283655F2 !important;
}
.C-283655-95-text {
  color: #283655F2;
}
.C-283655-95-border {
  border-color: #283655F2 !important;
}
.C-283655-90 {
  background-color: #283655E6 !important;
}
.C-283655-90-text {
  color: #283655E6;
}
.C-283655-90-border {
  border-color: #283655E6 !important;
}
.C-283655-85 {
  background-color: #283655D9 !important;
}
.C-283655-85-text {
  color: #283655D9;
}
.C-283655-85-border {
  border-color: #283655D9 !important;
}
.C-283655-80 {
  background-color: #283655CC !important;
}
.C-283655-80-text {
  color: #283655CC;
}
.C-283655-80-border {
  border-color: #283655CC !important;
}
.C-283655-75 {
  background-color: #283655BF !important;
}
.C-283655-75-text {
  color: #283655BF;
}
.C-283655-75-border {
  border-color: #283655BF !important;
}
.C-283655-70 {
  background-color: #283655B3 !important;
}
.C-283655-70-text {
  color: #283655B3;
}
.C-283655-70-border {
  border-color: #283655B3 !important;
}
.C-283655-65 {
  background-color: #283655A6 !important;
}
.C-283655-65-text {
  color: #283655A6;
}
.C-283655-65-border {
  border-color: #283655A6 !important;
}
.C-283655-60 {
  background-color: #28365599 !important;
}
.C-283655-60-text {
  color: #28365599;
}
.C-283655-60-border {
  border-color: #28365599 !important;
}
.C-283655-55 {
  background-color: #2836558C !important;
}
.C-283655-55-text {
  color: #2836558C;
}
.C-283655-55-border {
  border-color: #2836558C !important;
}
.C-283655-50 {
  background-color: #28365580 !important;
}
.C-283655-50-text {
  color: #28365580;
}
.C-283655-50-border {
  border-color: #28365580 !important;
}
.C-283655-45 {
  background-color: #28365573 !important;
}
.C-283655-45-text {
  color: #28365573;
}
.C-283655-45-border {
  border-color: #28365573 !important;
}
.C-283655-40 {
  background-color: #28365566 !important;
}
.C-283655-40-text {
  color: #28365566;
}
.C-283655-40-border {
  border-color: #28365566 !important;
}
.C-283655-35 {
  background-color: #28365559 !important;
}
.C-283655-35-text {
  color: #28365559;
}
.C-283655-35-border {
  border-color: #28365559 !important;
}
.C-283655-30 {
  background-color: #2836554D !important;
}
.C-283655-30-text {
  color: #2836554D;
}
.C-283655-30-border {
  border-color: #2836554D !important;
}
.C-283655-25 {
  background-color: #28365540 !important;
}
.C-283655-25-text {
  color: #28365540;
}
.C-283655-25-border {
  border-color: #28365540 !important;
}
.C-283655-20 {
  background-color: #28365533 !important;
}
.C-283655-20-text {
  color: #28365533;
}
.C-283655-20-border {
  border-color: #28365533 !important;
}
.C-283655-15 {
  background-color: #28365526 !important;
}
.C-283655-15-text {
  color: #28365526;
}
.C-283655-15-border {
  border-color: #28365526 !important;
}
.C-283655-10 {
  background-color: #2836551A !important;
}
.C-283655-10-text {
  color: #2836551A;
}
.C-283655-10-border {
  border-color: #2836551A !important;
}
.C-283655-5 {
  background-color: #2836550D !important;
}
.C-283655-5-text {
  color: #2836550D;
}
.C-283655-5-border {
  border-color: #2836550D !important;
}
.C-283655-0 {
  background-color: #2836550 !important;
}
.C-283655-0-text {
  color: #2836550;
}
.C-283655-0-border {
  border-color: #2836550 !important;
}
.C-283655 {
  background-color: #283655 !important;
  --btn-background: #283655;
}
.C-283655-text {
  color: #283655;
}
.C-283655-border {
  border-color: #283655 !important;
}
@media (hover: hover) {
  .C-283655-hover-bg:hover {
    background-color: #283655 !important;
  }
}
.C-283655-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-283655-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #283655;
  fill: #283655;
  stroke: #283655;
}
.C-283655-hover-text[papaTarget]:hover.f_targetText {
  color: #283655 !important;
  fill: #283655 !important;
  stroke: #283655 !important;
}
.C-283655-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-283655-hover-text[fHover]:hover {
  color: #283655 !important;
}
.C-283655-after::after,
.C-283655-after::before {
  background-color: #283655;
}
.C-283655-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #283655;
  transition: box-shadow 0.2s;
}
.C-283655100 {
  background-color: #283655 !important;
}
.C-283655100-text {
  color: #283655;
}
.C-283655100-border {
  border-color: #283655;
}
.C-linearGradient-283655100 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365595 {
  background-color: #283655 !important;
}
.C-28365595-text {
  color: #283655;
}
.C-28365595-border {
  border-color: #283655;
}
.C-linearGradient-28365595 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365590 {
  background-color: #283655 !important;
}
.C-28365590-text {
  color: #283655;
}
.C-28365590-border {
  border-color: #283655;
}
.C-linearGradient-28365590 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365585 {
  background-color: #283655 !important;
}
.C-28365585-text {
  color: #283655;
}
.C-28365585-border {
  border-color: #283655;
}
.C-linearGradient-28365585 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365580 {
  background-color: #283655 !important;
}
.C-28365580-text {
  color: #283655;
}
.C-28365580-border {
  border-color: #283655;
}
.C-linearGradient-28365580 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365575 {
  background-color: #283655 !important;
}
.C-28365575-text {
  color: #283655;
}
.C-28365575-border {
  border-color: #283655;
}
.C-linearGradient-28365575 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365570 {
  background-color: #283655 !important;
}
.C-28365570-text {
  color: #283655;
}
.C-28365570-border {
  border-color: #283655;
}
.C-linearGradient-28365570 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365565 {
  background-color: #283655 !important;
}
.C-28365565-text {
  color: #283655;
}
.C-28365565-border {
  border-color: #283655;
}
.C-linearGradient-28365565 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365560 {
  background-color: #283655 !important;
}
.C-28365560-text {
  color: #283655;
}
.C-28365560-border {
  border-color: #283655;
}
.C-linearGradient-28365560 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365555 {
  background-color: #283655 !important;
}
.C-28365555-text {
  color: #283655;
}
.C-28365555-border {
  border-color: #283655;
}
.C-linearGradient-28365555 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365550 {
  background-color: #283655 !important;
}
.C-28365550-text {
  color: #283655;
}
.C-28365550-border {
  border-color: #283655;
}
.C-linearGradient-28365550 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365545 {
  background-color: #283655 !important;
}
.C-28365545-text {
  color: #283655;
}
.C-28365545-border {
  border-color: #283655;
}
.C-linearGradient-28365545 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365540 {
  background-color: #283655 !important;
}
.C-28365540-text {
  color: #283655;
}
.C-28365540-border {
  border-color: #283655;
}
.C-linearGradient-28365540 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365535 {
  background-color: #283655 !important;
}
.C-28365535-text {
  color: #283655;
}
.C-28365535-border {
  border-color: #283655;
}
.C-linearGradient-28365535 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365530 {
  background-color: #283655 !important;
}
.C-28365530-text {
  color: #283655;
}
.C-28365530-border {
  border-color: #283655;
}
.C-linearGradient-28365530 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365525 {
  background-color: #283655 !important;
}
.C-28365525-text {
  color: #283655;
}
.C-28365525-border {
  border-color: #283655;
}
.C-linearGradient-28365525 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365520 {
  background-color: #283655 !important;
}
.C-28365520-text {
  color: #283655;
}
.C-28365520-border {
  border-color: #283655;
}
.C-linearGradient-28365520 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365515 {
  background-color: #283655 !important;
}
.C-28365515-text {
  color: #283655;
}
.C-28365515-border {
  border-color: #283655;
}
.C-linearGradient-28365515 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-28365510 {
  background-color: #283655 !important;
}
.C-28365510-text {
  color: #283655;
}
.C-28365510-border {
  border-color: #283655;
}
.C-linearGradient-28365510 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-2836555 {
  background-color: #283655 !important;
}
.C-2836555-text {
  color: #283655;
}
.C-2836555-border {
  border-color: #283655;
}
.C-linearGradient-2836555 {
  background-image:
    linear-gradient(
      45deg,
      #283655 0%,
      #283655 99%,
      #283655 100%);
}
.C-2836550 {
  background-color: rgba(40, 54, 85, 0) !important;
}
.C-2836550-text {
  color: rgba(40, 54, 85, 0);
}
.C-2836550-border {
  border-color: rgba(40, 54, 85, 0);
}
.C-linearGradient-2836550 {
  background-image:
    linear-gradient(
      45deg,
      rgba(40, 54, 85, 0) 0%,
      #283655 99%,
      rgba(40, 54, 85, 0) 100%);
}
.C-283655-fill-1 #fill1 {
  fill: #283655;
}
.C-283655-fill-1.onHover:hover #fill1,
.C-283655-fill-1:hover #fill1 {
  fill: #283655;
}
.C-283655-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-283655100-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-283655100-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-283655100-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365595-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365595-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365595-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365590-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365590-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365590-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365585-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365585-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365585-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365580-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365580-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365580-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365575-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365575-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365575-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365570-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365570-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365570-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365565-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365565-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365565-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365560-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365560-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365560-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365555-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365555-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365555-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365550-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365550-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365550-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365545-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365545-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365545-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365540-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365540-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365540-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365535-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365535-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365535-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365530-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365530-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365530-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365525-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365525-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365525-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365520-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365520-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365520-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365515-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365515-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365515-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-28365510-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-28365510-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-28365510-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-2836555-fill-1 #fill1 {
  fill: #283655 !important;
}
.C-2836555-fill-1.onHover:hover #fill1 {
  fill: #283655 !important;
}
.C-2836555-stroke-1 #stroke1 {
  stroke: #283655 !important;
}
.C-2836550-fill-1 #fill1 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-fill-1.onHover:hover #fill1 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-stroke-1 #stroke1 {
  stroke: rgba(40, 54, 85, 0) !important;
}
.C-283655-fill-2 #fill2 {
  fill: #283655;
}
.C-283655-fill-2.onHover:hover #fill2,
.C-283655-fill-2:hover #fill2 {
  fill: #283655;
}
.C-283655-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-283655100-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-283655100-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-283655100-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365595-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365595-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365595-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365590-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365590-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365590-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365585-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365585-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365585-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365580-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365580-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365580-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365575-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365575-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365575-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365570-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365570-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365570-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365565-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365565-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365565-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365560-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365560-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365560-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365555-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365555-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365555-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365550-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365550-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365550-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365545-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365545-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365545-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365540-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365540-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365540-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365535-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365535-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365535-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365530-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365530-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365530-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365525-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365525-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365525-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365520-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365520-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365520-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365515-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365515-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365515-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-28365510-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-28365510-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-28365510-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-2836555-fill-2 #fill2 {
  fill: #283655 !important;
}
.C-2836555-fill-2.onHover:hover #fill2 {
  fill: #283655 !important;
}
.C-2836555-stroke-2 #stroke2 {
  stroke: #283655 !important;
}
.C-2836550-fill-2 #fill2 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-fill-2.onHover:hover #fill2 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-stroke-2 #stroke2 {
  stroke: rgba(40, 54, 85, 0) !important;
}
.C-283655-fill-3 #fill3 {
  fill: #283655;
}
.C-283655-fill-3.onHover:hover #fill3,
.C-283655-fill-3:hover #fill3 {
  fill: #283655;
}
.C-283655-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-283655100-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-283655100-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-283655100-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365595-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365595-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365595-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365590-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365590-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365590-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365585-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365585-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365585-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365580-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365580-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365580-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365575-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365575-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365575-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365570-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365570-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365570-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365565-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365565-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365565-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365560-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365560-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365560-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365555-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365555-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365555-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365550-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365550-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365550-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365545-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365545-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365545-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365540-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365540-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365540-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365535-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365535-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365535-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365530-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365530-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365530-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365525-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365525-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365525-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365520-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365520-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365520-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365515-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365515-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365515-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-28365510-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-28365510-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-28365510-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-2836555-fill-3 #fill3 {
  fill: #283655 !important;
}
.C-2836555-fill-3.onHover:hover #fill3 {
  fill: #283655 !important;
}
.C-2836555-stroke-3 #stroke3 {
  stroke: #283655 !important;
}
.C-2836550-fill-3 #fill3 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-fill-3.onHover:hover #fill3 {
  fill: rgba(40, 54, 85, 0) !important;
}
.C-2836550-stroke-3 #stroke3 {
  stroke: rgba(40, 54, 85, 0) !important;
}
.C-1D2A40-100 {
  background-color: #1d2a40FF !important;
}
.C-1D2A40-100-text {
  color: #1d2a40FF;
}
.C-1D2A40-100-border {
  border-color: #1d2a40FF !important;
}
.C-1D2A40-95 {
  background-color: #1d2a40F2 !important;
}
.C-1D2A40-95-text {
  color: #1d2a40F2;
}
.C-1D2A40-95-border {
  border-color: #1d2a40F2 !important;
}
.C-1D2A40-90 {
  background-color: #1d2a40E6 !important;
}
.C-1D2A40-90-text {
  color: #1d2a40E6;
}
.C-1D2A40-90-border {
  border-color: #1d2a40E6 !important;
}
.C-1D2A40-85 {
  background-color: #1d2a40D9 !important;
}
.C-1D2A40-85-text {
  color: #1d2a40D9;
}
.C-1D2A40-85-border {
  border-color: #1d2a40D9 !important;
}
.C-1D2A40-80 {
  background-color: #1d2a40CC !important;
}
.C-1D2A40-80-text {
  color: #1d2a40CC;
}
.C-1D2A40-80-border {
  border-color: #1d2a40CC !important;
}
.C-1D2A40-75 {
  background-color: #1d2a40BF !important;
}
.C-1D2A40-75-text {
  color: #1d2a40BF;
}
.C-1D2A40-75-border {
  border-color: #1d2a40BF !important;
}
.C-1D2A40-70 {
  background-color: #1d2a40B3 !important;
}
.C-1D2A40-70-text {
  color: #1d2a40B3;
}
.C-1D2A40-70-border {
  border-color: #1d2a40B3 !important;
}
.C-1D2A40-65 {
  background-color: #1d2a40A6 !important;
}
.C-1D2A40-65-text {
  color: #1d2a40A6;
}
.C-1D2A40-65-border {
  border-color: #1d2a40A6 !important;
}
.C-1D2A40-60 {
  background-color: #1d2a4099 !important;
}
.C-1D2A40-60-text {
  color: #1d2a4099;
}
.C-1D2A40-60-border {
  border-color: #1d2a4099 !important;
}
.C-1D2A40-55 {
  background-color: #1d2a408C !important;
}
.C-1D2A40-55-text {
  color: #1d2a408C;
}
.C-1D2A40-55-border {
  border-color: #1d2a408C !important;
}
.C-1D2A40-50 {
  background-color: #1d2a4080 !important;
}
.C-1D2A40-50-text {
  color: #1d2a4080;
}
.C-1D2A40-50-border {
  border-color: #1d2a4080 !important;
}
.C-1D2A40-45 {
  background-color: #1d2a4073 !important;
}
.C-1D2A40-45-text {
  color: #1d2a4073;
}
.C-1D2A40-45-border {
  border-color: #1d2a4073 !important;
}
.C-1D2A40-40 {
  background-color: #1d2a4066 !important;
}
.C-1D2A40-40-text {
  color: #1d2a4066;
}
.C-1D2A40-40-border {
  border-color: #1d2a4066 !important;
}
.C-1D2A40-35 {
  background-color: #1d2a4059 !important;
}
.C-1D2A40-35-text {
  color: #1d2a4059;
}
.C-1D2A40-35-border {
  border-color: #1d2a4059 !important;
}
.C-1D2A40-30 {
  background-color: #1d2a404D !important;
}
.C-1D2A40-30-text {
  color: #1d2a404D;
}
.C-1D2A40-30-border {
  border-color: #1d2a404D !important;
}
.C-1D2A40-25 {
  background-color: #1d2a4040 !important;
}
.C-1D2A40-25-text {
  color: #1d2a4040;
}
.C-1D2A40-25-border {
  border-color: #1d2a4040 !important;
}
.C-1D2A40-20 {
  background-color: #1d2a4033 !important;
}
.C-1D2A40-20-text {
  color: #1d2a4033;
}
.C-1D2A40-20-border {
  border-color: #1d2a4033 !important;
}
.C-1D2A40-15 {
  background-color: #1d2a4026 !important;
}
.C-1D2A40-15-text {
  color: #1d2a4026;
}
.C-1D2A40-15-border {
  border-color: #1d2a4026 !important;
}
.C-1D2A40-10 {
  background-color: #1d2a401A !important;
}
.C-1D2A40-10-text {
  color: #1d2a401A;
}
.C-1D2A40-10-border {
  border-color: #1d2a401A !important;
}
.C-1D2A40-5 {
  background-color: #1d2a400D !important;
}
.C-1D2A40-5-text {
  color: #1d2a400D;
}
.C-1D2A40-5-border {
  border-color: #1d2a400D !important;
}
.C-1D2A40-0 {
  background-color: #1d2a400 !important;
}
.C-1D2A40-0-text {
  color: #1d2a400;
}
.C-1D2A40-0-border {
  border-color: #1d2a400 !important;
}
.C-1D2A40 {
  background-color: #1d2a40 !important;
  --btn-background: #1d2a40;
}
.C-1D2A40-text {
  color: #1d2a40;
}
.C-1D2A40-border {
  border-color: #1d2a40 !important;
}
@media (hover: hover) {
  .C-1D2A40-hover-bg:hover {
    background-color: #1d2a40 !important;
  }
}
.C-1D2A40-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1D2A40-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1d2a40;
  fill: #1d2a40;
  stroke: #1d2a40;
}
.C-1D2A40-hover-text[papaTarget]:hover.f_targetText {
  color: #1d2a40 !important;
  fill: #1d2a40 !important;
  stroke: #1d2a40 !important;
}
.C-1D2A40-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1D2A40-hover-text[fHover]:hover {
  color: #1d2a40 !important;
}
.C-1D2A40-after::after,
.C-1D2A40-after::before {
  background-color: #1d2a40;
}
.C-1D2A40-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1d2a40;
  transition: box-shadow 0.2s;
}
.C-1D2A40100 {
  background-color: #1d2a40 !important;
}
.C-1D2A40100-text {
  color: #1d2a40;
}
.C-1D2A40100-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A40100 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4095 {
  background-color: #1d2a40 !important;
}
.C-1D2A4095-text {
  color: #1d2a40;
}
.C-1D2A4095-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4095 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4090 {
  background-color: #1d2a40 !important;
}
.C-1D2A4090-text {
  color: #1d2a40;
}
.C-1D2A4090-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4090 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4085 {
  background-color: #1d2a40 !important;
}
.C-1D2A4085-text {
  color: #1d2a40;
}
.C-1D2A4085-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4085 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4080 {
  background-color: #1d2a40 !important;
}
.C-1D2A4080-text {
  color: #1d2a40;
}
.C-1D2A4080-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4080 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4075 {
  background-color: #1d2a40 !important;
}
.C-1D2A4075-text {
  color: #1d2a40;
}
.C-1D2A4075-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4075 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4070 {
  background-color: #1d2a40 !important;
}
.C-1D2A4070-text {
  color: #1d2a40;
}
.C-1D2A4070-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4070 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4065 {
  background-color: #1d2a40 !important;
}
.C-1D2A4065-text {
  color: #1d2a40;
}
.C-1D2A4065-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4065 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4060 {
  background-color: #1d2a40 !important;
}
.C-1D2A4060-text {
  color: #1d2a40;
}
.C-1D2A4060-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4060 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4055 {
  background-color: #1d2a40 !important;
}
.C-1D2A4055-text {
  color: #1d2a40;
}
.C-1D2A4055-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4055 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4050 {
  background-color: #1d2a40 !important;
}
.C-1D2A4050-text {
  color: #1d2a40;
}
.C-1D2A4050-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4050 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4045 {
  background-color: #1d2a40 !important;
}
.C-1D2A4045-text {
  color: #1d2a40;
}
.C-1D2A4045-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4045 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4040 {
  background-color: #1d2a40 !important;
}
.C-1D2A4040-text {
  color: #1d2a40;
}
.C-1D2A4040-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4040 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4035 {
  background-color: #1d2a40 !important;
}
.C-1D2A4035-text {
  color: #1d2a40;
}
.C-1D2A4035-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4035 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4030 {
  background-color: #1d2a40 !important;
}
.C-1D2A4030-text {
  color: #1d2a40;
}
.C-1D2A4030-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4030 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4025 {
  background-color: #1d2a40 !important;
}
.C-1D2A4025-text {
  color: #1d2a40;
}
.C-1D2A4025-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4025 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4020 {
  background-color: #1d2a40 !important;
}
.C-1D2A4020-text {
  color: #1d2a40;
}
.C-1D2A4020-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4020 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4015 {
  background-color: #1d2a40 !important;
}
.C-1D2A4015-text {
  color: #1d2a40;
}
.C-1D2A4015-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4015 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A4010 {
  background-color: #1d2a40 !important;
}
.C-1D2A4010-text {
  color: #1d2a40;
}
.C-1D2A4010-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A4010 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A405 {
  background-color: #1d2a40 !important;
}
.C-1D2A405-text {
  color: #1d2a40;
}
.C-1D2A405-border {
  border-color: #1d2a40;
}
.C-linearGradient-1D2A405 {
  background-image:
    linear-gradient(
      45deg,
      #1d2a40 0%,
      #1d2a40 99%,
      #1d2a40 100%);
}
.C-1D2A400 {
  background-color: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-text {
  color: rgba(29, 42, 64, 0);
}
.C-1D2A400-border {
  border-color: rgba(29, 42, 64, 0);
}
.C-linearGradient-1D2A400 {
  background-image:
    linear-gradient(
      45deg,
      rgba(29, 42, 64, 0) 0%,
      #1d2a40 99%,
      rgba(29, 42, 64, 0) 100%);
}
.C-1D2A40-fill-1 #fill1 {
  fill: #1d2a40;
}
.C-1D2A40-fill-1.onHover:hover #fill1,
.C-1D2A40-fill-1:hover #fill1 {
  fill: #1d2a40;
}
.C-1D2A40-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A40100-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4095-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4090-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4085-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4080-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4075-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4070-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4065-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4060-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4055-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4050-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4045-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4040-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4035-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4030-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4025-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4020-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4015-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A4010-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A405-fill-1 #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A405-fill-1.onHover:hover #fill1 {
  fill: #1d2a40 !important;
}
.C-1D2A405-stroke-1 #stroke1 {
  stroke: #1d2a40 !important;
}
.C-1D2A400-fill-1 #fill1 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-fill-1.onHover:hover #fill1 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-stroke-1 #stroke1 {
  stroke: rgba(29, 42, 64, 0) !important;
}
.C-1D2A40-fill-2 #fill2 {
  fill: #1d2a40;
}
.C-1D2A40-fill-2.onHover:hover #fill2,
.C-1D2A40-fill-2:hover #fill2 {
  fill: #1d2a40;
}
.C-1D2A40-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A40100-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4095-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4090-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4085-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4080-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4075-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4070-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4065-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4060-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4055-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4050-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4045-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4040-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4035-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4030-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4025-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4020-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4015-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A4010-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A405-fill-2 #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A405-fill-2.onHover:hover #fill2 {
  fill: #1d2a40 !important;
}
.C-1D2A405-stroke-2 #stroke2 {
  stroke: #1d2a40 !important;
}
.C-1D2A400-fill-2 #fill2 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-fill-2.onHover:hover #fill2 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-stroke-2 #stroke2 {
  stroke: rgba(29, 42, 64, 0) !important;
}
.C-1D2A40-fill-3 #fill3 {
  fill: #1d2a40;
}
.C-1D2A40-fill-3.onHover:hover #fill3,
.C-1D2A40-fill-3:hover #fill3 {
  fill: #1d2a40;
}
.C-1D2A40-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A40100-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A40100-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4095-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4095-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4090-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4090-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4085-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4085-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4080-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4080-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4075-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4075-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4070-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4070-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4065-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4065-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4060-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4060-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4055-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4055-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4050-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4050-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4045-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4045-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4040-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4040-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4035-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4035-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4030-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4030-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4025-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4025-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4020-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4020-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4015-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4015-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A4010-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A4010-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A405-fill-3 #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A405-fill-3.onHover:hover #fill3 {
  fill: #1d2a40 !important;
}
.C-1D2A405-stroke-3 #stroke3 {
  stroke: #1d2a40 !important;
}
.C-1D2A400-fill-3 #fill3 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-fill-3.onHover:hover #fill3 {
  fill: rgba(29, 42, 64, 0) !important;
}
.C-1D2A400-stroke-3 #stroke3 {
  stroke: rgba(29, 42, 64, 0) !important;
}
.C-334B6A-100 {
  background-color: #334b6aFF !important;
}
.C-334B6A-100-text {
  color: #334b6aFF;
}
.C-334B6A-100-border {
  border-color: #334b6aFF !important;
}
.C-334B6A-95 {
  background-color: #334b6aF2 !important;
}
.C-334B6A-95-text {
  color: #334b6aF2;
}
.C-334B6A-95-border {
  border-color: #334b6aF2 !important;
}
.C-334B6A-90 {
  background-color: #334b6aE6 !important;
}
.C-334B6A-90-text {
  color: #334b6aE6;
}
.C-334B6A-90-border {
  border-color: #334b6aE6 !important;
}
.C-334B6A-85 {
  background-color: #334b6aD9 !important;
}
.C-334B6A-85-text {
  color: #334b6aD9;
}
.C-334B6A-85-border {
  border-color: #334b6aD9 !important;
}
.C-334B6A-80 {
  background-color: #334b6aCC !important;
}
.C-334B6A-80-text {
  color: #334b6aCC;
}
.C-334B6A-80-border {
  border-color: #334b6aCC !important;
}
.C-334B6A-75 {
  background-color: #334b6aBF !important;
}
.C-334B6A-75-text {
  color: #334b6aBF;
}
.C-334B6A-75-border {
  border-color: #334b6aBF !important;
}
.C-334B6A-70 {
  background-color: #334b6aB3 !important;
}
.C-334B6A-70-text {
  color: #334b6aB3;
}
.C-334B6A-70-border {
  border-color: #334b6aB3 !important;
}
.C-334B6A-65 {
  background-color: #334b6aA6 !important;
}
.C-334B6A-65-text {
  color: #334b6aA6;
}
.C-334B6A-65-border {
  border-color: #334b6aA6 !important;
}
.C-334B6A-60 {
  background-color: #334b6a99 !important;
}
.C-334B6A-60-text {
  color: #334b6a99;
}
.C-334B6A-60-border {
  border-color: #334b6a99 !important;
}
.C-334B6A-55 {
  background-color: #334b6a8C !important;
}
.C-334B6A-55-text {
  color: #334b6a8C;
}
.C-334B6A-55-border {
  border-color: #334b6a8C !important;
}
.C-334B6A-50 {
  background-color: #334b6a80 !important;
}
.C-334B6A-50-text {
  color: #334b6a80;
}
.C-334B6A-50-border {
  border-color: #334b6a80 !important;
}
.C-334B6A-45 {
  background-color: #334b6a73 !important;
}
.C-334B6A-45-text {
  color: #334b6a73;
}
.C-334B6A-45-border {
  border-color: #334b6a73 !important;
}
.C-334B6A-40 {
  background-color: #334b6a66 !important;
}
.C-334B6A-40-text {
  color: #334b6a66;
}
.C-334B6A-40-border {
  border-color: #334b6a66 !important;
}
.C-334B6A-35 {
  background-color: #334b6a59 !important;
}
.C-334B6A-35-text {
  color: #334b6a59;
}
.C-334B6A-35-border {
  border-color: #334b6a59 !important;
}
.C-334B6A-30 {
  background-color: #334b6a4D !important;
}
.C-334B6A-30-text {
  color: #334b6a4D;
}
.C-334B6A-30-border {
  border-color: #334b6a4D !important;
}
.C-334B6A-25 {
  background-color: #334b6a40 !important;
}
.C-334B6A-25-text {
  color: #334b6a40;
}
.C-334B6A-25-border {
  border-color: #334b6a40 !important;
}
.C-334B6A-20 {
  background-color: #334b6a33 !important;
}
.C-334B6A-20-text {
  color: #334b6a33;
}
.C-334B6A-20-border {
  border-color: #334b6a33 !important;
}
.C-334B6A-15 {
  background-color: #334b6a26 !important;
}
.C-334B6A-15-text {
  color: #334b6a26;
}
.C-334B6A-15-border {
  border-color: #334b6a26 !important;
}
.C-334B6A-10 {
  background-color: #334b6a1A !important;
}
.C-334B6A-10-text {
  color: #334b6a1A;
}
.C-334B6A-10-border {
  border-color: #334b6a1A !important;
}
.C-334B6A-5 {
  background-color: #334b6a0D !important;
}
.C-334B6A-5-text {
  color: #334b6a0D;
}
.C-334B6A-5-border {
  border-color: #334b6a0D !important;
}
.C-334B6A-0 {
  background-color: #334b6a0 !important;
}
.C-334B6A-0-text {
  color: #334b6a0;
}
.C-334B6A-0-border {
  border-color: #334b6a0 !important;
}
.C-334B6A {
  background-color: #334b6a !important;
  --btn-background: #334b6a;
}
.C-334B6A-text {
  color: #334b6a;
}
.C-334B6A-border {
  border-color: #334b6a !important;
}
@media (hover: hover) {
  .C-334B6A-hover-bg:hover {
    background-color: #334b6a !important;
  }
}
.C-334B6A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-334B6A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #334b6a;
  fill: #334b6a;
  stroke: #334b6a;
}
.C-334B6A-hover-text[papaTarget]:hover.f_targetText {
  color: #334b6a !important;
  fill: #334b6a !important;
  stroke: #334b6a !important;
}
.C-334B6A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-334B6A-hover-text[fHover]:hover {
  color: #334b6a !important;
}
.C-334B6A-after::after,
.C-334B6A-after::before {
  background-color: #334b6a;
}
.C-334B6A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #334b6a;
  transition: box-shadow 0.2s;
}
.C-334B6A100 {
  background-color: #334b6a !important;
}
.C-334B6A100-text {
  color: #334b6a;
}
.C-334B6A100-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A100 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A95 {
  background-color: #334b6a !important;
}
.C-334B6A95-text {
  color: #334b6a;
}
.C-334B6A95-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A95 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A90 {
  background-color: #334b6a !important;
}
.C-334B6A90-text {
  color: #334b6a;
}
.C-334B6A90-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A90 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A85 {
  background-color: #334b6a !important;
}
.C-334B6A85-text {
  color: #334b6a;
}
.C-334B6A85-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A85 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A80 {
  background-color: #334b6a !important;
}
.C-334B6A80-text {
  color: #334b6a;
}
.C-334B6A80-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A80 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A75 {
  background-color: #334b6a !important;
}
.C-334B6A75-text {
  color: #334b6a;
}
.C-334B6A75-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A75 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A70 {
  background-color: #334b6a !important;
}
.C-334B6A70-text {
  color: #334b6a;
}
.C-334B6A70-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A70 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A65 {
  background-color: #334b6a !important;
}
.C-334B6A65-text {
  color: #334b6a;
}
.C-334B6A65-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A65 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A60 {
  background-color: #334b6a !important;
}
.C-334B6A60-text {
  color: #334b6a;
}
.C-334B6A60-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A60 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A55 {
  background-color: #334b6a !important;
}
.C-334B6A55-text {
  color: #334b6a;
}
.C-334B6A55-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A55 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A50 {
  background-color: #334b6a !important;
}
.C-334B6A50-text {
  color: #334b6a;
}
.C-334B6A50-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A50 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A45 {
  background-color: #334b6a !important;
}
.C-334B6A45-text {
  color: #334b6a;
}
.C-334B6A45-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A45 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A40 {
  background-color: #334b6a !important;
}
.C-334B6A40-text {
  color: #334b6a;
}
.C-334B6A40-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A40 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A35 {
  background-color: #334b6a !important;
}
.C-334B6A35-text {
  color: #334b6a;
}
.C-334B6A35-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A35 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A30 {
  background-color: #334b6a !important;
}
.C-334B6A30-text {
  color: #334b6a;
}
.C-334B6A30-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A30 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A25 {
  background-color: #334b6a !important;
}
.C-334B6A25-text {
  color: #334b6a;
}
.C-334B6A25-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A25 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A20 {
  background-color: #334b6a !important;
}
.C-334B6A20-text {
  color: #334b6a;
}
.C-334B6A20-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A20 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A15 {
  background-color: #334b6a !important;
}
.C-334B6A15-text {
  color: #334b6a;
}
.C-334B6A15-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A15 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A10 {
  background-color: #334b6a !important;
}
.C-334B6A10-text {
  color: #334b6a;
}
.C-334B6A10-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A10 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A5 {
  background-color: #334b6a !important;
}
.C-334B6A5-text {
  color: #334b6a;
}
.C-334B6A5-border {
  border-color: #334b6a;
}
.C-linearGradient-334B6A5 {
  background-image:
    linear-gradient(
      45deg,
      #334b6a 0%,
      #334b6a 99%,
      #334b6a 100%);
}
.C-334B6A0 {
  background-color: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-text {
  color: rgba(51, 75, 106, 0);
}
.C-334B6A0-border {
  border-color: rgba(51, 75, 106, 0);
}
.C-linearGradient-334B6A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(51, 75, 106, 0) 0%,
      #334b6a 99%,
      rgba(51, 75, 106, 0) 100%);
}
.C-334B6A-fill-1 #fill1 {
  fill: #334b6a;
}
.C-334B6A-fill-1.onHover:hover #fill1,
.C-334B6A-fill-1:hover #fill1 {
  fill: #334b6a;
}
.C-334B6A-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A100-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A100-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A100-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A95-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A95-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A95-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A90-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A90-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A90-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A85-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A85-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A85-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A80-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A80-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A80-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A75-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A75-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A75-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A70-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A70-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A70-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A65-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A65-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A65-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A60-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A60-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A60-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A55-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A55-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A55-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A50-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A50-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A50-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A45-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A45-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A45-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A40-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A40-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A40-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A35-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A35-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A35-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A30-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A30-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A30-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A25-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A25-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A25-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A20-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A20-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A20-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A15-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A15-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A15-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A10-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A10-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A10-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A5-fill-1 #fill1 {
  fill: #334b6a !important;
}
.C-334B6A5-fill-1.onHover:hover #fill1 {
  fill: #334b6a !important;
}
.C-334B6A5-stroke-1 #stroke1 {
  stroke: #334b6a !important;
}
.C-334B6A0-fill-1 #fill1 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-fill-1.onHover:hover #fill1 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-stroke-1 #stroke1 {
  stroke: rgba(51, 75, 106, 0) !important;
}
.C-334B6A-fill-2 #fill2 {
  fill: #334b6a;
}
.C-334B6A-fill-2.onHover:hover #fill2,
.C-334B6A-fill-2:hover #fill2 {
  fill: #334b6a;
}
.C-334B6A-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A100-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A100-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A100-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A95-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A95-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A95-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A90-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A90-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A90-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A85-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A85-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A85-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A80-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A80-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A80-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A75-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A75-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A75-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A70-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A70-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A70-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A65-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A65-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A65-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A60-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A60-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A60-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A55-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A55-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A55-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A50-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A50-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A50-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A45-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A45-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A45-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A40-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A40-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A40-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A35-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A35-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A35-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A30-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A30-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A30-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A25-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A25-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A25-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A20-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A20-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A20-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A15-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A15-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A15-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A10-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A10-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A10-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A5-fill-2 #fill2 {
  fill: #334b6a !important;
}
.C-334B6A5-fill-2.onHover:hover #fill2 {
  fill: #334b6a !important;
}
.C-334B6A5-stroke-2 #stroke2 {
  stroke: #334b6a !important;
}
.C-334B6A0-fill-2 #fill2 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-fill-2.onHover:hover #fill2 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-stroke-2 #stroke2 {
  stroke: rgba(51, 75, 106, 0) !important;
}
.C-334B6A-fill-3 #fill3 {
  fill: #334b6a;
}
.C-334B6A-fill-3.onHover:hover #fill3,
.C-334B6A-fill-3:hover #fill3 {
  fill: #334b6a;
}
.C-334B6A-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A100-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A100-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A100-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A95-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A95-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A95-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A90-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A90-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A90-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A85-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A85-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A85-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A80-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A80-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A80-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A75-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A75-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A75-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A70-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A70-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A70-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A65-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A65-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A65-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A60-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A60-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A60-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A55-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A55-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A55-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A50-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A50-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A50-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A45-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A45-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A45-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A40-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A40-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A40-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A35-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A35-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A35-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A30-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A30-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A30-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A25-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A25-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A25-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A20-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A20-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A20-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A15-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A15-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A15-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A10-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A10-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A10-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A5-fill-3 #fill3 {
  fill: #334b6a !important;
}
.C-334B6A5-fill-3.onHover:hover #fill3 {
  fill: #334b6a !important;
}
.C-334B6A5-stroke-3 #stroke3 {
  stroke: #334b6a !important;
}
.C-334B6A0-fill-3 #fill3 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-fill-3.onHover:hover #fill3 {
  fill: rgba(51, 75, 106, 0) !important;
}
.C-334B6A0-stroke-3 #stroke3 {
  stroke: rgba(51, 75, 106, 0) !important;
}
.C-E80D3B-100 {
  background-color: #e80d3bFF !important;
}
.C-E80D3B-100-text {
  color: #e80d3bFF;
}
.C-E80D3B-100-border {
  border-color: #e80d3bFF !important;
}
.C-E80D3B-95 {
  background-color: #e80d3bF2 !important;
}
.C-E80D3B-95-text {
  color: #e80d3bF2;
}
.C-E80D3B-95-border {
  border-color: #e80d3bF2 !important;
}
.C-E80D3B-90 {
  background-color: #e80d3bE6 !important;
}
.C-E80D3B-90-text {
  color: #e80d3bE6;
}
.C-E80D3B-90-border {
  border-color: #e80d3bE6 !important;
}
.C-E80D3B-85 {
  background-color: #e80d3bD9 !important;
}
.C-E80D3B-85-text {
  color: #e80d3bD9;
}
.C-E80D3B-85-border {
  border-color: #e80d3bD9 !important;
}
.C-E80D3B-80 {
  background-color: #e80d3bCC !important;
}
.C-E80D3B-80-text {
  color: #e80d3bCC;
}
.C-E80D3B-80-border {
  border-color: #e80d3bCC !important;
}
.C-E80D3B-75 {
  background-color: #e80d3bBF !important;
}
.C-E80D3B-75-text {
  color: #e80d3bBF;
}
.C-E80D3B-75-border {
  border-color: #e80d3bBF !important;
}
.C-E80D3B-70 {
  background-color: #e80d3bB3 !important;
}
.C-E80D3B-70-text {
  color: #e80d3bB3;
}
.C-E80D3B-70-border {
  border-color: #e80d3bB3 !important;
}
.C-E80D3B-65 {
  background-color: #e80d3bA6 !important;
}
.C-E80D3B-65-text {
  color: #e80d3bA6;
}
.C-E80D3B-65-border {
  border-color: #e80d3bA6 !important;
}
.C-E80D3B-60 {
  background-color: #e80d3b99 !important;
}
.C-E80D3B-60-text {
  color: #e80d3b99;
}
.C-E80D3B-60-border {
  border-color: #e80d3b99 !important;
}
.C-E80D3B-55 {
  background-color: #e80d3b8C !important;
}
.C-E80D3B-55-text {
  color: #e80d3b8C;
}
.C-E80D3B-55-border {
  border-color: #e80d3b8C !important;
}
.C-E80D3B-50 {
  background-color: #e80d3b80 !important;
}
.C-E80D3B-50-text {
  color: #e80d3b80;
}
.C-E80D3B-50-border {
  border-color: #e80d3b80 !important;
}
.C-E80D3B-45 {
  background-color: #e80d3b73 !important;
}
.C-E80D3B-45-text {
  color: #e80d3b73;
}
.C-E80D3B-45-border {
  border-color: #e80d3b73 !important;
}
.C-E80D3B-40 {
  background-color: #e80d3b66 !important;
}
.C-E80D3B-40-text {
  color: #e80d3b66;
}
.C-E80D3B-40-border {
  border-color: #e80d3b66 !important;
}
.C-E80D3B-35 {
  background-color: #e80d3b59 !important;
}
.C-E80D3B-35-text {
  color: #e80d3b59;
}
.C-E80D3B-35-border {
  border-color: #e80d3b59 !important;
}
.C-E80D3B-30 {
  background-color: #e80d3b4D !important;
}
.C-E80D3B-30-text {
  color: #e80d3b4D;
}
.C-E80D3B-30-border {
  border-color: #e80d3b4D !important;
}
.C-E80D3B-25 {
  background-color: #e80d3b40 !important;
}
.C-E80D3B-25-text {
  color: #e80d3b40;
}
.C-E80D3B-25-border {
  border-color: #e80d3b40 !important;
}
.C-E80D3B-20 {
  background-color: #e80d3b33 !important;
}
.C-E80D3B-20-text {
  color: #e80d3b33;
}
.C-E80D3B-20-border {
  border-color: #e80d3b33 !important;
}
.C-E80D3B-15 {
  background-color: #e80d3b26 !important;
}
.C-E80D3B-15-text {
  color: #e80d3b26;
}
.C-E80D3B-15-border {
  border-color: #e80d3b26 !important;
}
.C-E80D3B-10 {
  background-color: #e80d3b1A !important;
}
.C-E80D3B-10-text {
  color: #e80d3b1A;
}
.C-E80D3B-10-border {
  border-color: #e80d3b1A !important;
}
.C-E80D3B-5 {
  background-color: #e80d3b0D !important;
}
.C-E80D3B-5-text {
  color: #e80d3b0D;
}
.C-E80D3B-5-border {
  border-color: #e80d3b0D !important;
}
.C-E80D3B-0 {
  background-color: #e80d3b0 !important;
}
.C-E80D3B-0-text {
  color: #e80d3b0;
}
.C-E80D3B-0-border {
  border-color: #e80d3b0 !important;
}
.C-E80D3B {
  background-color: #e80d3b !important;
  --btn-background: #e80d3b;
}
.C-E80D3B-text {
  color: #e80d3b;
}
.C-E80D3B-border {
  border-color: #e80d3b !important;
}
@media (hover: hover) {
  .C-E80D3B-hover-bg:hover {
    background-color: #e80d3b !important;
  }
}
.C-E80D3B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-E80D3B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #e80d3b;
  fill: #e80d3b;
  stroke: #e80d3b;
}
.C-E80D3B-hover-text[papaTarget]:hover.f_targetText {
  color: #e80d3b !important;
  fill: #e80d3b !important;
  stroke: #e80d3b !important;
}
.C-E80D3B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-E80D3B-hover-text[fHover]:hover {
  color: #e80d3b !important;
}
.C-E80D3B-after::after,
.C-E80D3B-after::before {
  background-color: #e80d3b;
}
.C-E80D3B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #e80d3b;
  transition: box-shadow 0.2s;
}
.C-E80D3B100 {
  background-color: #e80d3b !important;
}
.C-E80D3B100-text {
  color: #e80d3b;
}
.C-E80D3B100-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B100 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B95 {
  background-color: #e80d3b !important;
}
.C-E80D3B95-text {
  color: #e80d3b;
}
.C-E80D3B95-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B95 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B90 {
  background-color: #e80d3b !important;
}
.C-E80D3B90-text {
  color: #e80d3b;
}
.C-E80D3B90-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B90 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B85 {
  background-color: #e80d3b !important;
}
.C-E80D3B85-text {
  color: #e80d3b;
}
.C-E80D3B85-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B85 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B80 {
  background-color: #e80d3b !important;
}
.C-E80D3B80-text {
  color: #e80d3b;
}
.C-E80D3B80-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B80 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B75 {
  background-color: #e80d3b !important;
}
.C-E80D3B75-text {
  color: #e80d3b;
}
.C-E80D3B75-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B75 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B70 {
  background-color: #e80d3b !important;
}
.C-E80D3B70-text {
  color: #e80d3b;
}
.C-E80D3B70-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B70 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B65 {
  background-color: #e80d3b !important;
}
.C-E80D3B65-text {
  color: #e80d3b;
}
.C-E80D3B65-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B65 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B60 {
  background-color: #e80d3b !important;
}
.C-E80D3B60-text {
  color: #e80d3b;
}
.C-E80D3B60-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B60 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B55 {
  background-color: #e80d3b !important;
}
.C-E80D3B55-text {
  color: #e80d3b;
}
.C-E80D3B55-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B55 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B50 {
  background-color: #e80d3b !important;
}
.C-E80D3B50-text {
  color: #e80d3b;
}
.C-E80D3B50-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B50 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B45 {
  background-color: #e80d3b !important;
}
.C-E80D3B45-text {
  color: #e80d3b;
}
.C-E80D3B45-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B45 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B40 {
  background-color: #e80d3b !important;
}
.C-E80D3B40-text {
  color: #e80d3b;
}
.C-E80D3B40-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B40 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B35 {
  background-color: #e80d3b !important;
}
.C-E80D3B35-text {
  color: #e80d3b;
}
.C-E80D3B35-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B35 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B30 {
  background-color: #e80d3b !important;
}
.C-E80D3B30-text {
  color: #e80d3b;
}
.C-E80D3B30-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B30 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B25 {
  background-color: #e80d3b !important;
}
.C-E80D3B25-text {
  color: #e80d3b;
}
.C-E80D3B25-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B25 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B20 {
  background-color: #e80d3b !important;
}
.C-E80D3B20-text {
  color: #e80d3b;
}
.C-E80D3B20-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B20 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B15 {
  background-color: #e80d3b !important;
}
.C-E80D3B15-text {
  color: #e80d3b;
}
.C-E80D3B15-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B15 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B10 {
  background-color: #e80d3b !important;
}
.C-E80D3B10-text {
  color: #e80d3b;
}
.C-E80D3B10-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B10 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B5 {
  background-color: #e80d3b !important;
}
.C-E80D3B5-text {
  color: #e80d3b;
}
.C-E80D3B5-border {
  border-color: #e80d3b;
}
.C-linearGradient-E80D3B5 {
  background-image:
    linear-gradient(
      45deg,
      #e80d3b 0%,
      #e80d3b 99%,
      #e80d3b 100%);
}
.C-E80D3B0 {
  background-color: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-text {
  color: rgba(232, 13, 59, 0);
}
.C-E80D3B0-border {
  border-color: rgba(232, 13, 59, 0);
}
.C-linearGradient-E80D3B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(232, 13, 59, 0) 0%,
      #e80d3b 99%,
      rgba(232, 13, 59, 0) 100%);
}
.C-E80D3B-fill-1 #fill1 {
  fill: #e80d3b;
}
.C-E80D3B-fill-1.onHover:hover #fill1,
.C-E80D3B-fill-1:hover #fill1 {
  fill: #e80d3b;
}
.C-E80D3B-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B100-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B100-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B100-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B95-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B95-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B95-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B90-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B90-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B90-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B85-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B85-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B85-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B80-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B80-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B80-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B75-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B75-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B75-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B70-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B70-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B70-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B65-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B65-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B65-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B60-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B60-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B60-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B55-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B55-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B55-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B50-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B50-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B50-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B45-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B45-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B45-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B40-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B40-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B40-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B35-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B35-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B35-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B30-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B30-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B30-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B25-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B25-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B25-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B20-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B20-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B20-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B15-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B15-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B15-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B10-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B10-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B10-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B5-fill-1 #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B5-fill-1.onHover:hover #fill1 {
  fill: #e80d3b !important;
}
.C-E80D3B5-stroke-1 #stroke1 {
  stroke: #e80d3b !important;
}
.C-E80D3B0-fill-1 #fill1 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-fill-1.onHover:hover #fill1 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-stroke-1 #stroke1 {
  stroke: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B-fill-2 #fill2 {
  fill: #e80d3b;
}
.C-E80D3B-fill-2.onHover:hover #fill2,
.C-E80D3B-fill-2:hover #fill2 {
  fill: #e80d3b;
}
.C-E80D3B-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B100-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B100-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B100-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B95-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B95-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B95-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B90-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B90-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B90-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B85-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B85-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B85-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B80-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B80-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B80-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B75-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B75-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B75-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B70-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B70-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B70-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B65-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B65-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B65-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B60-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B60-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B60-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B55-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B55-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B55-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B50-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B50-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B50-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B45-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B45-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B45-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B40-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B40-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B40-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B35-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B35-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B35-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B30-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B30-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B30-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B25-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B25-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B25-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B20-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B20-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B20-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B15-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B15-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B15-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B10-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B10-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B10-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B5-fill-2 #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B5-fill-2.onHover:hover #fill2 {
  fill: #e80d3b !important;
}
.C-E80D3B5-stroke-2 #stroke2 {
  stroke: #e80d3b !important;
}
.C-E80D3B0-fill-2 #fill2 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-fill-2.onHover:hover #fill2 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-stroke-2 #stroke2 {
  stroke: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B-fill-3 #fill3 {
  fill: #e80d3b;
}
.C-E80D3B-fill-3.onHover:hover #fill3,
.C-E80D3B-fill-3:hover #fill3 {
  fill: #e80d3b;
}
.C-E80D3B-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B100-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B100-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B100-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B95-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B95-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B95-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B90-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B90-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B90-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B85-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B85-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B85-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B80-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B80-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B80-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B75-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B75-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B75-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B70-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B70-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B70-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B65-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B65-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B65-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B60-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B60-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B60-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B55-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B55-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B55-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B50-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B50-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B50-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B45-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B45-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B45-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B40-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B40-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B40-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B35-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B35-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B35-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B30-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B30-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B30-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B25-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B25-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B25-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B20-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B20-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B20-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B15-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B15-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B15-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B10-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B10-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B10-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B5-fill-3 #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B5-fill-3.onHover:hover #fill3 {
  fill: #e80d3b !important;
}
.C-E80D3B5-stroke-3 #stroke3 {
  stroke: #e80d3b !important;
}
.C-E80D3B0-fill-3 #fill3 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-fill-3.onHover:hover #fill3 {
  fill: rgba(232, 13, 59, 0) !important;
}
.C-E80D3B0-stroke-3 #stroke3 {
  stroke: rgba(232, 13, 59, 0) !important;
}
.C-B00A2E-100 {
  background-color: #b00a2eFF !important;
}
.C-B00A2E-100-text {
  color: #b00a2eFF;
}
.C-B00A2E-100-border {
  border-color: #b00a2eFF !important;
}
.C-B00A2E-95 {
  background-color: #b00a2eF2 !important;
}
.C-B00A2E-95-text {
  color: #b00a2eF2;
}
.C-B00A2E-95-border {
  border-color: #b00a2eF2 !important;
}
.C-B00A2E-90 {
  background-color: #b00a2eE6 !important;
}
.C-B00A2E-90-text {
  color: #b00a2eE6;
}
.C-B00A2E-90-border {
  border-color: #b00a2eE6 !important;
}
.C-B00A2E-85 {
  background-color: #b00a2eD9 !important;
}
.C-B00A2E-85-text {
  color: #b00a2eD9;
}
.C-B00A2E-85-border {
  border-color: #b00a2eD9 !important;
}
.C-B00A2E-80 {
  background-color: #b00a2eCC !important;
}
.C-B00A2E-80-text {
  color: #b00a2eCC;
}
.C-B00A2E-80-border {
  border-color: #b00a2eCC !important;
}
.C-B00A2E-75 {
  background-color: #b00a2eBF !important;
}
.C-B00A2E-75-text {
  color: #b00a2eBF;
}
.C-B00A2E-75-border {
  border-color: #b00a2eBF !important;
}
.C-B00A2E-70 {
  background-color: #b00a2eB3 !important;
}
.C-B00A2E-70-text {
  color: #b00a2eB3;
}
.C-B00A2E-70-border {
  border-color: #b00a2eB3 !important;
}
.C-B00A2E-65 {
  background-color: #b00a2eA6 !important;
}
.C-B00A2E-65-text {
  color: #b00a2eA6;
}
.C-B00A2E-65-border {
  border-color: #b00a2eA6 !important;
}
.C-B00A2E-60 {
  background-color: #b00a2e99 !important;
}
.C-B00A2E-60-text {
  color: #b00a2e99;
}
.C-B00A2E-60-border {
  border-color: #b00a2e99 !important;
}
.C-B00A2E-55 {
  background-color: #b00a2e8C !important;
}
.C-B00A2E-55-text {
  color: #b00a2e8C;
}
.C-B00A2E-55-border {
  border-color: #b00a2e8C !important;
}
.C-B00A2E-50 {
  background-color: #b00a2e80 !important;
}
.C-B00A2E-50-text {
  color: #b00a2e80;
}
.C-B00A2E-50-border {
  border-color: #b00a2e80 !important;
}
.C-B00A2E-45 {
  background-color: #b00a2e73 !important;
}
.C-B00A2E-45-text {
  color: #b00a2e73;
}
.C-B00A2E-45-border {
  border-color: #b00a2e73 !important;
}
.C-B00A2E-40 {
  background-color: #b00a2e66 !important;
}
.C-B00A2E-40-text {
  color: #b00a2e66;
}
.C-B00A2E-40-border {
  border-color: #b00a2e66 !important;
}
.C-B00A2E-35 {
  background-color: #b00a2e59 !important;
}
.C-B00A2E-35-text {
  color: #b00a2e59;
}
.C-B00A2E-35-border {
  border-color: #b00a2e59 !important;
}
.C-B00A2E-30 {
  background-color: #b00a2e4D !important;
}
.C-B00A2E-30-text {
  color: #b00a2e4D;
}
.C-B00A2E-30-border {
  border-color: #b00a2e4D !important;
}
.C-B00A2E-25 {
  background-color: #b00a2e40 !important;
}
.C-B00A2E-25-text {
  color: #b00a2e40;
}
.C-B00A2E-25-border {
  border-color: #b00a2e40 !important;
}
.C-B00A2E-20 {
  background-color: #b00a2e33 !important;
}
.C-B00A2E-20-text {
  color: #b00a2e33;
}
.C-B00A2E-20-border {
  border-color: #b00a2e33 !important;
}
.C-B00A2E-15 {
  background-color: #b00a2e26 !important;
}
.C-B00A2E-15-text {
  color: #b00a2e26;
}
.C-B00A2E-15-border {
  border-color: #b00a2e26 !important;
}
.C-B00A2E-10 {
  background-color: #b00a2e1A !important;
}
.C-B00A2E-10-text {
  color: #b00a2e1A;
}
.C-B00A2E-10-border {
  border-color: #b00a2e1A !important;
}
.C-B00A2E-5 {
  background-color: #b00a2e0D !important;
}
.C-B00A2E-5-text {
  color: #b00a2e0D;
}
.C-B00A2E-5-border {
  border-color: #b00a2e0D !important;
}
.C-B00A2E-0 {
  background-color: #b00a2e0 !important;
}
.C-B00A2E-0-text {
  color: #b00a2e0;
}
.C-B00A2E-0-border {
  border-color: #b00a2e0 !important;
}
.C-B00A2E {
  background-color: #b00a2e !important;
  --btn-background: #b00a2e;
}
.C-B00A2E-text {
  color: #b00a2e;
}
.C-B00A2E-border {
  border-color: #b00a2e !important;
}
@media (hover: hover) {
  .C-B00A2E-hover-bg:hover {
    background-color: #b00a2e !important;
  }
}
.C-B00A2E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-B00A2E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #b00a2e;
  fill: #b00a2e;
  stroke: #b00a2e;
}
.C-B00A2E-hover-text[papaTarget]:hover.f_targetText {
  color: #b00a2e !important;
  fill: #b00a2e !important;
  stroke: #b00a2e !important;
}
.C-B00A2E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-B00A2E-hover-text[fHover]:hover {
  color: #b00a2e !important;
}
.C-B00A2E-after::after,
.C-B00A2E-after::before {
  background-color: #b00a2e;
}
.C-B00A2E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #b00a2e;
  transition: box-shadow 0.2s;
}
.C-B00A2E100 {
  background-color: #b00a2e !important;
}
.C-B00A2E100-text {
  color: #b00a2e;
}
.C-B00A2E100-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E100 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E95 {
  background-color: #b00a2e !important;
}
.C-B00A2E95-text {
  color: #b00a2e;
}
.C-B00A2E95-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E95 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E90 {
  background-color: #b00a2e !important;
}
.C-B00A2E90-text {
  color: #b00a2e;
}
.C-B00A2E90-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E90 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E85 {
  background-color: #b00a2e !important;
}
.C-B00A2E85-text {
  color: #b00a2e;
}
.C-B00A2E85-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E85 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E80 {
  background-color: #b00a2e !important;
}
.C-B00A2E80-text {
  color: #b00a2e;
}
.C-B00A2E80-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E80 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E75 {
  background-color: #b00a2e !important;
}
.C-B00A2E75-text {
  color: #b00a2e;
}
.C-B00A2E75-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E75 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E70 {
  background-color: #b00a2e !important;
}
.C-B00A2E70-text {
  color: #b00a2e;
}
.C-B00A2E70-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E70 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E65 {
  background-color: #b00a2e !important;
}
.C-B00A2E65-text {
  color: #b00a2e;
}
.C-B00A2E65-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E65 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E60 {
  background-color: #b00a2e !important;
}
.C-B00A2E60-text {
  color: #b00a2e;
}
.C-B00A2E60-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E60 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E55 {
  background-color: #b00a2e !important;
}
.C-B00A2E55-text {
  color: #b00a2e;
}
.C-B00A2E55-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E55 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E50 {
  background-color: #b00a2e !important;
}
.C-B00A2E50-text {
  color: #b00a2e;
}
.C-B00A2E50-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E50 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E45 {
  background-color: #b00a2e !important;
}
.C-B00A2E45-text {
  color: #b00a2e;
}
.C-B00A2E45-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E45 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E40 {
  background-color: #b00a2e !important;
}
.C-B00A2E40-text {
  color: #b00a2e;
}
.C-B00A2E40-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E40 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E35 {
  background-color: #b00a2e !important;
}
.C-B00A2E35-text {
  color: #b00a2e;
}
.C-B00A2E35-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E35 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E30 {
  background-color: #b00a2e !important;
}
.C-B00A2E30-text {
  color: #b00a2e;
}
.C-B00A2E30-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E30 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E25 {
  background-color: #b00a2e !important;
}
.C-B00A2E25-text {
  color: #b00a2e;
}
.C-B00A2E25-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E25 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E20 {
  background-color: #b00a2e !important;
}
.C-B00A2E20-text {
  color: #b00a2e;
}
.C-B00A2E20-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E20 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E15 {
  background-color: #b00a2e !important;
}
.C-B00A2E15-text {
  color: #b00a2e;
}
.C-B00A2E15-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E15 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E10 {
  background-color: #b00a2e !important;
}
.C-B00A2E10-text {
  color: #b00a2e;
}
.C-B00A2E10-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E10 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E5 {
  background-color: #b00a2e !important;
}
.C-B00A2E5-text {
  color: #b00a2e;
}
.C-B00A2E5-border {
  border-color: #b00a2e;
}
.C-linearGradient-B00A2E5 {
  background-image:
    linear-gradient(
      45deg,
      #b00a2e 0%,
      #b00a2e 99%,
      #b00a2e 100%);
}
.C-B00A2E0 {
  background-color: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-text {
  color: rgba(176, 10, 46, 0);
}
.C-B00A2E0-border {
  border-color: rgba(176, 10, 46, 0);
}
.C-linearGradient-B00A2E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(176, 10, 46, 0) 0%,
      #b00a2e 99%,
      rgba(176, 10, 46, 0) 100%);
}
.C-B00A2E-fill-1 #fill1 {
  fill: #b00a2e;
}
.C-B00A2E-fill-1.onHover:hover #fill1,
.C-B00A2E-fill-1:hover #fill1 {
  fill: #b00a2e;
}
.C-B00A2E-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E100-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E100-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E100-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E95-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E95-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E95-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E90-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E90-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E90-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E85-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E85-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E85-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E80-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E80-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E80-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E75-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E75-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E75-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E70-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E70-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E70-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E65-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E65-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E65-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E60-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E60-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E60-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E55-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E55-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E55-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E50-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E50-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E50-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E45-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E45-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E45-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E40-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E40-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E40-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E35-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E35-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E35-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E30-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E30-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E30-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E25-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E25-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E25-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E20-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E20-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E20-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E15-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E15-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E15-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E10-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E10-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E10-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E5-fill-1 #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E5-fill-1.onHover:hover #fill1 {
  fill: #b00a2e !important;
}
.C-B00A2E5-stroke-1 #stroke1 {
  stroke: #b00a2e !important;
}
.C-B00A2E0-fill-1 #fill1 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-fill-1.onHover:hover #fill1 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-stroke-1 #stroke1 {
  stroke: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E-fill-2 #fill2 {
  fill: #b00a2e;
}
.C-B00A2E-fill-2.onHover:hover #fill2,
.C-B00A2E-fill-2:hover #fill2 {
  fill: #b00a2e;
}
.C-B00A2E-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E100-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E100-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E100-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E95-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E95-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E95-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E90-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E90-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E90-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E85-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E85-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E85-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E80-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E80-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E80-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E75-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E75-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E75-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E70-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E70-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E70-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E65-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E65-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E65-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E60-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E60-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E60-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E55-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E55-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E55-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E50-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E50-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E50-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E45-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E45-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E45-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E40-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E40-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E40-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E35-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E35-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E35-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E30-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E30-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E30-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E25-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E25-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E25-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E20-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E20-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E20-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E15-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E15-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E15-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E10-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E10-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E10-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E5-fill-2 #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E5-fill-2.onHover:hover #fill2 {
  fill: #b00a2e !important;
}
.C-B00A2E5-stroke-2 #stroke2 {
  stroke: #b00a2e !important;
}
.C-B00A2E0-fill-2 #fill2 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-fill-2.onHover:hover #fill2 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-stroke-2 #stroke2 {
  stroke: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E-fill-3 #fill3 {
  fill: #b00a2e;
}
.C-B00A2E-fill-3.onHover:hover #fill3,
.C-B00A2E-fill-3:hover #fill3 {
  fill: #b00a2e;
}
.C-B00A2E-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E100-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E100-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E100-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E95-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E95-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E95-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E90-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E90-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E90-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E85-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E85-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E85-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E80-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E80-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E80-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E75-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E75-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E75-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E70-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E70-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E70-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E65-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E65-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E65-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E60-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E60-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E60-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E55-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E55-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E55-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E50-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E50-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E50-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E45-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E45-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E45-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E40-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E40-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E40-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E35-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E35-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E35-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E30-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E30-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E30-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E25-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E25-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E25-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E20-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E20-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E20-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E15-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E15-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E15-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E10-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E10-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E10-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E5-fill-3 #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E5-fill-3.onHover:hover #fill3 {
  fill: #b00a2e !important;
}
.C-B00A2E5-stroke-3 #stroke3 {
  stroke: #b00a2e !important;
}
.C-B00A2E0-fill-3 #fill3 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-fill-3.onHover:hover #fill3 {
  fill: rgba(176, 10, 46, 0) !important;
}
.C-B00A2E0-stroke-3 #stroke3 {
  stroke: rgba(176, 10, 46, 0) !important;
}
.C-EA2E58-100 {
  background-color: #ea2e58FF !important;
}
.C-EA2E58-100-text {
  color: #ea2e58FF;
}
.C-EA2E58-100-border {
  border-color: #ea2e58FF !important;
}
.C-EA2E58-95 {
  background-color: #ea2e58F2 !important;
}
.C-EA2E58-95-text {
  color: #ea2e58F2;
}
.C-EA2E58-95-border {
  border-color: #ea2e58F2 !important;
}
.C-EA2E58-90 {
  background-color: #ea2e58E6 !important;
}
.C-EA2E58-90-text {
  color: #ea2e58E6;
}
.C-EA2E58-90-border {
  border-color: #ea2e58E6 !important;
}
.C-EA2E58-85 {
  background-color: #ea2e58D9 !important;
}
.C-EA2E58-85-text {
  color: #ea2e58D9;
}
.C-EA2E58-85-border {
  border-color: #ea2e58D9 !important;
}
.C-EA2E58-80 {
  background-color: #ea2e58CC !important;
}
.C-EA2E58-80-text {
  color: #ea2e58CC;
}
.C-EA2E58-80-border {
  border-color: #ea2e58CC !important;
}
.C-EA2E58-75 {
  background-color: #ea2e58BF !important;
}
.C-EA2E58-75-text {
  color: #ea2e58BF;
}
.C-EA2E58-75-border {
  border-color: #ea2e58BF !important;
}
.C-EA2E58-70 {
  background-color: #ea2e58B3 !important;
}
.C-EA2E58-70-text {
  color: #ea2e58B3;
}
.C-EA2E58-70-border {
  border-color: #ea2e58B3 !important;
}
.C-EA2E58-65 {
  background-color: #ea2e58A6 !important;
}
.C-EA2E58-65-text {
  color: #ea2e58A6;
}
.C-EA2E58-65-border {
  border-color: #ea2e58A6 !important;
}
.C-EA2E58-60 {
  background-color: #ea2e5899 !important;
}
.C-EA2E58-60-text {
  color: #ea2e5899;
}
.C-EA2E58-60-border {
  border-color: #ea2e5899 !important;
}
.C-EA2E58-55 {
  background-color: #ea2e588C !important;
}
.C-EA2E58-55-text {
  color: #ea2e588C;
}
.C-EA2E58-55-border {
  border-color: #ea2e588C !important;
}
.C-EA2E58-50 {
  background-color: #ea2e5880 !important;
}
.C-EA2E58-50-text {
  color: #ea2e5880;
}
.C-EA2E58-50-border {
  border-color: #ea2e5880 !important;
}
.C-EA2E58-45 {
  background-color: #ea2e5873 !important;
}
.C-EA2E58-45-text {
  color: #ea2e5873;
}
.C-EA2E58-45-border {
  border-color: #ea2e5873 !important;
}
.C-EA2E58-40 {
  background-color: #ea2e5866 !important;
}
.C-EA2E58-40-text {
  color: #ea2e5866;
}
.C-EA2E58-40-border {
  border-color: #ea2e5866 !important;
}
.C-EA2E58-35 {
  background-color: #ea2e5859 !important;
}
.C-EA2E58-35-text {
  color: #ea2e5859;
}
.C-EA2E58-35-border {
  border-color: #ea2e5859 !important;
}
.C-EA2E58-30 {
  background-color: #ea2e584D !important;
}
.C-EA2E58-30-text {
  color: #ea2e584D;
}
.C-EA2E58-30-border {
  border-color: #ea2e584D !important;
}
.C-EA2E58-25 {
  background-color: #ea2e5840 !important;
}
.C-EA2E58-25-text {
  color: #ea2e5840;
}
.C-EA2E58-25-border {
  border-color: #ea2e5840 !important;
}
.C-EA2E58-20 {
  background-color: #ea2e5833 !important;
}
.C-EA2E58-20-text {
  color: #ea2e5833;
}
.C-EA2E58-20-border {
  border-color: #ea2e5833 !important;
}
.C-EA2E58-15 {
  background-color: #ea2e5826 !important;
}
.C-EA2E58-15-text {
  color: #ea2e5826;
}
.C-EA2E58-15-border {
  border-color: #ea2e5826 !important;
}
.C-EA2E58-10 {
  background-color: #ea2e581A !important;
}
.C-EA2E58-10-text {
  color: #ea2e581A;
}
.C-EA2E58-10-border {
  border-color: #ea2e581A !important;
}
.C-EA2E58-5 {
  background-color: #ea2e580D !important;
}
.C-EA2E58-5-text {
  color: #ea2e580D;
}
.C-EA2E58-5-border {
  border-color: #ea2e580D !important;
}
.C-EA2E58-0 {
  background-color: #ea2e580 !important;
}
.C-EA2E58-0-text {
  color: #ea2e580;
}
.C-EA2E58-0-border {
  border-color: #ea2e580 !important;
}
.C-EA2E58 {
  background-color: #ea2e58 !important;
  --btn-background: #ea2e58;
}
.C-EA2E58-text {
  color: #ea2e58;
}
.C-EA2E58-border {
  border-color: #ea2e58 !important;
}
@media (hover: hover) {
  .C-EA2E58-hover-bg:hover {
    background-color: #ea2e58 !important;
  }
}
.C-EA2E58-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-EA2E58-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ea2e58;
  fill: #ea2e58;
  stroke: #ea2e58;
}
.C-EA2E58-hover-text[papaTarget]:hover.f_targetText {
  color: #ea2e58 !important;
  fill: #ea2e58 !important;
  stroke: #ea2e58 !important;
}
.C-EA2E58-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-EA2E58-hover-text[fHover]:hover {
  color: #ea2e58 !important;
}
.C-EA2E58-after::after,
.C-EA2E58-after::before {
  background-color: #ea2e58;
}
.C-EA2E58-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ea2e58;
  transition: box-shadow 0.2s;
}
.C-EA2E58100 {
  background-color: #ea2e58 !important;
}
.C-EA2E58100-text {
  color: #ea2e58;
}
.C-EA2E58100-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E58100 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5895 {
  background-color: #ea2e58 !important;
}
.C-EA2E5895-text {
  color: #ea2e58;
}
.C-EA2E5895-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5895 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5890 {
  background-color: #ea2e58 !important;
}
.C-EA2E5890-text {
  color: #ea2e58;
}
.C-EA2E5890-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5890 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5885 {
  background-color: #ea2e58 !important;
}
.C-EA2E5885-text {
  color: #ea2e58;
}
.C-EA2E5885-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5885 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5880 {
  background-color: #ea2e58 !important;
}
.C-EA2E5880-text {
  color: #ea2e58;
}
.C-EA2E5880-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5880 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5875 {
  background-color: #ea2e58 !important;
}
.C-EA2E5875-text {
  color: #ea2e58;
}
.C-EA2E5875-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5875 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5870 {
  background-color: #ea2e58 !important;
}
.C-EA2E5870-text {
  color: #ea2e58;
}
.C-EA2E5870-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5870 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5865 {
  background-color: #ea2e58 !important;
}
.C-EA2E5865-text {
  color: #ea2e58;
}
.C-EA2E5865-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5865 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5860 {
  background-color: #ea2e58 !important;
}
.C-EA2E5860-text {
  color: #ea2e58;
}
.C-EA2E5860-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5860 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5855 {
  background-color: #ea2e58 !important;
}
.C-EA2E5855-text {
  color: #ea2e58;
}
.C-EA2E5855-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5855 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5850 {
  background-color: #ea2e58 !important;
}
.C-EA2E5850-text {
  color: #ea2e58;
}
.C-EA2E5850-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5850 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5845 {
  background-color: #ea2e58 !important;
}
.C-EA2E5845-text {
  color: #ea2e58;
}
.C-EA2E5845-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5845 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5840 {
  background-color: #ea2e58 !important;
}
.C-EA2E5840-text {
  color: #ea2e58;
}
.C-EA2E5840-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5840 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5835 {
  background-color: #ea2e58 !important;
}
.C-EA2E5835-text {
  color: #ea2e58;
}
.C-EA2E5835-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5835 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5830 {
  background-color: #ea2e58 !important;
}
.C-EA2E5830-text {
  color: #ea2e58;
}
.C-EA2E5830-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5830 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5825 {
  background-color: #ea2e58 !important;
}
.C-EA2E5825-text {
  color: #ea2e58;
}
.C-EA2E5825-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5825 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5820 {
  background-color: #ea2e58 !important;
}
.C-EA2E5820-text {
  color: #ea2e58;
}
.C-EA2E5820-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5820 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5815 {
  background-color: #ea2e58 !important;
}
.C-EA2E5815-text {
  color: #ea2e58;
}
.C-EA2E5815-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5815 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E5810 {
  background-color: #ea2e58 !important;
}
.C-EA2E5810-text {
  color: #ea2e58;
}
.C-EA2E5810-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E5810 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E585 {
  background-color: #ea2e58 !important;
}
.C-EA2E585-text {
  color: #ea2e58;
}
.C-EA2E585-border {
  border-color: #ea2e58;
}
.C-linearGradient-EA2E585 {
  background-image:
    linear-gradient(
      45deg,
      #ea2e58 0%,
      #ea2e58 99%,
      #ea2e58 100%);
}
.C-EA2E580 {
  background-color: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-text {
  color: rgba(234, 46, 88, 0);
}
.C-EA2E580-border {
  border-color: rgba(234, 46, 88, 0);
}
.C-linearGradient-EA2E580 {
  background-image:
    linear-gradient(
      45deg,
      rgba(234, 46, 88, 0) 0%,
      #ea2e58 99%,
      rgba(234, 46, 88, 0) 100%);
}
.C-EA2E58-fill-1 #fill1 {
  fill: #ea2e58;
}
.C-EA2E58-fill-1.onHover:hover #fill1,
.C-EA2E58-fill-1:hover #fill1 {
  fill: #ea2e58;
}
.C-EA2E58-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E58100-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5895-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5890-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5885-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5880-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5875-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5870-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5865-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5860-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5855-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5850-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5845-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5840-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5835-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5830-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5825-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5820-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5815-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E5810-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E585-fill-1 #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E585-fill-1.onHover:hover #fill1 {
  fill: #ea2e58 !important;
}
.C-EA2E585-stroke-1 #stroke1 {
  stroke: #ea2e58 !important;
}
.C-EA2E580-fill-1 #fill1 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-fill-1.onHover:hover #fill1 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-stroke-1 #stroke1 {
  stroke: rgba(234, 46, 88, 0) !important;
}
.C-EA2E58-fill-2 #fill2 {
  fill: #ea2e58;
}
.C-EA2E58-fill-2.onHover:hover #fill2,
.C-EA2E58-fill-2:hover #fill2 {
  fill: #ea2e58;
}
.C-EA2E58-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E58100-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5895-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5890-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5885-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5880-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5875-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5870-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5865-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5860-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5855-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5850-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5845-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5840-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5835-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5830-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5825-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5820-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5815-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E5810-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E585-fill-2 #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E585-fill-2.onHover:hover #fill2 {
  fill: #ea2e58 !important;
}
.C-EA2E585-stroke-2 #stroke2 {
  stroke: #ea2e58 !important;
}
.C-EA2E580-fill-2 #fill2 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-fill-2.onHover:hover #fill2 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-stroke-2 #stroke2 {
  stroke: rgba(234, 46, 88, 0) !important;
}
.C-EA2E58-fill-3 #fill3 {
  fill: #ea2e58;
}
.C-EA2E58-fill-3.onHover:hover #fill3,
.C-EA2E58-fill-3:hover #fill3 {
  fill: #ea2e58;
}
.C-EA2E58-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E58100-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E58100-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5895-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5895-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5890-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5890-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5885-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5885-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5880-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5880-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5875-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5875-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5870-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5870-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5865-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5865-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5860-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5860-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5855-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5855-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5850-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5850-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5845-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5845-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5840-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5840-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5835-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5835-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5830-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5830-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5825-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5825-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5820-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5820-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5815-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5815-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E5810-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E5810-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E585-fill-3 #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E585-fill-3.onHover:hover #fill3 {
  fill: #ea2e58 !important;
}
.C-EA2E585-stroke-3 #stroke3 {
  stroke: #ea2e58 !important;
}
.C-EA2E580-fill-3 #fill3 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-fill-3.onHover:hover #fill3 {
  fill: rgba(234, 46, 88, 0) !important;
}
.C-EA2E580-stroke-3 #stroke3 {
  stroke: rgba(234, 46, 88, 0) !important;
}
.C-171616-100 {
  background-color: #171616FF !important;
}
.C-171616-100-text {
  color: #171616FF;
}
.C-171616-100-border {
  border-color: #171616FF !important;
}
.C-171616-95 {
  background-color: #171616F2 !important;
}
.C-171616-95-text {
  color: #171616F2;
}
.C-171616-95-border {
  border-color: #171616F2 !important;
}
.C-171616-90 {
  background-color: #171616E6 !important;
}
.C-171616-90-text {
  color: #171616E6;
}
.C-171616-90-border {
  border-color: #171616E6 !important;
}
.C-171616-85 {
  background-color: #171616D9 !important;
}
.C-171616-85-text {
  color: #171616D9;
}
.C-171616-85-border {
  border-color: #171616D9 !important;
}
.C-171616-80 {
  background-color: #171616CC !important;
}
.C-171616-80-text {
  color: #171616CC;
}
.C-171616-80-border {
  border-color: #171616CC !important;
}
.C-171616-75 {
  background-color: #171616BF !important;
}
.C-171616-75-text {
  color: #171616BF;
}
.C-171616-75-border {
  border-color: #171616BF !important;
}
.C-171616-70 {
  background-color: #171616B3 !important;
}
.C-171616-70-text {
  color: #171616B3;
}
.C-171616-70-border {
  border-color: #171616B3 !important;
}
.C-171616-65 {
  background-color: #171616A6 !important;
}
.C-171616-65-text {
  color: #171616A6;
}
.C-171616-65-border {
  border-color: #171616A6 !important;
}
.C-171616-60 {
  background-color: #17161699 !important;
}
.C-171616-60-text {
  color: #17161699;
}
.C-171616-60-border {
  border-color: #17161699 !important;
}
.C-171616-55 {
  background-color: #1716168C !important;
}
.C-171616-55-text {
  color: #1716168C;
}
.C-171616-55-border {
  border-color: #1716168C !important;
}
.C-171616-50 {
  background-color: #17161680 !important;
}
.C-171616-50-text {
  color: #17161680;
}
.C-171616-50-border {
  border-color: #17161680 !important;
}
.C-171616-45 {
  background-color: #17161673 !important;
}
.C-171616-45-text {
  color: #17161673;
}
.C-171616-45-border {
  border-color: #17161673 !important;
}
.C-171616-40 {
  background-color: #17161666 !important;
}
.C-171616-40-text {
  color: #17161666;
}
.C-171616-40-border {
  border-color: #17161666 !important;
}
.C-171616-35 {
  background-color: #17161659 !important;
}
.C-171616-35-text {
  color: #17161659;
}
.C-171616-35-border {
  border-color: #17161659 !important;
}
.C-171616-30 {
  background-color: #1716164D !important;
}
.C-171616-30-text {
  color: #1716164D;
}
.C-171616-30-border {
  border-color: #1716164D !important;
}
.C-171616-25 {
  background-color: #17161640 !important;
}
.C-171616-25-text {
  color: #17161640;
}
.C-171616-25-border {
  border-color: #17161640 !important;
}
.C-171616-20 {
  background-color: #17161633 !important;
}
.C-171616-20-text {
  color: #17161633;
}
.C-171616-20-border {
  border-color: #17161633 !important;
}
.C-171616-15 {
  background-color: #17161626 !important;
}
.C-171616-15-text {
  color: #17161626;
}
.C-171616-15-border {
  border-color: #17161626 !important;
}
.C-171616-10 {
  background-color: #1716161A !important;
}
.C-171616-10-text {
  color: #1716161A;
}
.C-171616-10-border {
  border-color: #1716161A !important;
}
.C-171616-5 {
  background-color: #1716160D !important;
}
.C-171616-5-text {
  color: #1716160D;
}
.C-171616-5-border {
  border-color: #1716160D !important;
}
.C-171616-0 {
  background-color: #1716160 !important;
}
.C-171616-0-text {
  color: #1716160;
}
.C-171616-0-border {
  border-color: #1716160 !important;
}
.C-171616 {
  background-color: #171616 !important;
  --btn-background: #171616;
}
.C-171616-text {
  color: #171616;
}
.C-171616-border {
  border-color: #171616 !important;
}
@media (hover: hover) {
  .C-171616-hover-bg:hover {
    background-color: #171616 !important;
  }
}
.C-171616-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-171616-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #171616;
  fill: #171616;
  stroke: #171616;
}
.C-171616-hover-text[papaTarget]:hover.f_targetText {
  color: #171616 !important;
  fill: #171616 !important;
  stroke: #171616 !important;
}
.C-171616-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-171616-hover-text[fHover]:hover {
  color: #171616 !important;
}
.C-171616-after::after,
.C-171616-after::before {
  background-color: #171616;
}
.C-171616-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #171616;
  transition: box-shadow 0.2s;
}
.C-171616100 {
  background-color: #171616 !important;
}
.C-171616100-text {
  color: #171616;
}
.C-171616100-border {
  border-color: #171616;
}
.C-linearGradient-171616100 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161695 {
  background-color: #171616 !important;
}
.C-17161695-text {
  color: #171616;
}
.C-17161695-border {
  border-color: #171616;
}
.C-linearGradient-17161695 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161690 {
  background-color: #171616 !important;
}
.C-17161690-text {
  color: #171616;
}
.C-17161690-border {
  border-color: #171616;
}
.C-linearGradient-17161690 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161685 {
  background-color: #171616 !important;
}
.C-17161685-text {
  color: #171616;
}
.C-17161685-border {
  border-color: #171616;
}
.C-linearGradient-17161685 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161680 {
  background-color: #171616 !important;
}
.C-17161680-text {
  color: #171616;
}
.C-17161680-border {
  border-color: #171616;
}
.C-linearGradient-17161680 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161675 {
  background-color: #171616 !important;
}
.C-17161675-text {
  color: #171616;
}
.C-17161675-border {
  border-color: #171616;
}
.C-linearGradient-17161675 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161670 {
  background-color: #171616 !important;
}
.C-17161670-text {
  color: #171616;
}
.C-17161670-border {
  border-color: #171616;
}
.C-linearGradient-17161670 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161665 {
  background-color: #171616 !important;
}
.C-17161665-text {
  color: #171616;
}
.C-17161665-border {
  border-color: #171616;
}
.C-linearGradient-17161665 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161660 {
  background-color: #171616 !important;
}
.C-17161660-text {
  color: #171616;
}
.C-17161660-border {
  border-color: #171616;
}
.C-linearGradient-17161660 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161655 {
  background-color: #171616 !important;
}
.C-17161655-text {
  color: #171616;
}
.C-17161655-border {
  border-color: #171616;
}
.C-linearGradient-17161655 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161650 {
  background-color: #171616 !important;
}
.C-17161650-text {
  color: #171616;
}
.C-17161650-border {
  border-color: #171616;
}
.C-linearGradient-17161650 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161645 {
  background-color: #171616 !important;
}
.C-17161645-text {
  color: #171616;
}
.C-17161645-border {
  border-color: #171616;
}
.C-linearGradient-17161645 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161640 {
  background-color: #171616 !important;
}
.C-17161640-text {
  color: #171616;
}
.C-17161640-border {
  border-color: #171616;
}
.C-linearGradient-17161640 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161635 {
  background-color: #171616 !important;
}
.C-17161635-text {
  color: #171616;
}
.C-17161635-border {
  border-color: #171616;
}
.C-linearGradient-17161635 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161630 {
  background-color: #171616 !important;
}
.C-17161630-text {
  color: #171616;
}
.C-17161630-border {
  border-color: #171616;
}
.C-linearGradient-17161630 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161625 {
  background-color: #171616 !important;
}
.C-17161625-text {
  color: #171616;
}
.C-17161625-border {
  border-color: #171616;
}
.C-linearGradient-17161625 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161620 {
  background-color: #171616 !important;
}
.C-17161620-text {
  color: #171616;
}
.C-17161620-border {
  border-color: #171616;
}
.C-linearGradient-17161620 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161615 {
  background-color: #171616 !important;
}
.C-17161615-text {
  color: #171616;
}
.C-17161615-border {
  border-color: #171616;
}
.C-linearGradient-17161615 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-17161610 {
  background-color: #171616 !important;
}
.C-17161610-text {
  color: #171616;
}
.C-17161610-border {
  border-color: #171616;
}
.C-linearGradient-17161610 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-1716165 {
  background-color: #171616 !important;
}
.C-1716165-text {
  color: #171616;
}
.C-1716165-border {
  border-color: #171616;
}
.C-linearGradient-1716165 {
  background-image:
    linear-gradient(
      45deg,
      #171616 0%,
      #171616 99%,
      #171616 100%);
}
.C-1716160 {
  background-color: rgba(23, 22, 22, 0) !important;
}
.C-1716160-text {
  color: rgba(23, 22, 22, 0);
}
.C-1716160-border {
  border-color: rgba(23, 22, 22, 0);
}
.C-linearGradient-1716160 {
  background-image:
    linear-gradient(
      45deg,
      rgba(23, 22, 22, 0) 0%,
      #171616 99%,
      rgba(23, 22, 22, 0) 100%);
}
.C-171616-fill-1 #fill1 {
  fill: #171616;
}
.C-171616-fill-1.onHover:hover #fill1,
.C-171616-fill-1:hover #fill1 {
  fill: #171616;
}
.C-171616-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-171616100-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-171616100-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-171616100-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161695-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161695-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161695-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161690-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161690-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161690-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161685-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161685-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161685-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161680-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161680-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161680-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161675-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161675-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161675-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161670-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161670-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161670-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161665-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161665-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161665-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161660-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161660-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161660-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161655-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161655-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161655-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161650-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161650-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161650-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161645-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161645-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161645-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161640-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161640-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161640-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161635-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161635-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161635-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161630-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161630-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161630-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161625-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161625-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161625-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161620-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161620-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161620-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161615-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161615-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161615-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-17161610-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-17161610-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-17161610-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-1716165-fill-1 #fill1 {
  fill: #171616 !important;
}
.C-1716165-fill-1.onHover:hover #fill1 {
  fill: #171616 !important;
}
.C-1716165-stroke-1 #stroke1 {
  stroke: #171616 !important;
}
.C-1716160-fill-1 #fill1 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-fill-1.onHover:hover #fill1 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-stroke-1 #stroke1 {
  stroke: rgba(23, 22, 22, 0) !important;
}
.C-171616-fill-2 #fill2 {
  fill: #171616;
}
.C-171616-fill-2.onHover:hover #fill2,
.C-171616-fill-2:hover #fill2 {
  fill: #171616;
}
.C-171616-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-171616100-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-171616100-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-171616100-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161695-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161695-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161695-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161690-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161690-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161690-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161685-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161685-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161685-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161680-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161680-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161680-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161675-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161675-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161675-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161670-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161670-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161670-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161665-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161665-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161665-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161660-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161660-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161660-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161655-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161655-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161655-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161650-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161650-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161650-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161645-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161645-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161645-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161640-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161640-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161640-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161635-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161635-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161635-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161630-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161630-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161630-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161625-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161625-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161625-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161620-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161620-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161620-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161615-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161615-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161615-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-17161610-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-17161610-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-17161610-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-1716165-fill-2 #fill2 {
  fill: #171616 !important;
}
.C-1716165-fill-2.onHover:hover #fill2 {
  fill: #171616 !important;
}
.C-1716165-stroke-2 #stroke2 {
  stroke: #171616 !important;
}
.C-1716160-fill-2 #fill2 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-fill-2.onHover:hover #fill2 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-stroke-2 #stroke2 {
  stroke: rgba(23, 22, 22, 0) !important;
}
.C-171616-fill-3 #fill3 {
  fill: #171616;
}
.C-171616-fill-3.onHover:hover #fill3,
.C-171616-fill-3:hover #fill3 {
  fill: #171616;
}
.C-171616-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-171616100-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-171616100-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-171616100-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161695-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161695-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161695-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161690-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161690-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161690-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161685-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161685-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161685-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161680-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161680-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161680-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161675-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161675-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161675-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161670-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161670-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161670-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161665-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161665-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161665-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161660-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161660-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161660-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161655-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161655-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161655-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161650-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161650-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161650-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161645-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161645-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161645-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161640-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161640-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161640-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161635-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161635-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161635-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161630-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161630-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161630-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161625-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161625-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161625-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161620-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161620-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161620-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161615-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161615-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161615-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-17161610-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-17161610-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-17161610-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-1716165-fill-3 #fill3 {
  fill: #171616 !important;
}
.C-1716165-fill-3.onHover:hover #fill3 {
  fill: #171616 !important;
}
.C-1716165-stroke-3 #stroke3 {
  stroke: #171616 !important;
}
.C-1716160-fill-3 #fill3 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-fill-3.onHover:hover #fill3 {
  fill: rgba(23, 22, 22, 0) !important;
}
.C-1716160-stroke-3 #stroke3 {
  stroke: rgba(23, 22, 22, 0) !important;
}
.C-0F0E0E-100 {
  background-color: #0f0e0eFF !important;
}
.C-0F0E0E-100-text {
  color: #0f0e0eFF;
}
.C-0F0E0E-100-border {
  border-color: #0f0e0eFF !important;
}
.C-0F0E0E-95 {
  background-color: #0f0e0eF2 !important;
}
.C-0F0E0E-95-text {
  color: #0f0e0eF2;
}
.C-0F0E0E-95-border {
  border-color: #0f0e0eF2 !important;
}
.C-0F0E0E-90 {
  background-color: #0f0e0eE6 !important;
}
.C-0F0E0E-90-text {
  color: #0f0e0eE6;
}
.C-0F0E0E-90-border {
  border-color: #0f0e0eE6 !important;
}
.C-0F0E0E-85 {
  background-color: #0f0e0eD9 !important;
}
.C-0F0E0E-85-text {
  color: #0f0e0eD9;
}
.C-0F0E0E-85-border {
  border-color: #0f0e0eD9 !important;
}
.C-0F0E0E-80 {
  background-color: #0f0e0eCC !important;
}
.C-0F0E0E-80-text {
  color: #0f0e0eCC;
}
.C-0F0E0E-80-border {
  border-color: #0f0e0eCC !important;
}
.C-0F0E0E-75 {
  background-color: #0f0e0eBF !important;
}
.C-0F0E0E-75-text {
  color: #0f0e0eBF;
}
.C-0F0E0E-75-border {
  border-color: #0f0e0eBF !important;
}
.C-0F0E0E-70 {
  background-color: #0f0e0eB3 !important;
}
.C-0F0E0E-70-text {
  color: #0f0e0eB3;
}
.C-0F0E0E-70-border {
  border-color: #0f0e0eB3 !important;
}
.C-0F0E0E-65 {
  background-color: #0f0e0eA6 !important;
}
.C-0F0E0E-65-text {
  color: #0f0e0eA6;
}
.C-0F0E0E-65-border {
  border-color: #0f0e0eA6 !important;
}
.C-0F0E0E-60 {
  background-color: #0f0e0e99 !important;
}
.C-0F0E0E-60-text {
  color: #0f0e0e99;
}
.C-0F0E0E-60-border {
  border-color: #0f0e0e99 !important;
}
.C-0F0E0E-55 {
  background-color: #0f0e0e8C !important;
}
.C-0F0E0E-55-text {
  color: #0f0e0e8C;
}
.C-0F0E0E-55-border {
  border-color: #0f0e0e8C !important;
}
.C-0F0E0E-50 {
  background-color: #0f0e0e80 !important;
}
.C-0F0E0E-50-text {
  color: #0f0e0e80;
}
.C-0F0E0E-50-border {
  border-color: #0f0e0e80 !important;
}
.C-0F0E0E-45 {
  background-color: #0f0e0e73 !important;
}
.C-0F0E0E-45-text {
  color: #0f0e0e73;
}
.C-0F0E0E-45-border {
  border-color: #0f0e0e73 !important;
}
.C-0F0E0E-40 {
  background-color: #0f0e0e66 !important;
}
.C-0F0E0E-40-text {
  color: #0f0e0e66;
}
.C-0F0E0E-40-border {
  border-color: #0f0e0e66 !important;
}
.C-0F0E0E-35 {
  background-color: #0f0e0e59 !important;
}
.C-0F0E0E-35-text {
  color: #0f0e0e59;
}
.C-0F0E0E-35-border {
  border-color: #0f0e0e59 !important;
}
.C-0F0E0E-30 {
  background-color: #0f0e0e4D !important;
}
.C-0F0E0E-30-text {
  color: #0f0e0e4D;
}
.C-0F0E0E-30-border {
  border-color: #0f0e0e4D !important;
}
.C-0F0E0E-25 {
  background-color: #0f0e0e40 !important;
}
.C-0F0E0E-25-text {
  color: #0f0e0e40;
}
.C-0F0E0E-25-border {
  border-color: #0f0e0e40 !important;
}
.C-0F0E0E-20 {
  background-color: #0f0e0e33 !important;
}
.C-0F0E0E-20-text {
  color: #0f0e0e33;
}
.C-0F0E0E-20-border {
  border-color: #0f0e0e33 !important;
}
.C-0F0E0E-15 {
  background-color: #0f0e0e26 !important;
}
.C-0F0E0E-15-text {
  color: #0f0e0e26;
}
.C-0F0E0E-15-border {
  border-color: #0f0e0e26 !important;
}
.C-0F0E0E-10 {
  background-color: #0f0e0e1A !important;
}
.C-0F0E0E-10-text {
  color: #0f0e0e1A;
}
.C-0F0E0E-10-border {
  border-color: #0f0e0e1A !important;
}
.C-0F0E0E-5 {
  background-color: #0f0e0e0D !important;
}
.C-0F0E0E-5-text {
  color: #0f0e0e0D;
}
.C-0F0E0E-5-border {
  border-color: #0f0e0e0D !important;
}
.C-0F0E0E-0 {
  background-color: #0f0e0e0 !important;
}
.C-0F0E0E-0-text {
  color: #0f0e0e0;
}
.C-0F0E0E-0-border {
  border-color: #0f0e0e0 !important;
}
.C-0F0E0E {
  background-color: #0f0e0e !important;
  --btn-background: #0f0e0e;
}
.C-0F0E0E-text {
  color: #0f0e0e;
}
.C-0F0E0E-border {
  border-color: #0f0e0e !important;
}
@media (hover: hover) {
  .C-0F0E0E-hover-bg:hover {
    background-color: #0f0e0e !important;
  }
}
.C-0F0E0E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0F0E0E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0f0e0e;
  fill: #0f0e0e;
  stroke: #0f0e0e;
}
.C-0F0E0E-hover-text[papaTarget]:hover.f_targetText {
  color: #0f0e0e !important;
  fill: #0f0e0e !important;
  stroke: #0f0e0e !important;
}
.C-0F0E0E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0F0E0E-hover-text[fHover]:hover {
  color: #0f0e0e !important;
}
.C-0F0E0E-after::after,
.C-0F0E0E-after::before {
  background-color: #0f0e0e;
}
.C-0F0E0E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0f0e0e;
  transition: box-shadow 0.2s;
}
.C-0F0E0E100 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E100-text {
  color: #0f0e0e;
}
.C-0F0E0E100-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E100 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E95 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E95-text {
  color: #0f0e0e;
}
.C-0F0E0E95-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E95 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E90 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E90-text {
  color: #0f0e0e;
}
.C-0F0E0E90-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E90 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E85 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E85-text {
  color: #0f0e0e;
}
.C-0F0E0E85-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E85 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E80 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E80-text {
  color: #0f0e0e;
}
.C-0F0E0E80-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E80 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E75 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E75-text {
  color: #0f0e0e;
}
.C-0F0E0E75-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E75 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E70 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E70-text {
  color: #0f0e0e;
}
.C-0F0E0E70-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E70 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E65 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E65-text {
  color: #0f0e0e;
}
.C-0F0E0E65-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E65 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E60 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E60-text {
  color: #0f0e0e;
}
.C-0F0E0E60-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E60 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E55 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E55-text {
  color: #0f0e0e;
}
.C-0F0E0E55-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E55 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E50 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E50-text {
  color: #0f0e0e;
}
.C-0F0E0E50-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E50 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E45 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E45-text {
  color: #0f0e0e;
}
.C-0F0E0E45-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E45 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E40 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E40-text {
  color: #0f0e0e;
}
.C-0F0E0E40-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E40 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E35 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E35-text {
  color: #0f0e0e;
}
.C-0F0E0E35-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E35 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E30 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E30-text {
  color: #0f0e0e;
}
.C-0F0E0E30-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E30 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E25 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E25-text {
  color: #0f0e0e;
}
.C-0F0E0E25-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E25 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E20 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E20-text {
  color: #0f0e0e;
}
.C-0F0E0E20-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E20 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E15 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E15-text {
  color: #0f0e0e;
}
.C-0F0E0E15-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E15 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E10 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E10-text {
  color: #0f0e0e;
}
.C-0F0E0E10-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E10 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E5 {
  background-color: #0f0e0e !important;
}
.C-0F0E0E5-text {
  color: #0f0e0e;
}
.C-0F0E0E5-border {
  border-color: #0f0e0e;
}
.C-linearGradient-0F0E0E5 {
  background-image:
    linear-gradient(
      45deg,
      #0f0e0e 0%,
      #0f0e0e 99%,
      #0f0e0e 100%);
}
.C-0F0E0E0 {
  background-color: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-text {
  color: rgba(15, 14, 14, 0);
}
.C-0F0E0E0-border {
  border-color: rgba(15, 14, 14, 0);
}
.C-linearGradient-0F0E0E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(15, 14, 14, 0) 0%,
      #0f0e0e 99%,
      rgba(15, 14, 14, 0) 100%);
}
.C-0F0E0E-fill-1 #fill1 {
  fill: #0f0e0e;
}
.C-0F0E0E-fill-1.onHover:hover #fill1,
.C-0F0E0E-fill-1:hover #fill1 {
  fill: #0f0e0e;
}
.C-0F0E0E-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E100-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E95-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E90-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E85-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E80-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E75-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E70-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E65-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E60-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E55-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E50-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E45-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E40-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E35-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E30-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E25-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E20-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E15-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E10-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E5-fill-1 #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-fill-1.onHover:hover #fill1 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-stroke-1 #stroke1 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E0-fill-1 #fill1 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-fill-1.onHover:hover #fill1 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-stroke-1 #stroke1 {
  stroke: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E-fill-2 #fill2 {
  fill: #0f0e0e;
}
.C-0F0E0E-fill-2.onHover:hover #fill2,
.C-0F0E0E-fill-2:hover #fill2 {
  fill: #0f0e0e;
}
.C-0F0E0E-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E100-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E95-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E90-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E85-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E80-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E75-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E70-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E65-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E60-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E55-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E50-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E45-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E40-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E35-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E30-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E25-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E20-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E15-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E10-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E5-fill-2 #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-fill-2.onHover:hover #fill2 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-stroke-2 #stroke2 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E0-fill-2 #fill2 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-fill-2.onHover:hover #fill2 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-stroke-2 #stroke2 {
  stroke: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E-fill-3 #fill3 {
  fill: #0f0e0e;
}
.C-0F0E0E-fill-3.onHover:hover #fill3,
.C-0F0E0E-fill-3:hover #fill3 {
  fill: #0f0e0e;
}
.C-0F0E0E-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E100-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E100-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E95-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E95-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E90-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E90-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E85-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E85-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E80-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E80-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E75-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E75-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E70-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E70-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E65-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E65-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E60-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E60-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E55-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E55-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E50-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E50-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E45-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E45-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E40-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E40-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E35-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E35-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E30-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E30-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E25-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E25-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E20-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E20-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E15-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E15-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E10-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E10-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E5-fill-3 #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-fill-3.onHover:hover #fill3 {
  fill: #0f0e0e !important;
}
.C-0F0E0E5-stroke-3 #stroke3 {
  stroke: #0f0e0e !important;
}
.C-0F0E0E0-fill-3 #fill3 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-fill-3.onHover:hover #fill3 {
  fill: rgba(15, 14, 14, 0) !important;
}
.C-0F0E0E0-stroke-3 #stroke3 {
  stroke: rgba(15, 14, 14, 0) !important;
}
.C-2E2D2D-100 {
  background-color: #2e2d2dFF !important;
}
.C-2E2D2D-100-text {
  color: #2e2d2dFF;
}
.C-2E2D2D-100-border {
  border-color: #2e2d2dFF !important;
}
.C-2E2D2D-95 {
  background-color: #2e2d2dF2 !important;
}
.C-2E2D2D-95-text {
  color: #2e2d2dF2;
}
.C-2E2D2D-95-border {
  border-color: #2e2d2dF2 !important;
}
.C-2E2D2D-90 {
  background-color: #2e2d2dE6 !important;
}
.C-2E2D2D-90-text {
  color: #2e2d2dE6;
}
.C-2E2D2D-90-border {
  border-color: #2e2d2dE6 !important;
}
.C-2E2D2D-85 {
  background-color: #2e2d2dD9 !important;
}
.C-2E2D2D-85-text {
  color: #2e2d2dD9;
}
.C-2E2D2D-85-border {
  border-color: #2e2d2dD9 !important;
}
.C-2E2D2D-80 {
  background-color: #2e2d2dCC !important;
}
.C-2E2D2D-80-text {
  color: #2e2d2dCC;
}
.C-2E2D2D-80-border {
  border-color: #2e2d2dCC !important;
}
.C-2E2D2D-75 {
  background-color: #2e2d2dBF !important;
}
.C-2E2D2D-75-text {
  color: #2e2d2dBF;
}
.C-2E2D2D-75-border {
  border-color: #2e2d2dBF !important;
}
.C-2E2D2D-70 {
  background-color: #2e2d2dB3 !important;
}
.C-2E2D2D-70-text {
  color: #2e2d2dB3;
}
.C-2E2D2D-70-border {
  border-color: #2e2d2dB3 !important;
}
.C-2E2D2D-65 {
  background-color: #2e2d2dA6 !important;
}
.C-2E2D2D-65-text {
  color: #2e2d2dA6;
}
.C-2E2D2D-65-border {
  border-color: #2e2d2dA6 !important;
}
.C-2E2D2D-60 {
  background-color: #2e2d2d99 !important;
}
.C-2E2D2D-60-text {
  color: #2e2d2d99;
}
.C-2E2D2D-60-border {
  border-color: #2e2d2d99 !important;
}
.C-2E2D2D-55 {
  background-color: #2e2d2d8C !important;
}
.C-2E2D2D-55-text {
  color: #2e2d2d8C;
}
.C-2E2D2D-55-border {
  border-color: #2e2d2d8C !important;
}
.C-2E2D2D-50 {
  background-color: #2e2d2d80 !important;
}
.C-2E2D2D-50-text {
  color: #2e2d2d80;
}
.C-2E2D2D-50-border {
  border-color: #2e2d2d80 !important;
}
.C-2E2D2D-45 {
  background-color: #2e2d2d73 !important;
}
.C-2E2D2D-45-text {
  color: #2e2d2d73;
}
.C-2E2D2D-45-border {
  border-color: #2e2d2d73 !important;
}
.C-2E2D2D-40 {
  background-color: #2e2d2d66 !important;
}
.C-2E2D2D-40-text {
  color: #2e2d2d66;
}
.C-2E2D2D-40-border {
  border-color: #2e2d2d66 !important;
}
.C-2E2D2D-35 {
  background-color: #2e2d2d59 !important;
}
.C-2E2D2D-35-text {
  color: #2e2d2d59;
}
.C-2E2D2D-35-border {
  border-color: #2e2d2d59 !important;
}
.C-2E2D2D-30 {
  background-color: #2e2d2d4D !important;
}
.C-2E2D2D-30-text {
  color: #2e2d2d4D;
}
.C-2E2D2D-30-border {
  border-color: #2e2d2d4D !important;
}
.C-2E2D2D-25 {
  background-color: #2e2d2d40 !important;
}
.C-2E2D2D-25-text {
  color: #2e2d2d40;
}
.C-2E2D2D-25-border {
  border-color: #2e2d2d40 !important;
}
.C-2E2D2D-20 {
  background-color: #2e2d2d33 !important;
}
.C-2E2D2D-20-text {
  color: #2e2d2d33;
}
.C-2E2D2D-20-border {
  border-color: #2e2d2d33 !important;
}
.C-2E2D2D-15 {
  background-color: #2e2d2d26 !important;
}
.C-2E2D2D-15-text {
  color: #2e2d2d26;
}
.C-2E2D2D-15-border {
  border-color: #2e2d2d26 !important;
}
.C-2E2D2D-10 {
  background-color: #2e2d2d1A !important;
}
.C-2E2D2D-10-text {
  color: #2e2d2d1A;
}
.C-2E2D2D-10-border {
  border-color: #2e2d2d1A !important;
}
.C-2E2D2D-5 {
  background-color: #2e2d2d0D !important;
}
.C-2E2D2D-5-text {
  color: #2e2d2d0D;
}
.C-2E2D2D-5-border {
  border-color: #2e2d2d0D !important;
}
.C-2E2D2D-0 {
  background-color: #2e2d2d0 !important;
}
.C-2E2D2D-0-text {
  color: #2e2d2d0;
}
.C-2E2D2D-0-border {
  border-color: #2e2d2d0 !important;
}
.C-2E2D2D {
  background-color: #2e2d2d !important;
  --btn-background: #2e2d2d;
}
.C-2E2D2D-text {
  color: #2e2d2d;
}
.C-2E2D2D-border {
  border-color: #2e2d2d !important;
}
@media (hover: hover) {
  .C-2E2D2D-hover-bg:hover {
    background-color: #2e2d2d !important;
  }
}
.C-2E2D2D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2E2D2D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2e2d2d;
  fill: #2e2d2d;
  stroke: #2e2d2d;
}
.C-2E2D2D-hover-text[papaTarget]:hover.f_targetText {
  color: #2e2d2d !important;
  fill: #2e2d2d !important;
  stroke: #2e2d2d !important;
}
.C-2E2D2D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2E2D2D-hover-text[fHover]:hover {
  color: #2e2d2d !important;
}
.C-2E2D2D-after::after,
.C-2E2D2D-after::before {
  background-color: #2e2d2d;
}
.C-2E2D2D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2e2d2d;
  transition: box-shadow 0.2s;
}
.C-2E2D2D100 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D100-text {
  color: #2e2d2d;
}
.C-2E2D2D100-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D100 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D95 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D95-text {
  color: #2e2d2d;
}
.C-2E2D2D95-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D95 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D90 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D90-text {
  color: #2e2d2d;
}
.C-2E2D2D90-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D90 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D85 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D85-text {
  color: #2e2d2d;
}
.C-2E2D2D85-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D85 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D80 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D80-text {
  color: #2e2d2d;
}
.C-2E2D2D80-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D80 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D75 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D75-text {
  color: #2e2d2d;
}
.C-2E2D2D75-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D75 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D70 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D70-text {
  color: #2e2d2d;
}
.C-2E2D2D70-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D70 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D65 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D65-text {
  color: #2e2d2d;
}
.C-2E2D2D65-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D65 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D60 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D60-text {
  color: #2e2d2d;
}
.C-2E2D2D60-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D60 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D55 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D55-text {
  color: #2e2d2d;
}
.C-2E2D2D55-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D55 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D50 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D50-text {
  color: #2e2d2d;
}
.C-2E2D2D50-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D50 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D45 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D45-text {
  color: #2e2d2d;
}
.C-2E2D2D45-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D45 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D40 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D40-text {
  color: #2e2d2d;
}
.C-2E2D2D40-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D40 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D35 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D35-text {
  color: #2e2d2d;
}
.C-2E2D2D35-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D35 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D30 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D30-text {
  color: #2e2d2d;
}
.C-2E2D2D30-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D30 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D25 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D25-text {
  color: #2e2d2d;
}
.C-2E2D2D25-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D25 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D20 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D20-text {
  color: #2e2d2d;
}
.C-2E2D2D20-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D20 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D15 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D15-text {
  color: #2e2d2d;
}
.C-2E2D2D15-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D15 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D10 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D10-text {
  color: #2e2d2d;
}
.C-2E2D2D10-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D10 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D5 {
  background-color: #2e2d2d !important;
}
.C-2E2D2D5-text {
  color: #2e2d2d;
}
.C-2E2D2D5-border {
  border-color: #2e2d2d;
}
.C-linearGradient-2E2D2D5 {
  background-image:
    linear-gradient(
      45deg,
      #2e2d2d 0%,
      #2e2d2d 99%,
      #2e2d2d 100%);
}
.C-2E2D2D0 {
  background-color: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-text {
  color: rgba(46, 45, 45, 0);
}
.C-2E2D2D0-border {
  border-color: rgba(46, 45, 45, 0);
}
.C-linearGradient-2E2D2D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(46, 45, 45, 0) 0%,
      #2e2d2d 99%,
      rgba(46, 45, 45, 0) 100%);
}
.C-2E2D2D-fill-1 #fill1 {
  fill: #2e2d2d;
}
.C-2E2D2D-fill-1.onHover:hover #fill1,
.C-2E2D2D-fill-1:hover #fill1 {
  fill: #2e2d2d;
}
.C-2E2D2D-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D100-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D95-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D90-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D85-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D80-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D75-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D70-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D65-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D60-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D55-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D50-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D45-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D40-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D35-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D30-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D25-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D20-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D15-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D10-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D5-fill-1 #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-fill-1.onHover:hover #fill1 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-stroke-1 #stroke1 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D0-fill-1 #fill1 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-fill-1.onHover:hover #fill1 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-stroke-1 #stroke1 {
  stroke: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D-fill-2 #fill2 {
  fill: #2e2d2d;
}
.C-2E2D2D-fill-2.onHover:hover #fill2,
.C-2E2D2D-fill-2:hover #fill2 {
  fill: #2e2d2d;
}
.C-2E2D2D-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D100-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D95-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D90-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D85-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D80-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D75-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D70-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D65-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D60-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D55-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D50-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D45-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D40-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D35-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D30-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D25-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D20-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D15-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D10-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D5-fill-2 #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-fill-2.onHover:hover #fill2 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-stroke-2 #stroke2 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D0-fill-2 #fill2 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-fill-2.onHover:hover #fill2 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-stroke-2 #stroke2 {
  stroke: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D-fill-3 #fill3 {
  fill: #2e2d2d;
}
.C-2E2D2D-fill-3.onHover:hover #fill3,
.C-2E2D2D-fill-3:hover #fill3 {
  fill: #2e2d2d;
}
.C-2E2D2D-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D100-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D100-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D95-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D95-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D90-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D90-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D85-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D85-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D80-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D80-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D75-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D75-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D70-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D70-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D65-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D65-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D60-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D60-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D55-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D55-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D50-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D50-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D45-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D45-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D40-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D40-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D35-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D35-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D30-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D30-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D25-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D25-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D20-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D20-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D15-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D15-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D10-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D10-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D5-fill-3 #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-fill-3.onHover:hover #fill3 {
  fill: #2e2d2d !important;
}
.C-2E2D2D5-stroke-3 #stroke3 {
  stroke: #2e2d2d !important;
}
.C-2E2D2D0-fill-3 #fill3 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-fill-3.onHover:hover #fill3 {
  fill: rgba(46, 45, 45, 0) !important;
}
.C-2E2D2D0-stroke-3 #stroke3 {
  stroke: rgba(46, 45, 45, 0) !important;
}
.C-0F478A-100 {
  background-color: #0f478aFF !important;
}
.C-0F478A-100-text {
  color: #0f478aFF;
}
.C-0F478A-100-border {
  border-color: #0f478aFF !important;
}
.C-0F478A-95 {
  background-color: #0f478aF2 !important;
}
.C-0F478A-95-text {
  color: #0f478aF2;
}
.C-0F478A-95-border {
  border-color: #0f478aF2 !important;
}
.C-0F478A-90 {
  background-color: #0f478aE6 !important;
}
.C-0F478A-90-text {
  color: #0f478aE6;
}
.C-0F478A-90-border {
  border-color: #0f478aE6 !important;
}
.C-0F478A-85 {
  background-color: #0f478aD9 !important;
}
.C-0F478A-85-text {
  color: #0f478aD9;
}
.C-0F478A-85-border {
  border-color: #0f478aD9 !important;
}
.C-0F478A-80 {
  background-color: #0f478aCC !important;
}
.C-0F478A-80-text {
  color: #0f478aCC;
}
.C-0F478A-80-border {
  border-color: #0f478aCC !important;
}
.C-0F478A-75 {
  background-color: #0f478aBF !important;
}
.C-0F478A-75-text {
  color: #0f478aBF;
}
.C-0F478A-75-border {
  border-color: #0f478aBF !important;
}
.C-0F478A-70 {
  background-color: #0f478aB3 !important;
}
.C-0F478A-70-text {
  color: #0f478aB3;
}
.C-0F478A-70-border {
  border-color: #0f478aB3 !important;
}
.C-0F478A-65 {
  background-color: #0f478aA6 !important;
}
.C-0F478A-65-text {
  color: #0f478aA6;
}
.C-0F478A-65-border {
  border-color: #0f478aA6 !important;
}
.C-0F478A-60 {
  background-color: #0f478a99 !important;
}
.C-0F478A-60-text {
  color: #0f478a99;
}
.C-0F478A-60-border {
  border-color: #0f478a99 !important;
}
.C-0F478A-55 {
  background-color: #0f478a8C !important;
}
.C-0F478A-55-text {
  color: #0f478a8C;
}
.C-0F478A-55-border {
  border-color: #0f478a8C !important;
}
.C-0F478A-50 {
  background-color: #0f478a80 !important;
}
.C-0F478A-50-text {
  color: #0f478a80;
}
.C-0F478A-50-border {
  border-color: #0f478a80 !important;
}
.C-0F478A-45 {
  background-color: #0f478a73 !important;
}
.C-0F478A-45-text {
  color: #0f478a73;
}
.C-0F478A-45-border {
  border-color: #0f478a73 !important;
}
.C-0F478A-40 {
  background-color: #0f478a66 !important;
}
.C-0F478A-40-text {
  color: #0f478a66;
}
.C-0F478A-40-border {
  border-color: #0f478a66 !important;
}
.C-0F478A-35 {
  background-color: #0f478a59 !important;
}
.C-0F478A-35-text {
  color: #0f478a59;
}
.C-0F478A-35-border {
  border-color: #0f478a59 !important;
}
.C-0F478A-30 {
  background-color: #0f478a4D !important;
}
.C-0F478A-30-text {
  color: #0f478a4D;
}
.C-0F478A-30-border {
  border-color: #0f478a4D !important;
}
.C-0F478A-25 {
  background-color: #0f478a40 !important;
}
.C-0F478A-25-text {
  color: #0f478a40;
}
.C-0F478A-25-border {
  border-color: #0f478a40 !important;
}
.C-0F478A-20 {
  background-color: #0f478a33 !important;
}
.C-0F478A-20-text {
  color: #0f478a33;
}
.C-0F478A-20-border {
  border-color: #0f478a33 !important;
}
.C-0F478A-15 {
  background-color: #0f478a26 !important;
}
.C-0F478A-15-text {
  color: #0f478a26;
}
.C-0F478A-15-border {
  border-color: #0f478a26 !important;
}
.C-0F478A-10 {
  background-color: #0f478a1A !important;
}
.C-0F478A-10-text {
  color: #0f478a1A;
}
.C-0F478A-10-border {
  border-color: #0f478a1A !important;
}
.C-0F478A-5 {
  background-color: #0f478a0D !important;
}
.C-0F478A-5-text {
  color: #0f478a0D;
}
.C-0F478A-5-border {
  border-color: #0f478a0D !important;
}
.C-0F478A-0 {
  background-color: #0f478a0 !important;
}
.C-0F478A-0-text {
  color: #0f478a0;
}
.C-0F478A-0-border {
  border-color: #0f478a0 !important;
}
.C-0F478A {
  background-color: #0f478a !important;
  --btn-background: #0f478a;
}
.C-0F478A-text {
  color: #0f478a;
}
.C-0F478A-border {
  border-color: #0f478a !important;
}
@media (hover: hover) {
  .C-0F478A-hover-bg:hover {
    background-color: #0f478a !important;
  }
}
.C-0F478A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0F478A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0f478a;
  fill: #0f478a;
  stroke: #0f478a;
}
.C-0F478A-hover-text[papaTarget]:hover.f_targetText {
  color: #0f478a !important;
  fill: #0f478a !important;
  stroke: #0f478a !important;
}
.C-0F478A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0F478A-hover-text[fHover]:hover {
  color: #0f478a !important;
}
.C-0F478A-after::after,
.C-0F478A-after::before {
  background-color: #0f478a;
}
.C-0F478A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0f478a;
  transition: box-shadow 0.2s;
}
.C-0F478A100 {
  background-color: #0f478a !important;
}
.C-0F478A100-text {
  color: #0f478a;
}
.C-0F478A100-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A100 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A95 {
  background-color: #0f478a !important;
}
.C-0F478A95-text {
  color: #0f478a;
}
.C-0F478A95-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A95 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A90 {
  background-color: #0f478a !important;
}
.C-0F478A90-text {
  color: #0f478a;
}
.C-0F478A90-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A90 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A85 {
  background-color: #0f478a !important;
}
.C-0F478A85-text {
  color: #0f478a;
}
.C-0F478A85-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A85 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A80 {
  background-color: #0f478a !important;
}
.C-0F478A80-text {
  color: #0f478a;
}
.C-0F478A80-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A80 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A75 {
  background-color: #0f478a !important;
}
.C-0F478A75-text {
  color: #0f478a;
}
.C-0F478A75-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A75 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A70 {
  background-color: #0f478a !important;
}
.C-0F478A70-text {
  color: #0f478a;
}
.C-0F478A70-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A70 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A65 {
  background-color: #0f478a !important;
}
.C-0F478A65-text {
  color: #0f478a;
}
.C-0F478A65-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A65 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A60 {
  background-color: #0f478a !important;
}
.C-0F478A60-text {
  color: #0f478a;
}
.C-0F478A60-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A60 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A55 {
  background-color: #0f478a !important;
}
.C-0F478A55-text {
  color: #0f478a;
}
.C-0F478A55-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A55 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A50 {
  background-color: #0f478a !important;
}
.C-0F478A50-text {
  color: #0f478a;
}
.C-0F478A50-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A50 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A45 {
  background-color: #0f478a !important;
}
.C-0F478A45-text {
  color: #0f478a;
}
.C-0F478A45-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A45 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A40 {
  background-color: #0f478a !important;
}
.C-0F478A40-text {
  color: #0f478a;
}
.C-0F478A40-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A40 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A35 {
  background-color: #0f478a !important;
}
.C-0F478A35-text {
  color: #0f478a;
}
.C-0F478A35-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A35 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A30 {
  background-color: #0f478a !important;
}
.C-0F478A30-text {
  color: #0f478a;
}
.C-0F478A30-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A30 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A25 {
  background-color: #0f478a !important;
}
.C-0F478A25-text {
  color: #0f478a;
}
.C-0F478A25-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A25 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A20 {
  background-color: #0f478a !important;
}
.C-0F478A20-text {
  color: #0f478a;
}
.C-0F478A20-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A20 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A15 {
  background-color: #0f478a !important;
}
.C-0F478A15-text {
  color: #0f478a;
}
.C-0F478A15-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A15 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A10 {
  background-color: #0f478a !important;
}
.C-0F478A10-text {
  color: #0f478a;
}
.C-0F478A10-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A10 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A5 {
  background-color: #0f478a !important;
}
.C-0F478A5-text {
  color: #0f478a;
}
.C-0F478A5-border {
  border-color: #0f478a;
}
.C-linearGradient-0F478A5 {
  background-image:
    linear-gradient(
      45deg,
      #0f478a 0%,
      #0f478a 99%,
      #0f478a 100%);
}
.C-0F478A0 {
  background-color: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-text {
  color: rgba(15, 71, 138, 0);
}
.C-0F478A0-border {
  border-color: rgba(15, 71, 138, 0);
}
.C-linearGradient-0F478A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(15, 71, 138, 0) 0%,
      #0f478a 99%,
      rgba(15, 71, 138, 0) 100%);
}
.C-0F478A-fill-1 #fill1 {
  fill: #0f478a;
}
.C-0F478A-fill-1.onHover:hover #fill1,
.C-0F478A-fill-1:hover #fill1 {
  fill: #0f478a;
}
.C-0F478A-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A100-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A100-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A100-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A95-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A95-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A95-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A90-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A90-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A90-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A85-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A85-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A85-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A80-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A80-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A80-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A75-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A75-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A75-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A70-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A70-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A70-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A65-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A65-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A65-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A60-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A60-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A60-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A55-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A55-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A55-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A50-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A50-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A50-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A45-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A45-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A45-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A40-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A40-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A40-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A35-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A35-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A35-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A30-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A30-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A30-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A25-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A25-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A25-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A20-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A20-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A20-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A15-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A15-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A15-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A10-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A10-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A10-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A5-fill-1 #fill1 {
  fill: #0f478a !important;
}
.C-0F478A5-fill-1.onHover:hover #fill1 {
  fill: #0f478a !important;
}
.C-0F478A5-stroke-1 #stroke1 {
  stroke: #0f478a !important;
}
.C-0F478A0-fill-1 #fill1 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-fill-1.onHover:hover #fill1 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-stroke-1 #stroke1 {
  stroke: rgba(15, 71, 138, 0) !important;
}
.C-0F478A-fill-2 #fill2 {
  fill: #0f478a;
}
.C-0F478A-fill-2.onHover:hover #fill2,
.C-0F478A-fill-2:hover #fill2 {
  fill: #0f478a;
}
.C-0F478A-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A100-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A100-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A100-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A95-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A95-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A95-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A90-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A90-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A90-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A85-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A85-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A85-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A80-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A80-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A80-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A75-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A75-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A75-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A70-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A70-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A70-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A65-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A65-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A65-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A60-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A60-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A60-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A55-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A55-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A55-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A50-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A50-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A50-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A45-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A45-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A45-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A40-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A40-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A40-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A35-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A35-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A35-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A30-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A30-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A30-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A25-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A25-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A25-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A20-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A20-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A20-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A15-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A15-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A15-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A10-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A10-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A10-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A5-fill-2 #fill2 {
  fill: #0f478a !important;
}
.C-0F478A5-fill-2.onHover:hover #fill2 {
  fill: #0f478a !important;
}
.C-0F478A5-stroke-2 #stroke2 {
  stroke: #0f478a !important;
}
.C-0F478A0-fill-2 #fill2 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-fill-2.onHover:hover #fill2 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-stroke-2 #stroke2 {
  stroke: rgba(15, 71, 138, 0) !important;
}
.C-0F478A-fill-3 #fill3 {
  fill: #0f478a;
}
.C-0F478A-fill-3.onHover:hover #fill3,
.C-0F478A-fill-3:hover #fill3 {
  fill: #0f478a;
}
.C-0F478A-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A100-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A100-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A100-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A95-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A95-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A95-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A90-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A90-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A90-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A85-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A85-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A85-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A80-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A80-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A80-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A75-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A75-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A75-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A70-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A70-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A70-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A65-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A65-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A65-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A60-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A60-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A60-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A55-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A55-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A55-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A50-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A50-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A50-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A45-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A45-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A45-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A40-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A40-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A40-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A35-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A35-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A35-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A30-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A30-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A30-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A25-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A25-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A25-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A20-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A20-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A20-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A15-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A15-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A15-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A10-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A10-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A10-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A5-fill-3 #fill3 {
  fill: #0f478a !important;
}
.C-0F478A5-fill-3.onHover:hover #fill3 {
  fill: #0f478a !important;
}
.C-0F478A5-stroke-3 #stroke3 {
  stroke: #0f478a !important;
}
.C-0F478A0-fill-3 #fill3 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-fill-3.onHover:hover #fill3 {
  fill: rgba(15, 71, 138, 0) !important;
}
.C-0F478A0-stroke-3 #stroke3 {
  stroke: rgba(15, 71, 138, 0) !important;
}
.C-0B376B-100 {
  background-color: #0b376bFF !important;
}
.C-0B376B-100-text {
  color: #0b376bFF;
}
.C-0B376B-100-border {
  border-color: #0b376bFF !important;
}
.C-0B376B-95 {
  background-color: #0b376bF2 !important;
}
.C-0B376B-95-text {
  color: #0b376bF2;
}
.C-0B376B-95-border {
  border-color: #0b376bF2 !important;
}
.C-0B376B-90 {
  background-color: #0b376bE6 !important;
}
.C-0B376B-90-text {
  color: #0b376bE6;
}
.C-0B376B-90-border {
  border-color: #0b376bE6 !important;
}
.C-0B376B-85 {
  background-color: #0b376bD9 !important;
}
.C-0B376B-85-text {
  color: #0b376bD9;
}
.C-0B376B-85-border {
  border-color: #0b376bD9 !important;
}
.C-0B376B-80 {
  background-color: #0b376bCC !important;
}
.C-0B376B-80-text {
  color: #0b376bCC;
}
.C-0B376B-80-border {
  border-color: #0b376bCC !important;
}
.C-0B376B-75 {
  background-color: #0b376bBF !important;
}
.C-0B376B-75-text {
  color: #0b376bBF;
}
.C-0B376B-75-border {
  border-color: #0b376bBF !important;
}
.C-0B376B-70 {
  background-color: #0b376bB3 !important;
}
.C-0B376B-70-text {
  color: #0b376bB3;
}
.C-0B376B-70-border {
  border-color: #0b376bB3 !important;
}
.C-0B376B-65 {
  background-color: #0b376bA6 !important;
}
.C-0B376B-65-text {
  color: #0b376bA6;
}
.C-0B376B-65-border {
  border-color: #0b376bA6 !important;
}
.C-0B376B-60 {
  background-color: #0b376b99 !important;
}
.C-0B376B-60-text {
  color: #0b376b99;
}
.C-0B376B-60-border {
  border-color: #0b376b99 !important;
}
.C-0B376B-55 {
  background-color: #0b376b8C !important;
}
.C-0B376B-55-text {
  color: #0b376b8C;
}
.C-0B376B-55-border {
  border-color: #0b376b8C !important;
}
.C-0B376B-50 {
  background-color: #0b376b80 !important;
}
.C-0B376B-50-text {
  color: #0b376b80;
}
.C-0B376B-50-border {
  border-color: #0b376b80 !important;
}
.C-0B376B-45 {
  background-color: #0b376b73 !important;
}
.C-0B376B-45-text {
  color: #0b376b73;
}
.C-0B376B-45-border {
  border-color: #0b376b73 !important;
}
.C-0B376B-40 {
  background-color: #0b376b66 !important;
}
.C-0B376B-40-text {
  color: #0b376b66;
}
.C-0B376B-40-border {
  border-color: #0b376b66 !important;
}
.C-0B376B-35 {
  background-color: #0b376b59 !important;
}
.C-0B376B-35-text {
  color: #0b376b59;
}
.C-0B376B-35-border {
  border-color: #0b376b59 !important;
}
.C-0B376B-30 {
  background-color: #0b376b4D !important;
}
.C-0B376B-30-text {
  color: #0b376b4D;
}
.C-0B376B-30-border {
  border-color: #0b376b4D !important;
}
.C-0B376B-25 {
  background-color: #0b376b40 !important;
}
.C-0B376B-25-text {
  color: #0b376b40;
}
.C-0B376B-25-border {
  border-color: #0b376b40 !important;
}
.C-0B376B-20 {
  background-color: #0b376b33 !important;
}
.C-0B376B-20-text {
  color: #0b376b33;
}
.C-0B376B-20-border {
  border-color: #0b376b33 !important;
}
.C-0B376B-15 {
  background-color: #0b376b26 !important;
}
.C-0B376B-15-text {
  color: #0b376b26;
}
.C-0B376B-15-border {
  border-color: #0b376b26 !important;
}
.C-0B376B-10 {
  background-color: #0b376b1A !important;
}
.C-0B376B-10-text {
  color: #0b376b1A;
}
.C-0B376B-10-border {
  border-color: #0b376b1A !important;
}
.C-0B376B-5 {
  background-color: #0b376b0D !important;
}
.C-0B376B-5-text {
  color: #0b376b0D;
}
.C-0B376B-5-border {
  border-color: #0b376b0D !important;
}
.C-0B376B-0 {
  background-color: #0b376b0 !important;
}
.C-0B376B-0-text {
  color: #0b376b0;
}
.C-0B376B-0-border {
  border-color: #0b376b0 !important;
}
.C-0B376B {
  background-color: #0b376b !important;
  --btn-background: #0b376b;
}
.C-0B376B-text {
  color: #0b376b;
}
.C-0B376B-border {
  border-color: #0b376b !important;
}
@media (hover: hover) {
  .C-0B376B-hover-bg:hover {
    background-color: #0b376b !important;
  }
}
.C-0B376B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0B376B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0b376b;
  fill: #0b376b;
  stroke: #0b376b;
}
.C-0B376B-hover-text[papaTarget]:hover.f_targetText {
  color: #0b376b !important;
  fill: #0b376b !important;
  stroke: #0b376b !important;
}
.C-0B376B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0B376B-hover-text[fHover]:hover {
  color: #0b376b !important;
}
.C-0B376B-after::after,
.C-0B376B-after::before {
  background-color: #0b376b;
}
.C-0B376B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0b376b;
  transition: box-shadow 0.2s;
}
.C-0B376B100 {
  background-color: #0b376b !important;
}
.C-0B376B100-text {
  color: #0b376b;
}
.C-0B376B100-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B100 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B95 {
  background-color: #0b376b !important;
}
.C-0B376B95-text {
  color: #0b376b;
}
.C-0B376B95-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B95 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B90 {
  background-color: #0b376b !important;
}
.C-0B376B90-text {
  color: #0b376b;
}
.C-0B376B90-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B90 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B85 {
  background-color: #0b376b !important;
}
.C-0B376B85-text {
  color: #0b376b;
}
.C-0B376B85-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B85 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B80 {
  background-color: #0b376b !important;
}
.C-0B376B80-text {
  color: #0b376b;
}
.C-0B376B80-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B80 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B75 {
  background-color: #0b376b !important;
}
.C-0B376B75-text {
  color: #0b376b;
}
.C-0B376B75-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B75 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B70 {
  background-color: #0b376b !important;
}
.C-0B376B70-text {
  color: #0b376b;
}
.C-0B376B70-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B70 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B65 {
  background-color: #0b376b !important;
}
.C-0B376B65-text {
  color: #0b376b;
}
.C-0B376B65-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B65 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B60 {
  background-color: #0b376b !important;
}
.C-0B376B60-text {
  color: #0b376b;
}
.C-0B376B60-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B60 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B55 {
  background-color: #0b376b !important;
}
.C-0B376B55-text {
  color: #0b376b;
}
.C-0B376B55-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B55 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B50 {
  background-color: #0b376b !important;
}
.C-0B376B50-text {
  color: #0b376b;
}
.C-0B376B50-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B50 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B45 {
  background-color: #0b376b !important;
}
.C-0B376B45-text {
  color: #0b376b;
}
.C-0B376B45-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B45 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B40 {
  background-color: #0b376b !important;
}
.C-0B376B40-text {
  color: #0b376b;
}
.C-0B376B40-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B40 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B35 {
  background-color: #0b376b !important;
}
.C-0B376B35-text {
  color: #0b376b;
}
.C-0B376B35-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B35 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B30 {
  background-color: #0b376b !important;
}
.C-0B376B30-text {
  color: #0b376b;
}
.C-0B376B30-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B30 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B25 {
  background-color: #0b376b !important;
}
.C-0B376B25-text {
  color: #0b376b;
}
.C-0B376B25-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B25 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B20 {
  background-color: #0b376b !important;
}
.C-0B376B20-text {
  color: #0b376b;
}
.C-0B376B20-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B20 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B15 {
  background-color: #0b376b !important;
}
.C-0B376B15-text {
  color: #0b376b;
}
.C-0B376B15-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B15 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B10 {
  background-color: #0b376b !important;
}
.C-0B376B10-text {
  color: #0b376b;
}
.C-0B376B10-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B10 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B5 {
  background-color: #0b376b !important;
}
.C-0B376B5-text {
  color: #0b376b;
}
.C-0B376B5-border {
  border-color: #0b376b;
}
.C-linearGradient-0B376B5 {
  background-image:
    linear-gradient(
      45deg,
      #0b376b 0%,
      #0b376b 99%,
      #0b376b 100%);
}
.C-0B376B0 {
  background-color: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-text {
  color: rgba(11, 55, 107, 0);
}
.C-0B376B0-border {
  border-color: rgba(11, 55, 107, 0);
}
.C-linearGradient-0B376B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(11, 55, 107, 0) 0%,
      #0b376b 99%,
      rgba(11, 55, 107, 0) 100%);
}
.C-0B376B-fill-1 #fill1 {
  fill: #0b376b;
}
.C-0B376B-fill-1.onHover:hover #fill1,
.C-0B376B-fill-1:hover #fill1 {
  fill: #0b376b;
}
.C-0B376B-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B100-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B100-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B100-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B95-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B95-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B95-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B90-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B90-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B90-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B85-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B85-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B85-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B80-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B80-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B80-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B75-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B75-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B75-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B70-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B70-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B70-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B65-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B65-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B65-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B60-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B60-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B60-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B55-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B55-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B55-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B50-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B50-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B50-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B45-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B45-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B45-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B40-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B40-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B40-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B35-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B35-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B35-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B30-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B30-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B30-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B25-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B25-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B25-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B20-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B20-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B20-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B15-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B15-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B15-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B10-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B10-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B10-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B5-fill-1 #fill1 {
  fill: #0b376b !important;
}
.C-0B376B5-fill-1.onHover:hover #fill1 {
  fill: #0b376b !important;
}
.C-0B376B5-stroke-1 #stroke1 {
  stroke: #0b376b !important;
}
.C-0B376B0-fill-1 #fill1 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-fill-1.onHover:hover #fill1 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-stroke-1 #stroke1 {
  stroke: rgba(11, 55, 107, 0) !important;
}
.C-0B376B-fill-2 #fill2 {
  fill: #0b376b;
}
.C-0B376B-fill-2.onHover:hover #fill2,
.C-0B376B-fill-2:hover #fill2 {
  fill: #0b376b;
}
.C-0B376B-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B100-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B100-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B100-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B95-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B95-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B95-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B90-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B90-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B90-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B85-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B85-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B85-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B80-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B80-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B80-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B75-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B75-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B75-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B70-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B70-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B70-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B65-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B65-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B65-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B60-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B60-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B60-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B55-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B55-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B55-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B50-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B50-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B50-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B45-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B45-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B45-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B40-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B40-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B40-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B35-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B35-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B35-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B30-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B30-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B30-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B25-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B25-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B25-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B20-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B20-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B20-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B15-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B15-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B15-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B10-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B10-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B10-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B5-fill-2 #fill2 {
  fill: #0b376b !important;
}
.C-0B376B5-fill-2.onHover:hover #fill2 {
  fill: #0b376b !important;
}
.C-0B376B5-stroke-2 #stroke2 {
  stroke: #0b376b !important;
}
.C-0B376B0-fill-2 #fill2 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-fill-2.onHover:hover #fill2 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-stroke-2 #stroke2 {
  stroke: rgba(11, 55, 107, 0) !important;
}
.C-0B376B-fill-3 #fill3 {
  fill: #0b376b;
}
.C-0B376B-fill-3.onHover:hover #fill3,
.C-0B376B-fill-3:hover #fill3 {
  fill: #0b376b;
}
.C-0B376B-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B100-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B100-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B100-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B95-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B95-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B95-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B90-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B90-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B90-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B85-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B85-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B85-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B80-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B80-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B80-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B75-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B75-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B75-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B70-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B70-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B70-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B65-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B65-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B65-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B60-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B60-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B60-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B55-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B55-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B55-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B50-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B50-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B50-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B45-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B45-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B45-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B40-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B40-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B40-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B35-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B35-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B35-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B30-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B30-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B30-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B25-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B25-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B25-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B20-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B20-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B20-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B15-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B15-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B15-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B10-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B10-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B10-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B5-fill-3 #fill3 {
  fill: #0b376b !important;
}
.C-0B376B5-fill-3.onHover:hover #fill3 {
  fill: #0b376b !important;
}
.C-0B376B5-stroke-3 #stroke3 {
  stroke: #0b376b !important;
}
.C-0B376B0-fill-3 #fill3 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-fill-3.onHover:hover #fill3 {
  fill: rgba(11, 55, 107, 0) !important;
}
.C-0B376B0-stroke-3 #stroke3 {
  stroke: rgba(11, 55, 107, 0) !important;
}
.C-1360AA-100 {
  background-color: #1360aaFF !important;
}
.C-1360AA-100-text {
  color: #1360aaFF;
}
.C-1360AA-100-border {
  border-color: #1360aaFF !important;
}
.C-1360AA-95 {
  background-color: #1360aaF2 !important;
}
.C-1360AA-95-text {
  color: #1360aaF2;
}
.C-1360AA-95-border {
  border-color: #1360aaF2 !important;
}
.C-1360AA-90 {
  background-color: #1360aaE6 !important;
}
.C-1360AA-90-text {
  color: #1360aaE6;
}
.C-1360AA-90-border {
  border-color: #1360aaE6 !important;
}
.C-1360AA-85 {
  background-color: #1360aaD9 !important;
}
.C-1360AA-85-text {
  color: #1360aaD9;
}
.C-1360AA-85-border {
  border-color: #1360aaD9 !important;
}
.C-1360AA-80 {
  background-color: #1360aaCC !important;
}
.C-1360AA-80-text {
  color: #1360aaCC;
}
.C-1360AA-80-border {
  border-color: #1360aaCC !important;
}
.C-1360AA-75 {
  background-color: #1360aaBF !important;
}
.C-1360AA-75-text {
  color: #1360aaBF;
}
.C-1360AA-75-border {
  border-color: #1360aaBF !important;
}
.C-1360AA-70 {
  background-color: #1360aaB3 !important;
}
.C-1360AA-70-text {
  color: #1360aaB3;
}
.C-1360AA-70-border {
  border-color: #1360aaB3 !important;
}
.C-1360AA-65 {
  background-color: #1360aaA6 !important;
}
.C-1360AA-65-text {
  color: #1360aaA6;
}
.C-1360AA-65-border {
  border-color: #1360aaA6 !important;
}
.C-1360AA-60 {
  background-color: #1360aa99 !important;
}
.C-1360AA-60-text {
  color: #1360aa99;
}
.C-1360AA-60-border {
  border-color: #1360aa99 !important;
}
.C-1360AA-55 {
  background-color: #1360aa8C !important;
}
.C-1360AA-55-text {
  color: #1360aa8C;
}
.C-1360AA-55-border {
  border-color: #1360aa8C !important;
}
.C-1360AA-50 {
  background-color: #1360aa80 !important;
}
.C-1360AA-50-text {
  color: #1360aa80;
}
.C-1360AA-50-border {
  border-color: #1360aa80 !important;
}
.C-1360AA-45 {
  background-color: #1360aa73 !important;
}
.C-1360AA-45-text {
  color: #1360aa73;
}
.C-1360AA-45-border {
  border-color: #1360aa73 !important;
}
.C-1360AA-40 {
  background-color: #1360aa66 !important;
}
.C-1360AA-40-text {
  color: #1360aa66;
}
.C-1360AA-40-border {
  border-color: #1360aa66 !important;
}
.C-1360AA-35 {
  background-color: #1360aa59 !important;
}
.C-1360AA-35-text {
  color: #1360aa59;
}
.C-1360AA-35-border {
  border-color: #1360aa59 !important;
}
.C-1360AA-30 {
  background-color: #1360aa4D !important;
}
.C-1360AA-30-text {
  color: #1360aa4D;
}
.C-1360AA-30-border {
  border-color: #1360aa4D !important;
}
.C-1360AA-25 {
  background-color: #1360aa40 !important;
}
.C-1360AA-25-text {
  color: #1360aa40;
}
.C-1360AA-25-border {
  border-color: #1360aa40 !important;
}
.C-1360AA-20 {
  background-color: #1360aa33 !important;
}
.C-1360AA-20-text {
  color: #1360aa33;
}
.C-1360AA-20-border {
  border-color: #1360aa33 !important;
}
.C-1360AA-15 {
  background-color: #1360aa26 !important;
}
.C-1360AA-15-text {
  color: #1360aa26;
}
.C-1360AA-15-border {
  border-color: #1360aa26 !important;
}
.C-1360AA-10 {
  background-color: #1360aa1A !important;
}
.C-1360AA-10-text {
  color: #1360aa1A;
}
.C-1360AA-10-border {
  border-color: #1360aa1A !important;
}
.C-1360AA-5 {
  background-color: #1360aa0D !important;
}
.C-1360AA-5-text {
  color: #1360aa0D;
}
.C-1360AA-5-border {
  border-color: #1360aa0D !important;
}
.C-1360AA-0 {
  background-color: #1360aa0 !important;
}
.C-1360AA-0-text {
  color: #1360aa0;
}
.C-1360AA-0-border {
  border-color: #1360aa0 !important;
}
.C-1360AA {
  background-color: #1360aa !important;
  --btn-background: #1360aa;
}
.C-1360AA-text {
  color: #1360aa;
}
.C-1360AA-border {
  border-color: #1360aa !important;
}
@media (hover: hover) {
  .C-1360AA-hover-bg:hover {
    background-color: #1360aa !important;
  }
}
.C-1360AA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1360AA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1360aa;
  fill: #1360aa;
  stroke: #1360aa;
}
.C-1360AA-hover-text[papaTarget]:hover.f_targetText {
  color: #1360aa !important;
  fill: #1360aa !important;
  stroke: #1360aa !important;
}
.C-1360AA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1360AA-hover-text[fHover]:hover {
  color: #1360aa !important;
}
.C-1360AA-after::after,
.C-1360AA-after::before {
  background-color: #1360aa;
}
.C-1360AA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1360aa;
  transition: box-shadow 0.2s;
}
.C-1360AA100 {
  background-color: #1360aa !important;
}
.C-1360AA100-text {
  color: #1360aa;
}
.C-1360AA100-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA100 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA95 {
  background-color: #1360aa !important;
}
.C-1360AA95-text {
  color: #1360aa;
}
.C-1360AA95-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA95 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA90 {
  background-color: #1360aa !important;
}
.C-1360AA90-text {
  color: #1360aa;
}
.C-1360AA90-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA90 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA85 {
  background-color: #1360aa !important;
}
.C-1360AA85-text {
  color: #1360aa;
}
.C-1360AA85-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA85 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA80 {
  background-color: #1360aa !important;
}
.C-1360AA80-text {
  color: #1360aa;
}
.C-1360AA80-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA80 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA75 {
  background-color: #1360aa !important;
}
.C-1360AA75-text {
  color: #1360aa;
}
.C-1360AA75-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA75 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA70 {
  background-color: #1360aa !important;
}
.C-1360AA70-text {
  color: #1360aa;
}
.C-1360AA70-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA70 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA65 {
  background-color: #1360aa !important;
}
.C-1360AA65-text {
  color: #1360aa;
}
.C-1360AA65-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA65 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA60 {
  background-color: #1360aa !important;
}
.C-1360AA60-text {
  color: #1360aa;
}
.C-1360AA60-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA60 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA55 {
  background-color: #1360aa !important;
}
.C-1360AA55-text {
  color: #1360aa;
}
.C-1360AA55-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA55 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA50 {
  background-color: #1360aa !important;
}
.C-1360AA50-text {
  color: #1360aa;
}
.C-1360AA50-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA50 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA45 {
  background-color: #1360aa !important;
}
.C-1360AA45-text {
  color: #1360aa;
}
.C-1360AA45-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA45 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA40 {
  background-color: #1360aa !important;
}
.C-1360AA40-text {
  color: #1360aa;
}
.C-1360AA40-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA40 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA35 {
  background-color: #1360aa !important;
}
.C-1360AA35-text {
  color: #1360aa;
}
.C-1360AA35-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA35 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA30 {
  background-color: #1360aa !important;
}
.C-1360AA30-text {
  color: #1360aa;
}
.C-1360AA30-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA30 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA25 {
  background-color: #1360aa !important;
}
.C-1360AA25-text {
  color: #1360aa;
}
.C-1360AA25-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA25 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA20 {
  background-color: #1360aa !important;
}
.C-1360AA20-text {
  color: #1360aa;
}
.C-1360AA20-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA20 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA15 {
  background-color: #1360aa !important;
}
.C-1360AA15-text {
  color: #1360aa;
}
.C-1360AA15-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA15 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA10 {
  background-color: #1360aa !important;
}
.C-1360AA10-text {
  color: #1360aa;
}
.C-1360AA10-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA10 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA5 {
  background-color: #1360aa !important;
}
.C-1360AA5-text {
  color: #1360aa;
}
.C-1360AA5-border {
  border-color: #1360aa;
}
.C-linearGradient-1360AA5 {
  background-image:
    linear-gradient(
      45deg,
      #1360aa 0%,
      #1360aa 99%,
      #1360aa 100%);
}
.C-1360AA0 {
  background-color: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-text {
  color: rgba(19, 96, 170, 0);
}
.C-1360AA0-border {
  border-color: rgba(19, 96, 170, 0);
}
.C-linearGradient-1360AA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(19, 96, 170, 0) 0%,
      #1360aa 99%,
      rgba(19, 96, 170, 0) 100%);
}
.C-1360AA-fill-1 #fill1 {
  fill: #1360aa;
}
.C-1360AA-fill-1.onHover:hover #fill1,
.C-1360AA-fill-1:hover #fill1 {
  fill: #1360aa;
}
.C-1360AA-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA100-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA100-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA100-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA95-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA95-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA95-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA90-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA90-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA90-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA85-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA85-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA85-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA80-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA80-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA80-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA75-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA75-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA75-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA70-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA70-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA70-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA65-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA65-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA65-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA60-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA60-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA60-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA55-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA55-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA55-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA50-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA50-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA50-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA45-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA45-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA45-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA40-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA40-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA40-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA35-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA35-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA35-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA30-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA30-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA30-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA25-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA25-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA25-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA20-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA20-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA20-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA15-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA15-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA15-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA10-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA10-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA10-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA5-fill-1 #fill1 {
  fill: #1360aa !important;
}
.C-1360AA5-fill-1.onHover:hover #fill1 {
  fill: #1360aa !important;
}
.C-1360AA5-stroke-1 #stroke1 {
  stroke: #1360aa !important;
}
.C-1360AA0-fill-1 #fill1 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-fill-1.onHover:hover #fill1 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-stroke-1 #stroke1 {
  stroke: rgba(19, 96, 170, 0) !important;
}
.C-1360AA-fill-2 #fill2 {
  fill: #1360aa;
}
.C-1360AA-fill-2.onHover:hover #fill2,
.C-1360AA-fill-2:hover #fill2 {
  fill: #1360aa;
}
.C-1360AA-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA100-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA100-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA100-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA95-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA95-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA95-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA90-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA90-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA90-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA85-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA85-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA85-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA80-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA80-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA80-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA75-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA75-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA75-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA70-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA70-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA70-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA65-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA65-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA65-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA60-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA60-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA60-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA55-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA55-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA55-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA50-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA50-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA50-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA45-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA45-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA45-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA40-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA40-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA40-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA35-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA35-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA35-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA30-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA30-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA30-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA25-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA25-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA25-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA20-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA20-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA20-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA15-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA15-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA15-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA10-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA10-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA10-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA5-fill-2 #fill2 {
  fill: #1360aa !important;
}
.C-1360AA5-fill-2.onHover:hover #fill2 {
  fill: #1360aa !important;
}
.C-1360AA5-stroke-2 #stroke2 {
  stroke: #1360aa !important;
}
.C-1360AA0-fill-2 #fill2 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-fill-2.onHover:hover #fill2 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-stroke-2 #stroke2 {
  stroke: rgba(19, 96, 170, 0) !important;
}
.C-1360AA-fill-3 #fill3 {
  fill: #1360aa;
}
.C-1360AA-fill-3.onHover:hover #fill3,
.C-1360AA-fill-3:hover #fill3 {
  fill: #1360aa;
}
.C-1360AA-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA100-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA100-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA100-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA95-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA95-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA95-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA90-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA90-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA90-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA85-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA85-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA85-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA80-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA80-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA80-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA75-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA75-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA75-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA70-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA70-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA70-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA65-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA65-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA65-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA60-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA60-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA60-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA55-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA55-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA55-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA50-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA50-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA50-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA45-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA45-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA45-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA40-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA40-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA40-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA35-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA35-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA35-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA30-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA30-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA30-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA25-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA25-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA25-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA20-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA20-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA20-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA15-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA15-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA15-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA10-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA10-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA10-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA5-fill-3 #fill3 {
  fill: #1360aa !important;
}
.C-1360AA5-fill-3.onHover:hover #fill3 {
  fill: #1360aa !important;
}
.C-1360AA5-stroke-3 #stroke3 {
  stroke: #1360aa !important;
}
.C-1360AA0-fill-3 #fill3 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-fill-3.onHover:hover #fill3 {
  fill: rgba(19, 96, 170, 0) !important;
}
.C-1360AA0-stroke-3 #stroke3 {
  stroke: rgba(19, 96, 170, 0) !important;
}
.C-0CC8FC-100 {
  background-color: #0cc8fcFF !important;
}
.C-0CC8FC-100-text {
  color: #0cc8fcFF;
}
.C-0CC8FC-100-border {
  border-color: #0cc8fcFF !important;
}
.C-0CC8FC-95 {
  background-color: #0cc8fcF2 !important;
}
.C-0CC8FC-95-text {
  color: #0cc8fcF2;
}
.C-0CC8FC-95-border {
  border-color: #0cc8fcF2 !important;
}
.C-0CC8FC-90 {
  background-color: #0cc8fcE6 !important;
}
.C-0CC8FC-90-text {
  color: #0cc8fcE6;
}
.C-0CC8FC-90-border {
  border-color: #0cc8fcE6 !important;
}
.C-0CC8FC-85 {
  background-color: #0cc8fcD9 !important;
}
.C-0CC8FC-85-text {
  color: #0cc8fcD9;
}
.C-0CC8FC-85-border {
  border-color: #0cc8fcD9 !important;
}
.C-0CC8FC-80 {
  background-color: #0cc8fcCC !important;
}
.C-0CC8FC-80-text {
  color: #0cc8fcCC;
}
.C-0CC8FC-80-border {
  border-color: #0cc8fcCC !important;
}
.C-0CC8FC-75 {
  background-color: #0cc8fcBF !important;
}
.C-0CC8FC-75-text {
  color: #0cc8fcBF;
}
.C-0CC8FC-75-border {
  border-color: #0cc8fcBF !important;
}
.C-0CC8FC-70 {
  background-color: #0cc8fcB3 !important;
}
.C-0CC8FC-70-text {
  color: #0cc8fcB3;
}
.C-0CC8FC-70-border {
  border-color: #0cc8fcB3 !important;
}
.C-0CC8FC-65 {
  background-color: #0cc8fcA6 !important;
}
.C-0CC8FC-65-text {
  color: #0cc8fcA6;
}
.C-0CC8FC-65-border {
  border-color: #0cc8fcA6 !important;
}
.C-0CC8FC-60 {
  background-color: #0cc8fc99 !important;
}
.C-0CC8FC-60-text {
  color: #0cc8fc99;
}
.C-0CC8FC-60-border {
  border-color: #0cc8fc99 !important;
}
.C-0CC8FC-55 {
  background-color: #0cc8fc8C !important;
}
.C-0CC8FC-55-text {
  color: #0cc8fc8C;
}
.C-0CC8FC-55-border {
  border-color: #0cc8fc8C !important;
}
.C-0CC8FC-50 {
  background-color: #0cc8fc80 !important;
}
.C-0CC8FC-50-text {
  color: #0cc8fc80;
}
.C-0CC8FC-50-border {
  border-color: #0cc8fc80 !important;
}
.C-0CC8FC-45 {
  background-color: #0cc8fc73 !important;
}
.C-0CC8FC-45-text {
  color: #0cc8fc73;
}
.C-0CC8FC-45-border {
  border-color: #0cc8fc73 !important;
}
.C-0CC8FC-40 {
  background-color: #0cc8fc66 !important;
}
.C-0CC8FC-40-text {
  color: #0cc8fc66;
}
.C-0CC8FC-40-border {
  border-color: #0cc8fc66 !important;
}
.C-0CC8FC-35 {
  background-color: #0cc8fc59 !important;
}
.C-0CC8FC-35-text {
  color: #0cc8fc59;
}
.C-0CC8FC-35-border {
  border-color: #0cc8fc59 !important;
}
.C-0CC8FC-30 {
  background-color: #0cc8fc4D !important;
}
.C-0CC8FC-30-text {
  color: #0cc8fc4D;
}
.C-0CC8FC-30-border {
  border-color: #0cc8fc4D !important;
}
.C-0CC8FC-25 {
  background-color: #0cc8fc40 !important;
}
.C-0CC8FC-25-text {
  color: #0cc8fc40;
}
.C-0CC8FC-25-border {
  border-color: #0cc8fc40 !important;
}
.C-0CC8FC-20 {
  background-color: #0cc8fc33 !important;
}
.C-0CC8FC-20-text {
  color: #0cc8fc33;
}
.C-0CC8FC-20-border {
  border-color: #0cc8fc33 !important;
}
.C-0CC8FC-15 {
  background-color: #0cc8fc26 !important;
}
.C-0CC8FC-15-text {
  color: #0cc8fc26;
}
.C-0CC8FC-15-border {
  border-color: #0cc8fc26 !important;
}
.C-0CC8FC-10 {
  background-color: #0cc8fc1A !important;
}
.C-0CC8FC-10-text {
  color: #0cc8fc1A;
}
.C-0CC8FC-10-border {
  border-color: #0cc8fc1A !important;
}
.C-0CC8FC-5 {
  background-color: #0cc8fc0D !important;
}
.C-0CC8FC-5-text {
  color: #0cc8fc0D;
}
.C-0CC8FC-5-border {
  border-color: #0cc8fc0D !important;
}
.C-0CC8FC-0 {
  background-color: #0cc8fc0 !important;
}
.C-0CC8FC-0-text {
  color: #0cc8fc0;
}
.C-0CC8FC-0-border {
  border-color: #0cc8fc0 !important;
}
.C-0CC8FC {
  background-color: #0cc8fc !important;
  --btn-background: #0cc8fc;
}
.C-0CC8FC-text {
  color: #0cc8fc;
}
.C-0CC8FC-border {
  border-color: #0cc8fc !important;
}
@media (hover: hover) {
  .C-0CC8FC-hover-bg:hover {
    background-color: #0cc8fc !important;
  }
}
.C-0CC8FC-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0CC8FC-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0cc8fc;
  fill: #0cc8fc;
  stroke: #0cc8fc;
}
.C-0CC8FC-hover-text[papaTarget]:hover.f_targetText {
  color: #0cc8fc !important;
  fill: #0cc8fc !important;
  stroke: #0cc8fc !important;
}
.C-0CC8FC-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0CC8FC-hover-text[fHover]:hover {
  color: #0cc8fc !important;
}
.C-0CC8FC-after::after,
.C-0CC8FC-after::before {
  background-color: #0cc8fc;
}
.C-0CC8FC-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0cc8fc;
  transition: box-shadow 0.2s;
}
.C-0CC8FC100 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC100-text {
  color: #0cc8fc;
}
.C-0CC8FC100-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC100 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC95 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC95-text {
  color: #0cc8fc;
}
.C-0CC8FC95-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC95 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC90 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC90-text {
  color: #0cc8fc;
}
.C-0CC8FC90-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC90 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC85 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC85-text {
  color: #0cc8fc;
}
.C-0CC8FC85-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC85 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC80 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC80-text {
  color: #0cc8fc;
}
.C-0CC8FC80-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC80 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC75 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC75-text {
  color: #0cc8fc;
}
.C-0CC8FC75-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC75 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC70 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC70-text {
  color: #0cc8fc;
}
.C-0CC8FC70-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC70 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC65 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC65-text {
  color: #0cc8fc;
}
.C-0CC8FC65-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC65 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC60 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC60-text {
  color: #0cc8fc;
}
.C-0CC8FC60-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC60 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC55 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC55-text {
  color: #0cc8fc;
}
.C-0CC8FC55-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC55 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC50 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC50-text {
  color: #0cc8fc;
}
.C-0CC8FC50-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC50 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC45 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC45-text {
  color: #0cc8fc;
}
.C-0CC8FC45-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC45 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC40 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC40-text {
  color: #0cc8fc;
}
.C-0CC8FC40-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC40 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC35 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC35-text {
  color: #0cc8fc;
}
.C-0CC8FC35-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC35 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC30 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC30-text {
  color: #0cc8fc;
}
.C-0CC8FC30-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC30 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC25 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC25-text {
  color: #0cc8fc;
}
.C-0CC8FC25-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC25 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC20 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC20-text {
  color: #0cc8fc;
}
.C-0CC8FC20-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC20 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC15 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC15-text {
  color: #0cc8fc;
}
.C-0CC8FC15-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC15 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC10 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC10-text {
  color: #0cc8fc;
}
.C-0CC8FC10-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC10 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC5 {
  background-color: #0cc8fc !important;
}
.C-0CC8FC5-text {
  color: #0cc8fc;
}
.C-0CC8FC5-border {
  border-color: #0cc8fc;
}
.C-linearGradient-0CC8FC5 {
  background-image:
    linear-gradient(
      45deg,
      #0cc8fc 0%,
      #0cc8fc 99%,
      #0cc8fc 100%);
}
.C-0CC8FC0 {
  background-color: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-text {
  color: rgba(12, 200, 252, 0);
}
.C-0CC8FC0-border {
  border-color: rgba(12, 200, 252, 0);
}
.C-linearGradient-0CC8FC0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(12, 200, 252, 0) 0%,
      #0cc8fc 99%,
      rgba(12, 200, 252, 0) 100%);
}
.C-0CC8FC-fill-1 #fill1 {
  fill: #0cc8fc;
}
.C-0CC8FC-fill-1.onHover:hover #fill1,
.C-0CC8FC-fill-1:hover #fill1 {
  fill: #0cc8fc;
}
.C-0CC8FC-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC100-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC95-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC90-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC85-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC80-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC75-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC70-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC65-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC60-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC55-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC50-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC45-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC40-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC35-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC30-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC25-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC20-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC15-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC10-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC5-fill-1 #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-fill-1.onHover:hover #fill1 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-stroke-1 #stroke1 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC0-fill-1 #fill1 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-fill-1.onHover:hover #fill1 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-stroke-1 #stroke1 {
  stroke: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC-fill-2 #fill2 {
  fill: #0cc8fc;
}
.C-0CC8FC-fill-2.onHover:hover #fill2,
.C-0CC8FC-fill-2:hover #fill2 {
  fill: #0cc8fc;
}
.C-0CC8FC-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC100-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC95-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC90-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC85-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC80-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC75-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC70-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC65-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC60-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC55-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC50-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC45-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC40-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC35-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC30-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC25-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC20-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC15-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC10-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC5-fill-2 #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-fill-2.onHover:hover #fill2 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-stroke-2 #stroke2 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC0-fill-2 #fill2 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-fill-2.onHover:hover #fill2 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-stroke-2 #stroke2 {
  stroke: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC-fill-3 #fill3 {
  fill: #0cc8fc;
}
.C-0CC8FC-fill-3.onHover:hover #fill3,
.C-0CC8FC-fill-3:hover #fill3 {
  fill: #0cc8fc;
}
.C-0CC8FC-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC100-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC100-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC95-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC95-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC90-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC90-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC85-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC85-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC80-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC80-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC75-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC75-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC70-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC70-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC65-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC65-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC60-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC60-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC55-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC55-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC50-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC50-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC45-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC45-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC40-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC40-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC35-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC35-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC30-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC30-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC25-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC25-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC20-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC20-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC15-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC15-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC10-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC10-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC5-fill-3 #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-fill-3.onHover:hover #fill3 {
  fill: #0cc8fc !important;
}
.C-0CC8FC5-stroke-3 #stroke3 {
  stroke: #0cc8fc !important;
}
.C-0CC8FC0-fill-3 #fill3 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-fill-3.onHover:hover #fill3 {
  fill: rgba(12, 200, 252, 0) !important;
}
.C-0CC8FC0-stroke-3 #stroke3 {
  stroke: rgba(12, 200, 252, 0) !important;
}
.C-09A1CA-100 {
  background-color: #09a1caFF !important;
}
.C-09A1CA-100-text {
  color: #09a1caFF;
}
.C-09A1CA-100-border {
  border-color: #09a1caFF !important;
}
.C-09A1CA-95 {
  background-color: #09a1caF2 !important;
}
.C-09A1CA-95-text {
  color: #09a1caF2;
}
.C-09A1CA-95-border {
  border-color: #09a1caF2 !important;
}
.C-09A1CA-90 {
  background-color: #09a1caE6 !important;
}
.C-09A1CA-90-text {
  color: #09a1caE6;
}
.C-09A1CA-90-border {
  border-color: #09a1caE6 !important;
}
.C-09A1CA-85 {
  background-color: #09a1caD9 !important;
}
.C-09A1CA-85-text {
  color: #09a1caD9;
}
.C-09A1CA-85-border {
  border-color: #09a1caD9 !important;
}
.C-09A1CA-80 {
  background-color: #09a1caCC !important;
}
.C-09A1CA-80-text {
  color: #09a1caCC;
}
.C-09A1CA-80-border {
  border-color: #09a1caCC !important;
}
.C-09A1CA-75 {
  background-color: #09a1caBF !important;
}
.C-09A1CA-75-text {
  color: #09a1caBF;
}
.C-09A1CA-75-border {
  border-color: #09a1caBF !important;
}
.C-09A1CA-70 {
  background-color: #09a1caB3 !important;
}
.C-09A1CA-70-text {
  color: #09a1caB3;
}
.C-09A1CA-70-border {
  border-color: #09a1caB3 !important;
}
.C-09A1CA-65 {
  background-color: #09a1caA6 !important;
}
.C-09A1CA-65-text {
  color: #09a1caA6;
}
.C-09A1CA-65-border {
  border-color: #09a1caA6 !important;
}
.C-09A1CA-60 {
  background-color: #09a1ca99 !important;
}
.C-09A1CA-60-text {
  color: #09a1ca99;
}
.C-09A1CA-60-border {
  border-color: #09a1ca99 !important;
}
.C-09A1CA-55 {
  background-color: #09a1ca8C !important;
}
.C-09A1CA-55-text {
  color: #09a1ca8C;
}
.C-09A1CA-55-border {
  border-color: #09a1ca8C !important;
}
.C-09A1CA-50 {
  background-color: #09a1ca80 !important;
}
.C-09A1CA-50-text {
  color: #09a1ca80;
}
.C-09A1CA-50-border {
  border-color: #09a1ca80 !important;
}
.C-09A1CA-45 {
  background-color: #09a1ca73 !important;
}
.C-09A1CA-45-text {
  color: #09a1ca73;
}
.C-09A1CA-45-border {
  border-color: #09a1ca73 !important;
}
.C-09A1CA-40 {
  background-color: #09a1ca66 !important;
}
.C-09A1CA-40-text {
  color: #09a1ca66;
}
.C-09A1CA-40-border {
  border-color: #09a1ca66 !important;
}
.C-09A1CA-35 {
  background-color: #09a1ca59 !important;
}
.C-09A1CA-35-text {
  color: #09a1ca59;
}
.C-09A1CA-35-border {
  border-color: #09a1ca59 !important;
}
.C-09A1CA-30 {
  background-color: #09a1ca4D !important;
}
.C-09A1CA-30-text {
  color: #09a1ca4D;
}
.C-09A1CA-30-border {
  border-color: #09a1ca4D !important;
}
.C-09A1CA-25 {
  background-color: #09a1ca40 !important;
}
.C-09A1CA-25-text {
  color: #09a1ca40;
}
.C-09A1CA-25-border {
  border-color: #09a1ca40 !important;
}
.C-09A1CA-20 {
  background-color: #09a1ca33 !important;
}
.C-09A1CA-20-text {
  color: #09a1ca33;
}
.C-09A1CA-20-border {
  border-color: #09a1ca33 !important;
}
.C-09A1CA-15 {
  background-color: #09a1ca26 !important;
}
.C-09A1CA-15-text {
  color: #09a1ca26;
}
.C-09A1CA-15-border {
  border-color: #09a1ca26 !important;
}
.C-09A1CA-10 {
  background-color: #09a1ca1A !important;
}
.C-09A1CA-10-text {
  color: #09a1ca1A;
}
.C-09A1CA-10-border {
  border-color: #09a1ca1A !important;
}
.C-09A1CA-5 {
  background-color: #09a1ca0D !important;
}
.C-09A1CA-5-text {
  color: #09a1ca0D;
}
.C-09A1CA-5-border {
  border-color: #09a1ca0D !important;
}
.C-09A1CA-0 {
  background-color: #09a1ca0 !important;
}
.C-09A1CA-0-text {
  color: #09a1ca0;
}
.C-09A1CA-0-border {
  border-color: #09a1ca0 !important;
}
.C-09A1CA {
  background-color: #09a1ca !important;
  --btn-background: #09a1ca;
}
.C-09A1CA-text {
  color: #09a1ca;
}
.C-09A1CA-border {
  border-color: #09a1ca !important;
}
@media (hover: hover) {
  .C-09A1CA-hover-bg:hover {
    background-color: #09a1ca !important;
  }
}
.C-09A1CA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-09A1CA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #09a1ca;
  fill: #09a1ca;
  stroke: #09a1ca;
}
.C-09A1CA-hover-text[papaTarget]:hover.f_targetText {
  color: #09a1ca !important;
  fill: #09a1ca !important;
  stroke: #09a1ca !important;
}
.C-09A1CA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-09A1CA-hover-text[fHover]:hover {
  color: #09a1ca !important;
}
.C-09A1CA-after::after,
.C-09A1CA-after::before {
  background-color: #09a1ca;
}
.C-09A1CA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #09a1ca;
  transition: box-shadow 0.2s;
}
.C-09A1CA100 {
  background-color: #09a1ca !important;
}
.C-09A1CA100-text {
  color: #09a1ca;
}
.C-09A1CA100-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA100 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA95 {
  background-color: #09a1ca !important;
}
.C-09A1CA95-text {
  color: #09a1ca;
}
.C-09A1CA95-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA95 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA90 {
  background-color: #09a1ca !important;
}
.C-09A1CA90-text {
  color: #09a1ca;
}
.C-09A1CA90-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA90 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA85 {
  background-color: #09a1ca !important;
}
.C-09A1CA85-text {
  color: #09a1ca;
}
.C-09A1CA85-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA85 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA80 {
  background-color: #09a1ca !important;
}
.C-09A1CA80-text {
  color: #09a1ca;
}
.C-09A1CA80-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA80 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA75 {
  background-color: #09a1ca !important;
}
.C-09A1CA75-text {
  color: #09a1ca;
}
.C-09A1CA75-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA75 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA70 {
  background-color: #09a1ca !important;
}
.C-09A1CA70-text {
  color: #09a1ca;
}
.C-09A1CA70-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA70 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA65 {
  background-color: #09a1ca !important;
}
.C-09A1CA65-text {
  color: #09a1ca;
}
.C-09A1CA65-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA65 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA60 {
  background-color: #09a1ca !important;
}
.C-09A1CA60-text {
  color: #09a1ca;
}
.C-09A1CA60-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA60 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA55 {
  background-color: #09a1ca !important;
}
.C-09A1CA55-text {
  color: #09a1ca;
}
.C-09A1CA55-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA55 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA50 {
  background-color: #09a1ca !important;
}
.C-09A1CA50-text {
  color: #09a1ca;
}
.C-09A1CA50-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA50 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA45 {
  background-color: #09a1ca !important;
}
.C-09A1CA45-text {
  color: #09a1ca;
}
.C-09A1CA45-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA45 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA40 {
  background-color: #09a1ca !important;
}
.C-09A1CA40-text {
  color: #09a1ca;
}
.C-09A1CA40-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA40 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA35 {
  background-color: #09a1ca !important;
}
.C-09A1CA35-text {
  color: #09a1ca;
}
.C-09A1CA35-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA35 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA30 {
  background-color: #09a1ca !important;
}
.C-09A1CA30-text {
  color: #09a1ca;
}
.C-09A1CA30-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA30 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA25 {
  background-color: #09a1ca !important;
}
.C-09A1CA25-text {
  color: #09a1ca;
}
.C-09A1CA25-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA25 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA20 {
  background-color: #09a1ca !important;
}
.C-09A1CA20-text {
  color: #09a1ca;
}
.C-09A1CA20-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA20 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA15 {
  background-color: #09a1ca !important;
}
.C-09A1CA15-text {
  color: #09a1ca;
}
.C-09A1CA15-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA15 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA10 {
  background-color: #09a1ca !important;
}
.C-09A1CA10-text {
  color: #09a1ca;
}
.C-09A1CA10-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA10 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA5 {
  background-color: #09a1ca !important;
}
.C-09A1CA5-text {
  color: #09a1ca;
}
.C-09A1CA5-border {
  border-color: #09a1ca;
}
.C-linearGradient-09A1CA5 {
  background-image:
    linear-gradient(
      45deg,
      #09a1ca 0%,
      #09a1ca 99%,
      #09a1ca 100%);
}
.C-09A1CA0 {
  background-color: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-text {
  color: rgba(9, 161, 202, 0);
}
.C-09A1CA0-border {
  border-color: rgba(9, 161, 202, 0);
}
.C-linearGradient-09A1CA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(9, 161, 202, 0) 0%,
      #09a1ca 99%,
      rgba(9, 161, 202, 0) 100%);
}
.C-09A1CA-fill-1 #fill1 {
  fill: #09a1ca;
}
.C-09A1CA-fill-1.onHover:hover #fill1,
.C-09A1CA-fill-1:hover #fill1 {
  fill: #09a1ca;
}
.C-09A1CA-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA100-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA100-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA100-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA95-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA95-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA95-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA90-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA90-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA90-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA85-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA85-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA85-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA80-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA80-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA80-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA75-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA75-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA75-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA70-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA70-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA70-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA65-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA65-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA65-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA60-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA60-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA60-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA55-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA55-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA55-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA50-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA50-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA50-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA45-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA45-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA45-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA40-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA40-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA40-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA35-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA35-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA35-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA30-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA30-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA30-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA25-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA25-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA25-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA20-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA20-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA20-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA15-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA15-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA15-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA10-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA10-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA10-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA5-fill-1 #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA5-fill-1.onHover:hover #fill1 {
  fill: #09a1ca !important;
}
.C-09A1CA5-stroke-1 #stroke1 {
  stroke: #09a1ca !important;
}
.C-09A1CA0-fill-1 #fill1 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-fill-1.onHover:hover #fill1 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-stroke-1 #stroke1 {
  stroke: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA-fill-2 #fill2 {
  fill: #09a1ca;
}
.C-09A1CA-fill-2.onHover:hover #fill2,
.C-09A1CA-fill-2:hover #fill2 {
  fill: #09a1ca;
}
.C-09A1CA-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA100-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA100-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA100-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA95-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA95-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA95-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA90-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA90-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA90-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA85-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA85-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA85-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA80-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA80-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA80-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA75-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA75-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA75-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA70-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA70-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA70-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA65-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA65-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA65-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA60-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA60-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA60-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA55-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA55-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA55-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA50-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA50-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA50-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA45-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA45-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA45-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA40-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA40-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA40-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA35-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA35-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA35-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA30-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA30-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA30-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA25-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA25-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA25-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA20-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA20-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA20-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA15-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA15-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA15-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA10-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA10-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA10-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA5-fill-2 #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA5-fill-2.onHover:hover #fill2 {
  fill: #09a1ca !important;
}
.C-09A1CA5-stroke-2 #stroke2 {
  stroke: #09a1ca !important;
}
.C-09A1CA0-fill-2 #fill2 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-fill-2.onHover:hover #fill2 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-stroke-2 #stroke2 {
  stroke: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA-fill-3 #fill3 {
  fill: #09a1ca;
}
.C-09A1CA-fill-3.onHover:hover #fill3,
.C-09A1CA-fill-3:hover #fill3 {
  fill: #09a1ca;
}
.C-09A1CA-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA100-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA100-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA100-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA95-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA95-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA95-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA90-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA90-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA90-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA85-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA85-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA85-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA80-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA80-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA80-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA75-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA75-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA75-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA70-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA70-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA70-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA65-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA65-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA65-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA60-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA60-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA60-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA55-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA55-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA55-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA50-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA50-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA50-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA45-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA45-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA45-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA40-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA40-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA40-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA35-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA35-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA35-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA30-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA30-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA30-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA25-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA25-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA25-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA20-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA20-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA20-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA15-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA15-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA15-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA10-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA10-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA10-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA5-fill-3 #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA5-fill-3.onHover:hover #fill3 {
  fill: #09a1ca !important;
}
.C-09A1CA5-stroke-3 #stroke3 {
  stroke: #09a1ca !important;
}
.C-09A1CA0-fill-3 #fill3 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-fill-3.onHover:hover #fill3 {
  fill: rgba(9, 161, 202, 0) !important;
}
.C-09A1CA0-stroke-3 #stroke3 {
  stroke: rgba(9, 161, 202, 0) !important;
}
.C-2FD2FE-100 {
  background-color: #2fd2feFF !important;
}
.C-2FD2FE-100-text {
  color: #2fd2feFF;
}
.C-2FD2FE-100-border {
  border-color: #2fd2feFF !important;
}
.C-2FD2FE-95 {
  background-color: #2fd2feF2 !important;
}
.C-2FD2FE-95-text {
  color: #2fd2feF2;
}
.C-2FD2FE-95-border {
  border-color: #2fd2feF2 !important;
}
.C-2FD2FE-90 {
  background-color: #2fd2feE6 !important;
}
.C-2FD2FE-90-text {
  color: #2fd2feE6;
}
.C-2FD2FE-90-border {
  border-color: #2fd2feE6 !important;
}
.C-2FD2FE-85 {
  background-color: #2fd2feD9 !important;
}
.C-2FD2FE-85-text {
  color: #2fd2feD9;
}
.C-2FD2FE-85-border {
  border-color: #2fd2feD9 !important;
}
.C-2FD2FE-80 {
  background-color: #2fd2feCC !important;
}
.C-2FD2FE-80-text {
  color: #2fd2feCC;
}
.C-2FD2FE-80-border {
  border-color: #2fd2feCC !important;
}
.C-2FD2FE-75 {
  background-color: #2fd2feBF !important;
}
.C-2FD2FE-75-text {
  color: #2fd2feBF;
}
.C-2FD2FE-75-border {
  border-color: #2fd2feBF !important;
}
.C-2FD2FE-70 {
  background-color: #2fd2feB3 !important;
}
.C-2FD2FE-70-text {
  color: #2fd2feB3;
}
.C-2FD2FE-70-border {
  border-color: #2fd2feB3 !important;
}
.C-2FD2FE-65 {
  background-color: #2fd2feA6 !important;
}
.C-2FD2FE-65-text {
  color: #2fd2feA6;
}
.C-2FD2FE-65-border {
  border-color: #2fd2feA6 !important;
}
.C-2FD2FE-60 {
  background-color: #2fd2fe99 !important;
}
.C-2FD2FE-60-text {
  color: #2fd2fe99;
}
.C-2FD2FE-60-border {
  border-color: #2fd2fe99 !important;
}
.C-2FD2FE-55 {
  background-color: #2fd2fe8C !important;
}
.C-2FD2FE-55-text {
  color: #2fd2fe8C;
}
.C-2FD2FE-55-border {
  border-color: #2fd2fe8C !important;
}
.C-2FD2FE-50 {
  background-color: #2fd2fe80 !important;
}
.C-2FD2FE-50-text {
  color: #2fd2fe80;
}
.C-2FD2FE-50-border {
  border-color: #2fd2fe80 !important;
}
.C-2FD2FE-45 {
  background-color: #2fd2fe73 !important;
}
.C-2FD2FE-45-text {
  color: #2fd2fe73;
}
.C-2FD2FE-45-border {
  border-color: #2fd2fe73 !important;
}
.C-2FD2FE-40 {
  background-color: #2fd2fe66 !important;
}
.C-2FD2FE-40-text {
  color: #2fd2fe66;
}
.C-2FD2FE-40-border {
  border-color: #2fd2fe66 !important;
}
.C-2FD2FE-35 {
  background-color: #2fd2fe59 !important;
}
.C-2FD2FE-35-text {
  color: #2fd2fe59;
}
.C-2FD2FE-35-border {
  border-color: #2fd2fe59 !important;
}
.C-2FD2FE-30 {
  background-color: #2fd2fe4D !important;
}
.C-2FD2FE-30-text {
  color: #2fd2fe4D;
}
.C-2FD2FE-30-border {
  border-color: #2fd2fe4D !important;
}
.C-2FD2FE-25 {
  background-color: #2fd2fe40 !important;
}
.C-2FD2FE-25-text {
  color: #2fd2fe40;
}
.C-2FD2FE-25-border {
  border-color: #2fd2fe40 !important;
}
.C-2FD2FE-20 {
  background-color: #2fd2fe33 !important;
}
.C-2FD2FE-20-text {
  color: #2fd2fe33;
}
.C-2FD2FE-20-border {
  border-color: #2fd2fe33 !important;
}
.C-2FD2FE-15 {
  background-color: #2fd2fe26 !important;
}
.C-2FD2FE-15-text {
  color: #2fd2fe26;
}
.C-2FD2FE-15-border {
  border-color: #2fd2fe26 !important;
}
.C-2FD2FE-10 {
  background-color: #2fd2fe1A !important;
}
.C-2FD2FE-10-text {
  color: #2fd2fe1A;
}
.C-2FD2FE-10-border {
  border-color: #2fd2fe1A !important;
}
.C-2FD2FE-5 {
  background-color: #2fd2fe0D !important;
}
.C-2FD2FE-5-text {
  color: #2fd2fe0D;
}
.C-2FD2FE-5-border {
  border-color: #2fd2fe0D !important;
}
.C-2FD2FE-0 {
  background-color: #2fd2fe0 !important;
}
.C-2FD2FE-0-text {
  color: #2fd2fe0;
}
.C-2FD2FE-0-border {
  border-color: #2fd2fe0 !important;
}
.C-2FD2FE {
  background-color: #2fd2fe !important;
  --btn-background: #2fd2fe;
}
.C-2FD2FE-text {
  color: #2fd2fe;
}
.C-2FD2FE-border {
  border-color: #2fd2fe !important;
}
@media (hover: hover) {
  .C-2FD2FE-hover-bg:hover {
    background-color: #2fd2fe !important;
  }
}
.C-2FD2FE-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2FD2FE-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2fd2fe;
  fill: #2fd2fe;
  stroke: #2fd2fe;
}
.C-2FD2FE-hover-text[papaTarget]:hover.f_targetText {
  color: #2fd2fe !important;
  fill: #2fd2fe !important;
  stroke: #2fd2fe !important;
}
.C-2FD2FE-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2FD2FE-hover-text[fHover]:hover {
  color: #2fd2fe !important;
}
.C-2FD2FE-after::after,
.C-2FD2FE-after::before {
  background-color: #2fd2fe;
}
.C-2FD2FE-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2fd2fe;
  transition: box-shadow 0.2s;
}
.C-2FD2FE100 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE100-text {
  color: #2fd2fe;
}
.C-2FD2FE100-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE100 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE95 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE95-text {
  color: #2fd2fe;
}
.C-2FD2FE95-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE95 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE90 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE90-text {
  color: #2fd2fe;
}
.C-2FD2FE90-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE90 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE85 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE85-text {
  color: #2fd2fe;
}
.C-2FD2FE85-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE85 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE80 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE80-text {
  color: #2fd2fe;
}
.C-2FD2FE80-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE80 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE75 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE75-text {
  color: #2fd2fe;
}
.C-2FD2FE75-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE75 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE70 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE70-text {
  color: #2fd2fe;
}
.C-2FD2FE70-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE70 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE65 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE65-text {
  color: #2fd2fe;
}
.C-2FD2FE65-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE65 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE60 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE60-text {
  color: #2fd2fe;
}
.C-2FD2FE60-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE60 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE55 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE55-text {
  color: #2fd2fe;
}
.C-2FD2FE55-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE55 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE50 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE50-text {
  color: #2fd2fe;
}
.C-2FD2FE50-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE50 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE45 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE45-text {
  color: #2fd2fe;
}
.C-2FD2FE45-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE45 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE40 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE40-text {
  color: #2fd2fe;
}
.C-2FD2FE40-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE40 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE35 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE35-text {
  color: #2fd2fe;
}
.C-2FD2FE35-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE35 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE30 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE30-text {
  color: #2fd2fe;
}
.C-2FD2FE30-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE30 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE25 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE25-text {
  color: #2fd2fe;
}
.C-2FD2FE25-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE25 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE20 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE20-text {
  color: #2fd2fe;
}
.C-2FD2FE20-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE20 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE15 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE15-text {
  color: #2fd2fe;
}
.C-2FD2FE15-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE15 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE10 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE10-text {
  color: #2fd2fe;
}
.C-2FD2FE10-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE10 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE5 {
  background-color: #2fd2fe !important;
}
.C-2FD2FE5-text {
  color: #2fd2fe;
}
.C-2FD2FE5-border {
  border-color: #2fd2fe;
}
.C-linearGradient-2FD2FE5 {
  background-image:
    linear-gradient(
      45deg,
      #2fd2fe 0%,
      #2fd2fe 99%,
      #2fd2fe 100%);
}
.C-2FD2FE0 {
  background-color: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-text {
  color: rgba(47, 210, 254, 0);
}
.C-2FD2FE0-border {
  border-color: rgba(47, 210, 254, 0);
}
.C-linearGradient-2FD2FE0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(47, 210, 254, 0) 0%,
      #2fd2fe 99%,
      rgba(47, 210, 254, 0) 100%);
}
.C-2FD2FE-fill-1 #fill1 {
  fill: #2fd2fe;
}
.C-2FD2FE-fill-1.onHover:hover #fill1,
.C-2FD2FE-fill-1:hover #fill1 {
  fill: #2fd2fe;
}
.C-2FD2FE-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE100-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE95-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE90-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE85-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE80-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE75-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE70-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE65-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE60-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE55-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE50-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE45-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE40-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE35-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE30-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE25-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE20-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE15-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE10-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE5-fill-1 #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-fill-1.onHover:hover #fill1 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-stroke-1 #stroke1 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE0-fill-1 #fill1 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-fill-1.onHover:hover #fill1 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-stroke-1 #stroke1 {
  stroke: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE-fill-2 #fill2 {
  fill: #2fd2fe;
}
.C-2FD2FE-fill-2.onHover:hover #fill2,
.C-2FD2FE-fill-2:hover #fill2 {
  fill: #2fd2fe;
}
.C-2FD2FE-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE100-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE95-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE90-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE85-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE80-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE75-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE70-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE65-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE60-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE55-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE50-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE45-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE40-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE35-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE30-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE25-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE20-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE15-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE10-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE5-fill-2 #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-fill-2.onHover:hover #fill2 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-stroke-2 #stroke2 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE0-fill-2 #fill2 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-fill-2.onHover:hover #fill2 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-stroke-2 #stroke2 {
  stroke: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE-fill-3 #fill3 {
  fill: #2fd2fe;
}
.C-2FD2FE-fill-3.onHover:hover #fill3,
.C-2FD2FE-fill-3:hover #fill3 {
  fill: #2fd2fe;
}
.C-2FD2FE-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE100-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE100-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE95-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE95-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE90-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE90-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE85-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE85-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE80-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE80-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE75-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE75-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE70-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE70-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE65-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE65-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE60-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE60-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE55-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE55-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE50-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE50-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE45-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE45-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE40-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE40-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE35-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE35-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE30-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE30-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE25-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE25-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE20-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE20-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE15-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE15-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE10-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE10-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE5-fill-3 #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-fill-3.onHover:hover #fill3 {
  fill: #2fd2fe !important;
}
.C-2FD2FE5-stroke-3 #stroke3 {
  stroke: #2fd2fe !important;
}
.C-2FD2FE0-fill-3 #fill3 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-fill-3.onHover:hover #fill3 {
  fill: rgba(47, 210, 254, 0) !important;
}
.C-2FD2FE0-stroke-3 #stroke3 {
  stroke: rgba(47, 210, 254, 0) !important;
}
.C-22497D-100 {
  background-color: #22497dFF !important;
}
.C-22497D-100-text {
  color: #22497dFF;
}
.C-22497D-100-border {
  border-color: #22497dFF !important;
}
.C-22497D-95 {
  background-color: #22497dF2 !important;
}
.C-22497D-95-text {
  color: #22497dF2;
}
.C-22497D-95-border {
  border-color: #22497dF2 !important;
}
.C-22497D-90 {
  background-color: #22497dE6 !important;
}
.C-22497D-90-text {
  color: #22497dE6;
}
.C-22497D-90-border {
  border-color: #22497dE6 !important;
}
.C-22497D-85 {
  background-color: #22497dD9 !important;
}
.C-22497D-85-text {
  color: #22497dD9;
}
.C-22497D-85-border {
  border-color: #22497dD9 !important;
}
.C-22497D-80 {
  background-color: #22497dCC !important;
}
.C-22497D-80-text {
  color: #22497dCC;
}
.C-22497D-80-border {
  border-color: #22497dCC !important;
}
.C-22497D-75 {
  background-color: #22497dBF !important;
}
.C-22497D-75-text {
  color: #22497dBF;
}
.C-22497D-75-border {
  border-color: #22497dBF !important;
}
.C-22497D-70 {
  background-color: #22497dB3 !important;
}
.C-22497D-70-text {
  color: #22497dB3;
}
.C-22497D-70-border {
  border-color: #22497dB3 !important;
}
.C-22497D-65 {
  background-color: #22497dA6 !important;
}
.C-22497D-65-text {
  color: #22497dA6;
}
.C-22497D-65-border {
  border-color: #22497dA6 !important;
}
.C-22497D-60 {
  background-color: #22497d99 !important;
}
.C-22497D-60-text {
  color: #22497d99;
}
.C-22497D-60-border {
  border-color: #22497d99 !important;
}
.C-22497D-55 {
  background-color: #22497d8C !important;
}
.C-22497D-55-text {
  color: #22497d8C;
}
.C-22497D-55-border {
  border-color: #22497d8C !important;
}
.C-22497D-50 {
  background-color: #22497d80 !important;
}
.C-22497D-50-text {
  color: #22497d80;
}
.C-22497D-50-border {
  border-color: #22497d80 !important;
}
.C-22497D-45 {
  background-color: #22497d73 !important;
}
.C-22497D-45-text {
  color: #22497d73;
}
.C-22497D-45-border {
  border-color: #22497d73 !important;
}
.C-22497D-40 {
  background-color: #22497d66 !important;
}
.C-22497D-40-text {
  color: #22497d66;
}
.C-22497D-40-border {
  border-color: #22497d66 !important;
}
.C-22497D-35 {
  background-color: #22497d59 !important;
}
.C-22497D-35-text {
  color: #22497d59;
}
.C-22497D-35-border {
  border-color: #22497d59 !important;
}
.C-22497D-30 {
  background-color: #22497d4D !important;
}
.C-22497D-30-text {
  color: #22497d4D;
}
.C-22497D-30-border {
  border-color: #22497d4D !important;
}
.C-22497D-25 {
  background-color: #22497d40 !important;
}
.C-22497D-25-text {
  color: #22497d40;
}
.C-22497D-25-border {
  border-color: #22497d40 !important;
}
.C-22497D-20 {
  background-color: #22497d33 !important;
}
.C-22497D-20-text {
  color: #22497d33;
}
.C-22497D-20-border {
  border-color: #22497d33 !important;
}
.C-22497D-15 {
  background-color: #22497d26 !important;
}
.C-22497D-15-text {
  color: #22497d26;
}
.C-22497D-15-border {
  border-color: #22497d26 !important;
}
.C-22497D-10 {
  background-color: #22497d1A !important;
}
.C-22497D-10-text {
  color: #22497d1A;
}
.C-22497D-10-border {
  border-color: #22497d1A !important;
}
.C-22497D-5 {
  background-color: #22497d0D !important;
}
.C-22497D-5-text {
  color: #22497d0D;
}
.C-22497D-5-border {
  border-color: #22497d0D !important;
}
.C-22497D-0 {
  background-color: #22497d0 !important;
}
.C-22497D-0-text {
  color: #22497d0;
}
.C-22497D-0-border {
  border-color: #22497d0 !important;
}
.C-22497D {
  background-color: #22497d !important;
  --btn-background: #22497d;
}
.C-22497D-text {
  color: #22497d;
}
.C-22497D-border {
  border-color: #22497d !important;
}
@media (hover: hover) {
  .C-22497D-hover-bg:hover {
    background-color: #22497d !important;
  }
}
.C-22497D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-22497D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #22497d;
  fill: #22497d;
  stroke: #22497d;
}
.C-22497D-hover-text[papaTarget]:hover.f_targetText {
  color: #22497d !important;
  fill: #22497d !important;
  stroke: #22497d !important;
}
.C-22497D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-22497D-hover-text[fHover]:hover {
  color: #22497d !important;
}
.C-22497D-after::after,
.C-22497D-after::before {
  background-color: #22497d;
}
.C-22497D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #22497d;
  transition: box-shadow 0.2s;
}
.C-22497D100 {
  background-color: #22497d !important;
}
.C-22497D100-text {
  color: #22497d;
}
.C-22497D100-border {
  border-color: #22497d;
}
.C-linearGradient-22497D100 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D95 {
  background-color: #22497d !important;
}
.C-22497D95-text {
  color: #22497d;
}
.C-22497D95-border {
  border-color: #22497d;
}
.C-linearGradient-22497D95 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D90 {
  background-color: #22497d !important;
}
.C-22497D90-text {
  color: #22497d;
}
.C-22497D90-border {
  border-color: #22497d;
}
.C-linearGradient-22497D90 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D85 {
  background-color: #22497d !important;
}
.C-22497D85-text {
  color: #22497d;
}
.C-22497D85-border {
  border-color: #22497d;
}
.C-linearGradient-22497D85 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D80 {
  background-color: #22497d !important;
}
.C-22497D80-text {
  color: #22497d;
}
.C-22497D80-border {
  border-color: #22497d;
}
.C-linearGradient-22497D80 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D75 {
  background-color: #22497d !important;
}
.C-22497D75-text {
  color: #22497d;
}
.C-22497D75-border {
  border-color: #22497d;
}
.C-linearGradient-22497D75 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D70 {
  background-color: #22497d !important;
}
.C-22497D70-text {
  color: #22497d;
}
.C-22497D70-border {
  border-color: #22497d;
}
.C-linearGradient-22497D70 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D65 {
  background-color: #22497d !important;
}
.C-22497D65-text {
  color: #22497d;
}
.C-22497D65-border {
  border-color: #22497d;
}
.C-linearGradient-22497D65 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D60 {
  background-color: #22497d !important;
}
.C-22497D60-text {
  color: #22497d;
}
.C-22497D60-border {
  border-color: #22497d;
}
.C-linearGradient-22497D60 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D55 {
  background-color: #22497d !important;
}
.C-22497D55-text {
  color: #22497d;
}
.C-22497D55-border {
  border-color: #22497d;
}
.C-linearGradient-22497D55 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D50 {
  background-color: #22497d !important;
}
.C-22497D50-text {
  color: #22497d;
}
.C-22497D50-border {
  border-color: #22497d;
}
.C-linearGradient-22497D50 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D45 {
  background-color: #22497d !important;
}
.C-22497D45-text {
  color: #22497d;
}
.C-22497D45-border {
  border-color: #22497d;
}
.C-linearGradient-22497D45 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D40 {
  background-color: #22497d !important;
}
.C-22497D40-text {
  color: #22497d;
}
.C-22497D40-border {
  border-color: #22497d;
}
.C-linearGradient-22497D40 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D35 {
  background-color: #22497d !important;
}
.C-22497D35-text {
  color: #22497d;
}
.C-22497D35-border {
  border-color: #22497d;
}
.C-linearGradient-22497D35 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D30 {
  background-color: #22497d !important;
}
.C-22497D30-text {
  color: #22497d;
}
.C-22497D30-border {
  border-color: #22497d;
}
.C-linearGradient-22497D30 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D25 {
  background-color: #22497d !important;
}
.C-22497D25-text {
  color: #22497d;
}
.C-22497D25-border {
  border-color: #22497d;
}
.C-linearGradient-22497D25 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D20 {
  background-color: #22497d !important;
}
.C-22497D20-text {
  color: #22497d;
}
.C-22497D20-border {
  border-color: #22497d;
}
.C-linearGradient-22497D20 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D15 {
  background-color: #22497d !important;
}
.C-22497D15-text {
  color: #22497d;
}
.C-22497D15-border {
  border-color: #22497d;
}
.C-linearGradient-22497D15 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D10 {
  background-color: #22497d !important;
}
.C-22497D10-text {
  color: #22497d;
}
.C-22497D10-border {
  border-color: #22497d;
}
.C-linearGradient-22497D10 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D5 {
  background-color: #22497d !important;
}
.C-22497D5-text {
  color: #22497d;
}
.C-22497D5-border {
  border-color: #22497d;
}
.C-linearGradient-22497D5 {
  background-image:
    linear-gradient(
      45deg,
      #22497d 0%,
      #22497d 99%,
      #22497d 100%);
}
.C-22497D0 {
  background-color: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-text {
  color: rgba(34, 73, 125, 0);
}
.C-22497D0-border {
  border-color: rgba(34, 73, 125, 0);
}
.C-linearGradient-22497D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(34, 73, 125, 0) 0%,
      #22497d 99%,
      rgba(34, 73, 125, 0) 100%);
}
.C-22497D-fill-1 #fill1 {
  fill: #22497d;
}
.C-22497D-fill-1.onHover:hover #fill1,
.C-22497D-fill-1:hover #fill1 {
  fill: #22497d;
}
.C-22497D-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D100-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D100-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D100-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D95-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D95-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D95-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D90-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D90-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D90-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D85-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D85-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D85-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D80-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D80-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D80-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D75-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D75-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D75-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D70-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D70-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D70-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D65-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D65-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D65-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D60-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D60-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D60-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D55-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D55-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D55-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D50-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D50-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D50-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D45-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D45-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D45-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D40-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D40-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D40-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D35-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D35-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D35-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D30-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D30-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D30-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D25-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D25-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D25-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D20-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D20-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D20-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D15-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D15-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D15-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D10-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D10-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D10-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D5-fill-1 #fill1 {
  fill: #22497d !important;
}
.C-22497D5-fill-1.onHover:hover #fill1 {
  fill: #22497d !important;
}
.C-22497D5-stroke-1 #stroke1 {
  stroke: #22497d !important;
}
.C-22497D0-fill-1 #fill1 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-fill-1.onHover:hover #fill1 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-stroke-1 #stroke1 {
  stroke: rgba(34, 73, 125, 0) !important;
}
.C-22497D-fill-2 #fill2 {
  fill: #22497d;
}
.C-22497D-fill-2.onHover:hover #fill2,
.C-22497D-fill-2:hover #fill2 {
  fill: #22497d;
}
.C-22497D-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D100-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D100-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D100-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D95-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D95-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D95-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D90-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D90-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D90-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D85-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D85-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D85-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D80-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D80-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D80-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D75-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D75-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D75-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D70-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D70-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D70-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D65-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D65-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D65-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D60-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D60-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D60-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D55-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D55-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D55-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D50-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D50-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D50-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D45-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D45-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D45-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D40-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D40-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D40-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D35-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D35-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D35-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D30-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D30-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D30-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D25-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D25-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D25-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D20-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D20-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D20-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D15-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D15-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D15-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D10-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D10-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D10-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D5-fill-2 #fill2 {
  fill: #22497d !important;
}
.C-22497D5-fill-2.onHover:hover #fill2 {
  fill: #22497d !important;
}
.C-22497D5-stroke-2 #stroke2 {
  stroke: #22497d !important;
}
.C-22497D0-fill-2 #fill2 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-fill-2.onHover:hover #fill2 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-stroke-2 #stroke2 {
  stroke: rgba(34, 73, 125, 0) !important;
}
.C-22497D-fill-3 #fill3 {
  fill: #22497d;
}
.C-22497D-fill-3.onHover:hover #fill3,
.C-22497D-fill-3:hover #fill3 {
  fill: #22497d;
}
.C-22497D-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D100-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D100-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D100-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D95-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D95-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D95-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D90-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D90-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D90-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D85-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D85-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D85-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D80-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D80-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D80-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D75-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D75-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D75-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D70-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D70-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D70-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D65-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D65-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D65-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D60-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D60-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D60-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D55-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D55-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D55-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D50-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D50-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D50-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D45-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D45-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D45-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D40-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D40-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D40-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D35-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D35-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D35-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D30-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D30-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D30-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D25-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D25-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D25-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D20-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D20-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D20-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D15-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D15-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D15-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D10-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D10-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D10-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D5-fill-3 #fill3 {
  fill: #22497d !important;
}
.C-22497D5-fill-3.onHover:hover #fill3 {
  fill: #22497d !important;
}
.C-22497D5-stroke-3 #stroke3 {
  stroke: #22497d !important;
}
.C-22497D0-fill-3 #fill3 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-fill-3.onHover:hover #fill3 {
  fill: rgba(34, 73, 125, 0) !important;
}
.C-22497D0-stroke-3 #stroke3 {
  stroke: rgba(34, 73, 125, 0) !important;
}
.C-1A3A63-100 {
  background-color: #1a3a63FF !important;
}
.C-1A3A63-100-text {
  color: #1a3a63FF;
}
.C-1A3A63-100-border {
  border-color: #1a3a63FF !important;
}
.C-1A3A63-95 {
  background-color: #1a3a63F2 !important;
}
.C-1A3A63-95-text {
  color: #1a3a63F2;
}
.C-1A3A63-95-border {
  border-color: #1a3a63F2 !important;
}
.C-1A3A63-90 {
  background-color: #1a3a63E6 !important;
}
.C-1A3A63-90-text {
  color: #1a3a63E6;
}
.C-1A3A63-90-border {
  border-color: #1a3a63E6 !important;
}
.C-1A3A63-85 {
  background-color: #1a3a63D9 !important;
}
.C-1A3A63-85-text {
  color: #1a3a63D9;
}
.C-1A3A63-85-border {
  border-color: #1a3a63D9 !important;
}
.C-1A3A63-80 {
  background-color: #1a3a63CC !important;
}
.C-1A3A63-80-text {
  color: #1a3a63CC;
}
.C-1A3A63-80-border {
  border-color: #1a3a63CC !important;
}
.C-1A3A63-75 {
  background-color: #1a3a63BF !important;
}
.C-1A3A63-75-text {
  color: #1a3a63BF;
}
.C-1A3A63-75-border {
  border-color: #1a3a63BF !important;
}
.C-1A3A63-70 {
  background-color: #1a3a63B3 !important;
}
.C-1A3A63-70-text {
  color: #1a3a63B3;
}
.C-1A3A63-70-border {
  border-color: #1a3a63B3 !important;
}
.C-1A3A63-65 {
  background-color: #1a3a63A6 !important;
}
.C-1A3A63-65-text {
  color: #1a3a63A6;
}
.C-1A3A63-65-border {
  border-color: #1a3a63A6 !important;
}
.C-1A3A63-60 {
  background-color: #1a3a6399 !important;
}
.C-1A3A63-60-text {
  color: #1a3a6399;
}
.C-1A3A63-60-border {
  border-color: #1a3a6399 !important;
}
.C-1A3A63-55 {
  background-color: #1a3a638C !important;
}
.C-1A3A63-55-text {
  color: #1a3a638C;
}
.C-1A3A63-55-border {
  border-color: #1a3a638C !important;
}
.C-1A3A63-50 {
  background-color: #1a3a6380 !important;
}
.C-1A3A63-50-text {
  color: #1a3a6380;
}
.C-1A3A63-50-border {
  border-color: #1a3a6380 !important;
}
.C-1A3A63-45 {
  background-color: #1a3a6373 !important;
}
.C-1A3A63-45-text {
  color: #1a3a6373;
}
.C-1A3A63-45-border {
  border-color: #1a3a6373 !important;
}
.C-1A3A63-40 {
  background-color: #1a3a6366 !important;
}
.C-1A3A63-40-text {
  color: #1a3a6366;
}
.C-1A3A63-40-border {
  border-color: #1a3a6366 !important;
}
.C-1A3A63-35 {
  background-color: #1a3a6359 !important;
}
.C-1A3A63-35-text {
  color: #1a3a6359;
}
.C-1A3A63-35-border {
  border-color: #1a3a6359 !important;
}
.C-1A3A63-30 {
  background-color: #1a3a634D !important;
}
.C-1A3A63-30-text {
  color: #1a3a634D;
}
.C-1A3A63-30-border {
  border-color: #1a3a634D !important;
}
.C-1A3A63-25 {
  background-color: #1a3a6340 !important;
}
.C-1A3A63-25-text {
  color: #1a3a6340;
}
.C-1A3A63-25-border {
  border-color: #1a3a6340 !important;
}
.C-1A3A63-20 {
  background-color: #1a3a6333 !important;
}
.C-1A3A63-20-text {
  color: #1a3a6333;
}
.C-1A3A63-20-border {
  border-color: #1a3a6333 !important;
}
.C-1A3A63-15 {
  background-color: #1a3a6326 !important;
}
.C-1A3A63-15-text {
  color: #1a3a6326;
}
.C-1A3A63-15-border {
  border-color: #1a3a6326 !important;
}
.C-1A3A63-10 {
  background-color: #1a3a631A !important;
}
.C-1A3A63-10-text {
  color: #1a3a631A;
}
.C-1A3A63-10-border {
  border-color: #1a3a631A !important;
}
.C-1A3A63-5 {
  background-color: #1a3a630D !important;
}
.C-1A3A63-5-text {
  color: #1a3a630D;
}
.C-1A3A63-5-border {
  border-color: #1a3a630D !important;
}
.C-1A3A63-0 {
  background-color: #1a3a630 !important;
}
.C-1A3A63-0-text {
  color: #1a3a630;
}
.C-1A3A63-0-border {
  border-color: #1a3a630 !important;
}
.C-1A3A63 {
  background-color: #1a3a63 !important;
  --btn-background: #1a3a63;
}
.C-1A3A63-text {
  color: #1a3a63;
}
.C-1A3A63-border {
  border-color: #1a3a63 !important;
}
@media (hover: hover) {
  .C-1A3A63-hover-bg:hover {
    background-color: #1a3a63 !important;
  }
}
.C-1A3A63-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1A3A63-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1a3a63;
  fill: #1a3a63;
  stroke: #1a3a63;
}
.C-1A3A63-hover-text[papaTarget]:hover.f_targetText {
  color: #1a3a63 !important;
  fill: #1a3a63 !important;
  stroke: #1a3a63 !important;
}
.C-1A3A63-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1A3A63-hover-text[fHover]:hover {
  color: #1a3a63 !important;
}
.C-1A3A63-after::after,
.C-1A3A63-after::before {
  background-color: #1a3a63;
}
.C-1A3A63-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1a3a63;
  transition: box-shadow 0.2s;
}
.C-1A3A63100 {
  background-color: #1a3a63 !important;
}
.C-1A3A63100-text {
  color: #1a3a63;
}
.C-1A3A63100-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A63100 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6395 {
  background-color: #1a3a63 !important;
}
.C-1A3A6395-text {
  color: #1a3a63;
}
.C-1A3A6395-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6395 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6390 {
  background-color: #1a3a63 !important;
}
.C-1A3A6390-text {
  color: #1a3a63;
}
.C-1A3A6390-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6390 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6385 {
  background-color: #1a3a63 !important;
}
.C-1A3A6385-text {
  color: #1a3a63;
}
.C-1A3A6385-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6385 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6380 {
  background-color: #1a3a63 !important;
}
.C-1A3A6380-text {
  color: #1a3a63;
}
.C-1A3A6380-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6380 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6375 {
  background-color: #1a3a63 !important;
}
.C-1A3A6375-text {
  color: #1a3a63;
}
.C-1A3A6375-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6375 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6370 {
  background-color: #1a3a63 !important;
}
.C-1A3A6370-text {
  color: #1a3a63;
}
.C-1A3A6370-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6370 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6365 {
  background-color: #1a3a63 !important;
}
.C-1A3A6365-text {
  color: #1a3a63;
}
.C-1A3A6365-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6365 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6360 {
  background-color: #1a3a63 !important;
}
.C-1A3A6360-text {
  color: #1a3a63;
}
.C-1A3A6360-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6360 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6355 {
  background-color: #1a3a63 !important;
}
.C-1A3A6355-text {
  color: #1a3a63;
}
.C-1A3A6355-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6355 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6350 {
  background-color: #1a3a63 !important;
}
.C-1A3A6350-text {
  color: #1a3a63;
}
.C-1A3A6350-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6350 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6345 {
  background-color: #1a3a63 !important;
}
.C-1A3A6345-text {
  color: #1a3a63;
}
.C-1A3A6345-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6345 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6340 {
  background-color: #1a3a63 !important;
}
.C-1A3A6340-text {
  color: #1a3a63;
}
.C-1A3A6340-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6340 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6335 {
  background-color: #1a3a63 !important;
}
.C-1A3A6335-text {
  color: #1a3a63;
}
.C-1A3A6335-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6335 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6330 {
  background-color: #1a3a63 !important;
}
.C-1A3A6330-text {
  color: #1a3a63;
}
.C-1A3A6330-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6330 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6325 {
  background-color: #1a3a63 !important;
}
.C-1A3A6325-text {
  color: #1a3a63;
}
.C-1A3A6325-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6325 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6320 {
  background-color: #1a3a63 !important;
}
.C-1A3A6320-text {
  color: #1a3a63;
}
.C-1A3A6320-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6320 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6315 {
  background-color: #1a3a63 !important;
}
.C-1A3A6315-text {
  color: #1a3a63;
}
.C-1A3A6315-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6315 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A6310 {
  background-color: #1a3a63 !important;
}
.C-1A3A6310-text {
  color: #1a3a63;
}
.C-1A3A6310-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A6310 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A635 {
  background-color: #1a3a63 !important;
}
.C-1A3A635-text {
  color: #1a3a63;
}
.C-1A3A635-border {
  border-color: #1a3a63;
}
.C-linearGradient-1A3A635 {
  background-image:
    linear-gradient(
      45deg,
      #1a3a63 0%,
      #1a3a63 99%,
      #1a3a63 100%);
}
.C-1A3A630 {
  background-color: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-text {
  color: rgba(26, 58, 99, 0);
}
.C-1A3A630-border {
  border-color: rgba(26, 58, 99, 0);
}
.C-linearGradient-1A3A630 {
  background-image:
    linear-gradient(
      45deg,
      rgba(26, 58, 99, 0) 0%,
      #1a3a63 99%,
      rgba(26, 58, 99, 0) 100%);
}
.C-1A3A63-fill-1 #fill1 {
  fill: #1a3a63;
}
.C-1A3A63-fill-1.onHover:hover #fill1,
.C-1A3A63-fill-1:hover #fill1 {
  fill: #1a3a63;
}
.C-1A3A63-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A63100-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6395-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6390-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6385-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6380-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6375-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6370-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6365-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6360-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6355-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6350-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6345-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6340-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6335-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6330-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6325-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6320-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6315-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A6310-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A635-fill-1 #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A635-fill-1.onHover:hover #fill1 {
  fill: #1a3a63 !important;
}
.C-1A3A635-stroke-1 #stroke1 {
  stroke: #1a3a63 !important;
}
.C-1A3A630-fill-1 #fill1 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-fill-1.onHover:hover #fill1 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-stroke-1 #stroke1 {
  stroke: rgba(26, 58, 99, 0) !important;
}
.C-1A3A63-fill-2 #fill2 {
  fill: #1a3a63;
}
.C-1A3A63-fill-2.onHover:hover #fill2,
.C-1A3A63-fill-2:hover #fill2 {
  fill: #1a3a63;
}
.C-1A3A63-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A63100-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6395-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6390-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6385-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6380-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6375-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6370-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6365-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6360-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6355-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6350-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6345-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6340-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6335-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6330-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6325-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6320-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6315-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A6310-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A635-fill-2 #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A635-fill-2.onHover:hover #fill2 {
  fill: #1a3a63 !important;
}
.C-1A3A635-stroke-2 #stroke2 {
  stroke: #1a3a63 !important;
}
.C-1A3A630-fill-2 #fill2 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-fill-2.onHover:hover #fill2 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-stroke-2 #stroke2 {
  stroke: rgba(26, 58, 99, 0) !important;
}
.C-1A3A63-fill-3 #fill3 {
  fill: #1a3a63;
}
.C-1A3A63-fill-3.onHover:hover #fill3,
.C-1A3A63-fill-3:hover #fill3 {
  fill: #1a3a63;
}
.C-1A3A63-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A63100-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A63100-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6395-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6395-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6390-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6390-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6385-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6385-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6380-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6380-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6375-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6375-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6370-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6370-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6365-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6365-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6360-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6360-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6355-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6355-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6350-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6350-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6345-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6345-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6340-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6340-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6335-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6335-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6330-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6330-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6325-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6325-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6320-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6320-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6315-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6315-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A6310-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A6310-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A635-fill-3 #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A635-fill-3.onHover:hover #fill3 {
  fill: #1a3a63 !important;
}
.C-1A3A635-stroke-3 #stroke3 {
  stroke: #1a3a63 !important;
}
.C-1A3A630-fill-3 #fill3 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-fill-3.onHover:hover #fill3 {
  fill: rgba(26, 58, 99, 0) !important;
}
.C-1A3A630-stroke-3 #stroke3 {
  stroke: rgba(26, 58, 99, 0) !important;
}
.C-2A5897-100 {
  background-color: #2a5897FF !important;
}
.C-2A5897-100-text {
  color: #2a5897FF;
}
.C-2A5897-100-border {
  border-color: #2a5897FF !important;
}
.C-2A5897-95 {
  background-color: #2a5897F2 !important;
}
.C-2A5897-95-text {
  color: #2a5897F2;
}
.C-2A5897-95-border {
  border-color: #2a5897F2 !important;
}
.C-2A5897-90 {
  background-color: #2a5897E6 !important;
}
.C-2A5897-90-text {
  color: #2a5897E6;
}
.C-2A5897-90-border {
  border-color: #2a5897E6 !important;
}
.C-2A5897-85 {
  background-color: #2a5897D9 !important;
}
.C-2A5897-85-text {
  color: #2a5897D9;
}
.C-2A5897-85-border {
  border-color: #2a5897D9 !important;
}
.C-2A5897-80 {
  background-color: #2a5897CC !important;
}
.C-2A5897-80-text {
  color: #2a5897CC;
}
.C-2A5897-80-border {
  border-color: #2a5897CC !important;
}
.C-2A5897-75 {
  background-color: #2a5897BF !important;
}
.C-2A5897-75-text {
  color: #2a5897BF;
}
.C-2A5897-75-border {
  border-color: #2a5897BF !important;
}
.C-2A5897-70 {
  background-color: #2a5897B3 !important;
}
.C-2A5897-70-text {
  color: #2a5897B3;
}
.C-2A5897-70-border {
  border-color: #2a5897B3 !important;
}
.C-2A5897-65 {
  background-color: #2a5897A6 !important;
}
.C-2A5897-65-text {
  color: #2a5897A6;
}
.C-2A5897-65-border {
  border-color: #2a5897A6 !important;
}
.C-2A5897-60 {
  background-color: #2a589799 !important;
}
.C-2A5897-60-text {
  color: #2a589799;
}
.C-2A5897-60-border {
  border-color: #2a589799 !important;
}
.C-2A5897-55 {
  background-color: #2a58978C !important;
}
.C-2A5897-55-text {
  color: #2a58978C;
}
.C-2A5897-55-border {
  border-color: #2a58978C !important;
}
.C-2A5897-50 {
  background-color: #2a589780 !important;
}
.C-2A5897-50-text {
  color: #2a589780;
}
.C-2A5897-50-border {
  border-color: #2a589780 !important;
}
.C-2A5897-45 {
  background-color: #2a589773 !important;
}
.C-2A5897-45-text {
  color: #2a589773;
}
.C-2A5897-45-border {
  border-color: #2a589773 !important;
}
.C-2A5897-40 {
  background-color: #2a589766 !important;
}
.C-2A5897-40-text {
  color: #2a589766;
}
.C-2A5897-40-border {
  border-color: #2a589766 !important;
}
.C-2A5897-35 {
  background-color: #2a589759 !important;
}
.C-2A5897-35-text {
  color: #2a589759;
}
.C-2A5897-35-border {
  border-color: #2a589759 !important;
}
.C-2A5897-30 {
  background-color: #2a58974D !important;
}
.C-2A5897-30-text {
  color: #2a58974D;
}
.C-2A5897-30-border {
  border-color: #2a58974D !important;
}
.C-2A5897-25 {
  background-color: #2a589740 !important;
}
.C-2A5897-25-text {
  color: #2a589740;
}
.C-2A5897-25-border {
  border-color: #2a589740 !important;
}
.C-2A5897-20 {
  background-color: #2a589733 !important;
}
.C-2A5897-20-text {
  color: #2a589733;
}
.C-2A5897-20-border {
  border-color: #2a589733 !important;
}
.C-2A5897-15 {
  background-color: #2a589726 !important;
}
.C-2A5897-15-text {
  color: #2a589726;
}
.C-2A5897-15-border {
  border-color: #2a589726 !important;
}
.C-2A5897-10 {
  background-color: #2a58971A !important;
}
.C-2A5897-10-text {
  color: #2a58971A;
}
.C-2A5897-10-border {
  border-color: #2a58971A !important;
}
.C-2A5897-5 {
  background-color: #2a58970D !important;
}
.C-2A5897-5-text {
  color: #2a58970D;
}
.C-2A5897-5-border {
  border-color: #2a58970D !important;
}
.C-2A5897-0 {
  background-color: #2a58970 !important;
}
.C-2A5897-0-text {
  color: #2a58970;
}
.C-2A5897-0-border {
  border-color: #2a58970 !important;
}
.C-2A5897 {
  background-color: #2a5897 !important;
  --btn-background: #2a5897;
}
.C-2A5897-text {
  color: #2a5897;
}
.C-2A5897-border {
  border-color: #2a5897 !important;
}
@media (hover: hover) {
  .C-2A5897-hover-bg:hover {
    background-color: #2a5897 !important;
  }
}
.C-2A5897-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2A5897-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2a5897;
  fill: #2a5897;
  stroke: #2a5897;
}
.C-2A5897-hover-text[papaTarget]:hover.f_targetText {
  color: #2a5897 !important;
  fill: #2a5897 !important;
  stroke: #2a5897 !important;
}
.C-2A5897-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2A5897-hover-text[fHover]:hover {
  color: #2a5897 !important;
}
.C-2A5897-after::after,
.C-2A5897-after::before {
  background-color: #2a5897;
}
.C-2A5897-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2a5897;
  transition: box-shadow 0.2s;
}
.C-2A5897100 {
  background-color: #2a5897 !important;
}
.C-2A5897100-text {
  color: #2a5897;
}
.C-2A5897100-border {
  border-color: #2a5897;
}
.C-linearGradient-2A5897100 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589795 {
  background-color: #2a5897 !important;
}
.C-2A589795-text {
  color: #2a5897;
}
.C-2A589795-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589795 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589790 {
  background-color: #2a5897 !important;
}
.C-2A589790-text {
  color: #2a5897;
}
.C-2A589790-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589790 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589785 {
  background-color: #2a5897 !important;
}
.C-2A589785-text {
  color: #2a5897;
}
.C-2A589785-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589785 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589780 {
  background-color: #2a5897 !important;
}
.C-2A589780-text {
  color: #2a5897;
}
.C-2A589780-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589780 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589775 {
  background-color: #2a5897 !important;
}
.C-2A589775-text {
  color: #2a5897;
}
.C-2A589775-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589775 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589770 {
  background-color: #2a5897 !important;
}
.C-2A589770-text {
  color: #2a5897;
}
.C-2A589770-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589770 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589765 {
  background-color: #2a5897 !important;
}
.C-2A589765-text {
  color: #2a5897;
}
.C-2A589765-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589765 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589760 {
  background-color: #2a5897 !important;
}
.C-2A589760-text {
  color: #2a5897;
}
.C-2A589760-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589760 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589755 {
  background-color: #2a5897 !important;
}
.C-2A589755-text {
  color: #2a5897;
}
.C-2A589755-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589755 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589750 {
  background-color: #2a5897 !important;
}
.C-2A589750-text {
  color: #2a5897;
}
.C-2A589750-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589750 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589745 {
  background-color: #2a5897 !important;
}
.C-2A589745-text {
  color: #2a5897;
}
.C-2A589745-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589745 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589740 {
  background-color: #2a5897 !important;
}
.C-2A589740-text {
  color: #2a5897;
}
.C-2A589740-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589740 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589735 {
  background-color: #2a5897 !important;
}
.C-2A589735-text {
  color: #2a5897;
}
.C-2A589735-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589735 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589730 {
  background-color: #2a5897 !important;
}
.C-2A589730-text {
  color: #2a5897;
}
.C-2A589730-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589730 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589725 {
  background-color: #2a5897 !important;
}
.C-2A589725-text {
  color: #2a5897;
}
.C-2A589725-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589725 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589720 {
  background-color: #2a5897 !important;
}
.C-2A589720-text {
  color: #2a5897;
}
.C-2A589720-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589720 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589715 {
  background-color: #2a5897 !important;
}
.C-2A589715-text {
  color: #2a5897;
}
.C-2A589715-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589715 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A589710 {
  background-color: #2a5897 !important;
}
.C-2A589710-text {
  color: #2a5897;
}
.C-2A589710-border {
  border-color: #2a5897;
}
.C-linearGradient-2A589710 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A58975 {
  background-color: #2a5897 !important;
}
.C-2A58975-text {
  color: #2a5897;
}
.C-2A58975-border {
  border-color: #2a5897;
}
.C-linearGradient-2A58975 {
  background-image:
    linear-gradient(
      45deg,
      #2a5897 0%,
      #2a5897 99%,
      #2a5897 100%);
}
.C-2A58970 {
  background-color: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-text {
  color: rgba(42, 88, 151, 0);
}
.C-2A58970-border {
  border-color: rgba(42, 88, 151, 0);
}
.C-linearGradient-2A58970 {
  background-image:
    linear-gradient(
      45deg,
      rgba(42, 88, 151, 0) 0%,
      #2a5897 99%,
      rgba(42, 88, 151, 0) 100%);
}
.C-2A5897-fill-1 #fill1 {
  fill: #2a5897;
}
.C-2A5897-fill-1.onHover:hover #fill1,
.C-2A5897-fill-1:hover #fill1 {
  fill: #2a5897;
}
.C-2A5897-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A5897100-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A5897100-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A5897100-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589795-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589795-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589795-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589790-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589790-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589790-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589785-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589785-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589785-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589780-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589780-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589780-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589775-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589775-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589775-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589770-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589770-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589770-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589765-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589765-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589765-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589760-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589760-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589760-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589755-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589755-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589755-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589750-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589750-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589750-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589745-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589745-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589745-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589740-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589740-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589740-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589735-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589735-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589735-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589730-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589730-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589730-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589725-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589725-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589725-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589720-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589720-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589720-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589715-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589715-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589715-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A589710-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A589710-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A589710-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A58975-fill-1 #fill1 {
  fill: #2a5897 !important;
}
.C-2A58975-fill-1.onHover:hover #fill1 {
  fill: #2a5897 !important;
}
.C-2A58975-stroke-1 #stroke1 {
  stroke: #2a5897 !important;
}
.C-2A58970-fill-1 #fill1 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-fill-1.onHover:hover #fill1 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-stroke-1 #stroke1 {
  stroke: rgba(42, 88, 151, 0) !important;
}
.C-2A5897-fill-2 #fill2 {
  fill: #2a5897;
}
.C-2A5897-fill-2.onHover:hover #fill2,
.C-2A5897-fill-2:hover #fill2 {
  fill: #2a5897;
}
.C-2A5897-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A5897100-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A5897100-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A5897100-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589795-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589795-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589795-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589790-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589790-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589790-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589785-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589785-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589785-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589780-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589780-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589780-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589775-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589775-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589775-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589770-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589770-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589770-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589765-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589765-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589765-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589760-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589760-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589760-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589755-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589755-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589755-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589750-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589750-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589750-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589745-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589745-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589745-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589740-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589740-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589740-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589735-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589735-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589735-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589730-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589730-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589730-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589725-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589725-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589725-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589720-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589720-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589720-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589715-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589715-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589715-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A589710-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A589710-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A589710-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A58975-fill-2 #fill2 {
  fill: #2a5897 !important;
}
.C-2A58975-fill-2.onHover:hover #fill2 {
  fill: #2a5897 !important;
}
.C-2A58975-stroke-2 #stroke2 {
  stroke: #2a5897 !important;
}
.C-2A58970-fill-2 #fill2 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-fill-2.onHover:hover #fill2 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-stroke-2 #stroke2 {
  stroke: rgba(42, 88, 151, 0) !important;
}
.C-2A5897-fill-3 #fill3 {
  fill: #2a5897;
}
.C-2A5897-fill-3.onHover:hover #fill3,
.C-2A5897-fill-3:hover #fill3 {
  fill: #2a5897;
}
.C-2A5897-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A5897100-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A5897100-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A5897100-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589795-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589795-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589795-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589790-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589790-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589790-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589785-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589785-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589785-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589780-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589780-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589780-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589775-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589775-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589775-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589770-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589770-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589770-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589765-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589765-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589765-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589760-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589760-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589760-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589755-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589755-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589755-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589750-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589750-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589750-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589745-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589745-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589745-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589740-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589740-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589740-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589735-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589735-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589735-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589730-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589730-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589730-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589725-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589725-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589725-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589720-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589720-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589720-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589715-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589715-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589715-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A589710-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A589710-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A589710-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A58975-fill-3 #fill3 {
  fill: #2a5897 !important;
}
.C-2A58975-fill-3.onHover:hover #fill3 {
  fill: #2a5897 !important;
}
.C-2A58975-stroke-3 #stroke3 {
  stroke: #2a5897 !important;
}
.C-2A58970-fill-3 #fill3 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-fill-3.onHover:hover #fill3 {
  fill: rgba(42, 88, 151, 0) !important;
}
.C-2A58970-stroke-3 #stroke3 {
  stroke: rgba(42, 88, 151, 0) !important;
}
.C-AD2900-100 {
  background-color: #ad2900FF !important;
}
.C-AD2900-100-text {
  color: #ad2900FF;
}
.C-AD2900-100-border {
  border-color: #ad2900FF !important;
}
.C-AD2900-95 {
  background-color: #ad2900F2 !important;
}
.C-AD2900-95-text {
  color: #ad2900F2;
}
.C-AD2900-95-border {
  border-color: #ad2900F2 !important;
}
.C-AD2900-90 {
  background-color: #ad2900E6 !important;
}
.C-AD2900-90-text {
  color: #ad2900E6;
}
.C-AD2900-90-border {
  border-color: #ad2900E6 !important;
}
.C-AD2900-85 {
  background-color: #ad2900D9 !important;
}
.C-AD2900-85-text {
  color: #ad2900D9;
}
.C-AD2900-85-border {
  border-color: #ad2900D9 !important;
}
.C-AD2900-80 {
  background-color: #ad2900CC !important;
}
.C-AD2900-80-text {
  color: #ad2900CC;
}
.C-AD2900-80-border {
  border-color: #ad2900CC !important;
}
.C-AD2900-75 {
  background-color: #ad2900BF !important;
}
.C-AD2900-75-text {
  color: #ad2900BF;
}
.C-AD2900-75-border {
  border-color: #ad2900BF !important;
}
.C-AD2900-70 {
  background-color: #ad2900B3 !important;
}
.C-AD2900-70-text {
  color: #ad2900B3;
}
.C-AD2900-70-border {
  border-color: #ad2900B3 !important;
}
.C-AD2900-65 {
  background-color: #ad2900A6 !important;
}
.C-AD2900-65-text {
  color: #ad2900A6;
}
.C-AD2900-65-border {
  border-color: #ad2900A6 !important;
}
.C-AD2900-60 {
  background-color: #ad290099 !important;
}
.C-AD2900-60-text {
  color: #ad290099;
}
.C-AD2900-60-border {
  border-color: #ad290099 !important;
}
.C-AD2900-55 {
  background-color: #ad29008C !important;
}
.C-AD2900-55-text {
  color: #ad29008C;
}
.C-AD2900-55-border {
  border-color: #ad29008C !important;
}
.C-AD2900-50 {
  background-color: #ad290080 !important;
}
.C-AD2900-50-text {
  color: #ad290080;
}
.C-AD2900-50-border {
  border-color: #ad290080 !important;
}
.C-AD2900-45 {
  background-color: #ad290073 !important;
}
.C-AD2900-45-text {
  color: #ad290073;
}
.C-AD2900-45-border {
  border-color: #ad290073 !important;
}
.C-AD2900-40 {
  background-color: #ad290066 !important;
}
.C-AD2900-40-text {
  color: #ad290066;
}
.C-AD2900-40-border {
  border-color: #ad290066 !important;
}
.C-AD2900-35 {
  background-color: #ad290059 !important;
}
.C-AD2900-35-text {
  color: #ad290059;
}
.C-AD2900-35-border {
  border-color: #ad290059 !important;
}
.C-AD2900-30 {
  background-color: #ad29004D !important;
}
.C-AD2900-30-text {
  color: #ad29004D;
}
.C-AD2900-30-border {
  border-color: #ad29004D !important;
}
.C-AD2900-25 {
  background-color: #ad290040 !important;
}
.C-AD2900-25-text {
  color: #ad290040;
}
.C-AD2900-25-border {
  border-color: #ad290040 !important;
}
.C-AD2900-20 {
  background-color: #ad290033 !important;
}
.C-AD2900-20-text {
  color: #ad290033;
}
.C-AD2900-20-border {
  border-color: #ad290033 !important;
}
.C-AD2900-15 {
  background-color: #ad290026 !important;
}
.C-AD2900-15-text {
  color: #ad290026;
}
.C-AD2900-15-border {
  border-color: #ad290026 !important;
}
.C-AD2900-10 {
  background-color: #ad29001A !important;
}
.C-AD2900-10-text {
  color: #ad29001A;
}
.C-AD2900-10-border {
  border-color: #ad29001A !important;
}
.C-AD2900-5 {
  background-color: #ad29000D !important;
}
.C-AD2900-5-text {
  color: #ad29000D;
}
.C-AD2900-5-border {
  border-color: #ad29000D !important;
}
.C-AD2900-0 {
  background-color: #ad29000 !important;
}
.C-AD2900-0-text {
  color: #ad29000;
}
.C-AD2900-0-border {
  border-color: #ad29000 !important;
}
.C-AD2900 {
  background-color: #ad2900 !important;
  --btn-background: #ad2900;
}
.C-AD2900-text {
  color: #ad2900;
}
.C-AD2900-border {
  border-color: #ad2900 !important;
}
@media (hover: hover) {
  .C-AD2900-hover-bg:hover {
    background-color: #ad2900 !important;
  }
}
.C-AD2900-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AD2900-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ad2900;
  fill: #ad2900;
  stroke: #ad2900;
}
.C-AD2900-hover-text[papaTarget]:hover.f_targetText {
  color: #ad2900 !important;
  fill: #ad2900 !important;
  stroke: #ad2900 !important;
}
.C-AD2900-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AD2900-hover-text[fHover]:hover {
  color: #ad2900 !important;
}
.C-AD2900-after::after,
.C-AD2900-after::before {
  background-color: #ad2900;
}
.C-AD2900-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ad2900;
  transition: box-shadow 0.2s;
}
.C-AD2900100 {
  background-color: #ad2900 !important;
}
.C-AD2900100-text {
  color: #ad2900;
}
.C-AD2900100-border {
  border-color: #ad2900;
}
.C-linearGradient-AD2900100 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290095 {
  background-color: #ad2900 !important;
}
.C-AD290095-text {
  color: #ad2900;
}
.C-AD290095-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290095 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290090 {
  background-color: #ad2900 !important;
}
.C-AD290090-text {
  color: #ad2900;
}
.C-AD290090-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290090 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290085 {
  background-color: #ad2900 !important;
}
.C-AD290085-text {
  color: #ad2900;
}
.C-AD290085-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290085 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290080 {
  background-color: #ad2900 !important;
}
.C-AD290080-text {
  color: #ad2900;
}
.C-AD290080-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290080 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290075 {
  background-color: #ad2900 !important;
}
.C-AD290075-text {
  color: #ad2900;
}
.C-AD290075-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290075 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290070 {
  background-color: #ad2900 !important;
}
.C-AD290070-text {
  color: #ad2900;
}
.C-AD290070-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290070 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290065 {
  background-color: #ad2900 !important;
}
.C-AD290065-text {
  color: #ad2900;
}
.C-AD290065-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290065 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290060 {
  background-color: #ad2900 !important;
}
.C-AD290060-text {
  color: #ad2900;
}
.C-AD290060-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290060 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290055 {
  background-color: #ad2900 !important;
}
.C-AD290055-text {
  color: #ad2900;
}
.C-AD290055-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290055 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290050 {
  background-color: #ad2900 !important;
}
.C-AD290050-text {
  color: #ad2900;
}
.C-AD290050-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290050 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290045 {
  background-color: #ad2900 !important;
}
.C-AD290045-text {
  color: #ad2900;
}
.C-AD290045-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290045 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290040 {
  background-color: #ad2900 !important;
}
.C-AD290040-text {
  color: #ad2900;
}
.C-AD290040-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290040 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290035 {
  background-color: #ad2900 !important;
}
.C-AD290035-text {
  color: #ad2900;
}
.C-AD290035-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290035 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290030 {
  background-color: #ad2900 !important;
}
.C-AD290030-text {
  color: #ad2900;
}
.C-AD290030-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290030 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290025 {
  background-color: #ad2900 !important;
}
.C-AD290025-text {
  color: #ad2900;
}
.C-AD290025-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290025 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290020 {
  background-color: #ad2900 !important;
}
.C-AD290020-text {
  color: #ad2900;
}
.C-AD290020-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290020 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290015 {
  background-color: #ad2900 !important;
}
.C-AD290015-text {
  color: #ad2900;
}
.C-AD290015-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290015 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD290010 {
  background-color: #ad2900 !important;
}
.C-AD290010-text {
  color: #ad2900;
}
.C-AD290010-border {
  border-color: #ad2900;
}
.C-linearGradient-AD290010 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD29005 {
  background-color: #ad2900 !important;
}
.C-AD29005-text {
  color: #ad2900;
}
.C-AD29005-border {
  border-color: #ad2900;
}
.C-linearGradient-AD29005 {
  background-image:
    linear-gradient(
      45deg,
      #ad2900 0%,
      #ad2900 99%,
      #ad2900 100%);
}
.C-AD29000 {
  background-color: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-text {
  color: rgba(173, 41, 0, 0);
}
.C-AD29000-border {
  border-color: rgba(173, 41, 0, 0);
}
.C-linearGradient-AD29000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(173, 41, 0, 0) 0%,
      #ad2900 99%,
      rgba(173, 41, 0, 0) 100%);
}
.C-AD2900-fill-1 #fill1 {
  fill: #ad2900;
}
.C-AD2900-fill-1.onHover:hover #fill1,
.C-AD2900-fill-1:hover #fill1 {
  fill: #ad2900;
}
.C-AD2900-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD2900100-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD2900100-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD2900100-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290095-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290095-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290095-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290090-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290090-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290090-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290085-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290085-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290085-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290080-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290080-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290080-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290075-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290075-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290075-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290070-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290070-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290070-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290065-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290065-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290065-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290060-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290060-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290060-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290055-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290055-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290055-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290050-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290050-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290050-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290045-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290045-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290045-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290040-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290040-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290040-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290035-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290035-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290035-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290030-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290030-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290030-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290025-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290025-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290025-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290020-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290020-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290020-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290015-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290015-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290015-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD290010-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD290010-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD290010-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD29005-fill-1 #fill1 {
  fill: #ad2900 !important;
}
.C-AD29005-fill-1.onHover:hover #fill1 {
  fill: #ad2900 !important;
}
.C-AD29005-stroke-1 #stroke1 {
  stroke: #ad2900 !important;
}
.C-AD29000-fill-1 #fill1 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-fill-1.onHover:hover #fill1 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-stroke-1 #stroke1 {
  stroke: rgba(173, 41, 0, 0) !important;
}
.C-AD2900-fill-2 #fill2 {
  fill: #ad2900;
}
.C-AD2900-fill-2.onHover:hover #fill2,
.C-AD2900-fill-2:hover #fill2 {
  fill: #ad2900;
}
.C-AD2900-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD2900100-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD2900100-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD2900100-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290095-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290095-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290095-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290090-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290090-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290090-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290085-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290085-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290085-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290080-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290080-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290080-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290075-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290075-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290075-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290070-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290070-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290070-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290065-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290065-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290065-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290060-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290060-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290060-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290055-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290055-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290055-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290050-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290050-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290050-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290045-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290045-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290045-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290040-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290040-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290040-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290035-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290035-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290035-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290030-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290030-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290030-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290025-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290025-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290025-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290020-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290020-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290020-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290015-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290015-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290015-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD290010-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD290010-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD290010-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD29005-fill-2 #fill2 {
  fill: #ad2900 !important;
}
.C-AD29005-fill-2.onHover:hover #fill2 {
  fill: #ad2900 !important;
}
.C-AD29005-stroke-2 #stroke2 {
  stroke: #ad2900 !important;
}
.C-AD29000-fill-2 #fill2 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-fill-2.onHover:hover #fill2 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-stroke-2 #stroke2 {
  stroke: rgba(173, 41, 0, 0) !important;
}
.C-AD2900-fill-3 #fill3 {
  fill: #ad2900;
}
.C-AD2900-fill-3.onHover:hover #fill3,
.C-AD2900-fill-3:hover #fill3 {
  fill: #ad2900;
}
.C-AD2900-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD2900100-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD2900100-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD2900100-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290095-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290095-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290095-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290090-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290090-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290090-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290085-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290085-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290085-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290080-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290080-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290080-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290075-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290075-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290075-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290070-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290070-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290070-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290065-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290065-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290065-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290060-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290060-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290060-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290055-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290055-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290055-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290050-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290050-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290050-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290045-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290045-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290045-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290040-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290040-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290040-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290035-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290035-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290035-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290030-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290030-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290030-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290025-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290025-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290025-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290020-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290020-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290020-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290015-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290015-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290015-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD290010-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD290010-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD290010-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD29005-fill-3 #fill3 {
  fill: #ad2900 !important;
}
.C-AD29005-fill-3.onHover:hover #fill3 {
  fill: #ad2900 !important;
}
.C-AD29005-stroke-3 #stroke3 {
  stroke: #ad2900 !important;
}
.C-AD29000-fill-3 #fill3 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-fill-3.onHover:hover #fill3 {
  fill: rgba(173, 41, 0, 0) !important;
}
.C-AD29000-stroke-3 #stroke3 {
  stroke: rgba(173, 41, 0, 0) !important;
}
.C-851E00-100 {
  background-color: #851e00FF !important;
}
.C-851E00-100-text {
  color: #851e00FF;
}
.C-851E00-100-border {
  border-color: #851e00FF !important;
}
.C-851E00-95 {
  background-color: #851e00F2 !important;
}
.C-851E00-95-text {
  color: #851e00F2;
}
.C-851E00-95-border {
  border-color: #851e00F2 !important;
}
.C-851E00-90 {
  background-color: #851e00E6 !important;
}
.C-851E00-90-text {
  color: #851e00E6;
}
.C-851E00-90-border {
  border-color: #851e00E6 !important;
}
.C-851E00-85 {
  background-color: #851e00D9 !important;
}
.C-851E00-85-text {
  color: #851e00D9;
}
.C-851E00-85-border {
  border-color: #851e00D9 !important;
}
.C-851E00-80 {
  background-color: #851e00CC !important;
}
.C-851E00-80-text {
  color: #851e00CC;
}
.C-851E00-80-border {
  border-color: #851e00CC !important;
}
.C-851E00-75 {
  background-color: #851e00BF !important;
}
.C-851E00-75-text {
  color: #851e00BF;
}
.C-851E00-75-border {
  border-color: #851e00BF !important;
}
.C-851E00-70 {
  background-color: #851e00B3 !important;
}
.C-851E00-70-text {
  color: #851e00B3;
}
.C-851E00-70-border {
  border-color: #851e00B3 !important;
}
.C-851E00-65 {
  background-color: #851e00A6 !important;
}
.C-851E00-65-text {
  color: #851e00A6;
}
.C-851E00-65-border {
  border-color: #851e00A6 !important;
}
.C-851E00-60 {
  background-color: #851e0099 !important;
}
.C-851E00-60-text {
  color: #851e0099;
}
.C-851E00-60-border {
  border-color: #851e0099 !important;
}
.C-851E00-55 {
  background-color: #851e008C !important;
}
.C-851E00-55-text {
  color: #851e008C;
}
.C-851E00-55-border {
  border-color: #851e008C !important;
}
.C-851E00-50 {
  background-color: #851e0080 !important;
}
.C-851E00-50-text {
  color: #851e0080;
}
.C-851E00-50-border {
  border-color: #851e0080 !important;
}
.C-851E00-45 {
  background-color: #851e0073 !important;
}
.C-851E00-45-text {
  color: #851e0073;
}
.C-851E00-45-border {
  border-color: #851e0073 !important;
}
.C-851E00-40 {
  background-color: #851e0066 !important;
}
.C-851E00-40-text {
  color: #851e0066;
}
.C-851E00-40-border {
  border-color: #851e0066 !important;
}
.C-851E00-35 {
  background-color: #851e0059 !important;
}
.C-851E00-35-text {
  color: #851e0059;
}
.C-851E00-35-border {
  border-color: #851e0059 !important;
}
.C-851E00-30 {
  background-color: #851e004D !important;
}
.C-851E00-30-text {
  color: #851e004D;
}
.C-851E00-30-border {
  border-color: #851e004D !important;
}
.C-851E00-25 {
  background-color: #851e0040 !important;
}
.C-851E00-25-text {
  color: #851e0040;
}
.C-851E00-25-border {
  border-color: #851e0040 !important;
}
.C-851E00-20 {
  background-color: #851e0033 !important;
}
.C-851E00-20-text {
  color: #851e0033;
}
.C-851E00-20-border {
  border-color: #851e0033 !important;
}
.C-851E00-15 {
  background-color: #851e0026 !important;
}
.C-851E00-15-text {
  color: #851e0026;
}
.C-851E00-15-border {
  border-color: #851e0026 !important;
}
.C-851E00-10 {
  background-color: #851e001A !important;
}
.C-851E00-10-text {
  color: #851e001A;
}
.C-851E00-10-border {
  border-color: #851e001A !important;
}
.C-851E00-5 {
  background-color: #851e000D !important;
}
.C-851E00-5-text {
  color: #851e000D;
}
.C-851E00-5-border {
  border-color: #851e000D !important;
}
.C-851E00-0 {
  background-color: #851e000 !important;
}
.C-851E00-0-text {
  color: #851e000;
}
.C-851E00-0-border {
  border-color: #851e000 !important;
}
.C-851E00 {
  background-color: #851e00 !important;
  --btn-background: #851e00;
}
.C-851E00-text {
  color: #851e00;
}
.C-851E00-border {
  border-color: #851e00 !important;
}
@media (hover: hover) {
  .C-851E00-hover-bg:hover {
    background-color: #851e00 !important;
  }
}
.C-851E00-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-851E00-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #851e00;
  fill: #851e00;
  stroke: #851e00;
}
.C-851E00-hover-text[papaTarget]:hover.f_targetText {
  color: #851e00 !important;
  fill: #851e00 !important;
  stroke: #851e00 !important;
}
.C-851E00-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-851E00-hover-text[fHover]:hover {
  color: #851e00 !important;
}
.C-851E00-after::after,
.C-851E00-after::before {
  background-color: #851e00;
}
.C-851E00-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #851e00;
  transition: box-shadow 0.2s;
}
.C-851E00100 {
  background-color: #851e00 !important;
}
.C-851E00100-text {
  color: #851e00;
}
.C-851E00100-border {
  border-color: #851e00;
}
.C-linearGradient-851E00100 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0095 {
  background-color: #851e00 !important;
}
.C-851E0095-text {
  color: #851e00;
}
.C-851E0095-border {
  border-color: #851e00;
}
.C-linearGradient-851E0095 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0090 {
  background-color: #851e00 !important;
}
.C-851E0090-text {
  color: #851e00;
}
.C-851E0090-border {
  border-color: #851e00;
}
.C-linearGradient-851E0090 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0085 {
  background-color: #851e00 !important;
}
.C-851E0085-text {
  color: #851e00;
}
.C-851E0085-border {
  border-color: #851e00;
}
.C-linearGradient-851E0085 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0080 {
  background-color: #851e00 !important;
}
.C-851E0080-text {
  color: #851e00;
}
.C-851E0080-border {
  border-color: #851e00;
}
.C-linearGradient-851E0080 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0075 {
  background-color: #851e00 !important;
}
.C-851E0075-text {
  color: #851e00;
}
.C-851E0075-border {
  border-color: #851e00;
}
.C-linearGradient-851E0075 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0070 {
  background-color: #851e00 !important;
}
.C-851E0070-text {
  color: #851e00;
}
.C-851E0070-border {
  border-color: #851e00;
}
.C-linearGradient-851E0070 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0065 {
  background-color: #851e00 !important;
}
.C-851E0065-text {
  color: #851e00;
}
.C-851E0065-border {
  border-color: #851e00;
}
.C-linearGradient-851E0065 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0060 {
  background-color: #851e00 !important;
}
.C-851E0060-text {
  color: #851e00;
}
.C-851E0060-border {
  border-color: #851e00;
}
.C-linearGradient-851E0060 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0055 {
  background-color: #851e00 !important;
}
.C-851E0055-text {
  color: #851e00;
}
.C-851E0055-border {
  border-color: #851e00;
}
.C-linearGradient-851E0055 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0050 {
  background-color: #851e00 !important;
}
.C-851E0050-text {
  color: #851e00;
}
.C-851E0050-border {
  border-color: #851e00;
}
.C-linearGradient-851E0050 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0045 {
  background-color: #851e00 !important;
}
.C-851E0045-text {
  color: #851e00;
}
.C-851E0045-border {
  border-color: #851e00;
}
.C-linearGradient-851E0045 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0040 {
  background-color: #851e00 !important;
}
.C-851E0040-text {
  color: #851e00;
}
.C-851E0040-border {
  border-color: #851e00;
}
.C-linearGradient-851E0040 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0035 {
  background-color: #851e00 !important;
}
.C-851E0035-text {
  color: #851e00;
}
.C-851E0035-border {
  border-color: #851e00;
}
.C-linearGradient-851E0035 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0030 {
  background-color: #851e00 !important;
}
.C-851E0030-text {
  color: #851e00;
}
.C-851E0030-border {
  border-color: #851e00;
}
.C-linearGradient-851E0030 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0025 {
  background-color: #851e00 !important;
}
.C-851E0025-text {
  color: #851e00;
}
.C-851E0025-border {
  border-color: #851e00;
}
.C-linearGradient-851E0025 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0020 {
  background-color: #851e00 !important;
}
.C-851E0020-text {
  color: #851e00;
}
.C-851E0020-border {
  border-color: #851e00;
}
.C-linearGradient-851E0020 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0015 {
  background-color: #851e00 !important;
}
.C-851E0015-text {
  color: #851e00;
}
.C-851E0015-border {
  border-color: #851e00;
}
.C-linearGradient-851E0015 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E0010 {
  background-color: #851e00 !important;
}
.C-851E0010-text {
  color: #851e00;
}
.C-851E0010-border {
  border-color: #851e00;
}
.C-linearGradient-851E0010 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E005 {
  background-color: #851e00 !important;
}
.C-851E005-text {
  color: #851e00;
}
.C-851E005-border {
  border-color: #851e00;
}
.C-linearGradient-851E005 {
  background-image:
    linear-gradient(
      45deg,
      #851e00 0%,
      #851e00 99%,
      #851e00 100%);
}
.C-851E000 {
  background-color: rgba(133, 30, 0, 0) !important;
}
.C-851E000-text {
  color: rgba(133, 30, 0, 0);
}
.C-851E000-border {
  border-color: rgba(133, 30, 0, 0);
}
.C-linearGradient-851E000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(133, 30, 0, 0) 0%,
      #851e00 99%,
      rgba(133, 30, 0, 0) 100%);
}
.C-851E00-fill-1 #fill1 {
  fill: #851e00;
}
.C-851E00-fill-1.onHover:hover #fill1,
.C-851E00-fill-1:hover #fill1 {
  fill: #851e00;
}
.C-851E00-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E00100-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E00100-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E00100-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0095-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0095-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0095-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0090-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0090-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0090-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0085-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0085-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0085-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0080-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0080-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0080-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0075-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0075-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0075-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0070-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0070-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0070-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0065-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0065-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0065-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0060-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0060-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0060-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0055-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0055-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0055-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0050-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0050-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0050-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0045-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0045-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0045-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0040-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0040-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0040-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0035-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0035-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0035-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0030-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0030-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0030-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0025-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0025-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0025-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0020-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0020-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0020-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0015-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0015-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0015-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E0010-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E0010-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E0010-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E005-fill-1 #fill1 {
  fill: #851e00 !important;
}
.C-851E005-fill-1.onHover:hover #fill1 {
  fill: #851e00 !important;
}
.C-851E005-stroke-1 #stroke1 {
  stroke: #851e00 !important;
}
.C-851E000-fill-1 #fill1 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-fill-1.onHover:hover #fill1 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-stroke-1 #stroke1 {
  stroke: rgba(133, 30, 0, 0) !important;
}
.C-851E00-fill-2 #fill2 {
  fill: #851e00;
}
.C-851E00-fill-2.onHover:hover #fill2,
.C-851E00-fill-2:hover #fill2 {
  fill: #851e00;
}
.C-851E00-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E00100-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E00100-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E00100-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0095-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0095-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0095-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0090-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0090-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0090-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0085-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0085-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0085-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0080-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0080-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0080-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0075-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0075-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0075-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0070-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0070-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0070-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0065-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0065-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0065-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0060-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0060-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0060-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0055-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0055-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0055-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0050-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0050-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0050-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0045-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0045-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0045-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0040-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0040-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0040-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0035-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0035-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0035-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0030-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0030-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0030-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0025-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0025-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0025-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0020-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0020-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0020-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0015-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0015-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0015-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E0010-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E0010-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E0010-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E005-fill-2 #fill2 {
  fill: #851e00 !important;
}
.C-851E005-fill-2.onHover:hover #fill2 {
  fill: #851e00 !important;
}
.C-851E005-stroke-2 #stroke2 {
  stroke: #851e00 !important;
}
.C-851E000-fill-2 #fill2 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-fill-2.onHover:hover #fill2 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-stroke-2 #stroke2 {
  stroke: rgba(133, 30, 0, 0) !important;
}
.C-851E00-fill-3 #fill3 {
  fill: #851e00;
}
.C-851E00-fill-3.onHover:hover #fill3,
.C-851E00-fill-3:hover #fill3 {
  fill: #851e00;
}
.C-851E00-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E00100-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E00100-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E00100-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0095-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0095-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0095-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0090-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0090-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0090-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0085-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0085-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0085-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0080-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0080-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0080-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0075-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0075-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0075-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0070-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0070-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0070-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0065-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0065-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0065-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0060-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0060-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0060-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0055-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0055-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0055-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0050-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0050-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0050-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0045-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0045-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0045-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0040-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0040-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0040-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0035-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0035-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0035-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0030-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0030-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0030-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0025-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0025-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0025-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0020-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0020-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0020-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0015-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0015-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0015-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E0010-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E0010-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E0010-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E005-fill-3 #fill3 {
  fill: #851e00 !important;
}
.C-851E005-fill-3.onHover:hover #fill3 {
  fill: #851e00 !important;
}
.C-851E005-stroke-3 #stroke3 {
  stroke: #851e00 !important;
}
.C-851E000-fill-3 #fill3 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-fill-3.onHover:hover #fill3 {
  fill: rgba(133, 30, 0, 0) !important;
}
.C-851E000-stroke-3 #stroke3 {
  stroke: rgba(133, 30, 0, 0) !important;
}
.C-D53400-100 {
  background-color: #d53400FF !important;
}
.C-D53400-100-text {
  color: #d53400FF;
}
.C-D53400-100-border {
  border-color: #d53400FF !important;
}
.C-D53400-95 {
  background-color: #d53400F2 !important;
}
.C-D53400-95-text {
  color: #d53400F2;
}
.C-D53400-95-border {
  border-color: #d53400F2 !important;
}
.C-D53400-90 {
  background-color: #d53400E6 !important;
}
.C-D53400-90-text {
  color: #d53400E6;
}
.C-D53400-90-border {
  border-color: #d53400E6 !important;
}
.C-D53400-85 {
  background-color: #d53400D9 !important;
}
.C-D53400-85-text {
  color: #d53400D9;
}
.C-D53400-85-border {
  border-color: #d53400D9 !important;
}
.C-D53400-80 {
  background-color: #d53400CC !important;
}
.C-D53400-80-text {
  color: #d53400CC;
}
.C-D53400-80-border {
  border-color: #d53400CC !important;
}
.C-D53400-75 {
  background-color: #d53400BF !important;
}
.C-D53400-75-text {
  color: #d53400BF;
}
.C-D53400-75-border {
  border-color: #d53400BF !important;
}
.C-D53400-70 {
  background-color: #d53400B3 !important;
}
.C-D53400-70-text {
  color: #d53400B3;
}
.C-D53400-70-border {
  border-color: #d53400B3 !important;
}
.C-D53400-65 {
  background-color: #d53400A6 !important;
}
.C-D53400-65-text {
  color: #d53400A6;
}
.C-D53400-65-border {
  border-color: #d53400A6 !important;
}
.C-D53400-60 {
  background-color: #d5340099 !important;
}
.C-D53400-60-text {
  color: #d5340099;
}
.C-D53400-60-border {
  border-color: #d5340099 !important;
}
.C-D53400-55 {
  background-color: #d534008C !important;
}
.C-D53400-55-text {
  color: #d534008C;
}
.C-D53400-55-border {
  border-color: #d534008C !important;
}
.C-D53400-50 {
  background-color: #d5340080 !important;
}
.C-D53400-50-text {
  color: #d5340080;
}
.C-D53400-50-border {
  border-color: #d5340080 !important;
}
.C-D53400-45 {
  background-color: #d5340073 !important;
}
.C-D53400-45-text {
  color: #d5340073;
}
.C-D53400-45-border {
  border-color: #d5340073 !important;
}
.C-D53400-40 {
  background-color: #d5340066 !important;
}
.C-D53400-40-text {
  color: #d5340066;
}
.C-D53400-40-border {
  border-color: #d5340066 !important;
}
.C-D53400-35 {
  background-color: #d5340059 !important;
}
.C-D53400-35-text {
  color: #d5340059;
}
.C-D53400-35-border {
  border-color: #d5340059 !important;
}
.C-D53400-30 {
  background-color: #d534004D !important;
}
.C-D53400-30-text {
  color: #d534004D;
}
.C-D53400-30-border {
  border-color: #d534004D !important;
}
.C-D53400-25 {
  background-color: #d5340040 !important;
}
.C-D53400-25-text {
  color: #d5340040;
}
.C-D53400-25-border {
  border-color: #d5340040 !important;
}
.C-D53400-20 {
  background-color: #d5340033 !important;
}
.C-D53400-20-text {
  color: #d5340033;
}
.C-D53400-20-border {
  border-color: #d5340033 !important;
}
.C-D53400-15 {
  background-color: #d5340026 !important;
}
.C-D53400-15-text {
  color: #d5340026;
}
.C-D53400-15-border {
  border-color: #d5340026 !important;
}
.C-D53400-10 {
  background-color: #d534001A !important;
}
.C-D53400-10-text {
  color: #d534001A;
}
.C-D53400-10-border {
  border-color: #d534001A !important;
}
.C-D53400-5 {
  background-color: #d534000D !important;
}
.C-D53400-5-text {
  color: #d534000D;
}
.C-D53400-5-border {
  border-color: #d534000D !important;
}
.C-D53400-0 {
  background-color: #d534000 !important;
}
.C-D53400-0-text {
  color: #d534000;
}
.C-D53400-0-border {
  border-color: #d534000 !important;
}
.C-D53400 {
  background-color: #d53400 !important;
  --btn-background: #d53400;
}
.C-D53400-text {
  color: #d53400;
}
.C-D53400-border {
  border-color: #d53400 !important;
}
@media (hover: hover) {
  .C-D53400-hover-bg:hover {
    background-color: #d53400 !important;
  }
}
.C-D53400-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D53400-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d53400;
  fill: #d53400;
  stroke: #d53400;
}
.C-D53400-hover-text[papaTarget]:hover.f_targetText {
  color: #d53400 !important;
  fill: #d53400 !important;
  stroke: #d53400 !important;
}
.C-D53400-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D53400-hover-text[fHover]:hover {
  color: #d53400 !important;
}
.C-D53400-after::after,
.C-D53400-after::before {
  background-color: #d53400;
}
.C-D53400-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d53400;
  transition: box-shadow 0.2s;
}
.C-D53400100 {
  background-color: #d53400 !important;
}
.C-D53400100-text {
  color: #d53400;
}
.C-D53400100-border {
  border-color: #d53400;
}
.C-linearGradient-D53400100 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340095 {
  background-color: #d53400 !important;
}
.C-D5340095-text {
  color: #d53400;
}
.C-D5340095-border {
  border-color: #d53400;
}
.C-linearGradient-D5340095 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340090 {
  background-color: #d53400 !important;
}
.C-D5340090-text {
  color: #d53400;
}
.C-D5340090-border {
  border-color: #d53400;
}
.C-linearGradient-D5340090 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340085 {
  background-color: #d53400 !important;
}
.C-D5340085-text {
  color: #d53400;
}
.C-D5340085-border {
  border-color: #d53400;
}
.C-linearGradient-D5340085 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340080 {
  background-color: #d53400 !important;
}
.C-D5340080-text {
  color: #d53400;
}
.C-D5340080-border {
  border-color: #d53400;
}
.C-linearGradient-D5340080 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340075 {
  background-color: #d53400 !important;
}
.C-D5340075-text {
  color: #d53400;
}
.C-D5340075-border {
  border-color: #d53400;
}
.C-linearGradient-D5340075 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340070 {
  background-color: #d53400 !important;
}
.C-D5340070-text {
  color: #d53400;
}
.C-D5340070-border {
  border-color: #d53400;
}
.C-linearGradient-D5340070 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340065 {
  background-color: #d53400 !important;
}
.C-D5340065-text {
  color: #d53400;
}
.C-D5340065-border {
  border-color: #d53400;
}
.C-linearGradient-D5340065 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340060 {
  background-color: #d53400 !important;
}
.C-D5340060-text {
  color: #d53400;
}
.C-D5340060-border {
  border-color: #d53400;
}
.C-linearGradient-D5340060 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340055 {
  background-color: #d53400 !important;
}
.C-D5340055-text {
  color: #d53400;
}
.C-D5340055-border {
  border-color: #d53400;
}
.C-linearGradient-D5340055 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340050 {
  background-color: #d53400 !important;
}
.C-D5340050-text {
  color: #d53400;
}
.C-D5340050-border {
  border-color: #d53400;
}
.C-linearGradient-D5340050 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340045 {
  background-color: #d53400 !important;
}
.C-D5340045-text {
  color: #d53400;
}
.C-D5340045-border {
  border-color: #d53400;
}
.C-linearGradient-D5340045 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340040 {
  background-color: #d53400 !important;
}
.C-D5340040-text {
  color: #d53400;
}
.C-D5340040-border {
  border-color: #d53400;
}
.C-linearGradient-D5340040 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340035 {
  background-color: #d53400 !important;
}
.C-D5340035-text {
  color: #d53400;
}
.C-D5340035-border {
  border-color: #d53400;
}
.C-linearGradient-D5340035 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340030 {
  background-color: #d53400 !important;
}
.C-D5340030-text {
  color: #d53400;
}
.C-D5340030-border {
  border-color: #d53400;
}
.C-linearGradient-D5340030 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340025 {
  background-color: #d53400 !important;
}
.C-D5340025-text {
  color: #d53400;
}
.C-D5340025-border {
  border-color: #d53400;
}
.C-linearGradient-D5340025 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340020 {
  background-color: #d53400 !important;
}
.C-D5340020-text {
  color: #d53400;
}
.C-D5340020-border {
  border-color: #d53400;
}
.C-linearGradient-D5340020 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340015 {
  background-color: #d53400 !important;
}
.C-D5340015-text {
  color: #d53400;
}
.C-D5340015-border {
  border-color: #d53400;
}
.C-linearGradient-D5340015 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D5340010 {
  background-color: #d53400 !important;
}
.C-D5340010-text {
  color: #d53400;
}
.C-D5340010-border {
  border-color: #d53400;
}
.C-linearGradient-D5340010 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D534005 {
  background-color: #d53400 !important;
}
.C-D534005-text {
  color: #d53400;
}
.C-D534005-border {
  border-color: #d53400;
}
.C-linearGradient-D534005 {
  background-image:
    linear-gradient(
      45deg,
      #d53400 0%,
      #d53400 99%,
      #d53400 100%);
}
.C-D534000 {
  background-color: rgba(213, 52, 0, 0) !important;
}
.C-D534000-text {
  color: rgba(213, 52, 0, 0);
}
.C-D534000-border {
  border-color: rgba(213, 52, 0, 0);
}
.C-linearGradient-D534000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(213, 52, 0, 0) 0%,
      #d53400 99%,
      rgba(213, 52, 0, 0) 100%);
}
.C-D53400-fill-1 #fill1 {
  fill: #d53400;
}
.C-D53400-fill-1.onHover:hover #fill1,
.C-D53400-fill-1:hover #fill1 {
  fill: #d53400;
}
.C-D53400-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D53400100-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D53400100-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D53400100-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340095-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340095-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340095-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340090-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340090-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340090-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340085-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340085-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340085-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340080-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340080-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340080-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340075-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340075-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340075-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340070-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340070-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340070-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340065-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340065-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340065-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340060-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340060-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340060-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340055-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340055-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340055-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340050-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340050-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340050-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340045-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340045-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340045-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340040-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340040-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340040-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340035-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340035-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340035-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340030-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340030-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340030-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340025-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340025-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340025-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340020-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340020-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340020-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340015-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340015-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340015-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D5340010-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D5340010-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D5340010-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D534005-fill-1 #fill1 {
  fill: #d53400 !important;
}
.C-D534005-fill-1.onHover:hover #fill1 {
  fill: #d53400 !important;
}
.C-D534005-stroke-1 #stroke1 {
  stroke: #d53400 !important;
}
.C-D534000-fill-1 #fill1 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-fill-1.onHover:hover #fill1 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-stroke-1 #stroke1 {
  stroke: rgba(213, 52, 0, 0) !important;
}
.C-D53400-fill-2 #fill2 {
  fill: #d53400;
}
.C-D53400-fill-2.onHover:hover #fill2,
.C-D53400-fill-2:hover #fill2 {
  fill: #d53400;
}
.C-D53400-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D53400100-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D53400100-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D53400100-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340095-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340095-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340095-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340090-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340090-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340090-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340085-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340085-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340085-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340080-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340080-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340080-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340075-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340075-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340075-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340070-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340070-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340070-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340065-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340065-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340065-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340060-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340060-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340060-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340055-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340055-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340055-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340050-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340050-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340050-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340045-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340045-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340045-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340040-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340040-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340040-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340035-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340035-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340035-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340030-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340030-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340030-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340025-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340025-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340025-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340020-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340020-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340020-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340015-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340015-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340015-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D5340010-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D5340010-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D5340010-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D534005-fill-2 #fill2 {
  fill: #d53400 !important;
}
.C-D534005-fill-2.onHover:hover #fill2 {
  fill: #d53400 !important;
}
.C-D534005-stroke-2 #stroke2 {
  stroke: #d53400 !important;
}
.C-D534000-fill-2 #fill2 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-fill-2.onHover:hover #fill2 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-stroke-2 #stroke2 {
  stroke: rgba(213, 52, 0, 0) !important;
}
.C-D53400-fill-3 #fill3 {
  fill: #d53400;
}
.C-D53400-fill-3.onHover:hover #fill3,
.C-D53400-fill-3:hover #fill3 {
  fill: #d53400;
}
.C-D53400-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D53400100-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D53400100-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D53400100-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340095-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340095-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340095-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340090-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340090-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340090-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340085-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340085-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340085-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340080-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340080-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340080-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340075-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340075-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340075-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340070-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340070-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340070-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340065-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340065-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340065-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340060-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340060-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340060-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340055-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340055-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340055-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340050-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340050-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340050-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340045-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340045-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340045-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340040-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340040-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340040-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340035-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340035-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340035-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340030-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340030-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340030-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340025-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340025-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340025-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340020-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340020-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340020-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340015-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340015-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340015-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D5340010-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D5340010-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D5340010-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D534005-fill-3 #fill3 {
  fill: #d53400 !important;
}
.C-D534005-fill-3.onHover:hover #fill3 {
  fill: #d53400 !important;
}
.C-D534005-stroke-3 #stroke3 {
  stroke: #d53400 !important;
}
.C-D534000-fill-3 #fill3 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-fill-3.onHover:hover #fill3 {
  fill: rgba(213, 52, 0, 0) !important;
}
.C-D534000-stroke-3 #stroke3 {
  stroke: rgba(213, 52, 0, 0) !important;
}
.C-FF8C4A-100 {
  background-color: #ff8c4aFF !important;
}
.C-FF8C4A-100-text {
  color: #ff8c4aFF;
}
.C-FF8C4A-100-border {
  border-color: #ff8c4aFF !important;
}
.C-FF8C4A-95 {
  background-color: #ff8c4aF2 !important;
}
.C-FF8C4A-95-text {
  color: #ff8c4aF2;
}
.C-FF8C4A-95-border {
  border-color: #ff8c4aF2 !important;
}
.C-FF8C4A-90 {
  background-color: #ff8c4aE6 !important;
}
.C-FF8C4A-90-text {
  color: #ff8c4aE6;
}
.C-FF8C4A-90-border {
  border-color: #ff8c4aE6 !important;
}
.C-FF8C4A-85 {
  background-color: #ff8c4aD9 !important;
}
.C-FF8C4A-85-text {
  color: #ff8c4aD9;
}
.C-FF8C4A-85-border {
  border-color: #ff8c4aD9 !important;
}
.C-FF8C4A-80 {
  background-color: #ff8c4aCC !important;
}
.C-FF8C4A-80-text {
  color: #ff8c4aCC;
}
.C-FF8C4A-80-border {
  border-color: #ff8c4aCC !important;
}
.C-FF8C4A-75 {
  background-color: #ff8c4aBF !important;
}
.C-FF8C4A-75-text {
  color: #ff8c4aBF;
}
.C-FF8C4A-75-border {
  border-color: #ff8c4aBF !important;
}
.C-FF8C4A-70 {
  background-color: #ff8c4aB3 !important;
}
.C-FF8C4A-70-text {
  color: #ff8c4aB3;
}
.C-FF8C4A-70-border {
  border-color: #ff8c4aB3 !important;
}
.C-FF8C4A-65 {
  background-color: #ff8c4aA6 !important;
}
.C-FF8C4A-65-text {
  color: #ff8c4aA6;
}
.C-FF8C4A-65-border {
  border-color: #ff8c4aA6 !important;
}
.C-FF8C4A-60 {
  background-color: #ff8c4a99 !important;
}
.C-FF8C4A-60-text {
  color: #ff8c4a99;
}
.C-FF8C4A-60-border {
  border-color: #ff8c4a99 !important;
}
.C-FF8C4A-55 {
  background-color: #ff8c4a8C !important;
}
.C-FF8C4A-55-text {
  color: #ff8c4a8C;
}
.C-FF8C4A-55-border {
  border-color: #ff8c4a8C !important;
}
.C-FF8C4A-50 {
  background-color: #ff8c4a80 !important;
}
.C-FF8C4A-50-text {
  color: #ff8c4a80;
}
.C-FF8C4A-50-border {
  border-color: #ff8c4a80 !important;
}
.C-FF8C4A-45 {
  background-color: #ff8c4a73 !important;
}
.C-FF8C4A-45-text {
  color: #ff8c4a73;
}
.C-FF8C4A-45-border {
  border-color: #ff8c4a73 !important;
}
.C-FF8C4A-40 {
  background-color: #ff8c4a66 !important;
}
.C-FF8C4A-40-text {
  color: #ff8c4a66;
}
.C-FF8C4A-40-border {
  border-color: #ff8c4a66 !important;
}
.C-FF8C4A-35 {
  background-color: #ff8c4a59 !important;
}
.C-FF8C4A-35-text {
  color: #ff8c4a59;
}
.C-FF8C4A-35-border {
  border-color: #ff8c4a59 !important;
}
.C-FF8C4A-30 {
  background-color: #ff8c4a4D !important;
}
.C-FF8C4A-30-text {
  color: #ff8c4a4D;
}
.C-FF8C4A-30-border {
  border-color: #ff8c4a4D !important;
}
.C-FF8C4A-25 {
  background-color: #ff8c4a40 !important;
}
.C-FF8C4A-25-text {
  color: #ff8c4a40;
}
.C-FF8C4A-25-border {
  border-color: #ff8c4a40 !important;
}
.C-FF8C4A-20 {
  background-color: #ff8c4a33 !important;
}
.C-FF8C4A-20-text {
  color: #ff8c4a33;
}
.C-FF8C4A-20-border {
  border-color: #ff8c4a33 !important;
}
.C-FF8C4A-15 {
  background-color: #ff8c4a26 !important;
}
.C-FF8C4A-15-text {
  color: #ff8c4a26;
}
.C-FF8C4A-15-border {
  border-color: #ff8c4a26 !important;
}
.C-FF8C4A-10 {
  background-color: #ff8c4a1A !important;
}
.C-FF8C4A-10-text {
  color: #ff8c4a1A;
}
.C-FF8C4A-10-border {
  border-color: #ff8c4a1A !important;
}
.C-FF8C4A-5 {
  background-color: #ff8c4a0D !important;
}
.C-FF8C4A-5-text {
  color: #ff8c4a0D;
}
.C-FF8C4A-5-border {
  border-color: #ff8c4a0D !important;
}
.C-FF8C4A-0 {
  background-color: #ff8c4a0 !important;
}
.C-FF8C4A-0-text {
  color: #ff8c4a0;
}
.C-FF8C4A-0-border {
  border-color: #ff8c4a0 !important;
}
.C-FF8C4A {
  background-color: #ff8c4a !important;
  --btn-background: #ff8c4a;
}
.C-FF8C4A-text {
  color: #ff8c4a;
}
.C-FF8C4A-border {
  border-color: #ff8c4a !important;
}
@media (hover: hover) {
  .C-FF8C4A-hover-bg:hover {
    background-color: #ff8c4a !important;
  }
}
.C-FF8C4A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF8C4A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff8c4a;
  fill: #ff8c4a;
  stroke: #ff8c4a;
}
.C-FF8C4A-hover-text[papaTarget]:hover.f_targetText {
  color: #ff8c4a !important;
  fill: #ff8c4a !important;
  stroke: #ff8c4a !important;
}
.C-FF8C4A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF8C4A-hover-text[fHover]:hover {
  color: #ff8c4a !important;
}
.C-FF8C4A-after::after,
.C-FF8C4A-after::before {
  background-color: #ff8c4a;
}
.C-FF8C4A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff8c4a;
  transition: box-shadow 0.2s;
}
.C-FF8C4A100 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A100-text {
  color: #ff8c4a;
}
.C-FF8C4A100-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A100 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A95 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A95-text {
  color: #ff8c4a;
}
.C-FF8C4A95-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A95 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A90 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A90-text {
  color: #ff8c4a;
}
.C-FF8C4A90-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A90 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A85 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A85-text {
  color: #ff8c4a;
}
.C-FF8C4A85-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A85 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A80 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A80-text {
  color: #ff8c4a;
}
.C-FF8C4A80-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A80 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A75 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A75-text {
  color: #ff8c4a;
}
.C-FF8C4A75-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A75 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A70 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A70-text {
  color: #ff8c4a;
}
.C-FF8C4A70-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A70 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A65 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A65-text {
  color: #ff8c4a;
}
.C-FF8C4A65-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A65 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A60 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A60-text {
  color: #ff8c4a;
}
.C-FF8C4A60-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A60 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A55 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A55-text {
  color: #ff8c4a;
}
.C-FF8C4A55-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A55 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A50 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A50-text {
  color: #ff8c4a;
}
.C-FF8C4A50-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A50 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A45 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A45-text {
  color: #ff8c4a;
}
.C-FF8C4A45-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A45 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A40 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A40-text {
  color: #ff8c4a;
}
.C-FF8C4A40-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A40 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A35 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A35-text {
  color: #ff8c4a;
}
.C-FF8C4A35-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A35 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A30 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A30-text {
  color: #ff8c4a;
}
.C-FF8C4A30-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A30 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A25 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A25-text {
  color: #ff8c4a;
}
.C-FF8C4A25-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A25 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A20 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A20-text {
  color: #ff8c4a;
}
.C-FF8C4A20-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A20 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A15 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A15-text {
  color: #ff8c4a;
}
.C-FF8C4A15-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A15 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A10 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A10-text {
  color: #ff8c4a;
}
.C-FF8C4A10-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A10 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A5 {
  background-color: #ff8c4a !important;
}
.C-FF8C4A5-text {
  color: #ff8c4a;
}
.C-FF8C4A5-border {
  border-color: #ff8c4a;
}
.C-linearGradient-FF8C4A5 {
  background-image:
    linear-gradient(
      45deg,
      #ff8c4a 0%,
      #ff8c4a 99%,
      #ff8c4a 100%);
}
.C-FF8C4A0 {
  background-color: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-text {
  color: rgba(255, 140, 74, 0);
}
.C-FF8C4A0-border {
  border-color: rgba(255, 140, 74, 0);
}
.C-linearGradient-FF8C4A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 140, 74, 0) 0%,
      #ff8c4a 99%,
      rgba(255, 140, 74, 0) 100%);
}
.C-FF8C4A-fill-1 #fill1 {
  fill: #ff8c4a;
}
.C-FF8C4A-fill-1.onHover:hover #fill1,
.C-FF8C4A-fill-1:hover #fill1 {
  fill: #ff8c4a;
}
.C-FF8C4A-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A100-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A95-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A90-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A85-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A80-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A75-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A70-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A65-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A60-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A55-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A50-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A45-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A40-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A35-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A30-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A25-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A20-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A15-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A10-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A5-fill-1 #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-fill-1.onHover:hover #fill1 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-stroke-1 #stroke1 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A0-fill-1 #fill1 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-stroke-1 #stroke1 {
  stroke: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A-fill-2 #fill2 {
  fill: #ff8c4a;
}
.C-FF8C4A-fill-2.onHover:hover #fill2,
.C-FF8C4A-fill-2:hover #fill2 {
  fill: #ff8c4a;
}
.C-FF8C4A-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A100-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A95-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A90-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A85-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A80-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A75-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A70-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A65-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A60-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A55-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A50-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A45-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A40-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A35-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A30-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A25-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A20-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A15-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A10-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A5-fill-2 #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-fill-2.onHover:hover #fill2 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-stroke-2 #stroke2 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A0-fill-2 #fill2 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-stroke-2 #stroke2 {
  stroke: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A-fill-3 #fill3 {
  fill: #ff8c4a;
}
.C-FF8C4A-fill-3.onHover:hover #fill3,
.C-FF8C4A-fill-3:hover #fill3 {
  fill: #ff8c4a;
}
.C-FF8C4A-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A100-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A100-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A95-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A95-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A90-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A90-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A85-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A85-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A80-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A80-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A75-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A75-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A70-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A70-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A65-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A65-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A60-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A60-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A55-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A55-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A50-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A50-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A45-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A45-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A40-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A40-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A35-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A35-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A30-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A30-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A25-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A25-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A20-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A20-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A15-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A15-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A10-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A10-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A5-fill-3 #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-fill-3.onHover:hover #fill3 {
  fill: #ff8c4a !important;
}
.C-FF8C4A5-stroke-3 #stroke3 {
  stroke: #ff8c4a !important;
}
.C-FF8C4A0-fill-3 #fill3 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 140, 74, 0) !important;
}
.C-FF8C4A0-stroke-3 #stroke3 {
  stroke: rgba(255, 140, 74, 0) !important;
}
.C-CC7038-100 {
  background-color: #cc7038FF !important;
}
.C-CC7038-100-text {
  color: #cc7038FF;
}
.C-CC7038-100-border {
  border-color: #cc7038FF !important;
}
.C-CC7038-95 {
  background-color: #cc7038F2 !important;
}
.C-CC7038-95-text {
  color: #cc7038F2;
}
.C-CC7038-95-border {
  border-color: #cc7038F2 !important;
}
.C-CC7038-90 {
  background-color: #cc7038E6 !important;
}
.C-CC7038-90-text {
  color: #cc7038E6;
}
.C-CC7038-90-border {
  border-color: #cc7038E6 !important;
}
.C-CC7038-85 {
  background-color: #cc7038D9 !important;
}
.C-CC7038-85-text {
  color: #cc7038D9;
}
.C-CC7038-85-border {
  border-color: #cc7038D9 !important;
}
.C-CC7038-80 {
  background-color: #cc7038CC !important;
}
.C-CC7038-80-text {
  color: #cc7038CC;
}
.C-CC7038-80-border {
  border-color: #cc7038CC !important;
}
.C-CC7038-75 {
  background-color: #cc7038BF !important;
}
.C-CC7038-75-text {
  color: #cc7038BF;
}
.C-CC7038-75-border {
  border-color: #cc7038BF !important;
}
.C-CC7038-70 {
  background-color: #cc7038B3 !important;
}
.C-CC7038-70-text {
  color: #cc7038B3;
}
.C-CC7038-70-border {
  border-color: #cc7038B3 !important;
}
.C-CC7038-65 {
  background-color: #cc7038A6 !important;
}
.C-CC7038-65-text {
  color: #cc7038A6;
}
.C-CC7038-65-border {
  border-color: #cc7038A6 !important;
}
.C-CC7038-60 {
  background-color: #cc703899 !important;
}
.C-CC7038-60-text {
  color: #cc703899;
}
.C-CC7038-60-border {
  border-color: #cc703899 !important;
}
.C-CC7038-55 {
  background-color: #cc70388C !important;
}
.C-CC7038-55-text {
  color: #cc70388C;
}
.C-CC7038-55-border {
  border-color: #cc70388C !important;
}
.C-CC7038-50 {
  background-color: #cc703880 !important;
}
.C-CC7038-50-text {
  color: #cc703880;
}
.C-CC7038-50-border {
  border-color: #cc703880 !important;
}
.C-CC7038-45 {
  background-color: #cc703873 !important;
}
.C-CC7038-45-text {
  color: #cc703873;
}
.C-CC7038-45-border {
  border-color: #cc703873 !important;
}
.C-CC7038-40 {
  background-color: #cc703866 !important;
}
.C-CC7038-40-text {
  color: #cc703866;
}
.C-CC7038-40-border {
  border-color: #cc703866 !important;
}
.C-CC7038-35 {
  background-color: #cc703859 !important;
}
.C-CC7038-35-text {
  color: #cc703859;
}
.C-CC7038-35-border {
  border-color: #cc703859 !important;
}
.C-CC7038-30 {
  background-color: #cc70384D !important;
}
.C-CC7038-30-text {
  color: #cc70384D;
}
.C-CC7038-30-border {
  border-color: #cc70384D !important;
}
.C-CC7038-25 {
  background-color: #cc703840 !important;
}
.C-CC7038-25-text {
  color: #cc703840;
}
.C-CC7038-25-border {
  border-color: #cc703840 !important;
}
.C-CC7038-20 {
  background-color: #cc703833 !important;
}
.C-CC7038-20-text {
  color: #cc703833;
}
.C-CC7038-20-border {
  border-color: #cc703833 !important;
}
.C-CC7038-15 {
  background-color: #cc703826 !important;
}
.C-CC7038-15-text {
  color: #cc703826;
}
.C-CC7038-15-border {
  border-color: #cc703826 !important;
}
.C-CC7038-10 {
  background-color: #cc70381A !important;
}
.C-CC7038-10-text {
  color: #cc70381A;
}
.C-CC7038-10-border {
  border-color: #cc70381A !important;
}
.C-CC7038-5 {
  background-color: #cc70380D !important;
}
.C-CC7038-5-text {
  color: #cc70380D;
}
.C-CC7038-5-border {
  border-color: #cc70380D !important;
}
.C-CC7038-0 {
  background-color: #cc70380 !important;
}
.C-CC7038-0-text {
  color: #cc70380;
}
.C-CC7038-0-border {
  border-color: #cc70380 !important;
}
.C-CC7038 {
  background-color: #cc7038 !important;
  --btn-background: #cc7038;
}
.C-CC7038-text {
  color: #cc7038;
}
.C-CC7038-border {
  border-color: #cc7038 !important;
}
@media (hover: hover) {
  .C-CC7038-hover-bg:hover {
    background-color: #cc7038 !important;
  }
}
.C-CC7038-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CC7038-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cc7038;
  fill: #cc7038;
  stroke: #cc7038;
}
.C-CC7038-hover-text[papaTarget]:hover.f_targetText {
  color: #cc7038 !important;
  fill: #cc7038 !important;
  stroke: #cc7038 !important;
}
.C-CC7038-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CC7038-hover-text[fHover]:hover {
  color: #cc7038 !important;
}
.C-CC7038-after::after,
.C-CC7038-after::before {
  background-color: #cc7038;
}
.C-CC7038-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cc7038;
  transition: box-shadow 0.2s;
}
.C-CC7038100 {
  background-color: #cc7038 !important;
}
.C-CC7038100-text {
  color: #cc7038;
}
.C-CC7038100-border {
  border-color: #cc7038;
}
.C-linearGradient-CC7038100 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703895 {
  background-color: #cc7038 !important;
}
.C-CC703895-text {
  color: #cc7038;
}
.C-CC703895-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703895 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703890 {
  background-color: #cc7038 !important;
}
.C-CC703890-text {
  color: #cc7038;
}
.C-CC703890-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703890 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703885 {
  background-color: #cc7038 !important;
}
.C-CC703885-text {
  color: #cc7038;
}
.C-CC703885-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703885 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703880 {
  background-color: #cc7038 !important;
}
.C-CC703880-text {
  color: #cc7038;
}
.C-CC703880-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703880 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703875 {
  background-color: #cc7038 !important;
}
.C-CC703875-text {
  color: #cc7038;
}
.C-CC703875-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703875 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703870 {
  background-color: #cc7038 !important;
}
.C-CC703870-text {
  color: #cc7038;
}
.C-CC703870-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703870 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703865 {
  background-color: #cc7038 !important;
}
.C-CC703865-text {
  color: #cc7038;
}
.C-CC703865-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703865 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703860 {
  background-color: #cc7038 !important;
}
.C-CC703860-text {
  color: #cc7038;
}
.C-CC703860-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703860 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703855 {
  background-color: #cc7038 !important;
}
.C-CC703855-text {
  color: #cc7038;
}
.C-CC703855-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703855 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703850 {
  background-color: #cc7038 !important;
}
.C-CC703850-text {
  color: #cc7038;
}
.C-CC703850-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703850 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703845 {
  background-color: #cc7038 !important;
}
.C-CC703845-text {
  color: #cc7038;
}
.C-CC703845-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703845 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703840 {
  background-color: #cc7038 !important;
}
.C-CC703840-text {
  color: #cc7038;
}
.C-CC703840-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703840 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703835 {
  background-color: #cc7038 !important;
}
.C-CC703835-text {
  color: #cc7038;
}
.C-CC703835-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703835 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703830 {
  background-color: #cc7038 !important;
}
.C-CC703830-text {
  color: #cc7038;
}
.C-CC703830-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703830 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703825 {
  background-color: #cc7038 !important;
}
.C-CC703825-text {
  color: #cc7038;
}
.C-CC703825-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703825 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703820 {
  background-color: #cc7038 !important;
}
.C-CC703820-text {
  color: #cc7038;
}
.C-CC703820-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703820 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703815 {
  background-color: #cc7038 !important;
}
.C-CC703815-text {
  color: #cc7038;
}
.C-CC703815-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703815 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC703810 {
  background-color: #cc7038 !important;
}
.C-CC703810-text {
  color: #cc7038;
}
.C-CC703810-border {
  border-color: #cc7038;
}
.C-linearGradient-CC703810 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC70385 {
  background-color: #cc7038 !important;
}
.C-CC70385-text {
  color: #cc7038;
}
.C-CC70385-border {
  border-color: #cc7038;
}
.C-linearGradient-CC70385 {
  background-image:
    linear-gradient(
      45deg,
      #cc7038 0%,
      #cc7038 99%,
      #cc7038 100%);
}
.C-CC70380 {
  background-color: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-text {
  color: rgba(204, 112, 56, 0);
}
.C-CC70380-border {
  border-color: rgba(204, 112, 56, 0);
}
.C-linearGradient-CC70380 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 112, 56, 0) 0%,
      #cc7038 99%,
      rgba(204, 112, 56, 0) 100%);
}
.C-CC7038-fill-1 #fill1 {
  fill: #cc7038;
}
.C-CC7038-fill-1.onHover:hover #fill1,
.C-CC7038-fill-1:hover #fill1 {
  fill: #cc7038;
}
.C-CC7038-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC7038100-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC7038100-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC7038100-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703895-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703895-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703895-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703890-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703890-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703890-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703885-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703885-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703885-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703880-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703880-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703880-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703875-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703875-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703875-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703870-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703870-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703870-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703865-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703865-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703865-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703860-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703860-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703860-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703855-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703855-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703855-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703850-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703850-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703850-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703845-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703845-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703845-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703840-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703840-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703840-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703835-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703835-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703835-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703830-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703830-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703830-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703825-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703825-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703825-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703820-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703820-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703820-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703815-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703815-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703815-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC703810-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC703810-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC703810-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC70385-fill-1 #fill1 {
  fill: #cc7038 !important;
}
.C-CC70385-fill-1.onHover:hover #fill1 {
  fill: #cc7038 !important;
}
.C-CC70385-stroke-1 #stroke1 {
  stroke: #cc7038 !important;
}
.C-CC70380-fill-1 #fill1 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-stroke-1 #stroke1 {
  stroke: rgba(204, 112, 56, 0) !important;
}
.C-CC7038-fill-2 #fill2 {
  fill: #cc7038;
}
.C-CC7038-fill-2.onHover:hover #fill2,
.C-CC7038-fill-2:hover #fill2 {
  fill: #cc7038;
}
.C-CC7038-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC7038100-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC7038100-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC7038100-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703895-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703895-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703895-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703890-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703890-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703890-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703885-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703885-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703885-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703880-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703880-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703880-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703875-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703875-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703875-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703870-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703870-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703870-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703865-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703865-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703865-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703860-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703860-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703860-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703855-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703855-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703855-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703850-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703850-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703850-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703845-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703845-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703845-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703840-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703840-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703840-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703835-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703835-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703835-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703830-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703830-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703830-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703825-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703825-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703825-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703820-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703820-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703820-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703815-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703815-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703815-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC703810-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC703810-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC703810-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC70385-fill-2 #fill2 {
  fill: #cc7038 !important;
}
.C-CC70385-fill-2.onHover:hover #fill2 {
  fill: #cc7038 !important;
}
.C-CC70385-stroke-2 #stroke2 {
  stroke: #cc7038 !important;
}
.C-CC70380-fill-2 #fill2 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-stroke-2 #stroke2 {
  stroke: rgba(204, 112, 56, 0) !important;
}
.C-CC7038-fill-3 #fill3 {
  fill: #cc7038;
}
.C-CC7038-fill-3.onHover:hover #fill3,
.C-CC7038-fill-3:hover #fill3 {
  fill: #cc7038;
}
.C-CC7038-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC7038100-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC7038100-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC7038100-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703895-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703895-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703895-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703890-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703890-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703890-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703885-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703885-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703885-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703880-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703880-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703880-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703875-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703875-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703875-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703870-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703870-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703870-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703865-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703865-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703865-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703860-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703860-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703860-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703855-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703855-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703855-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703850-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703850-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703850-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703845-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703845-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703845-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703840-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703840-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703840-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703835-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703835-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703835-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703830-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703830-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703830-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703825-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703825-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703825-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703820-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703820-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703820-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703815-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703815-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703815-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC703810-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC703810-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC703810-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC70385-fill-3 #fill3 {
  fill: #cc7038 !important;
}
.C-CC70385-fill-3.onHover:hover #fill3 {
  fill: #cc7038 !important;
}
.C-CC70385-stroke-3 #stroke3 {
  stroke: #cc7038 !important;
}
.C-CC70380-fill-3 #fill3 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 112, 56, 0) !important;
}
.C-CC70380-stroke-3 #stroke3 {
  stroke: rgba(204, 112, 56, 0) !important;
}
.C-FFA570-100 {
  background-color: #ffa570FF !important;
}
.C-FFA570-100-text {
  color: #ffa570FF;
}
.C-FFA570-100-border {
  border-color: #ffa570FF !important;
}
.C-FFA570-95 {
  background-color: #ffa570F2 !important;
}
.C-FFA570-95-text {
  color: #ffa570F2;
}
.C-FFA570-95-border {
  border-color: #ffa570F2 !important;
}
.C-FFA570-90 {
  background-color: #ffa570E6 !important;
}
.C-FFA570-90-text {
  color: #ffa570E6;
}
.C-FFA570-90-border {
  border-color: #ffa570E6 !important;
}
.C-FFA570-85 {
  background-color: #ffa570D9 !important;
}
.C-FFA570-85-text {
  color: #ffa570D9;
}
.C-FFA570-85-border {
  border-color: #ffa570D9 !important;
}
.C-FFA570-80 {
  background-color: #ffa570CC !important;
}
.C-FFA570-80-text {
  color: #ffa570CC;
}
.C-FFA570-80-border {
  border-color: #ffa570CC !important;
}
.C-FFA570-75 {
  background-color: #ffa570BF !important;
}
.C-FFA570-75-text {
  color: #ffa570BF;
}
.C-FFA570-75-border {
  border-color: #ffa570BF !important;
}
.C-FFA570-70 {
  background-color: #ffa570B3 !important;
}
.C-FFA570-70-text {
  color: #ffa570B3;
}
.C-FFA570-70-border {
  border-color: #ffa570B3 !important;
}
.C-FFA570-65 {
  background-color: #ffa570A6 !important;
}
.C-FFA570-65-text {
  color: #ffa570A6;
}
.C-FFA570-65-border {
  border-color: #ffa570A6 !important;
}
.C-FFA570-60 {
  background-color: #ffa57099 !important;
}
.C-FFA570-60-text {
  color: #ffa57099;
}
.C-FFA570-60-border {
  border-color: #ffa57099 !important;
}
.C-FFA570-55 {
  background-color: #ffa5708C !important;
}
.C-FFA570-55-text {
  color: #ffa5708C;
}
.C-FFA570-55-border {
  border-color: #ffa5708C !important;
}
.C-FFA570-50 {
  background-color: #ffa57080 !important;
}
.C-FFA570-50-text {
  color: #ffa57080;
}
.C-FFA570-50-border {
  border-color: #ffa57080 !important;
}
.C-FFA570-45 {
  background-color: #ffa57073 !important;
}
.C-FFA570-45-text {
  color: #ffa57073;
}
.C-FFA570-45-border {
  border-color: #ffa57073 !important;
}
.C-FFA570-40 {
  background-color: #ffa57066 !important;
}
.C-FFA570-40-text {
  color: #ffa57066;
}
.C-FFA570-40-border {
  border-color: #ffa57066 !important;
}
.C-FFA570-35 {
  background-color: #ffa57059 !important;
}
.C-FFA570-35-text {
  color: #ffa57059;
}
.C-FFA570-35-border {
  border-color: #ffa57059 !important;
}
.C-FFA570-30 {
  background-color: #ffa5704D !important;
}
.C-FFA570-30-text {
  color: #ffa5704D;
}
.C-FFA570-30-border {
  border-color: #ffa5704D !important;
}
.C-FFA570-25 {
  background-color: #ffa57040 !important;
}
.C-FFA570-25-text {
  color: #ffa57040;
}
.C-FFA570-25-border {
  border-color: #ffa57040 !important;
}
.C-FFA570-20 {
  background-color: #ffa57033 !important;
}
.C-FFA570-20-text {
  color: #ffa57033;
}
.C-FFA570-20-border {
  border-color: #ffa57033 !important;
}
.C-FFA570-15 {
  background-color: #ffa57026 !important;
}
.C-FFA570-15-text {
  color: #ffa57026;
}
.C-FFA570-15-border {
  border-color: #ffa57026 !important;
}
.C-FFA570-10 {
  background-color: #ffa5701A !important;
}
.C-FFA570-10-text {
  color: #ffa5701A;
}
.C-FFA570-10-border {
  border-color: #ffa5701A !important;
}
.C-FFA570-5 {
  background-color: #ffa5700D !important;
}
.C-FFA570-5-text {
  color: #ffa5700D;
}
.C-FFA570-5-border {
  border-color: #ffa5700D !important;
}
.C-FFA570-0 {
  background-color: #ffa5700 !important;
}
.C-FFA570-0-text {
  color: #ffa5700;
}
.C-FFA570-0-border {
  border-color: #ffa5700 !important;
}
.C-FFA570 {
  background-color: #ffa570 !important;
  --btn-background: #ffa570;
}
.C-FFA570-text {
  color: #ffa570;
}
.C-FFA570-border {
  border-color: #ffa570 !important;
}
@media (hover: hover) {
  .C-FFA570-hover-bg:hover {
    background-color: #ffa570 !important;
  }
}
.C-FFA570-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFA570-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffa570;
  fill: #ffa570;
  stroke: #ffa570;
}
.C-FFA570-hover-text[papaTarget]:hover.f_targetText {
  color: #ffa570 !important;
  fill: #ffa570 !important;
  stroke: #ffa570 !important;
}
.C-FFA570-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFA570-hover-text[fHover]:hover {
  color: #ffa570 !important;
}
.C-FFA570-after::after,
.C-FFA570-after::before {
  background-color: #ffa570;
}
.C-FFA570-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffa570;
  transition: box-shadow 0.2s;
}
.C-FFA570100 {
  background-color: #ffa570 !important;
}
.C-FFA570100-text {
  color: #ffa570;
}
.C-FFA570100-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA570100 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57095 {
  background-color: #ffa570 !important;
}
.C-FFA57095-text {
  color: #ffa570;
}
.C-FFA57095-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57095 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57090 {
  background-color: #ffa570 !important;
}
.C-FFA57090-text {
  color: #ffa570;
}
.C-FFA57090-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57090 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57085 {
  background-color: #ffa570 !important;
}
.C-FFA57085-text {
  color: #ffa570;
}
.C-FFA57085-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57085 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57080 {
  background-color: #ffa570 !important;
}
.C-FFA57080-text {
  color: #ffa570;
}
.C-FFA57080-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57080 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57075 {
  background-color: #ffa570 !important;
}
.C-FFA57075-text {
  color: #ffa570;
}
.C-FFA57075-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57075 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57070 {
  background-color: #ffa570 !important;
}
.C-FFA57070-text {
  color: #ffa570;
}
.C-FFA57070-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57070 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57065 {
  background-color: #ffa570 !important;
}
.C-FFA57065-text {
  color: #ffa570;
}
.C-FFA57065-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57065 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57060 {
  background-color: #ffa570 !important;
}
.C-FFA57060-text {
  color: #ffa570;
}
.C-FFA57060-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57060 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57055 {
  background-color: #ffa570 !important;
}
.C-FFA57055-text {
  color: #ffa570;
}
.C-FFA57055-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57055 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57050 {
  background-color: #ffa570 !important;
}
.C-FFA57050-text {
  color: #ffa570;
}
.C-FFA57050-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57050 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57045 {
  background-color: #ffa570 !important;
}
.C-FFA57045-text {
  color: #ffa570;
}
.C-FFA57045-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57045 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57040 {
  background-color: #ffa570 !important;
}
.C-FFA57040-text {
  color: #ffa570;
}
.C-FFA57040-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57040 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57035 {
  background-color: #ffa570 !important;
}
.C-FFA57035-text {
  color: #ffa570;
}
.C-FFA57035-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57035 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57030 {
  background-color: #ffa570 !important;
}
.C-FFA57030-text {
  color: #ffa570;
}
.C-FFA57030-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57030 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57025 {
  background-color: #ffa570 !important;
}
.C-FFA57025-text {
  color: #ffa570;
}
.C-FFA57025-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57025 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57020 {
  background-color: #ffa570 !important;
}
.C-FFA57020-text {
  color: #ffa570;
}
.C-FFA57020-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57020 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57015 {
  background-color: #ffa570 !important;
}
.C-FFA57015-text {
  color: #ffa570;
}
.C-FFA57015-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57015 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA57010 {
  background-color: #ffa570 !important;
}
.C-FFA57010-text {
  color: #ffa570;
}
.C-FFA57010-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA57010 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA5705 {
  background-color: #ffa570 !important;
}
.C-FFA5705-text {
  color: #ffa570;
}
.C-FFA5705-border {
  border-color: #ffa570;
}
.C-linearGradient-FFA5705 {
  background-image:
    linear-gradient(
      45deg,
      #ffa570 0%,
      #ffa570 99%,
      #ffa570 100%);
}
.C-FFA5700 {
  background-color: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-text {
  color: rgba(255, 165, 112, 0);
}
.C-FFA5700-border {
  border-color: rgba(255, 165, 112, 0);
}
.C-linearGradient-FFA5700 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 165, 112, 0) 0%,
      #ffa570 99%,
      rgba(255, 165, 112, 0) 100%);
}
.C-FFA570-fill-1 #fill1 {
  fill: #ffa570;
}
.C-FFA570-fill-1.onHover:hover #fill1,
.C-FFA570-fill-1:hover #fill1 {
  fill: #ffa570;
}
.C-FFA570-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA570100-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA570100-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA570100-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57095-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57095-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57095-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57090-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57090-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57090-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57085-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57085-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57085-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57080-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57080-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57080-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57075-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57075-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57075-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57070-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57070-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57070-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57065-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57065-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57065-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57060-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57060-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57060-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57055-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57055-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57055-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57050-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57050-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57050-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57045-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57045-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57045-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57040-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57040-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57040-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57035-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57035-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57035-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57030-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57030-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57030-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57025-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57025-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57025-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57020-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57020-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57020-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57015-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57015-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57015-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA57010-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57010-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA57010-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA5705-fill-1 #fill1 {
  fill: #ffa570 !important;
}
.C-FFA5705-fill-1.onHover:hover #fill1 {
  fill: #ffa570 !important;
}
.C-FFA5705-stroke-1 #stroke1 {
  stroke: #ffa570 !important;
}
.C-FFA5700-fill-1 #fill1 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-stroke-1 #stroke1 {
  stroke: rgba(255, 165, 112, 0) !important;
}
.C-FFA570-fill-2 #fill2 {
  fill: #ffa570;
}
.C-FFA570-fill-2.onHover:hover #fill2,
.C-FFA570-fill-2:hover #fill2 {
  fill: #ffa570;
}
.C-FFA570-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA570100-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA570100-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA570100-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57095-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57095-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57095-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57090-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57090-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57090-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57085-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57085-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57085-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57080-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57080-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57080-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57075-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57075-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57075-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57070-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57070-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57070-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57065-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57065-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57065-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57060-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57060-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57060-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57055-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57055-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57055-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57050-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57050-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57050-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57045-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57045-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57045-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57040-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57040-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57040-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57035-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57035-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57035-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57030-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57030-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57030-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57025-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57025-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57025-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57020-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57020-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57020-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57015-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57015-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57015-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA57010-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57010-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA57010-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA5705-fill-2 #fill2 {
  fill: #ffa570 !important;
}
.C-FFA5705-fill-2.onHover:hover #fill2 {
  fill: #ffa570 !important;
}
.C-FFA5705-stroke-2 #stroke2 {
  stroke: #ffa570 !important;
}
.C-FFA5700-fill-2 #fill2 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-stroke-2 #stroke2 {
  stroke: rgba(255, 165, 112, 0) !important;
}
.C-FFA570-fill-3 #fill3 {
  fill: #ffa570;
}
.C-FFA570-fill-3.onHover:hover #fill3,
.C-FFA570-fill-3:hover #fill3 {
  fill: #ffa570;
}
.C-FFA570-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA570100-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA570100-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA570100-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57095-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57095-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57095-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57090-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57090-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57090-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57085-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57085-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57085-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57080-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57080-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57080-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57075-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57075-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57075-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57070-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57070-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57070-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57065-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57065-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57065-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57060-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57060-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57060-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57055-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57055-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57055-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57050-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57050-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57050-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57045-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57045-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57045-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57040-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57040-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57040-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57035-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57035-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57035-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57030-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57030-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57030-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57025-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57025-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57025-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57020-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57020-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57020-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57015-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57015-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57015-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA57010-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57010-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA57010-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA5705-fill-3 #fill3 {
  fill: #ffa570 !important;
}
.C-FFA5705-fill-3.onHover:hover #fill3 {
  fill: #ffa570 !important;
}
.C-FFA5705-stroke-3 #stroke3 {
  stroke: #ffa570 !important;
}
.C-FFA5700-fill-3 #fill3 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 165, 112, 0) !important;
}
.C-FFA5700-stroke-3 #stroke3 {
  stroke: rgba(255, 165, 112, 0) !important;
}
.C-32280A-100 {
  background-color: #32280aFF !important;
}
.C-32280A-100-text {
  color: #32280aFF;
}
.C-32280A-100-border {
  border-color: #32280aFF !important;
}
.C-32280A-95 {
  background-color: #32280aF2 !important;
}
.C-32280A-95-text {
  color: #32280aF2;
}
.C-32280A-95-border {
  border-color: #32280aF2 !important;
}
.C-32280A-90 {
  background-color: #32280aE6 !important;
}
.C-32280A-90-text {
  color: #32280aE6;
}
.C-32280A-90-border {
  border-color: #32280aE6 !important;
}
.C-32280A-85 {
  background-color: #32280aD9 !important;
}
.C-32280A-85-text {
  color: #32280aD9;
}
.C-32280A-85-border {
  border-color: #32280aD9 !important;
}
.C-32280A-80 {
  background-color: #32280aCC !important;
}
.C-32280A-80-text {
  color: #32280aCC;
}
.C-32280A-80-border {
  border-color: #32280aCC !important;
}
.C-32280A-75 {
  background-color: #32280aBF !important;
}
.C-32280A-75-text {
  color: #32280aBF;
}
.C-32280A-75-border {
  border-color: #32280aBF !important;
}
.C-32280A-70 {
  background-color: #32280aB3 !important;
}
.C-32280A-70-text {
  color: #32280aB3;
}
.C-32280A-70-border {
  border-color: #32280aB3 !important;
}
.C-32280A-65 {
  background-color: #32280aA6 !important;
}
.C-32280A-65-text {
  color: #32280aA6;
}
.C-32280A-65-border {
  border-color: #32280aA6 !important;
}
.C-32280A-60 {
  background-color: #32280a99 !important;
}
.C-32280A-60-text {
  color: #32280a99;
}
.C-32280A-60-border {
  border-color: #32280a99 !important;
}
.C-32280A-55 {
  background-color: #32280a8C !important;
}
.C-32280A-55-text {
  color: #32280a8C;
}
.C-32280A-55-border {
  border-color: #32280a8C !important;
}
.C-32280A-50 {
  background-color: #32280a80 !important;
}
.C-32280A-50-text {
  color: #32280a80;
}
.C-32280A-50-border {
  border-color: #32280a80 !important;
}
.C-32280A-45 {
  background-color: #32280a73 !important;
}
.C-32280A-45-text {
  color: #32280a73;
}
.C-32280A-45-border {
  border-color: #32280a73 !important;
}
.C-32280A-40 {
  background-color: #32280a66 !important;
}
.C-32280A-40-text {
  color: #32280a66;
}
.C-32280A-40-border {
  border-color: #32280a66 !important;
}
.C-32280A-35 {
  background-color: #32280a59 !important;
}
.C-32280A-35-text {
  color: #32280a59;
}
.C-32280A-35-border {
  border-color: #32280a59 !important;
}
.C-32280A-30 {
  background-color: #32280a4D !important;
}
.C-32280A-30-text {
  color: #32280a4D;
}
.C-32280A-30-border {
  border-color: #32280a4D !important;
}
.C-32280A-25 {
  background-color: #32280a40 !important;
}
.C-32280A-25-text {
  color: #32280a40;
}
.C-32280A-25-border {
  border-color: #32280a40 !important;
}
.C-32280A-20 {
  background-color: #32280a33 !important;
}
.C-32280A-20-text {
  color: #32280a33;
}
.C-32280A-20-border {
  border-color: #32280a33 !important;
}
.C-32280A-15 {
  background-color: #32280a26 !important;
}
.C-32280A-15-text {
  color: #32280a26;
}
.C-32280A-15-border {
  border-color: #32280a26 !important;
}
.C-32280A-10 {
  background-color: #32280a1A !important;
}
.C-32280A-10-text {
  color: #32280a1A;
}
.C-32280A-10-border {
  border-color: #32280a1A !important;
}
.C-32280A-5 {
  background-color: #32280a0D !important;
}
.C-32280A-5-text {
  color: #32280a0D;
}
.C-32280A-5-border {
  border-color: #32280a0D !important;
}
.C-32280A-0 {
  background-color: #32280a0 !important;
}
.C-32280A-0-text {
  color: #32280a0;
}
.C-32280A-0-border {
  border-color: #32280a0 !important;
}
.C-32280A {
  background-color: #32280a !important;
  --btn-background: #32280a;
}
.C-32280A-text {
  color: #32280a;
}
.C-32280A-border {
  border-color: #32280a !important;
}
@media (hover: hover) {
  .C-32280A-hover-bg:hover {
    background-color: #32280a !important;
  }
}
.C-32280A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-32280A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #32280a;
  fill: #32280a;
  stroke: #32280a;
}
.C-32280A-hover-text[papaTarget]:hover.f_targetText {
  color: #32280a !important;
  fill: #32280a !important;
  stroke: #32280a !important;
}
.C-32280A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-32280A-hover-text[fHover]:hover {
  color: #32280a !important;
}
.C-32280A-after::after,
.C-32280A-after::before {
  background-color: #32280a;
}
.C-32280A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #32280a;
  transition: box-shadow 0.2s;
}
.C-32280A100 {
  background-color: #32280a !important;
}
.C-32280A100-text {
  color: #32280a;
}
.C-32280A100-border {
  border-color: #32280a;
}
.C-linearGradient-32280A100 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A95 {
  background-color: #32280a !important;
}
.C-32280A95-text {
  color: #32280a;
}
.C-32280A95-border {
  border-color: #32280a;
}
.C-linearGradient-32280A95 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A90 {
  background-color: #32280a !important;
}
.C-32280A90-text {
  color: #32280a;
}
.C-32280A90-border {
  border-color: #32280a;
}
.C-linearGradient-32280A90 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A85 {
  background-color: #32280a !important;
}
.C-32280A85-text {
  color: #32280a;
}
.C-32280A85-border {
  border-color: #32280a;
}
.C-linearGradient-32280A85 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A80 {
  background-color: #32280a !important;
}
.C-32280A80-text {
  color: #32280a;
}
.C-32280A80-border {
  border-color: #32280a;
}
.C-linearGradient-32280A80 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A75 {
  background-color: #32280a !important;
}
.C-32280A75-text {
  color: #32280a;
}
.C-32280A75-border {
  border-color: #32280a;
}
.C-linearGradient-32280A75 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A70 {
  background-color: #32280a !important;
}
.C-32280A70-text {
  color: #32280a;
}
.C-32280A70-border {
  border-color: #32280a;
}
.C-linearGradient-32280A70 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A65 {
  background-color: #32280a !important;
}
.C-32280A65-text {
  color: #32280a;
}
.C-32280A65-border {
  border-color: #32280a;
}
.C-linearGradient-32280A65 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A60 {
  background-color: #32280a !important;
}
.C-32280A60-text {
  color: #32280a;
}
.C-32280A60-border {
  border-color: #32280a;
}
.C-linearGradient-32280A60 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A55 {
  background-color: #32280a !important;
}
.C-32280A55-text {
  color: #32280a;
}
.C-32280A55-border {
  border-color: #32280a;
}
.C-linearGradient-32280A55 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A50 {
  background-color: #32280a !important;
}
.C-32280A50-text {
  color: #32280a;
}
.C-32280A50-border {
  border-color: #32280a;
}
.C-linearGradient-32280A50 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A45 {
  background-color: #32280a !important;
}
.C-32280A45-text {
  color: #32280a;
}
.C-32280A45-border {
  border-color: #32280a;
}
.C-linearGradient-32280A45 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A40 {
  background-color: #32280a !important;
}
.C-32280A40-text {
  color: #32280a;
}
.C-32280A40-border {
  border-color: #32280a;
}
.C-linearGradient-32280A40 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A35 {
  background-color: #32280a !important;
}
.C-32280A35-text {
  color: #32280a;
}
.C-32280A35-border {
  border-color: #32280a;
}
.C-linearGradient-32280A35 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A30 {
  background-color: #32280a !important;
}
.C-32280A30-text {
  color: #32280a;
}
.C-32280A30-border {
  border-color: #32280a;
}
.C-linearGradient-32280A30 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A25 {
  background-color: #32280a !important;
}
.C-32280A25-text {
  color: #32280a;
}
.C-32280A25-border {
  border-color: #32280a;
}
.C-linearGradient-32280A25 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A20 {
  background-color: #32280a !important;
}
.C-32280A20-text {
  color: #32280a;
}
.C-32280A20-border {
  border-color: #32280a;
}
.C-linearGradient-32280A20 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A15 {
  background-color: #32280a !important;
}
.C-32280A15-text {
  color: #32280a;
}
.C-32280A15-border {
  border-color: #32280a;
}
.C-linearGradient-32280A15 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A10 {
  background-color: #32280a !important;
}
.C-32280A10-text {
  color: #32280a;
}
.C-32280A10-border {
  border-color: #32280a;
}
.C-linearGradient-32280A10 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A5 {
  background-color: #32280a !important;
}
.C-32280A5-text {
  color: #32280a;
}
.C-32280A5-border {
  border-color: #32280a;
}
.C-linearGradient-32280A5 {
  background-image:
    linear-gradient(
      45deg,
      #32280a 0%,
      #32280a 99%,
      #32280a 100%);
}
.C-32280A0 {
  background-color: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-text {
  color: rgba(50, 40, 10, 0);
}
.C-32280A0-border {
  border-color: rgba(50, 40, 10, 0);
}
.C-linearGradient-32280A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(50, 40, 10, 0) 0%,
      #32280a 99%,
      rgba(50, 40, 10, 0) 100%);
}
.C-32280A-fill-1 #fill1 {
  fill: #32280a;
}
.C-32280A-fill-1.onHover:hover #fill1,
.C-32280A-fill-1:hover #fill1 {
  fill: #32280a;
}
.C-32280A-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A100-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A100-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A100-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A95-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A95-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A95-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A90-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A90-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A90-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A85-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A85-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A85-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A80-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A80-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A80-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A75-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A75-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A75-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A70-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A70-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A70-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A65-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A65-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A65-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A60-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A60-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A60-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A55-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A55-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A55-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A50-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A50-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A50-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A45-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A45-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A45-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A40-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A40-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A40-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A35-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A35-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A35-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A30-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A30-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A30-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A25-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A25-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A25-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A20-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A20-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A20-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A15-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A15-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A15-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A10-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A10-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A10-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A5-fill-1 #fill1 {
  fill: #32280a !important;
}
.C-32280A5-fill-1.onHover:hover #fill1 {
  fill: #32280a !important;
}
.C-32280A5-stroke-1 #stroke1 {
  stroke: #32280a !important;
}
.C-32280A0-fill-1 #fill1 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-fill-1.onHover:hover #fill1 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-stroke-1 #stroke1 {
  stroke: rgba(50, 40, 10, 0) !important;
}
.C-32280A-fill-2 #fill2 {
  fill: #32280a;
}
.C-32280A-fill-2.onHover:hover #fill2,
.C-32280A-fill-2:hover #fill2 {
  fill: #32280a;
}
.C-32280A-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A100-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A100-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A100-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A95-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A95-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A95-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A90-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A90-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A90-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A85-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A85-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A85-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A80-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A80-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A80-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A75-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A75-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A75-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A70-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A70-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A70-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A65-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A65-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A65-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A60-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A60-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A60-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A55-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A55-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A55-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A50-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A50-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A50-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A45-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A45-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A45-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A40-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A40-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A40-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A35-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A35-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A35-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A30-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A30-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A30-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A25-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A25-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A25-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A20-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A20-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A20-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A15-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A15-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A15-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A10-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A10-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A10-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A5-fill-2 #fill2 {
  fill: #32280a !important;
}
.C-32280A5-fill-2.onHover:hover #fill2 {
  fill: #32280a !important;
}
.C-32280A5-stroke-2 #stroke2 {
  stroke: #32280a !important;
}
.C-32280A0-fill-2 #fill2 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-fill-2.onHover:hover #fill2 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-stroke-2 #stroke2 {
  stroke: rgba(50, 40, 10, 0) !important;
}
.C-32280A-fill-3 #fill3 {
  fill: #32280a;
}
.C-32280A-fill-3.onHover:hover #fill3,
.C-32280A-fill-3:hover #fill3 {
  fill: #32280a;
}
.C-32280A-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A100-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A100-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A100-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A95-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A95-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A95-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A90-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A90-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A90-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A85-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A85-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A85-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A80-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A80-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A80-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A75-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A75-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A75-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A70-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A70-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A70-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A65-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A65-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A65-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A60-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A60-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A60-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A55-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A55-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A55-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A50-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A50-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A50-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A45-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A45-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A45-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A40-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A40-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A40-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A35-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A35-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A35-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A30-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A30-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A30-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A25-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A25-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A25-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A20-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A20-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A20-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A15-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A15-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A15-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A10-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A10-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A10-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A5-fill-3 #fill3 {
  fill: #32280a !important;
}
.C-32280A5-fill-3.onHover:hover #fill3 {
  fill: #32280a !important;
}
.C-32280A5-stroke-3 #stroke3 {
  stroke: #32280a !important;
}
.C-32280A0-fill-3 #fill3 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-fill-3.onHover:hover #fill3 {
  fill: rgba(50, 40, 10, 0) !important;
}
.C-32280A0-stroke-3 #stroke3 {
  stroke: rgba(50, 40, 10, 0) !important;
}
.C-241C07-100 {
  background-color: #241c07FF !important;
}
.C-241C07-100-text {
  color: #241c07FF;
}
.C-241C07-100-border {
  border-color: #241c07FF !important;
}
.C-241C07-95 {
  background-color: #241c07F2 !important;
}
.C-241C07-95-text {
  color: #241c07F2;
}
.C-241C07-95-border {
  border-color: #241c07F2 !important;
}
.C-241C07-90 {
  background-color: #241c07E6 !important;
}
.C-241C07-90-text {
  color: #241c07E6;
}
.C-241C07-90-border {
  border-color: #241c07E6 !important;
}
.C-241C07-85 {
  background-color: #241c07D9 !important;
}
.C-241C07-85-text {
  color: #241c07D9;
}
.C-241C07-85-border {
  border-color: #241c07D9 !important;
}
.C-241C07-80 {
  background-color: #241c07CC !important;
}
.C-241C07-80-text {
  color: #241c07CC;
}
.C-241C07-80-border {
  border-color: #241c07CC !important;
}
.C-241C07-75 {
  background-color: #241c07BF !important;
}
.C-241C07-75-text {
  color: #241c07BF;
}
.C-241C07-75-border {
  border-color: #241c07BF !important;
}
.C-241C07-70 {
  background-color: #241c07B3 !important;
}
.C-241C07-70-text {
  color: #241c07B3;
}
.C-241C07-70-border {
  border-color: #241c07B3 !important;
}
.C-241C07-65 {
  background-color: #241c07A6 !important;
}
.C-241C07-65-text {
  color: #241c07A6;
}
.C-241C07-65-border {
  border-color: #241c07A6 !important;
}
.C-241C07-60 {
  background-color: #241c0799 !important;
}
.C-241C07-60-text {
  color: #241c0799;
}
.C-241C07-60-border {
  border-color: #241c0799 !important;
}
.C-241C07-55 {
  background-color: #241c078C !important;
}
.C-241C07-55-text {
  color: #241c078C;
}
.C-241C07-55-border {
  border-color: #241c078C !important;
}
.C-241C07-50 {
  background-color: #241c0780 !important;
}
.C-241C07-50-text {
  color: #241c0780;
}
.C-241C07-50-border {
  border-color: #241c0780 !important;
}
.C-241C07-45 {
  background-color: #241c0773 !important;
}
.C-241C07-45-text {
  color: #241c0773;
}
.C-241C07-45-border {
  border-color: #241c0773 !important;
}
.C-241C07-40 {
  background-color: #241c0766 !important;
}
.C-241C07-40-text {
  color: #241c0766;
}
.C-241C07-40-border {
  border-color: #241c0766 !important;
}
.C-241C07-35 {
  background-color: #241c0759 !important;
}
.C-241C07-35-text {
  color: #241c0759;
}
.C-241C07-35-border {
  border-color: #241c0759 !important;
}
.C-241C07-30 {
  background-color: #241c074D !important;
}
.C-241C07-30-text {
  color: #241c074D;
}
.C-241C07-30-border {
  border-color: #241c074D !important;
}
.C-241C07-25 {
  background-color: #241c0740 !important;
}
.C-241C07-25-text {
  color: #241c0740;
}
.C-241C07-25-border {
  border-color: #241c0740 !important;
}
.C-241C07-20 {
  background-color: #241c0733 !important;
}
.C-241C07-20-text {
  color: #241c0733;
}
.C-241C07-20-border {
  border-color: #241c0733 !important;
}
.C-241C07-15 {
  background-color: #241c0726 !important;
}
.C-241C07-15-text {
  color: #241c0726;
}
.C-241C07-15-border {
  border-color: #241c0726 !important;
}
.C-241C07-10 {
  background-color: #241c071A !important;
}
.C-241C07-10-text {
  color: #241c071A;
}
.C-241C07-10-border {
  border-color: #241c071A !important;
}
.C-241C07-5 {
  background-color: #241c070D !important;
}
.C-241C07-5-text {
  color: #241c070D;
}
.C-241C07-5-border {
  border-color: #241c070D !important;
}
.C-241C07-0 {
  background-color: #241c070 !important;
}
.C-241C07-0-text {
  color: #241c070;
}
.C-241C07-0-border {
  border-color: #241c070 !important;
}
.C-241C07 {
  background-color: #241c07 !important;
  --btn-background: #241c07;
}
.C-241C07-text {
  color: #241c07;
}
.C-241C07-border {
  border-color: #241c07 !important;
}
@media (hover: hover) {
  .C-241C07-hover-bg:hover {
    background-color: #241c07 !important;
  }
}
.C-241C07-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-241C07-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #241c07;
  fill: #241c07;
  stroke: #241c07;
}
.C-241C07-hover-text[papaTarget]:hover.f_targetText {
  color: #241c07 !important;
  fill: #241c07 !important;
  stroke: #241c07 !important;
}
.C-241C07-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-241C07-hover-text[fHover]:hover {
  color: #241c07 !important;
}
.C-241C07-after::after,
.C-241C07-after::before {
  background-color: #241c07;
}
.C-241C07-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #241c07;
  transition: box-shadow 0.2s;
}
.C-241C07100 {
  background-color: #241c07 !important;
}
.C-241C07100-text {
  color: #241c07;
}
.C-241C07100-border {
  border-color: #241c07;
}
.C-linearGradient-241C07100 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0795 {
  background-color: #241c07 !important;
}
.C-241C0795-text {
  color: #241c07;
}
.C-241C0795-border {
  border-color: #241c07;
}
.C-linearGradient-241C0795 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0790 {
  background-color: #241c07 !important;
}
.C-241C0790-text {
  color: #241c07;
}
.C-241C0790-border {
  border-color: #241c07;
}
.C-linearGradient-241C0790 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0785 {
  background-color: #241c07 !important;
}
.C-241C0785-text {
  color: #241c07;
}
.C-241C0785-border {
  border-color: #241c07;
}
.C-linearGradient-241C0785 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0780 {
  background-color: #241c07 !important;
}
.C-241C0780-text {
  color: #241c07;
}
.C-241C0780-border {
  border-color: #241c07;
}
.C-linearGradient-241C0780 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0775 {
  background-color: #241c07 !important;
}
.C-241C0775-text {
  color: #241c07;
}
.C-241C0775-border {
  border-color: #241c07;
}
.C-linearGradient-241C0775 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0770 {
  background-color: #241c07 !important;
}
.C-241C0770-text {
  color: #241c07;
}
.C-241C0770-border {
  border-color: #241c07;
}
.C-linearGradient-241C0770 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0765 {
  background-color: #241c07 !important;
}
.C-241C0765-text {
  color: #241c07;
}
.C-241C0765-border {
  border-color: #241c07;
}
.C-linearGradient-241C0765 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0760 {
  background-color: #241c07 !important;
}
.C-241C0760-text {
  color: #241c07;
}
.C-241C0760-border {
  border-color: #241c07;
}
.C-linearGradient-241C0760 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0755 {
  background-color: #241c07 !important;
}
.C-241C0755-text {
  color: #241c07;
}
.C-241C0755-border {
  border-color: #241c07;
}
.C-linearGradient-241C0755 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0750 {
  background-color: #241c07 !important;
}
.C-241C0750-text {
  color: #241c07;
}
.C-241C0750-border {
  border-color: #241c07;
}
.C-linearGradient-241C0750 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0745 {
  background-color: #241c07 !important;
}
.C-241C0745-text {
  color: #241c07;
}
.C-241C0745-border {
  border-color: #241c07;
}
.C-linearGradient-241C0745 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0740 {
  background-color: #241c07 !important;
}
.C-241C0740-text {
  color: #241c07;
}
.C-241C0740-border {
  border-color: #241c07;
}
.C-linearGradient-241C0740 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0735 {
  background-color: #241c07 !important;
}
.C-241C0735-text {
  color: #241c07;
}
.C-241C0735-border {
  border-color: #241c07;
}
.C-linearGradient-241C0735 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0730 {
  background-color: #241c07 !important;
}
.C-241C0730-text {
  color: #241c07;
}
.C-241C0730-border {
  border-color: #241c07;
}
.C-linearGradient-241C0730 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0725 {
  background-color: #241c07 !important;
}
.C-241C0725-text {
  color: #241c07;
}
.C-241C0725-border {
  border-color: #241c07;
}
.C-linearGradient-241C0725 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0720 {
  background-color: #241c07 !important;
}
.C-241C0720-text {
  color: #241c07;
}
.C-241C0720-border {
  border-color: #241c07;
}
.C-linearGradient-241C0720 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0715 {
  background-color: #241c07 !important;
}
.C-241C0715-text {
  color: #241c07;
}
.C-241C0715-border {
  border-color: #241c07;
}
.C-linearGradient-241C0715 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C0710 {
  background-color: #241c07 !important;
}
.C-241C0710-text {
  color: #241c07;
}
.C-241C0710-border {
  border-color: #241c07;
}
.C-linearGradient-241C0710 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C075 {
  background-color: #241c07 !important;
}
.C-241C075-text {
  color: #241c07;
}
.C-241C075-border {
  border-color: #241c07;
}
.C-linearGradient-241C075 {
  background-image:
    linear-gradient(
      45deg,
      #241c07 0%,
      #241c07 99%,
      #241c07 100%);
}
.C-241C070 {
  background-color: rgba(36, 28, 7, 0) !important;
}
.C-241C070-text {
  color: rgba(36, 28, 7, 0);
}
.C-241C070-border {
  border-color: rgba(36, 28, 7, 0);
}
.C-linearGradient-241C070 {
  background-image:
    linear-gradient(
      45deg,
      rgba(36, 28, 7, 0) 0%,
      #241c07 99%,
      rgba(36, 28, 7, 0) 100%);
}
.C-241C07-fill-1 #fill1 {
  fill: #241c07;
}
.C-241C07-fill-1.onHover:hover #fill1,
.C-241C07-fill-1:hover #fill1 {
  fill: #241c07;
}
.C-241C07-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C07100-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C07100-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C07100-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0795-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0795-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0795-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0790-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0790-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0790-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0785-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0785-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0785-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0780-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0780-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0780-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0775-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0775-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0775-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0770-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0770-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0770-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0765-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0765-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0765-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0760-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0760-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0760-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0755-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0755-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0755-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0750-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0750-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0750-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0745-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0745-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0745-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0740-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0740-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0740-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0735-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0735-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0735-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0730-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0730-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0730-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0725-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0725-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0725-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0720-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0720-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0720-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0715-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0715-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0715-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C0710-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C0710-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C0710-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C075-fill-1 #fill1 {
  fill: #241c07 !important;
}
.C-241C075-fill-1.onHover:hover #fill1 {
  fill: #241c07 !important;
}
.C-241C075-stroke-1 #stroke1 {
  stroke: #241c07 !important;
}
.C-241C070-fill-1 #fill1 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-fill-1.onHover:hover #fill1 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-stroke-1 #stroke1 {
  stroke: rgba(36, 28, 7, 0) !important;
}
.C-241C07-fill-2 #fill2 {
  fill: #241c07;
}
.C-241C07-fill-2.onHover:hover #fill2,
.C-241C07-fill-2:hover #fill2 {
  fill: #241c07;
}
.C-241C07-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C07100-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C07100-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C07100-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0795-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0795-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0795-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0790-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0790-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0790-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0785-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0785-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0785-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0780-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0780-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0780-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0775-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0775-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0775-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0770-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0770-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0770-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0765-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0765-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0765-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0760-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0760-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0760-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0755-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0755-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0755-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0750-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0750-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0750-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0745-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0745-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0745-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0740-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0740-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0740-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0735-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0735-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0735-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0730-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0730-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0730-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0725-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0725-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0725-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0720-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0720-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0720-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0715-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0715-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0715-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C0710-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C0710-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C0710-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C075-fill-2 #fill2 {
  fill: #241c07 !important;
}
.C-241C075-fill-2.onHover:hover #fill2 {
  fill: #241c07 !important;
}
.C-241C075-stroke-2 #stroke2 {
  stroke: #241c07 !important;
}
.C-241C070-fill-2 #fill2 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-fill-2.onHover:hover #fill2 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-stroke-2 #stroke2 {
  stroke: rgba(36, 28, 7, 0) !important;
}
.C-241C07-fill-3 #fill3 {
  fill: #241c07;
}
.C-241C07-fill-3.onHover:hover #fill3,
.C-241C07-fill-3:hover #fill3 {
  fill: #241c07;
}
.C-241C07-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C07100-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C07100-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C07100-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0795-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0795-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0795-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0790-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0790-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0790-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0785-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0785-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0785-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0780-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0780-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0780-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0775-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0775-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0775-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0770-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0770-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0770-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0765-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0765-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0765-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0760-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0760-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0760-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0755-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0755-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0755-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0750-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0750-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0750-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0745-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0745-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0745-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0740-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0740-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0740-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0735-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0735-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0735-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0730-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0730-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0730-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0725-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0725-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0725-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0720-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0720-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0720-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0715-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0715-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0715-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C0710-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C0710-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C0710-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C075-fill-3 #fill3 {
  fill: #241c07 !important;
}
.C-241C075-fill-3.onHover:hover #fill3 {
  fill: #241c07 !important;
}
.C-241C075-stroke-3 #stroke3 {
  stroke: #241c07 !important;
}
.C-241C070-fill-3 #fill3 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-fill-3.onHover:hover #fill3 {
  fill: rgba(36, 28, 7, 0) !important;
}
.C-241C070-stroke-3 #stroke3 {
  stroke: rgba(36, 28, 7, 0) !important;
}
.C-4B3811-100 {
  background-color: #4b3811FF !important;
}
.C-4B3811-100-text {
  color: #4b3811FF;
}
.C-4B3811-100-border {
  border-color: #4b3811FF !important;
}
.C-4B3811-95 {
  background-color: #4b3811F2 !important;
}
.C-4B3811-95-text {
  color: #4b3811F2;
}
.C-4B3811-95-border {
  border-color: #4b3811F2 !important;
}
.C-4B3811-90 {
  background-color: #4b3811E6 !important;
}
.C-4B3811-90-text {
  color: #4b3811E6;
}
.C-4B3811-90-border {
  border-color: #4b3811E6 !important;
}
.C-4B3811-85 {
  background-color: #4b3811D9 !important;
}
.C-4B3811-85-text {
  color: #4b3811D9;
}
.C-4B3811-85-border {
  border-color: #4b3811D9 !important;
}
.C-4B3811-80 {
  background-color: #4b3811CC !important;
}
.C-4B3811-80-text {
  color: #4b3811CC;
}
.C-4B3811-80-border {
  border-color: #4b3811CC !important;
}
.C-4B3811-75 {
  background-color: #4b3811BF !important;
}
.C-4B3811-75-text {
  color: #4b3811BF;
}
.C-4B3811-75-border {
  border-color: #4b3811BF !important;
}
.C-4B3811-70 {
  background-color: #4b3811B3 !important;
}
.C-4B3811-70-text {
  color: #4b3811B3;
}
.C-4B3811-70-border {
  border-color: #4b3811B3 !important;
}
.C-4B3811-65 {
  background-color: #4b3811A6 !important;
}
.C-4B3811-65-text {
  color: #4b3811A6;
}
.C-4B3811-65-border {
  border-color: #4b3811A6 !important;
}
.C-4B3811-60 {
  background-color: #4b381199 !important;
}
.C-4B3811-60-text {
  color: #4b381199;
}
.C-4B3811-60-border {
  border-color: #4b381199 !important;
}
.C-4B3811-55 {
  background-color: #4b38118C !important;
}
.C-4B3811-55-text {
  color: #4b38118C;
}
.C-4B3811-55-border {
  border-color: #4b38118C !important;
}
.C-4B3811-50 {
  background-color: #4b381180 !important;
}
.C-4B3811-50-text {
  color: #4b381180;
}
.C-4B3811-50-border {
  border-color: #4b381180 !important;
}
.C-4B3811-45 {
  background-color: #4b381173 !important;
}
.C-4B3811-45-text {
  color: #4b381173;
}
.C-4B3811-45-border {
  border-color: #4b381173 !important;
}
.C-4B3811-40 {
  background-color: #4b381166 !important;
}
.C-4B3811-40-text {
  color: #4b381166;
}
.C-4B3811-40-border {
  border-color: #4b381166 !important;
}
.C-4B3811-35 {
  background-color: #4b381159 !important;
}
.C-4B3811-35-text {
  color: #4b381159;
}
.C-4B3811-35-border {
  border-color: #4b381159 !important;
}
.C-4B3811-30 {
  background-color: #4b38114D !important;
}
.C-4B3811-30-text {
  color: #4b38114D;
}
.C-4B3811-30-border {
  border-color: #4b38114D !important;
}
.C-4B3811-25 {
  background-color: #4b381140 !important;
}
.C-4B3811-25-text {
  color: #4b381140;
}
.C-4B3811-25-border {
  border-color: #4b381140 !important;
}
.C-4B3811-20 {
  background-color: #4b381133 !important;
}
.C-4B3811-20-text {
  color: #4b381133;
}
.C-4B3811-20-border {
  border-color: #4b381133 !important;
}
.C-4B3811-15 {
  background-color: #4b381126 !important;
}
.C-4B3811-15-text {
  color: #4b381126;
}
.C-4B3811-15-border {
  border-color: #4b381126 !important;
}
.C-4B3811-10 {
  background-color: #4b38111A !important;
}
.C-4B3811-10-text {
  color: #4b38111A;
}
.C-4B3811-10-border {
  border-color: #4b38111A !important;
}
.C-4B3811-5 {
  background-color: #4b38110D !important;
}
.C-4B3811-5-text {
  color: #4b38110D;
}
.C-4B3811-5-border {
  border-color: #4b38110D !important;
}
.C-4B3811-0 {
  background-color: #4b38110 !important;
}
.C-4B3811-0-text {
  color: #4b38110;
}
.C-4B3811-0-border {
  border-color: #4b38110 !important;
}
.C-4B3811 {
  background-color: #4b3811 !important;
  --btn-background: #4b3811;
}
.C-4B3811-text {
  color: #4b3811;
}
.C-4B3811-border {
  border-color: #4b3811 !important;
}
@media (hover: hover) {
  .C-4B3811-hover-bg:hover {
    background-color: #4b3811 !important;
  }
}
.C-4B3811-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4B3811-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4b3811;
  fill: #4b3811;
  stroke: #4b3811;
}
.C-4B3811-hover-text[papaTarget]:hover.f_targetText {
  color: #4b3811 !important;
  fill: #4b3811 !important;
  stroke: #4b3811 !important;
}
.C-4B3811-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4B3811-hover-text[fHover]:hover {
  color: #4b3811 !important;
}
.C-4B3811-after::after,
.C-4B3811-after::before {
  background-color: #4b3811;
}
.C-4B3811-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4b3811;
  transition: box-shadow 0.2s;
}
.C-4B3811100 {
  background-color: #4b3811 !important;
}
.C-4B3811100-text {
  color: #4b3811;
}
.C-4B3811100-border {
  border-color: #4b3811;
}
.C-linearGradient-4B3811100 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381195 {
  background-color: #4b3811 !important;
}
.C-4B381195-text {
  color: #4b3811;
}
.C-4B381195-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381195 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381190 {
  background-color: #4b3811 !important;
}
.C-4B381190-text {
  color: #4b3811;
}
.C-4B381190-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381190 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381185 {
  background-color: #4b3811 !important;
}
.C-4B381185-text {
  color: #4b3811;
}
.C-4B381185-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381185 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381180 {
  background-color: #4b3811 !important;
}
.C-4B381180-text {
  color: #4b3811;
}
.C-4B381180-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381180 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381175 {
  background-color: #4b3811 !important;
}
.C-4B381175-text {
  color: #4b3811;
}
.C-4B381175-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381175 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381170 {
  background-color: #4b3811 !important;
}
.C-4B381170-text {
  color: #4b3811;
}
.C-4B381170-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381170 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381165 {
  background-color: #4b3811 !important;
}
.C-4B381165-text {
  color: #4b3811;
}
.C-4B381165-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381165 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381160 {
  background-color: #4b3811 !important;
}
.C-4B381160-text {
  color: #4b3811;
}
.C-4B381160-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381160 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381155 {
  background-color: #4b3811 !important;
}
.C-4B381155-text {
  color: #4b3811;
}
.C-4B381155-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381155 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381150 {
  background-color: #4b3811 !important;
}
.C-4B381150-text {
  color: #4b3811;
}
.C-4B381150-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381150 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381145 {
  background-color: #4b3811 !important;
}
.C-4B381145-text {
  color: #4b3811;
}
.C-4B381145-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381145 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381140 {
  background-color: #4b3811 !important;
}
.C-4B381140-text {
  color: #4b3811;
}
.C-4B381140-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381140 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381135 {
  background-color: #4b3811 !important;
}
.C-4B381135-text {
  color: #4b3811;
}
.C-4B381135-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381135 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381130 {
  background-color: #4b3811 !important;
}
.C-4B381130-text {
  color: #4b3811;
}
.C-4B381130-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381130 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381125 {
  background-color: #4b3811 !important;
}
.C-4B381125-text {
  color: #4b3811;
}
.C-4B381125-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381125 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381120 {
  background-color: #4b3811 !important;
}
.C-4B381120-text {
  color: #4b3811;
}
.C-4B381120-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381120 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381115 {
  background-color: #4b3811 !important;
}
.C-4B381115-text {
  color: #4b3811;
}
.C-4B381115-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381115 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B381110 {
  background-color: #4b3811 !important;
}
.C-4B381110-text {
  color: #4b3811;
}
.C-4B381110-border {
  border-color: #4b3811;
}
.C-linearGradient-4B381110 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B38115 {
  background-color: #4b3811 !important;
}
.C-4B38115-text {
  color: #4b3811;
}
.C-4B38115-border {
  border-color: #4b3811;
}
.C-linearGradient-4B38115 {
  background-image:
    linear-gradient(
      45deg,
      #4b3811 0%,
      #4b3811 99%,
      #4b3811 100%);
}
.C-4B38110 {
  background-color: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-text {
  color: rgba(75, 56, 17, 0);
}
.C-4B38110-border {
  border-color: rgba(75, 56, 17, 0);
}
.C-linearGradient-4B38110 {
  background-image:
    linear-gradient(
      45deg,
      rgba(75, 56, 17, 0) 0%,
      #4b3811 99%,
      rgba(75, 56, 17, 0) 100%);
}
.C-4B3811-fill-1 #fill1 {
  fill: #4b3811;
}
.C-4B3811-fill-1.onHover:hover #fill1,
.C-4B3811-fill-1:hover #fill1 {
  fill: #4b3811;
}
.C-4B3811-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B3811100-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B3811100-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B3811100-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381195-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381195-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381195-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381190-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381190-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381190-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381185-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381185-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381185-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381180-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381180-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381180-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381175-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381175-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381175-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381170-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381170-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381170-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381165-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381165-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381165-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381160-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381160-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381160-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381155-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381155-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381155-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381150-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381150-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381150-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381145-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381145-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381145-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381140-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381140-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381140-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381135-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381135-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381135-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381130-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381130-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381130-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381125-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381125-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381125-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381120-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381120-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381120-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381115-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381115-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381115-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B381110-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B381110-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B381110-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B38115-fill-1 #fill1 {
  fill: #4b3811 !important;
}
.C-4B38115-fill-1.onHover:hover #fill1 {
  fill: #4b3811 !important;
}
.C-4B38115-stroke-1 #stroke1 {
  stroke: #4b3811 !important;
}
.C-4B38110-fill-1 #fill1 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-fill-1.onHover:hover #fill1 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-stroke-1 #stroke1 {
  stroke: rgba(75, 56, 17, 0) !important;
}
.C-4B3811-fill-2 #fill2 {
  fill: #4b3811;
}
.C-4B3811-fill-2.onHover:hover #fill2,
.C-4B3811-fill-2:hover #fill2 {
  fill: #4b3811;
}
.C-4B3811-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B3811100-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B3811100-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B3811100-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381195-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381195-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381195-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381190-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381190-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381190-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381185-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381185-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381185-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381180-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381180-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381180-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381175-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381175-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381175-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381170-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381170-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381170-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381165-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381165-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381165-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381160-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381160-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381160-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381155-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381155-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381155-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381150-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381150-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381150-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381145-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381145-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381145-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381140-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381140-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381140-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381135-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381135-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381135-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381130-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381130-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381130-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381125-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381125-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381125-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381120-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381120-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381120-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381115-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381115-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381115-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B381110-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B381110-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B381110-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B38115-fill-2 #fill2 {
  fill: #4b3811 !important;
}
.C-4B38115-fill-2.onHover:hover #fill2 {
  fill: #4b3811 !important;
}
.C-4B38115-stroke-2 #stroke2 {
  stroke: #4b3811 !important;
}
.C-4B38110-fill-2 #fill2 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-fill-2.onHover:hover #fill2 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-stroke-2 #stroke2 {
  stroke: rgba(75, 56, 17, 0) !important;
}
.C-4B3811-fill-3 #fill3 {
  fill: #4b3811;
}
.C-4B3811-fill-3.onHover:hover #fill3,
.C-4B3811-fill-3:hover #fill3 {
  fill: #4b3811;
}
.C-4B3811-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B3811100-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B3811100-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B3811100-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381195-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381195-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381195-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381190-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381190-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381190-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381185-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381185-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381185-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381180-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381180-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381180-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381175-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381175-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381175-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381170-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381170-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381170-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381165-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381165-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381165-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381160-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381160-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381160-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381155-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381155-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381155-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381150-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381150-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381150-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381145-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381145-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381145-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381140-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381140-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381140-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381135-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381135-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381135-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381130-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381130-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381130-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381125-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381125-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381125-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381120-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381120-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381120-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381115-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381115-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381115-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B381110-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B381110-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B381110-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B38115-fill-3 #fill3 {
  fill: #4b3811 !important;
}
.C-4B38115-fill-3.onHover:hover #fill3 {
  fill: #4b3811 !important;
}
.C-4B38115-stroke-3 #stroke3 {
  stroke: #4b3811 !important;
}
.C-4B38110-fill-3 #fill3 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-fill-3.onHover:hover #fill3 {
  fill: rgba(75, 56, 17, 0) !important;
}
.C-4B38110-stroke-3 #stroke3 {
  stroke: rgba(75, 56, 17, 0) !important;
}
.C-FF4A67-100 {
  background-color: #ff4a67FF !important;
}
.C-FF4A67-100-text {
  color: #ff4a67FF;
}
.C-FF4A67-100-border {
  border-color: #ff4a67FF !important;
}
.C-FF4A67-95 {
  background-color: #ff4a67F2 !important;
}
.C-FF4A67-95-text {
  color: #ff4a67F2;
}
.C-FF4A67-95-border {
  border-color: #ff4a67F2 !important;
}
.C-FF4A67-90 {
  background-color: #ff4a67E6 !important;
}
.C-FF4A67-90-text {
  color: #ff4a67E6;
}
.C-FF4A67-90-border {
  border-color: #ff4a67E6 !important;
}
.C-FF4A67-85 {
  background-color: #ff4a67D9 !important;
}
.C-FF4A67-85-text {
  color: #ff4a67D9;
}
.C-FF4A67-85-border {
  border-color: #ff4a67D9 !important;
}
.C-FF4A67-80 {
  background-color: #ff4a67CC !important;
}
.C-FF4A67-80-text {
  color: #ff4a67CC;
}
.C-FF4A67-80-border {
  border-color: #ff4a67CC !important;
}
.C-FF4A67-75 {
  background-color: #ff4a67BF !important;
}
.C-FF4A67-75-text {
  color: #ff4a67BF;
}
.C-FF4A67-75-border {
  border-color: #ff4a67BF !important;
}
.C-FF4A67-70 {
  background-color: #ff4a67B3 !important;
}
.C-FF4A67-70-text {
  color: #ff4a67B3;
}
.C-FF4A67-70-border {
  border-color: #ff4a67B3 !important;
}
.C-FF4A67-65 {
  background-color: #ff4a67A6 !important;
}
.C-FF4A67-65-text {
  color: #ff4a67A6;
}
.C-FF4A67-65-border {
  border-color: #ff4a67A6 !important;
}
.C-FF4A67-60 {
  background-color: #ff4a6799 !important;
}
.C-FF4A67-60-text {
  color: #ff4a6799;
}
.C-FF4A67-60-border {
  border-color: #ff4a6799 !important;
}
.C-FF4A67-55 {
  background-color: #ff4a678C !important;
}
.C-FF4A67-55-text {
  color: #ff4a678C;
}
.C-FF4A67-55-border {
  border-color: #ff4a678C !important;
}
.C-FF4A67-50 {
  background-color: #ff4a6780 !important;
}
.C-FF4A67-50-text {
  color: #ff4a6780;
}
.C-FF4A67-50-border {
  border-color: #ff4a6780 !important;
}
.C-FF4A67-45 {
  background-color: #ff4a6773 !important;
}
.C-FF4A67-45-text {
  color: #ff4a6773;
}
.C-FF4A67-45-border {
  border-color: #ff4a6773 !important;
}
.C-FF4A67-40 {
  background-color: #ff4a6766 !important;
}
.C-FF4A67-40-text {
  color: #ff4a6766;
}
.C-FF4A67-40-border {
  border-color: #ff4a6766 !important;
}
.C-FF4A67-35 {
  background-color: #ff4a6759 !important;
}
.C-FF4A67-35-text {
  color: #ff4a6759;
}
.C-FF4A67-35-border {
  border-color: #ff4a6759 !important;
}
.C-FF4A67-30 {
  background-color: #ff4a674D !important;
}
.C-FF4A67-30-text {
  color: #ff4a674D;
}
.C-FF4A67-30-border {
  border-color: #ff4a674D !important;
}
.C-FF4A67-25 {
  background-color: #ff4a6740 !important;
}
.C-FF4A67-25-text {
  color: #ff4a6740;
}
.C-FF4A67-25-border {
  border-color: #ff4a6740 !important;
}
.C-FF4A67-20 {
  background-color: #ff4a6733 !important;
}
.C-FF4A67-20-text {
  color: #ff4a6733;
}
.C-FF4A67-20-border {
  border-color: #ff4a6733 !important;
}
.C-FF4A67-15 {
  background-color: #ff4a6726 !important;
}
.C-FF4A67-15-text {
  color: #ff4a6726;
}
.C-FF4A67-15-border {
  border-color: #ff4a6726 !important;
}
.C-FF4A67-10 {
  background-color: #ff4a671A !important;
}
.C-FF4A67-10-text {
  color: #ff4a671A;
}
.C-FF4A67-10-border {
  border-color: #ff4a671A !important;
}
.C-FF4A67-5 {
  background-color: #ff4a670D !important;
}
.C-FF4A67-5-text {
  color: #ff4a670D;
}
.C-FF4A67-5-border {
  border-color: #ff4a670D !important;
}
.C-FF4A67-0 {
  background-color: #ff4a670 !important;
}
.C-FF4A67-0-text {
  color: #ff4a670;
}
.C-FF4A67-0-border {
  border-color: #ff4a670 !important;
}
.C-FF4A67 {
  background-color: #ff4a67 !important;
  --btn-background: #ff4a67;
}
.C-FF4A67-text {
  color: #ff4a67;
}
.C-FF4A67-border {
  border-color: #ff4a67 !important;
}
@media (hover: hover) {
  .C-FF4A67-hover-bg:hover {
    background-color: #ff4a67 !important;
  }
}
.C-FF4A67-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF4A67-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff4a67;
  fill: #ff4a67;
  stroke: #ff4a67;
}
.C-FF4A67-hover-text[papaTarget]:hover.f_targetText {
  color: #ff4a67 !important;
  fill: #ff4a67 !important;
  stroke: #ff4a67 !important;
}
.C-FF4A67-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF4A67-hover-text[fHover]:hover {
  color: #ff4a67 !important;
}
.C-FF4A67-after::after,
.C-FF4A67-after::before {
  background-color: #ff4a67;
}
.C-FF4A67-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff4a67;
  transition: box-shadow 0.2s;
}
.C-FF4A67100 {
  background-color: #ff4a67 !important;
}
.C-FF4A67100-text {
  color: #ff4a67;
}
.C-FF4A67100-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A67100 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6795 {
  background-color: #ff4a67 !important;
}
.C-FF4A6795-text {
  color: #ff4a67;
}
.C-FF4A6795-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6795 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6790 {
  background-color: #ff4a67 !important;
}
.C-FF4A6790-text {
  color: #ff4a67;
}
.C-FF4A6790-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6790 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6785 {
  background-color: #ff4a67 !important;
}
.C-FF4A6785-text {
  color: #ff4a67;
}
.C-FF4A6785-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6785 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6780 {
  background-color: #ff4a67 !important;
}
.C-FF4A6780-text {
  color: #ff4a67;
}
.C-FF4A6780-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6780 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6775 {
  background-color: #ff4a67 !important;
}
.C-FF4A6775-text {
  color: #ff4a67;
}
.C-FF4A6775-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6775 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6770 {
  background-color: #ff4a67 !important;
}
.C-FF4A6770-text {
  color: #ff4a67;
}
.C-FF4A6770-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6770 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6765 {
  background-color: #ff4a67 !important;
}
.C-FF4A6765-text {
  color: #ff4a67;
}
.C-FF4A6765-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6765 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6760 {
  background-color: #ff4a67 !important;
}
.C-FF4A6760-text {
  color: #ff4a67;
}
.C-FF4A6760-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6760 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6755 {
  background-color: #ff4a67 !important;
}
.C-FF4A6755-text {
  color: #ff4a67;
}
.C-FF4A6755-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6755 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6750 {
  background-color: #ff4a67 !important;
}
.C-FF4A6750-text {
  color: #ff4a67;
}
.C-FF4A6750-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6750 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6745 {
  background-color: #ff4a67 !important;
}
.C-FF4A6745-text {
  color: #ff4a67;
}
.C-FF4A6745-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6745 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6740 {
  background-color: #ff4a67 !important;
}
.C-FF4A6740-text {
  color: #ff4a67;
}
.C-FF4A6740-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6740 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6735 {
  background-color: #ff4a67 !important;
}
.C-FF4A6735-text {
  color: #ff4a67;
}
.C-FF4A6735-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6735 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6730 {
  background-color: #ff4a67 !important;
}
.C-FF4A6730-text {
  color: #ff4a67;
}
.C-FF4A6730-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6730 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6725 {
  background-color: #ff4a67 !important;
}
.C-FF4A6725-text {
  color: #ff4a67;
}
.C-FF4A6725-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6725 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6720 {
  background-color: #ff4a67 !important;
}
.C-FF4A6720-text {
  color: #ff4a67;
}
.C-FF4A6720-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6720 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6715 {
  background-color: #ff4a67 !important;
}
.C-FF4A6715-text {
  color: #ff4a67;
}
.C-FF4A6715-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6715 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A6710 {
  background-color: #ff4a67 !important;
}
.C-FF4A6710-text {
  color: #ff4a67;
}
.C-FF4A6710-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A6710 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A675 {
  background-color: #ff4a67 !important;
}
.C-FF4A675-text {
  color: #ff4a67;
}
.C-FF4A675-border {
  border-color: #ff4a67;
}
.C-linearGradient-FF4A675 {
  background-image:
    linear-gradient(
      45deg,
      #ff4a67 0%,
      #ff4a67 99%,
      #ff4a67 100%);
}
.C-FF4A670 {
  background-color: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-text {
  color: rgba(255, 74, 103, 0);
}
.C-FF4A670-border {
  border-color: rgba(255, 74, 103, 0);
}
.C-linearGradient-FF4A670 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 74, 103, 0) 0%,
      #ff4a67 99%,
      rgba(255, 74, 103, 0) 100%);
}
.C-FF4A67-fill-1 #fill1 {
  fill: #ff4a67;
}
.C-FF4A67-fill-1.onHover:hover #fill1,
.C-FF4A67-fill-1:hover #fill1 {
  fill: #ff4a67;
}
.C-FF4A67-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A67100-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6795-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6790-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6785-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6780-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6775-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6770-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6765-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6760-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6755-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6750-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6745-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6740-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6735-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6730-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6725-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6720-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6715-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A6710-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A675-fill-1 #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A675-fill-1.onHover:hover #fill1 {
  fill: #ff4a67 !important;
}
.C-FF4A675-stroke-1 #stroke1 {
  stroke: #ff4a67 !important;
}
.C-FF4A670-fill-1 #fill1 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-stroke-1 #stroke1 {
  stroke: rgba(255, 74, 103, 0) !important;
}
.C-FF4A67-fill-2 #fill2 {
  fill: #ff4a67;
}
.C-FF4A67-fill-2.onHover:hover #fill2,
.C-FF4A67-fill-2:hover #fill2 {
  fill: #ff4a67;
}
.C-FF4A67-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A67100-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6795-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6790-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6785-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6780-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6775-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6770-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6765-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6760-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6755-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6750-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6745-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6740-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6735-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6730-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6725-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6720-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6715-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A6710-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A675-fill-2 #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A675-fill-2.onHover:hover #fill2 {
  fill: #ff4a67 !important;
}
.C-FF4A675-stroke-2 #stroke2 {
  stroke: #ff4a67 !important;
}
.C-FF4A670-fill-2 #fill2 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-stroke-2 #stroke2 {
  stroke: rgba(255, 74, 103, 0) !important;
}
.C-FF4A67-fill-3 #fill3 {
  fill: #ff4a67;
}
.C-FF4A67-fill-3.onHover:hover #fill3,
.C-FF4A67-fill-3:hover #fill3 {
  fill: #ff4a67;
}
.C-FF4A67-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A67100-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A67100-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6795-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6795-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6790-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6790-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6785-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6785-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6780-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6780-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6775-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6775-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6770-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6770-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6765-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6765-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6760-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6760-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6755-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6755-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6750-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6750-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6745-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6745-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6740-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6740-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6735-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6735-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6730-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6730-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6725-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6725-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6720-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6720-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6715-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6715-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A6710-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A6710-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A675-fill-3 #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A675-fill-3.onHover:hover #fill3 {
  fill: #ff4a67 !important;
}
.C-FF4A675-stroke-3 #stroke3 {
  stroke: #ff4a67 !important;
}
.C-FF4A670-fill-3 #fill3 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 74, 103, 0) !important;
}
.C-FF4A670-stroke-3 #stroke3 {
  stroke: rgba(255, 74, 103, 0) !important;
}
.C-CC3A52-100 {
  background-color: #cc3a52FF !important;
}
.C-CC3A52-100-text {
  color: #cc3a52FF;
}
.C-CC3A52-100-border {
  border-color: #cc3a52FF !important;
}
.C-CC3A52-95 {
  background-color: #cc3a52F2 !important;
}
.C-CC3A52-95-text {
  color: #cc3a52F2;
}
.C-CC3A52-95-border {
  border-color: #cc3a52F2 !important;
}
.C-CC3A52-90 {
  background-color: #cc3a52E6 !important;
}
.C-CC3A52-90-text {
  color: #cc3a52E6;
}
.C-CC3A52-90-border {
  border-color: #cc3a52E6 !important;
}
.C-CC3A52-85 {
  background-color: #cc3a52D9 !important;
}
.C-CC3A52-85-text {
  color: #cc3a52D9;
}
.C-CC3A52-85-border {
  border-color: #cc3a52D9 !important;
}
.C-CC3A52-80 {
  background-color: #cc3a52CC !important;
}
.C-CC3A52-80-text {
  color: #cc3a52CC;
}
.C-CC3A52-80-border {
  border-color: #cc3a52CC !important;
}
.C-CC3A52-75 {
  background-color: #cc3a52BF !important;
}
.C-CC3A52-75-text {
  color: #cc3a52BF;
}
.C-CC3A52-75-border {
  border-color: #cc3a52BF !important;
}
.C-CC3A52-70 {
  background-color: #cc3a52B3 !important;
}
.C-CC3A52-70-text {
  color: #cc3a52B3;
}
.C-CC3A52-70-border {
  border-color: #cc3a52B3 !important;
}
.C-CC3A52-65 {
  background-color: #cc3a52A6 !important;
}
.C-CC3A52-65-text {
  color: #cc3a52A6;
}
.C-CC3A52-65-border {
  border-color: #cc3a52A6 !important;
}
.C-CC3A52-60 {
  background-color: #cc3a5299 !important;
}
.C-CC3A52-60-text {
  color: #cc3a5299;
}
.C-CC3A52-60-border {
  border-color: #cc3a5299 !important;
}
.C-CC3A52-55 {
  background-color: #cc3a528C !important;
}
.C-CC3A52-55-text {
  color: #cc3a528C;
}
.C-CC3A52-55-border {
  border-color: #cc3a528C !important;
}
.C-CC3A52-50 {
  background-color: #cc3a5280 !important;
}
.C-CC3A52-50-text {
  color: #cc3a5280;
}
.C-CC3A52-50-border {
  border-color: #cc3a5280 !important;
}
.C-CC3A52-45 {
  background-color: #cc3a5273 !important;
}
.C-CC3A52-45-text {
  color: #cc3a5273;
}
.C-CC3A52-45-border {
  border-color: #cc3a5273 !important;
}
.C-CC3A52-40 {
  background-color: #cc3a5266 !important;
}
.C-CC3A52-40-text {
  color: #cc3a5266;
}
.C-CC3A52-40-border {
  border-color: #cc3a5266 !important;
}
.C-CC3A52-35 {
  background-color: #cc3a5259 !important;
}
.C-CC3A52-35-text {
  color: #cc3a5259;
}
.C-CC3A52-35-border {
  border-color: #cc3a5259 !important;
}
.C-CC3A52-30 {
  background-color: #cc3a524D !important;
}
.C-CC3A52-30-text {
  color: #cc3a524D;
}
.C-CC3A52-30-border {
  border-color: #cc3a524D !important;
}
.C-CC3A52-25 {
  background-color: #cc3a5240 !important;
}
.C-CC3A52-25-text {
  color: #cc3a5240;
}
.C-CC3A52-25-border {
  border-color: #cc3a5240 !important;
}
.C-CC3A52-20 {
  background-color: #cc3a5233 !important;
}
.C-CC3A52-20-text {
  color: #cc3a5233;
}
.C-CC3A52-20-border {
  border-color: #cc3a5233 !important;
}
.C-CC3A52-15 {
  background-color: #cc3a5226 !important;
}
.C-CC3A52-15-text {
  color: #cc3a5226;
}
.C-CC3A52-15-border {
  border-color: #cc3a5226 !important;
}
.C-CC3A52-10 {
  background-color: #cc3a521A !important;
}
.C-CC3A52-10-text {
  color: #cc3a521A;
}
.C-CC3A52-10-border {
  border-color: #cc3a521A !important;
}
.C-CC3A52-5 {
  background-color: #cc3a520D !important;
}
.C-CC3A52-5-text {
  color: #cc3a520D;
}
.C-CC3A52-5-border {
  border-color: #cc3a520D !important;
}
.C-CC3A52-0 {
  background-color: #cc3a520 !important;
}
.C-CC3A52-0-text {
  color: #cc3a520;
}
.C-CC3A52-0-border {
  border-color: #cc3a520 !important;
}
.C-CC3A52 {
  background-color: #cc3a52 !important;
  --btn-background: #cc3a52;
}
.C-CC3A52-text {
  color: #cc3a52;
}
.C-CC3A52-border {
  border-color: #cc3a52 !important;
}
@media (hover: hover) {
  .C-CC3A52-hover-bg:hover {
    background-color: #cc3a52 !important;
  }
}
.C-CC3A52-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CC3A52-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cc3a52;
  fill: #cc3a52;
  stroke: #cc3a52;
}
.C-CC3A52-hover-text[papaTarget]:hover.f_targetText {
  color: #cc3a52 !important;
  fill: #cc3a52 !important;
  stroke: #cc3a52 !important;
}
.C-CC3A52-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CC3A52-hover-text[fHover]:hover {
  color: #cc3a52 !important;
}
.C-CC3A52-after::after,
.C-CC3A52-after::before {
  background-color: #cc3a52;
}
.C-CC3A52-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cc3a52;
  transition: box-shadow 0.2s;
}
.C-CC3A52100 {
  background-color: #cc3a52 !important;
}
.C-CC3A52100-text {
  color: #cc3a52;
}
.C-CC3A52100-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A52100 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5295 {
  background-color: #cc3a52 !important;
}
.C-CC3A5295-text {
  color: #cc3a52;
}
.C-CC3A5295-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5295 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5290 {
  background-color: #cc3a52 !important;
}
.C-CC3A5290-text {
  color: #cc3a52;
}
.C-CC3A5290-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5290 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5285 {
  background-color: #cc3a52 !important;
}
.C-CC3A5285-text {
  color: #cc3a52;
}
.C-CC3A5285-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5285 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5280 {
  background-color: #cc3a52 !important;
}
.C-CC3A5280-text {
  color: #cc3a52;
}
.C-CC3A5280-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5280 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5275 {
  background-color: #cc3a52 !important;
}
.C-CC3A5275-text {
  color: #cc3a52;
}
.C-CC3A5275-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5275 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5270 {
  background-color: #cc3a52 !important;
}
.C-CC3A5270-text {
  color: #cc3a52;
}
.C-CC3A5270-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5270 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5265 {
  background-color: #cc3a52 !important;
}
.C-CC3A5265-text {
  color: #cc3a52;
}
.C-CC3A5265-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5265 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5260 {
  background-color: #cc3a52 !important;
}
.C-CC3A5260-text {
  color: #cc3a52;
}
.C-CC3A5260-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5260 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5255 {
  background-color: #cc3a52 !important;
}
.C-CC3A5255-text {
  color: #cc3a52;
}
.C-CC3A5255-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5255 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5250 {
  background-color: #cc3a52 !important;
}
.C-CC3A5250-text {
  color: #cc3a52;
}
.C-CC3A5250-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5250 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5245 {
  background-color: #cc3a52 !important;
}
.C-CC3A5245-text {
  color: #cc3a52;
}
.C-CC3A5245-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5245 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5240 {
  background-color: #cc3a52 !important;
}
.C-CC3A5240-text {
  color: #cc3a52;
}
.C-CC3A5240-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5240 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5235 {
  background-color: #cc3a52 !important;
}
.C-CC3A5235-text {
  color: #cc3a52;
}
.C-CC3A5235-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5235 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5230 {
  background-color: #cc3a52 !important;
}
.C-CC3A5230-text {
  color: #cc3a52;
}
.C-CC3A5230-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5230 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5225 {
  background-color: #cc3a52 !important;
}
.C-CC3A5225-text {
  color: #cc3a52;
}
.C-CC3A5225-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5225 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5220 {
  background-color: #cc3a52 !important;
}
.C-CC3A5220-text {
  color: #cc3a52;
}
.C-CC3A5220-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5220 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5215 {
  background-color: #cc3a52 !important;
}
.C-CC3A5215-text {
  color: #cc3a52;
}
.C-CC3A5215-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5215 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A5210 {
  background-color: #cc3a52 !important;
}
.C-CC3A5210-text {
  color: #cc3a52;
}
.C-CC3A5210-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A5210 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A525 {
  background-color: #cc3a52 !important;
}
.C-CC3A525-text {
  color: #cc3a52;
}
.C-CC3A525-border {
  border-color: #cc3a52;
}
.C-linearGradient-CC3A525 {
  background-image:
    linear-gradient(
      45deg,
      #cc3a52 0%,
      #cc3a52 99%,
      #cc3a52 100%);
}
.C-CC3A520 {
  background-color: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-text {
  color: rgba(204, 58, 82, 0);
}
.C-CC3A520-border {
  border-color: rgba(204, 58, 82, 0);
}
.C-linearGradient-CC3A520 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 58, 82, 0) 0%,
      #cc3a52 99%,
      rgba(204, 58, 82, 0) 100%);
}
.C-CC3A52-fill-1 #fill1 {
  fill: #cc3a52;
}
.C-CC3A52-fill-1.onHover:hover #fill1,
.C-CC3A52-fill-1:hover #fill1 {
  fill: #cc3a52;
}
.C-CC3A52-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A52100-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5295-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5290-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5285-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5280-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5275-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5270-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5265-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5260-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5255-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5250-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5245-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5240-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5235-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5230-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5225-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5220-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5215-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A5210-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A525-fill-1 #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A525-fill-1.onHover:hover #fill1 {
  fill: #cc3a52 !important;
}
.C-CC3A525-stroke-1 #stroke1 {
  stroke: #cc3a52 !important;
}
.C-CC3A520-fill-1 #fill1 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-stroke-1 #stroke1 {
  stroke: rgba(204, 58, 82, 0) !important;
}
.C-CC3A52-fill-2 #fill2 {
  fill: #cc3a52;
}
.C-CC3A52-fill-2.onHover:hover #fill2,
.C-CC3A52-fill-2:hover #fill2 {
  fill: #cc3a52;
}
.C-CC3A52-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A52100-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5295-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5290-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5285-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5280-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5275-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5270-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5265-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5260-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5255-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5250-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5245-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5240-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5235-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5230-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5225-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5220-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5215-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A5210-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A525-fill-2 #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A525-fill-2.onHover:hover #fill2 {
  fill: #cc3a52 !important;
}
.C-CC3A525-stroke-2 #stroke2 {
  stroke: #cc3a52 !important;
}
.C-CC3A520-fill-2 #fill2 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-stroke-2 #stroke2 {
  stroke: rgba(204, 58, 82, 0) !important;
}
.C-CC3A52-fill-3 #fill3 {
  fill: #cc3a52;
}
.C-CC3A52-fill-3.onHover:hover #fill3,
.C-CC3A52-fill-3:hover #fill3 {
  fill: #cc3a52;
}
.C-CC3A52-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A52100-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A52100-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5295-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5295-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5290-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5290-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5285-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5285-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5280-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5280-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5275-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5275-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5270-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5270-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5265-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5265-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5260-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5260-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5255-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5255-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5250-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5250-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5245-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5245-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5240-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5240-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5235-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5235-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5230-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5230-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5225-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5225-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5220-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5220-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5215-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5215-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A5210-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A5210-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A525-fill-3 #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A525-fill-3.onHover:hover #fill3 {
  fill: #cc3a52 !important;
}
.C-CC3A525-stroke-3 #stroke3 {
  stroke: #cc3a52 !important;
}
.C-CC3A520-fill-3 #fill3 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 58, 82, 0) !important;
}
.C-CC3A520-stroke-3 #stroke3 {
  stroke: rgba(204, 58, 82, 0) !important;
}
.C-FF6B83-100 {
  background-color: #ff6b83FF !important;
}
.C-FF6B83-100-text {
  color: #ff6b83FF;
}
.C-FF6B83-100-border {
  border-color: #ff6b83FF !important;
}
.C-FF6B83-95 {
  background-color: #ff6b83F2 !important;
}
.C-FF6B83-95-text {
  color: #ff6b83F2;
}
.C-FF6B83-95-border {
  border-color: #ff6b83F2 !important;
}
.C-FF6B83-90 {
  background-color: #ff6b83E6 !important;
}
.C-FF6B83-90-text {
  color: #ff6b83E6;
}
.C-FF6B83-90-border {
  border-color: #ff6b83E6 !important;
}
.C-FF6B83-85 {
  background-color: #ff6b83D9 !important;
}
.C-FF6B83-85-text {
  color: #ff6b83D9;
}
.C-FF6B83-85-border {
  border-color: #ff6b83D9 !important;
}
.C-FF6B83-80 {
  background-color: #ff6b83CC !important;
}
.C-FF6B83-80-text {
  color: #ff6b83CC;
}
.C-FF6B83-80-border {
  border-color: #ff6b83CC !important;
}
.C-FF6B83-75 {
  background-color: #ff6b83BF !important;
}
.C-FF6B83-75-text {
  color: #ff6b83BF;
}
.C-FF6B83-75-border {
  border-color: #ff6b83BF !important;
}
.C-FF6B83-70 {
  background-color: #ff6b83B3 !important;
}
.C-FF6B83-70-text {
  color: #ff6b83B3;
}
.C-FF6B83-70-border {
  border-color: #ff6b83B3 !important;
}
.C-FF6B83-65 {
  background-color: #ff6b83A6 !important;
}
.C-FF6B83-65-text {
  color: #ff6b83A6;
}
.C-FF6B83-65-border {
  border-color: #ff6b83A6 !important;
}
.C-FF6B83-60 {
  background-color: #ff6b8399 !important;
}
.C-FF6B83-60-text {
  color: #ff6b8399;
}
.C-FF6B83-60-border {
  border-color: #ff6b8399 !important;
}
.C-FF6B83-55 {
  background-color: #ff6b838C !important;
}
.C-FF6B83-55-text {
  color: #ff6b838C;
}
.C-FF6B83-55-border {
  border-color: #ff6b838C !important;
}
.C-FF6B83-50 {
  background-color: #ff6b8380 !important;
}
.C-FF6B83-50-text {
  color: #ff6b8380;
}
.C-FF6B83-50-border {
  border-color: #ff6b8380 !important;
}
.C-FF6B83-45 {
  background-color: #ff6b8373 !important;
}
.C-FF6B83-45-text {
  color: #ff6b8373;
}
.C-FF6B83-45-border {
  border-color: #ff6b8373 !important;
}
.C-FF6B83-40 {
  background-color: #ff6b8366 !important;
}
.C-FF6B83-40-text {
  color: #ff6b8366;
}
.C-FF6B83-40-border {
  border-color: #ff6b8366 !important;
}
.C-FF6B83-35 {
  background-color: #ff6b8359 !important;
}
.C-FF6B83-35-text {
  color: #ff6b8359;
}
.C-FF6B83-35-border {
  border-color: #ff6b8359 !important;
}
.C-FF6B83-30 {
  background-color: #ff6b834D !important;
}
.C-FF6B83-30-text {
  color: #ff6b834D;
}
.C-FF6B83-30-border {
  border-color: #ff6b834D !important;
}
.C-FF6B83-25 {
  background-color: #ff6b8340 !important;
}
.C-FF6B83-25-text {
  color: #ff6b8340;
}
.C-FF6B83-25-border {
  border-color: #ff6b8340 !important;
}
.C-FF6B83-20 {
  background-color: #ff6b8333 !important;
}
.C-FF6B83-20-text {
  color: #ff6b8333;
}
.C-FF6B83-20-border {
  border-color: #ff6b8333 !important;
}
.C-FF6B83-15 {
  background-color: #ff6b8326 !important;
}
.C-FF6B83-15-text {
  color: #ff6b8326;
}
.C-FF6B83-15-border {
  border-color: #ff6b8326 !important;
}
.C-FF6B83-10 {
  background-color: #ff6b831A !important;
}
.C-FF6B83-10-text {
  color: #ff6b831A;
}
.C-FF6B83-10-border {
  border-color: #ff6b831A !important;
}
.C-FF6B83-5 {
  background-color: #ff6b830D !important;
}
.C-FF6B83-5-text {
  color: #ff6b830D;
}
.C-FF6B83-5-border {
  border-color: #ff6b830D !important;
}
.C-FF6B83-0 {
  background-color: #ff6b830 !important;
}
.C-FF6B83-0-text {
  color: #ff6b830;
}
.C-FF6B83-0-border {
  border-color: #ff6b830 !important;
}
.C-FF6B83 {
  background-color: #ff6b83 !important;
  --btn-background: #ff6b83;
}
.C-FF6B83-text {
  color: #ff6b83;
}
.C-FF6B83-border {
  border-color: #ff6b83 !important;
}
@media (hover: hover) {
  .C-FF6B83-hover-bg:hover {
    background-color: #ff6b83 !important;
  }
}
.C-FF6B83-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF6B83-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff6b83;
  fill: #ff6b83;
  stroke: #ff6b83;
}
.C-FF6B83-hover-text[papaTarget]:hover.f_targetText {
  color: #ff6b83 !important;
  fill: #ff6b83 !important;
  stroke: #ff6b83 !important;
}
.C-FF6B83-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF6B83-hover-text[fHover]:hover {
  color: #ff6b83 !important;
}
.C-FF6B83-after::after,
.C-FF6B83-after::before {
  background-color: #ff6b83;
}
.C-FF6B83-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff6b83;
  transition: box-shadow 0.2s;
}
.C-FF6B83100 {
  background-color: #ff6b83 !important;
}
.C-FF6B83100-text {
  color: #ff6b83;
}
.C-FF6B83100-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B83100 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8395 {
  background-color: #ff6b83 !important;
}
.C-FF6B8395-text {
  color: #ff6b83;
}
.C-FF6B8395-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8395 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8390 {
  background-color: #ff6b83 !important;
}
.C-FF6B8390-text {
  color: #ff6b83;
}
.C-FF6B8390-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8390 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8385 {
  background-color: #ff6b83 !important;
}
.C-FF6B8385-text {
  color: #ff6b83;
}
.C-FF6B8385-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8385 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8380 {
  background-color: #ff6b83 !important;
}
.C-FF6B8380-text {
  color: #ff6b83;
}
.C-FF6B8380-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8380 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8375 {
  background-color: #ff6b83 !important;
}
.C-FF6B8375-text {
  color: #ff6b83;
}
.C-FF6B8375-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8375 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8370 {
  background-color: #ff6b83 !important;
}
.C-FF6B8370-text {
  color: #ff6b83;
}
.C-FF6B8370-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8370 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8365 {
  background-color: #ff6b83 !important;
}
.C-FF6B8365-text {
  color: #ff6b83;
}
.C-FF6B8365-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8365 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8360 {
  background-color: #ff6b83 !important;
}
.C-FF6B8360-text {
  color: #ff6b83;
}
.C-FF6B8360-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8360 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8355 {
  background-color: #ff6b83 !important;
}
.C-FF6B8355-text {
  color: #ff6b83;
}
.C-FF6B8355-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8355 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8350 {
  background-color: #ff6b83 !important;
}
.C-FF6B8350-text {
  color: #ff6b83;
}
.C-FF6B8350-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8350 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8345 {
  background-color: #ff6b83 !important;
}
.C-FF6B8345-text {
  color: #ff6b83;
}
.C-FF6B8345-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8345 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8340 {
  background-color: #ff6b83 !important;
}
.C-FF6B8340-text {
  color: #ff6b83;
}
.C-FF6B8340-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8340 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8335 {
  background-color: #ff6b83 !important;
}
.C-FF6B8335-text {
  color: #ff6b83;
}
.C-FF6B8335-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8335 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8330 {
  background-color: #ff6b83 !important;
}
.C-FF6B8330-text {
  color: #ff6b83;
}
.C-FF6B8330-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8330 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8325 {
  background-color: #ff6b83 !important;
}
.C-FF6B8325-text {
  color: #ff6b83;
}
.C-FF6B8325-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8325 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8320 {
  background-color: #ff6b83 !important;
}
.C-FF6B8320-text {
  color: #ff6b83;
}
.C-FF6B8320-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8320 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8315 {
  background-color: #ff6b83 !important;
}
.C-FF6B8315-text {
  color: #ff6b83;
}
.C-FF6B8315-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8315 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B8310 {
  background-color: #ff6b83 !important;
}
.C-FF6B8310-text {
  color: #ff6b83;
}
.C-FF6B8310-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B8310 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B835 {
  background-color: #ff6b83 !important;
}
.C-FF6B835-text {
  color: #ff6b83;
}
.C-FF6B835-border {
  border-color: #ff6b83;
}
.C-linearGradient-FF6B835 {
  background-image:
    linear-gradient(
      45deg,
      #ff6b83 0%,
      #ff6b83 99%,
      #ff6b83 100%);
}
.C-FF6B830 {
  background-color: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-text {
  color: rgba(255, 107, 131, 0);
}
.C-FF6B830-border {
  border-color: rgba(255, 107, 131, 0);
}
.C-linearGradient-FF6B830 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 107, 131, 0) 0%,
      #ff6b83 99%,
      rgba(255, 107, 131, 0) 100%);
}
.C-FF6B83-fill-1 #fill1 {
  fill: #ff6b83;
}
.C-FF6B83-fill-1.onHover:hover #fill1,
.C-FF6B83-fill-1:hover #fill1 {
  fill: #ff6b83;
}
.C-FF6B83-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B83100-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8395-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8390-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8385-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8380-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8375-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8370-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8365-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8360-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8355-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8350-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8345-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8340-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8335-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8330-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8325-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8320-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8315-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B8310-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B835-fill-1 #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B835-fill-1.onHover:hover #fill1 {
  fill: #ff6b83 !important;
}
.C-FF6B835-stroke-1 #stroke1 {
  stroke: #ff6b83 !important;
}
.C-FF6B830-fill-1 #fill1 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-stroke-1 #stroke1 {
  stroke: rgba(255, 107, 131, 0) !important;
}
.C-FF6B83-fill-2 #fill2 {
  fill: #ff6b83;
}
.C-FF6B83-fill-2.onHover:hover #fill2,
.C-FF6B83-fill-2:hover #fill2 {
  fill: #ff6b83;
}
.C-FF6B83-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B83100-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8395-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8390-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8385-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8380-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8375-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8370-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8365-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8360-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8355-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8350-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8345-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8340-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8335-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8330-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8325-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8320-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8315-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B8310-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B835-fill-2 #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B835-fill-2.onHover:hover #fill2 {
  fill: #ff6b83 !important;
}
.C-FF6B835-stroke-2 #stroke2 {
  stroke: #ff6b83 !important;
}
.C-FF6B830-fill-2 #fill2 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-stroke-2 #stroke2 {
  stroke: rgba(255, 107, 131, 0) !important;
}
.C-FF6B83-fill-3 #fill3 {
  fill: #ff6b83;
}
.C-FF6B83-fill-3.onHover:hover #fill3,
.C-FF6B83-fill-3:hover #fill3 {
  fill: #ff6b83;
}
.C-FF6B83-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B83100-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B83100-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8395-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8395-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8390-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8390-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8385-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8385-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8380-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8380-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8375-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8375-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8370-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8370-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8365-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8365-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8360-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8360-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8355-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8355-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8350-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8350-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8345-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8345-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8340-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8340-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8335-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8335-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8330-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8330-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8325-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8325-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8320-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8320-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8315-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8315-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B8310-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B8310-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B835-fill-3 #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B835-fill-3.onHover:hover #fill3 {
  fill: #ff6b83 !important;
}
.C-FF6B835-stroke-3 #stroke3 {
  stroke: #ff6b83 !important;
}
.C-FF6B830-fill-3 #fill3 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 107, 131, 0) !important;
}
.C-FF6B830-stroke-3 #stroke3 {
  stroke: rgba(255, 107, 131, 0) !important;
}
.C-FF7C44-100 {
  background-color: #ff7c44FF !important;
}
.C-FF7C44-100-text {
  color: #ff7c44FF;
}
.C-FF7C44-100-border {
  border-color: #ff7c44FF !important;
}
.C-FF7C44-95 {
  background-color: #ff7c44F2 !important;
}
.C-FF7C44-95-text {
  color: #ff7c44F2;
}
.C-FF7C44-95-border {
  border-color: #ff7c44F2 !important;
}
.C-FF7C44-90 {
  background-color: #ff7c44E6 !important;
}
.C-FF7C44-90-text {
  color: #ff7c44E6;
}
.C-FF7C44-90-border {
  border-color: #ff7c44E6 !important;
}
.C-FF7C44-85 {
  background-color: #ff7c44D9 !important;
}
.C-FF7C44-85-text {
  color: #ff7c44D9;
}
.C-FF7C44-85-border {
  border-color: #ff7c44D9 !important;
}
.C-FF7C44-80 {
  background-color: #ff7c44CC !important;
}
.C-FF7C44-80-text {
  color: #ff7c44CC;
}
.C-FF7C44-80-border {
  border-color: #ff7c44CC !important;
}
.C-FF7C44-75 {
  background-color: #ff7c44BF !important;
}
.C-FF7C44-75-text {
  color: #ff7c44BF;
}
.C-FF7C44-75-border {
  border-color: #ff7c44BF !important;
}
.C-FF7C44-70 {
  background-color: #ff7c44B3 !important;
}
.C-FF7C44-70-text {
  color: #ff7c44B3;
}
.C-FF7C44-70-border {
  border-color: #ff7c44B3 !important;
}
.C-FF7C44-65 {
  background-color: #ff7c44A6 !important;
}
.C-FF7C44-65-text {
  color: #ff7c44A6;
}
.C-FF7C44-65-border {
  border-color: #ff7c44A6 !important;
}
.C-FF7C44-60 {
  background-color: #ff7c4499 !important;
}
.C-FF7C44-60-text {
  color: #ff7c4499;
}
.C-FF7C44-60-border {
  border-color: #ff7c4499 !important;
}
.C-FF7C44-55 {
  background-color: #ff7c448C !important;
}
.C-FF7C44-55-text {
  color: #ff7c448C;
}
.C-FF7C44-55-border {
  border-color: #ff7c448C !important;
}
.C-FF7C44-50 {
  background-color: #ff7c4480 !important;
}
.C-FF7C44-50-text {
  color: #ff7c4480;
}
.C-FF7C44-50-border {
  border-color: #ff7c4480 !important;
}
.C-FF7C44-45 {
  background-color: #ff7c4473 !important;
}
.C-FF7C44-45-text {
  color: #ff7c4473;
}
.C-FF7C44-45-border {
  border-color: #ff7c4473 !important;
}
.C-FF7C44-40 {
  background-color: #ff7c4466 !important;
}
.C-FF7C44-40-text {
  color: #ff7c4466;
}
.C-FF7C44-40-border {
  border-color: #ff7c4466 !important;
}
.C-FF7C44-35 {
  background-color: #ff7c4459 !important;
}
.C-FF7C44-35-text {
  color: #ff7c4459;
}
.C-FF7C44-35-border {
  border-color: #ff7c4459 !important;
}
.C-FF7C44-30 {
  background-color: #ff7c444D !important;
}
.C-FF7C44-30-text {
  color: #ff7c444D;
}
.C-FF7C44-30-border {
  border-color: #ff7c444D !important;
}
.C-FF7C44-25 {
  background-color: #ff7c4440 !important;
}
.C-FF7C44-25-text {
  color: #ff7c4440;
}
.C-FF7C44-25-border {
  border-color: #ff7c4440 !important;
}
.C-FF7C44-20 {
  background-color: #ff7c4433 !important;
}
.C-FF7C44-20-text {
  color: #ff7c4433;
}
.C-FF7C44-20-border {
  border-color: #ff7c4433 !important;
}
.C-FF7C44-15 {
  background-color: #ff7c4426 !important;
}
.C-FF7C44-15-text {
  color: #ff7c4426;
}
.C-FF7C44-15-border {
  border-color: #ff7c4426 !important;
}
.C-FF7C44-10 {
  background-color: #ff7c441A !important;
}
.C-FF7C44-10-text {
  color: #ff7c441A;
}
.C-FF7C44-10-border {
  border-color: #ff7c441A !important;
}
.C-FF7C44-5 {
  background-color: #ff7c440D !important;
}
.C-FF7C44-5-text {
  color: #ff7c440D;
}
.C-FF7C44-5-border {
  border-color: #ff7c440D !important;
}
.C-FF7C44-0 {
  background-color: #ff7c440 !important;
}
.C-FF7C44-0-text {
  color: #ff7c440;
}
.C-FF7C44-0-border {
  border-color: #ff7c440 !important;
}
.C-FF7C44 {
  background-color: #ff7c44 !important;
  --btn-background: #ff7c44;
}
.C-FF7C44-text {
  color: #ff7c44;
}
.C-FF7C44-border {
  border-color: #ff7c44 !important;
}
@media (hover: hover) {
  .C-FF7C44-hover-bg:hover {
    background-color: #ff7c44 !important;
  }
}
.C-FF7C44-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF7C44-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff7c44;
  fill: #ff7c44;
  stroke: #ff7c44;
}
.C-FF7C44-hover-text[papaTarget]:hover.f_targetText {
  color: #ff7c44 !important;
  fill: #ff7c44 !important;
  stroke: #ff7c44 !important;
}
.C-FF7C44-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF7C44-hover-text[fHover]:hover {
  color: #ff7c44 !important;
}
.C-FF7C44-after::after,
.C-FF7C44-after::before {
  background-color: #ff7c44;
}
.C-FF7C44-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff7c44;
  transition: box-shadow 0.2s;
}
.C-FF7C44100 {
  background-color: #ff7c44 !important;
}
.C-FF7C44100-text {
  color: #ff7c44;
}
.C-FF7C44100-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C44100 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4495 {
  background-color: #ff7c44 !important;
}
.C-FF7C4495-text {
  color: #ff7c44;
}
.C-FF7C4495-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4495 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4490 {
  background-color: #ff7c44 !important;
}
.C-FF7C4490-text {
  color: #ff7c44;
}
.C-FF7C4490-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4490 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4485 {
  background-color: #ff7c44 !important;
}
.C-FF7C4485-text {
  color: #ff7c44;
}
.C-FF7C4485-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4485 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4480 {
  background-color: #ff7c44 !important;
}
.C-FF7C4480-text {
  color: #ff7c44;
}
.C-FF7C4480-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4480 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4475 {
  background-color: #ff7c44 !important;
}
.C-FF7C4475-text {
  color: #ff7c44;
}
.C-FF7C4475-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4475 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4470 {
  background-color: #ff7c44 !important;
}
.C-FF7C4470-text {
  color: #ff7c44;
}
.C-FF7C4470-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4470 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4465 {
  background-color: #ff7c44 !important;
}
.C-FF7C4465-text {
  color: #ff7c44;
}
.C-FF7C4465-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4465 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4460 {
  background-color: #ff7c44 !important;
}
.C-FF7C4460-text {
  color: #ff7c44;
}
.C-FF7C4460-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4460 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4455 {
  background-color: #ff7c44 !important;
}
.C-FF7C4455-text {
  color: #ff7c44;
}
.C-FF7C4455-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4455 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4450 {
  background-color: #ff7c44 !important;
}
.C-FF7C4450-text {
  color: #ff7c44;
}
.C-FF7C4450-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4450 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4445 {
  background-color: #ff7c44 !important;
}
.C-FF7C4445-text {
  color: #ff7c44;
}
.C-FF7C4445-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4445 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4440 {
  background-color: #ff7c44 !important;
}
.C-FF7C4440-text {
  color: #ff7c44;
}
.C-FF7C4440-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4440 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4435 {
  background-color: #ff7c44 !important;
}
.C-FF7C4435-text {
  color: #ff7c44;
}
.C-FF7C4435-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4435 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4430 {
  background-color: #ff7c44 !important;
}
.C-FF7C4430-text {
  color: #ff7c44;
}
.C-FF7C4430-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4430 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4425 {
  background-color: #ff7c44 !important;
}
.C-FF7C4425-text {
  color: #ff7c44;
}
.C-FF7C4425-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4425 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4420 {
  background-color: #ff7c44 !important;
}
.C-FF7C4420-text {
  color: #ff7c44;
}
.C-FF7C4420-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4420 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4415 {
  background-color: #ff7c44 !important;
}
.C-FF7C4415-text {
  color: #ff7c44;
}
.C-FF7C4415-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4415 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C4410 {
  background-color: #ff7c44 !important;
}
.C-FF7C4410-text {
  color: #ff7c44;
}
.C-FF7C4410-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C4410 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C445 {
  background-color: #ff7c44 !important;
}
.C-FF7C445-text {
  color: #ff7c44;
}
.C-FF7C445-border {
  border-color: #ff7c44;
}
.C-linearGradient-FF7C445 {
  background-image:
    linear-gradient(
      45deg,
      #ff7c44 0%,
      #ff7c44 99%,
      #ff7c44 100%);
}
.C-FF7C440 {
  background-color: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-text {
  color: rgba(255, 124, 68, 0);
}
.C-FF7C440-border {
  border-color: rgba(255, 124, 68, 0);
}
.C-linearGradient-FF7C440 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 124, 68, 0) 0%,
      #ff7c44 99%,
      rgba(255, 124, 68, 0) 100%);
}
.C-FF7C44-fill-1 #fill1 {
  fill: #ff7c44;
}
.C-FF7C44-fill-1.onHover:hover #fill1,
.C-FF7C44-fill-1:hover #fill1 {
  fill: #ff7c44;
}
.C-FF7C44-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C44100-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4495-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4490-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4485-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4480-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4475-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4470-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4465-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4460-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4455-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4450-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4445-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4440-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4435-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4430-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4425-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4420-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4415-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C4410-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C445-fill-1 #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C445-fill-1.onHover:hover #fill1 {
  fill: #ff7c44 !important;
}
.C-FF7C445-stroke-1 #stroke1 {
  stroke: #ff7c44 !important;
}
.C-FF7C440-fill-1 #fill1 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-stroke-1 #stroke1 {
  stroke: rgba(255, 124, 68, 0) !important;
}
.C-FF7C44-fill-2 #fill2 {
  fill: #ff7c44;
}
.C-FF7C44-fill-2.onHover:hover #fill2,
.C-FF7C44-fill-2:hover #fill2 {
  fill: #ff7c44;
}
.C-FF7C44-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C44100-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4495-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4490-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4485-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4480-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4475-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4470-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4465-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4460-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4455-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4450-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4445-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4440-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4435-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4430-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4425-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4420-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4415-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C4410-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C445-fill-2 #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C445-fill-2.onHover:hover #fill2 {
  fill: #ff7c44 !important;
}
.C-FF7C445-stroke-2 #stroke2 {
  stroke: #ff7c44 !important;
}
.C-FF7C440-fill-2 #fill2 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-stroke-2 #stroke2 {
  stroke: rgba(255, 124, 68, 0) !important;
}
.C-FF7C44-fill-3 #fill3 {
  fill: #ff7c44;
}
.C-FF7C44-fill-3.onHover:hover #fill3,
.C-FF7C44-fill-3:hover #fill3 {
  fill: #ff7c44;
}
.C-FF7C44-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C44100-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C44100-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4495-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4495-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4490-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4490-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4485-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4485-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4480-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4480-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4475-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4475-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4470-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4470-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4465-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4465-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4460-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4460-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4455-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4455-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4450-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4450-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4445-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4445-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4440-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4440-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4435-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4435-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4430-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4430-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4425-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4425-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4420-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4420-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4415-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4415-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C4410-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C4410-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C445-fill-3 #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C445-fill-3.onHover:hover #fill3 {
  fill: #ff7c44 !important;
}
.C-FF7C445-stroke-3 #stroke3 {
  stroke: #ff7c44 !important;
}
.C-FF7C440-fill-3 #fill3 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 124, 68, 0) !important;
}
.C-FF7C440-stroke-3 #stroke3 {
  stroke: rgba(255, 124, 68, 0) !important;
}
.C-CC6236-100 {
  background-color: #cc6236FF !important;
}
.C-CC6236-100-text {
  color: #cc6236FF;
}
.C-CC6236-100-border {
  border-color: #cc6236FF !important;
}
.C-CC6236-95 {
  background-color: #cc6236F2 !important;
}
.C-CC6236-95-text {
  color: #cc6236F2;
}
.C-CC6236-95-border {
  border-color: #cc6236F2 !important;
}
.C-CC6236-90 {
  background-color: #cc6236E6 !important;
}
.C-CC6236-90-text {
  color: #cc6236E6;
}
.C-CC6236-90-border {
  border-color: #cc6236E6 !important;
}
.C-CC6236-85 {
  background-color: #cc6236D9 !important;
}
.C-CC6236-85-text {
  color: #cc6236D9;
}
.C-CC6236-85-border {
  border-color: #cc6236D9 !important;
}
.C-CC6236-80 {
  background-color: #cc6236CC !important;
}
.C-CC6236-80-text {
  color: #cc6236CC;
}
.C-CC6236-80-border {
  border-color: #cc6236CC !important;
}
.C-CC6236-75 {
  background-color: #cc6236BF !important;
}
.C-CC6236-75-text {
  color: #cc6236BF;
}
.C-CC6236-75-border {
  border-color: #cc6236BF !important;
}
.C-CC6236-70 {
  background-color: #cc6236B3 !important;
}
.C-CC6236-70-text {
  color: #cc6236B3;
}
.C-CC6236-70-border {
  border-color: #cc6236B3 !important;
}
.C-CC6236-65 {
  background-color: #cc6236A6 !important;
}
.C-CC6236-65-text {
  color: #cc6236A6;
}
.C-CC6236-65-border {
  border-color: #cc6236A6 !important;
}
.C-CC6236-60 {
  background-color: #cc623699 !important;
}
.C-CC6236-60-text {
  color: #cc623699;
}
.C-CC6236-60-border {
  border-color: #cc623699 !important;
}
.C-CC6236-55 {
  background-color: #cc62368C !important;
}
.C-CC6236-55-text {
  color: #cc62368C;
}
.C-CC6236-55-border {
  border-color: #cc62368C !important;
}
.C-CC6236-50 {
  background-color: #cc623680 !important;
}
.C-CC6236-50-text {
  color: #cc623680;
}
.C-CC6236-50-border {
  border-color: #cc623680 !important;
}
.C-CC6236-45 {
  background-color: #cc623673 !important;
}
.C-CC6236-45-text {
  color: #cc623673;
}
.C-CC6236-45-border {
  border-color: #cc623673 !important;
}
.C-CC6236-40 {
  background-color: #cc623666 !important;
}
.C-CC6236-40-text {
  color: #cc623666;
}
.C-CC6236-40-border {
  border-color: #cc623666 !important;
}
.C-CC6236-35 {
  background-color: #cc623659 !important;
}
.C-CC6236-35-text {
  color: #cc623659;
}
.C-CC6236-35-border {
  border-color: #cc623659 !important;
}
.C-CC6236-30 {
  background-color: #cc62364D !important;
}
.C-CC6236-30-text {
  color: #cc62364D;
}
.C-CC6236-30-border {
  border-color: #cc62364D !important;
}
.C-CC6236-25 {
  background-color: #cc623640 !important;
}
.C-CC6236-25-text {
  color: #cc623640;
}
.C-CC6236-25-border {
  border-color: #cc623640 !important;
}
.C-CC6236-20 {
  background-color: #cc623633 !important;
}
.C-CC6236-20-text {
  color: #cc623633;
}
.C-CC6236-20-border {
  border-color: #cc623633 !important;
}
.C-CC6236-15 {
  background-color: #cc623626 !important;
}
.C-CC6236-15-text {
  color: #cc623626;
}
.C-CC6236-15-border {
  border-color: #cc623626 !important;
}
.C-CC6236-10 {
  background-color: #cc62361A !important;
}
.C-CC6236-10-text {
  color: #cc62361A;
}
.C-CC6236-10-border {
  border-color: #cc62361A !important;
}
.C-CC6236-5 {
  background-color: #cc62360D !important;
}
.C-CC6236-5-text {
  color: #cc62360D;
}
.C-CC6236-5-border {
  border-color: #cc62360D !important;
}
.C-CC6236-0 {
  background-color: #cc62360 !important;
}
.C-CC6236-0-text {
  color: #cc62360;
}
.C-CC6236-0-border {
  border-color: #cc62360 !important;
}
.C-CC6236 {
  background-color: #cc6236 !important;
  --btn-background: #cc6236;
}
.C-CC6236-text {
  color: #cc6236;
}
.C-CC6236-border {
  border-color: #cc6236 !important;
}
@media (hover: hover) {
  .C-CC6236-hover-bg:hover {
    background-color: #cc6236 !important;
  }
}
.C-CC6236-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CC6236-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cc6236;
  fill: #cc6236;
  stroke: #cc6236;
}
.C-CC6236-hover-text[papaTarget]:hover.f_targetText {
  color: #cc6236 !important;
  fill: #cc6236 !important;
  stroke: #cc6236 !important;
}
.C-CC6236-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CC6236-hover-text[fHover]:hover {
  color: #cc6236 !important;
}
.C-CC6236-after::after,
.C-CC6236-after::before {
  background-color: #cc6236;
}
.C-CC6236-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cc6236;
  transition: box-shadow 0.2s;
}
.C-CC6236100 {
  background-color: #cc6236 !important;
}
.C-CC6236100-text {
  color: #cc6236;
}
.C-CC6236100-border {
  border-color: #cc6236;
}
.C-linearGradient-CC6236100 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623695 {
  background-color: #cc6236 !important;
}
.C-CC623695-text {
  color: #cc6236;
}
.C-CC623695-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623695 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623690 {
  background-color: #cc6236 !important;
}
.C-CC623690-text {
  color: #cc6236;
}
.C-CC623690-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623690 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623685 {
  background-color: #cc6236 !important;
}
.C-CC623685-text {
  color: #cc6236;
}
.C-CC623685-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623685 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623680 {
  background-color: #cc6236 !important;
}
.C-CC623680-text {
  color: #cc6236;
}
.C-CC623680-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623680 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623675 {
  background-color: #cc6236 !important;
}
.C-CC623675-text {
  color: #cc6236;
}
.C-CC623675-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623675 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623670 {
  background-color: #cc6236 !important;
}
.C-CC623670-text {
  color: #cc6236;
}
.C-CC623670-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623670 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623665 {
  background-color: #cc6236 !important;
}
.C-CC623665-text {
  color: #cc6236;
}
.C-CC623665-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623665 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623660 {
  background-color: #cc6236 !important;
}
.C-CC623660-text {
  color: #cc6236;
}
.C-CC623660-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623660 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623655 {
  background-color: #cc6236 !important;
}
.C-CC623655-text {
  color: #cc6236;
}
.C-CC623655-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623655 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623650 {
  background-color: #cc6236 !important;
}
.C-CC623650-text {
  color: #cc6236;
}
.C-CC623650-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623650 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623645 {
  background-color: #cc6236 !important;
}
.C-CC623645-text {
  color: #cc6236;
}
.C-CC623645-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623645 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623640 {
  background-color: #cc6236 !important;
}
.C-CC623640-text {
  color: #cc6236;
}
.C-CC623640-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623640 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623635 {
  background-color: #cc6236 !important;
}
.C-CC623635-text {
  color: #cc6236;
}
.C-CC623635-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623635 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623630 {
  background-color: #cc6236 !important;
}
.C-CC623630-text {
  color: #cc6236;
}
.C-CC623630-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623630 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623625 {
  background-color: #cc6236 !important;
}
.C-CC623625-text {
  color: #cc6236;
}
.C-CC623625-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623625 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623620 {
  background-color: #cc6236 !important;
}
.C-CC623620-text {
  color: #cc6236;
}
.C-CC623620-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623620 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623615 {
  background-color: #cc6236 !important;
}
.C-CC623615-text {
  color: #cc6236;
}
.C-CC623615-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623615 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC623610 {
  background-color: #cc6236 !important;
}
.C-CC623610-text {
  color: #cc6236;
}
.C-CC623610-border {
  border-color: #cc6236;
}
.C-linearGradient-CC623610 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC62365 {
  background-color: #cc6236 !important;
}
.C-CC62365-text {
  color: #cc6236;
}
.C-CC62365-border {
  border-color: #cc6236;
}
.C-linearGradient-CC62365 {
  background-image:
    linear-gradient(
      45deg,
      #cc6236 0%,
      #cc6236 99%,
      #cc6236 100%);
}
.C-CC62360 {
  background-color: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-text {
  color: rgba(204, 98, 54, 0);
}
.C-CC62360-border {
  border-color: rgba(204, 98, 54, 0);
}
.C-linearGradient-CC62360 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 98, 54, 0) 0%,
      #cc6236 99%,
      rgba(204, 98, 54, 0) 100%);
}
.C-CC6236-fill-1 #fill1 {
  fill: #cc6236;
}
.C-CC6236-fill-1.onHover:hover #fill1,
.C-CC6236-fill-1:hover #fill1 {
  fill: #cc6236;
}
.C-CC6236-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC6236100-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC6236100-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC6236100-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623695-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623695-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623695-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623690-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623690-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623690-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623685-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623685-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623685-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623680-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623680-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623680-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623675-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623675-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623675-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623670-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623670-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623670-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623665-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623665-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623665-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623660-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623660-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623660-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623655-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623655-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623655-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623650-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623650-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623650-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623645-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623645-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623645-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623640-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623640-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623640-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623635-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623635-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623635-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623630-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623630-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623630-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623625-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623625-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623625-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623620-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623620-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623620-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623615-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623615-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623615-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC623610-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC623610-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC623610-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC62365-fill-1 #fill1 {
  fill: #cc6236 !important;
}
.C-CC62365-fill-1.onHover:hover #fill1 {
  fill: #cc6236 !important;
}
.C-CC62365-stroke-1 #stroke1 {
  stroke: #cc6236 !important;
}
.C-CC62360-fill-1 #fill1 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-stroke-1 #stroke1 {
  stroke: rgba(204, 98, 54, 0) !important;
}
.C-CC6236-fill-2 #fill2 {
  fill: #cc6236;
}
.C-CC6236-fill-2.onHover:hover #fill2,
.C-CC6236-fill-2:hover #fill2 {
  fill: #cc6236;
}
.C-CC6236-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC6236100-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC6236100-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC6236100-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623695-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623695-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623695-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623690-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623690-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623690-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623685-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623685-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623685-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623680-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623680-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623680-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623675-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623675-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623675-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623670-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623670-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623670-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623665-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623665-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623665-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623660-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623660-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623660-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623655-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623655-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623655-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623650-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623650-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623650-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623645-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623645-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623645-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623640-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623640-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623640-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623635-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623635-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623635-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623630-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623630-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623630-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623625-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623625-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623625-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623620-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623620-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623620-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623615-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623615-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623615-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC623610-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC623610-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC623610-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC62365-fill-2 #fill2 {
  fill: #cc6236 !important;
}
.C-CC62365-fill-2.onHover:hover #fill2 {
  fill: #cc6236 !important;
}
.C-CC62365-stroke-2 #stroke2 {
  stroke: #cc6236 !important;
}
.C-CC62360-fill-2 #fill2 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-stroke-2 #stroke2 {
  stroke: rgba(204, 98, 54, 0) !important;
}
.C-CC6236-fill-3 #fill3 {
  fill: #cc6236;
}
.C-CC6236-fill-3.onHover:hover #fill3,
.C-CC6236-fill-3:hover #fill3 {
  fill: #cc6236;
}
.C-CC6236-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC6236100-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC6236100-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC6236100-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623695-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623695-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623695-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623690-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623690-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623690-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623685-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623685-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623685-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623680-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623680-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623680-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623675-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623675-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623675-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623670-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623670-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623670-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623665-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623665-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623665-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623660-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623660-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623660-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623655-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623655-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623655-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623650-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623650-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623650-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623645-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623645-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623645-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623640-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623640-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623640-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623635-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623635-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623635-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623630-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623630-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623630-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623625-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623625-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623625-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623620-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623620-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623620-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623615-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623615-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623615-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC623610-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC623610-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC623610-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC62365-fill-3 #fill3 {
  fill: #cc6236 !important;
}
.C-CC62365-fill-3.onHover:hover #fill3 {
  fill: #cc6236 !important;
}
.C-CC62365-stroke-3 #stroke3 {
  stroke: #cc6236 !important;
}
.C-CC62360-fill-3 #fill3 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 98, 54, 0) !important;
}
.C-CC62360-stroke-3 #stroke3 {
  stroke: rgba(204, 98, 54, 0) !important;
}
.C-FF9665-100 {
  background-color: #ff9665FF !important;
}
.C-FF9665-100-text {
  color: #ff9665FF;
}
.C-FF9665-100-border {
  border-color: #ff9665FF !important;
}
.C-FF9665-95 {
  background-color: #ff9665F2 !important;
}
.C-FF9665-95-text {
  color: #ff9665F2;
}
.C-FF9665-95-border {
  border-color: #ff9665F2 !important;
}
.C-FF9665-90 {
  background-color: #ff9665E6 !important;
}
.C-FF9665-90-text {
  color: #ff9665E6;
}
.C-FF9665-90-border {
  border-color: #ff9665E6 !important;
}
.C-FF9665-85 {
  background-color: #ff9665D9 !important;
}
.C-FF9665-85-text {
  color: #ff9665D9;
}
.C-FF9665-85-border {
  border-color: #ff9665D9 !important;
}
.C-FF9665-80 {
  background-color: #ff9665CC !important;
}
.C-FF9665-80-text {
  color: #ff9665CC;
}
.C-FF9665-80-border {
  border-color: #ff9665CC !important;
}
.C-FF9665-75 {
  background-color: #ff9665BF !important;
}
.C-FF9665-75-text {
  color: #ff9665BF;
}
.C-FF9665-75-border {
  border-color: #ff9665BF !important;
}
.C-FF9665-70 {
  background-color: #ff9665B3 !important;
}
.C-FF9665-70-text {
  color: #ff9665B3;
}
.C-FF9665-70-border {
  border-color: #ff9665B3 !important;
}
.C-FF9665-65 {
  background-color: #ff9665A6 !important;
}
.C-FF9665-65-text {
  color: #ff9665A6;
}
.C-FF9665-65-border {
  border-color: #ff9665A6 !important;
}
.C-FF9665-60 {
  background-color: #ff966599 !important;
}
.C-FF9665-60-text {
  color: #ff966599;
}
.C-FF9665-60-border {
  border-color: #ff966599 !important;
}
.C-FF9665-55 {
  background-color: #ff96658C !important;
}
.C-FF9665-55-text {
  color: #ff96658C;
}
.C-FF9665-55-border {
  border-color: #ff96658C !important;
}
.C-FF9665-50 {
  background-color: #ff966580 !important;
}
.C-FF9665-50-text {
  color: #ff966580;
}
.C-FF9665-50-border {
  border-color: #ff966580 !important;
}
.C-FF9665-45 {
  background-color: #ff966573 !important;
}
.C-FF9665-45-text {
  color: #ff966573;
}
.C-FF9665-45-border {
  border-color: #ff966573 !important;
}
.C-FF9665-40 {
  background-color: #ff966566 !important;
}
.C-FF9665-40-text {
  color: #ff966566;
}
.C-FF9665-40-border {
  border-color: #ff966566 !important;
}
.C-FF9665-35 {
  background-color: #ff966559 !important;
}
.C-FF9665-35-text {
  color: #ff966559;
}
.C-FF9665-35-border {
  border-color: #ff966559 !important;
}
.C-FF9665-30 {
  background-color: #ff96654D !important;
}
.C-FF9665-30-text {
  color: #ff96654D;
}
.C-FF9665-30-border {
  border-color: #ff96654D !important;
}
.C-FF9665-25 {
  background-color: #ff966540 !important;
}
.C-FF9665-25-text {
  color: #ff966540;
}
.C-FF9665-25-border {
  border-color: #ff966540 !important;
}
.C-FF9665-20 {
  background-color: #ff966533 !important;
}
.C-FF9665-20-text {
  color: #ff966533;
}
.C-FF9665-20-border {
  border-color: #ff966533 !important;
}
.C-FF9665-15 {
  background-color: #ff966526 !important;
}
.C-FF9665-15-text {
  color: #ff966526;
}
.C-FF9665-15-border {
  border-color: #ff966526 !important;
}
.C-FF9665-10 {
  background-color: #ff96651A !important;
}
.C-FF9665-10-text {
  color: #ff96651A;
}
.C-FF9665-10-border {
  border-color: #ff96651A !important;
}
.C-FF9665-5 {
  background-color: #ff96650D !important;
}
.C-FF9665-5-text {
  color: #ff96650D;
}
.C-FF9665-5-border {
  border-color: #ff96650D !important;
}
.C-FF9665-0 {
  background-color: #ff96650 !important;
}
.C-FF9665-0-text {
  color: #ff96650;
}
.C-FF9665-0-border {
  border-color: #ff96650 !important;
}
.C-FF9665 {
  background-color: #ff9665 !important;
  --btn-background: #ff9665;
}
.C-FF9665-text {
  color: #ff9665;
}
.C-FF9665-border {
  border-color: #ff9665 !important;
}
@media (hover: hover) {
  .C-FF9665-hover-bg:hover {
    background-color: #ff9665 !important;
  }
}
.C-FF9665-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF9665-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff9665;
  fill: #ff9665;
  stroke: #ff9665;
}
.C-FF9665-hover-text[papaTarget]:hover.f_targetText {
  color: #ff9665 !important;
  fill: #ff9665 !important;
  stroke: #ff9665 !important;
}
.C-FF9665-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF9665-hover-text[fHover]:hover {
  color: #ff9665 !important;
}
.C-FF9665-after::after,
.C-FF9665-after::before {
  background-color: #ff9665;
}
.C-FF9665-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff9665;
  transition: box-shadow 0.2s;
}
.C-FF9665100 {
  background-color: #ff9665 !important;
}
.C-FF9665100-text {
  color: #ff9665;
}
.C-FF9665100-border {
  border-color: #ff9665;
}
.C-linearGradient-FF9665100 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966595 {
  background-color: #ff9665 !important;
}
.C-FF966595-text {
  color: #ff9665;
}
.C-FF966595-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966595 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966590 {
  background-color: #ff9665 !important;
}
.C-FF966590-text {
  color: #ff9665;
}
.C-FF966590-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966590 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966585 {
  background-color: #ff9665 !important;
}
.C-FF966585-text {
  color: #ff9665;
}
.C-FF966585-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966585 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966580 {
  background-color: #ff9665 !important;
}
.C-FF966580-text {
  color: #ff9665;
}
.C-FF966580-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966580 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966575 {
  background-color: #ff9665 !important;
}
.C-FF966575-text {
  color: #ff9665;
}
.C-FF966575-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966575 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966570 {
  background-color: #ff9665 !important;
}
.C-FF966570-text {
  color: #ff9665;
}
.C-FF966570-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966570 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966565 {
  background-color: #ff9665 !important;
}
.C-FF966565-text {
  color: #ff9665;
}
.C-FF966565-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966565 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966560 {
  background-color: #ff9665 !important;
}
.C-FF966560-text {
  color: #ff9665;
}
.C-FF966560-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966560 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966555 {
  background-color: #ff9665 !important;
}
.C-FF966555-text {
  color: #ff9665;
}
.C-FF966555-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966555 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966550 {
  background-color: #ff9665 !important;
}
.C-FF966550-text {
  color: #ff9665;
}
.C-FF966550-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966550 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966545 {
  background-color: #ff9665 !important;
}
.C-FF966545-text {
  color: #ff9665;
}
.C-FF966545-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966545 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966540 {
  background-color: #ff9665 !important;
}
.C-FF966540-text {
  color: #ff9665;
}
.C-FF966540-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966540 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966535 {
  background-color: #ff9665 !important;
}
.C-FF966535-text {
  color: #ff9665;
}
.C-FF966535-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966535 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966530 {
  background-color: #ff9665 !important;
}
.C-FF966530-text {
  color: #ff9665;
}
.C-FF966530-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966530 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966525 {
  background-color: #ff9665 !important;
}
.C-FF966525-text {
  color: #ff9665;
}
.C-FF966525-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966525 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966520 {
  background-color: #ff9665 !important;
}
.C-FF966520-text {
  color: #ff9665;
}
.C-FF966520-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966520 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966515 {
  background-color: #ff9665 !important;
}
.C-FF966515-text {
  color: #ff9665;
}
.C-FF966515-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966515 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF966510 {
  background-color: #ff9665 !important;
}
.C-FF966510-text {
  color: #ff9665;
}
.C-FF966510-border {
  border-color: #ff9665;
}
.C-linearGradient-FF966510 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF96655 {
  background-color: #ff9665 !important;
}
.C-FF96655-text {
  color: #ff9665;
}
.C-FF96655-border {
  border-color: #ff9665;
}
.C-linearGradient-FF96655 {
  background-image:
    linear-gradient(
      45deg,
      #ff9665 0%,
      #ff9665 99%,
      #ff9665 100%);
}
.C-FF96650 {
  background-color: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-text {
  color: rgba(255, 150, 101, 0);
}
.C-FF96650-border {
  border-color: rgba(255, 150, 101, 0);
}
.C-linearGradient-FF96650 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 150, 101, 0) 0%,
      #ff9665 99%,
      rgba(255, 150, 101, 0) 100%);
}
.C-FF9665-fill-1 #fill1 {
  fill: #ff9665;
}
.C-FF9665-fill-1.onHover:hover #fill1,
.C-FF9665-fill-1:hover #fill1 {
  fill: #ff9665;
}
.C-FF9665-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF9665100-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF9665100-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF9665100-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966595-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966595-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966595-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966590-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966590-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966590-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966585-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966585-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966585-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966580-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966580-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966580-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966575-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966575-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966575-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966570-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966570-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966570-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966565-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966565-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966565-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966560-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966560-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966560-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966555-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966555-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966555-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966550-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966550-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966550-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966545-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966545-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966545-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966540-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966540-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966540-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966535-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966535-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966535-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966530-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966530-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966530-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966525-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966525-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966525-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966520-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966520-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966520-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966515-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966515-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966515-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF966510-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF966510-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF966510-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF96655-fill-1 #fill1 {
  fill: #ff9665 !important;
}
.C-FF96655-fill-1.onHover:hover #fill1 {
  fill: #ff9665 !important;
}
.C-FF96655-stroke-1 #stroke1 {
  stroke: #ff9665 !important;
}
.C-FF96650-fill-1 #fill1 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-stroke-1 #stroke1 {
  stroke: rgba(255, 150, 101, 0) !important;
}
.C-FF9665-fill-2 #fill2 {
  fill: #ff9665;
}
.C-FF9665-fill-2.onHover:hover #fill2,
.C-FF9665-fill-2:hover #fill2 {
  fill: #ff9665;
}
.C-FF9665-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF9665100-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF9665100-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF9665100-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966595-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966595-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966595-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966590-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966590-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966590-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966585-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966585-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966585-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966580-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966580-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966580-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966575-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966575-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966575-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966570-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966570-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966570-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966565-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966565-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966565-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966560-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966560-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966560-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966555-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966555-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966555-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966550-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966550-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966550-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966545-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966545-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966545-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966540-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966540-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966540-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966535-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966535-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966535-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966530-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966530-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966530-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966525-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966525-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966525-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966520-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966520-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966520-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966515-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966515-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966515-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF966510-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF966510-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF966510-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF96655-fill-2 #fill2 {
  fill: #ff9665 !important;
}
.C-FF96655-fill-2.onHover:hover #fill2 {
  fill: #ff9665 !important;
}
.C-FF96655-stroke-2 #stroke2 {
  stroke: #ff9665 !important;
}
.C-FF96650-fill-2 #fill2 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-stroke-2 #stroke2 {
  stroke: rgba(255, 150, 101, 0) !important;
}
.C-FF9665-fill-3 #fill3 {
  fill: #ff9665;
}
.C-FF9665-fill-3.onHover:hover #fill3,
.C-FF9665-fill-3:hover #fill3 {
  fill: #ff9665;
}
.C-FF9665-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF9665100-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF9665100-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF9665100-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966595-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966595-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966595-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966590-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966590-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966590-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966585-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966585-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966585-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966580-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966580-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966580-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966575-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966575-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966575-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966570-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966570-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966570-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966565-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966565-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966565-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966560-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966560-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966560-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966555-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966555-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966555-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966550-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966550-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966550-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966545-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966545-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966545-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966540-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966540-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966540-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966535-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966535-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966535-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966530-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966530-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966530-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966525-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966525-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966525-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966520-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966520-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966520-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966515-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966515-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966515-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF966510-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF966510-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF966510-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF96655-fill-3 #fill3 {
  fill: #ff9665 !important;
}
.C-FF96655-fill-3.onHover:hover #fill3 {
  fill: #ff9665 !important;
}
.C-FF96655-stroke-3 #stroke3 {
  stroke: #ff9665 !important;
}
.C-FF96650-fill-3 #fill3 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 150, 101, 0) !important;
}
.C-FF96650-stroke-3 #stroke3 {
  stroke: rgba(255, 150, 101, 0) !important;
}
.C-4FADA7-100 {
  background-color: #4fada7FF !important;
}
.C-4FADA7-100-text {
  color: #4fada7FF;
}
.C-4FADA7-100-border {
  border-color: #4fada7FF !important;
}
.C-4FADA7-95 {
  background-color: #4fada7F2 !important;
}
.C-4FADA7-95-text {
  color: #4fada7F2;
}
.C-4FADA7-95-border {
  border-color: #4fada7F2 !important;
}
.C-4FADA7-90 {
  background-color: #4fada7E6 !important;
}
.C-4FADA7-90-text {
  color: #4fada7E6;
}
.C-4FADA7-90-border {
  border-color: #4fada7E6 !important;
}
.C-4FADA7-85 {
  background-color: #4fada7D9 !important;
}
.C-4FADA7-85-text {
  color: #4fada7D9;
}
.C-4FADA7-85-border {
  border-color: #4fada7D9 !important;
}
.C-4FADA7-80 {
  background-color: #4fada7CC !important;
}
.C-4FADA7-80-text {
  color: #4fada7CC;
}
.C-4FADA7-80-border {
  border-color: #4fada7CC !important;
}
.C-4FADA7-75 {
  background-color: #4fada7BF !important;
}
.C-4FADA7-75-text {
  color: #4fada7BF;
}
.C-4FADA7-75-border {
  border-color: #4fada7BF !important;
}
.C-4FADA7-70 {
  background-color: #4fada7B3 !important;
}
.C-4FADA7-70-text {
  color: #4fada7B3;
}
.C-4FADA7-70-border {
  border-color: #4fada7B3 !important;
}
.C-4FADA7-65 {
  background-color: #4fada7A6 !important;
}
.C-4FADA7-65-text {
  color: #4fada7A6;
}
.C-4FADA7-65-border {
  border-color: #4fada7A6 !important;
}
.C-4FADA7-60 {
  background-color: #4fada799 !important;
}
.C-4FADA7-60-text {
  color: #4fada799;
}
.C-4FADA7-60-border {
  border-color: #4fada799 !important;
}
.C-4FADA7-55 {
  background-color: #4fada78C !important;
}
.C-4FADA7-55-text {
  color: #4fada78C;
}
.C-4FADA7-55-border {
  border-color: #4fada78C !important;
}
.C-4FADA7-50 {
  background-color: #4fada780 !important;
}
.C-4FADA7-50-text {
  color: #4fada780;
}
.C-4FADA7-50-border {
  border-color: #4fada780 !important;
}
.C-4FADA7-45 {
  background-color: #4fada773 !important;
}
.C-4FADA7-45-text {
  color: #4fada773;
}
.C-4FADA7-45-border {
  border-color: #4fada773 !important;
}
.C-4FADA7-40 {
  background-color: #4fada766 !important;
}
.C-4FADA7-40-text {
  color: #4fada766;
}
.C-4FADA7-40-border {
  border-color: #4fada766 !important;
}
.C-4FADA7-35 {
  background-color: #4fada759 !important;
}
.C-4FADA7-35-text {
  color: #4fada759;
}
.C-4FADA7-35-border {
  border-color: #4fada759 !important;
}
.C-4FADA7-30 {
  background-color: #4fada74D !important;
}
.C-4FADA7-30-text {
  color: #4fada74D;
}
.C-4FADA7-30-border {
  border-color: #4fada74D !important;
}
.C-4FADA7-25 {
  background-color: #4fada740 !important;
}
.C-4FADA7-25-text {
  color: #4fada740;
}
.C-4FADA7-25-border {
  border-color: #4fada740 !important;
}
.C-4FADA7-20 {
  background-color: #4fada733 !important;
}
.C-4FADA7-20-text {
  color: #4fada733;
}
.C-4FADA7-20-border {
  border-color: #4fada733 !important;
}
.C-4FADA7-15 {
  background-color: #4fada726 !important;
}
.C-4FADA7-15-text {
  color: #4fada726;
}
.C-4FADA7-15-border {
  border-color: #4fada726 !important;
}
.C-4FADA7-10 {
  background-color: #4fada71A !important;
}
.C-4FADA7-10-text {
  color: #4fada71A;
}
.C-4FADA7-10-border {
  border-color: #4fada71A !important;
}
.C-4FADA7-5 {
  background-color: #4fada70D !important;
}
.C-4FADA7-5-text {
  color: #4fada70D;
}
.C-4FADA7-5-border {
  border-color: #4fada70D !important;
}
.C-4FADA7-0 {
  background-color: #4fada70 !important;
}
.C-4FADA7-0-text {
  color: #4fada70;
}
.C-4FADA7-0-border {
  border-color: #4fada70 !important;
}
.C-4FADA7 {
  background-color: #4fada7 !important;
  --btn-background: #4fada7;
}
.C-4FADA7-text {
  color: #4fada7;
}
.C-4FADA7-border {
  border-color: #4fada7 !important;
}
@media (hover: hover) {
  .C-4FADA7-hover-bg:hover {
    background-color: #4fada7 !important;
  }
}
.C-4FADA7-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4FADA7-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4fada7;
  fill: #4fada7;
  stroke: #4fada7;
}
.C-4FADA7-hover-text[papaTarget]:hover.f_targetText {
  color: #4fada7 !important;
  fill: #4fada7 !important;
  stroke: #4fada7 !important;
}
.C-4FADA7-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4FADA7-hover-text[fHover]:hover {
  color: #4fada7 !important;
}
.C-4FADA7-after::after,
.C-4FADA7-after::before {
  background-color: #4fada7;
}
.C-4FADA7-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4fada7;
  transition: box-shadow 0.2s;
}
.C-4FADA7100 {
  background-color: #4fada7 !important;
}
.C-4FADA7100-text {
  color: #4fada7;
}
.C-4FADA7100-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA7100 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA795 {
  background-color: #4fada7 !important;
}
.C-4FADA795-text {
  color: #4fada7;
}
.C-4FADA795-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA795 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA790 {
  background-color: #4fada7 !important;
}
.C-4FADA790-text {
  color: #4fada7;
}
.C-4FADA790-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA790 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA785 {
  background-color: #4fada7 !important;
}
.C-4FADA785-text {
  color: #4fada7;
}
.C-4FADA785-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA785 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA780 {
  background-color: #4fada7 !important;
}
.C-4FADA780-text {
  color: #4fada7;
}
.C-4FADA780-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA780 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA775 {
  background-color: #4fada7 !important;
}
.C-4FADA775-text {
  color: #4fada7;
}
.C-4FADA775-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA775 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA770 {
  background-color: #4fada7 !important;
}
.C-4FADA770-text {
  color: #4fada7;
}
.C-4FADA770-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA770 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA765 {
  background-color: #4fada7 !important;
}
.C-4FADA765-text {
  color: #4fada7;
}
.C-4FADA765-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA765 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA760 {
  background-color: #4fada7 !important;
}
.C-4FADA760-text {
  color: #4fada7;
}
.C-4FADA760-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA760 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA755 {
  background-color: #4fada7 !important;
}
.C-4FADA755-text {
  color: #4fada7;
}
.C-4FADA755-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA755 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA750 {
  background-color: #4fada7 !important;
}
.C-4FADA750-text {
  color: #4fada7;
}
.C-4FADA750-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA750 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA745 {
  background-color: #4fada7 !important;
}
.C-4FADA745-text {
  color: #4fada7;
}
.C-4FADA745-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA745 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA740 {
  background-color: #4fada7 !important;
}
.C-4FADA740-text {
  color: #4fada7;
}
.C-4FADA740-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA740 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA735 {
  background-color: #4fada7 !important;
}
.C-4FADA735-text {
  color: #4fada7;
}
.C-4FADA735-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA735 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA730 {
  background-color: #4fada7 !important;
}
.C-4FADA730-text {
  color: #4fada7;
}
.C-4FADA730-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA730 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA725 {
  background-color: #4fada7 !important;
}
.C-4FADA725-text {
  color: #4fada7;
}
.C-4FADA725-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA725 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA720 {
  background-color: #4fada7 !important;
}
.C-4FADA720-text {
  color: #4fada7;
}
.C-4FADA720-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA720 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA715 {
  background-color: #4fada7 !important;
}
.C-4FADA715-text {
  color: #4fada7;
}
.C-4FADA715-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA715 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA710 {
  background-color: #4fada7 !important;
}
.C-4FADA710-text {
  color: #4fada7;
}
.C-4FADA710-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA710 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA75 {
  background-color: #4fada7 !important;
}
.C-4FADA75-text {
  color: #4fada7;
}
.C-4FADA75-border {
  border-color: #4fada7;
}
.C-linearGradient-4FADA75 {
  background-image:
    linear-gradient(
      45deg,
      #4fada7 0%,
      #4fada7 99%,
      #4fada7 100%);
}
.C-4FADA70 {
  background-color: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-text {
  color: rgba(79, 173, 167, 0);
}
.C-4FADA70-border {
  border-color: rgba(79, 173, 167, 0);
}
.C-linearGradient-4FADA70 {
  background-image:
    linear-gradient(
      45deg,
      rgba(79, 173, 167, 0) 0%,
      #4fada7 99%,
      rgba(79, 173, 167, 0) 100%);
}
.C-4FADA7-fill-1 #fill1 {
  fill: #4fada7;
}
.C-4FADA7-fill-1.onHover:hover #fill1,
.C-4FADA7-fill-1:hover #fill1 {
  fill: #4fada7;
}
.C-4FADA7-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA7100-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA7100-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA7100-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA795-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA795-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA795-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA790-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA790-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA790-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA785-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA785-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA785-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA780-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA780-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA780-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA775-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA775-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA775-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA770-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA770-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA770-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA765-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA765-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA765-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA760-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA760-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA760-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA755-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA755-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA755-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA750-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA750-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA750-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA745-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA745-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA745-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA740-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA740-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA740-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA735-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA735-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA735-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA730-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA730-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA730-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA725-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA725-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA725-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA720-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA720-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA720-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA715-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA715-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA715-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA710-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA710-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA710-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA75-fill-1 #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA75-fill-1.onHover:hover #fill1 {
  fill: #4fada7 !important;
}
.C-4FADA75-stroke-1 #stroke1 {
  stroke: #4fada7 !important;
}
.C-4FADA70-fill-1 #fill1 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-fill-1.onHover:hover #fill1 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-stroke-1 #stroke1 {
  stroke: rgba(79, 173, 167, 0) !important;
}
.C-4FADA7-fill-2 #fill2 {
  fill: #4fada7;
}
.C-4FADA7-fill-2.onHover:hover #fill2,
.C-4FADA7-fill-2:hover #fill2 {
  fill: #4fada7;
}
.C-4FADA7-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA7100-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA7100-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA7100-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA795-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA795-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA795-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA790-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA790-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA790-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA785-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA785-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA785-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA780-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA780-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA780-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA775-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA775-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA775-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA770-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA770-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA770-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA765-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA765-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA765-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA760-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA760-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA760-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA755-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA755-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA755-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA750-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA750-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA750-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA745-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA745-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA745-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA740-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA740-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA740-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA735-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA735-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA735-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA730-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA730-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA730-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA725-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA725-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA725-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA720-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA720-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA720-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA715-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA715-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA715-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA710-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA710-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA710-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA75-fill-2 #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA75-fill-2.onHover:hover #fill2 {
  fill: #4fada7 !important;
}
.C-4FADA75-stroke-2 #stroke2 {
  stroke: #4fada7 !important;
}
.C-4FADA70-fill-2 #fill2 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-fill-2.onHover:hover #fill2 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-stroke-2 #stroke2 {
  stroke: rgba(79, 173, 167, 0) !important;
}
.C-4FADA7-fill-3 #fill3 {
  fill: #4fada7;
}
.C-4FADA7-fill-3.onHover:hover #fill3,
.C-4FADA7-fill-3:hover #fill3 {
  fill: #4fada7;
}
.C-4FADA7-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA7100-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA7100-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA7100-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA795-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA795-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA795-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA790-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA790-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA790-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA785-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA785-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA785-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA780-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA780-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA780-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA775-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA775-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA775-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA770-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA770-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA770-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA765-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA765-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA765-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA760-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA760-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA760-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA755-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA755-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA755-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA750-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA750-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA750-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA745-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA745-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA745-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA740-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA740-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA740-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA735-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA735-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA735-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA730-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA730-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA730-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA725-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA725-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA725-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA720-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA720-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA720-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA715-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA715-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA715-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA710-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA710-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA710-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA75-fill-3 #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA75-fill-3.onHover:hover #fill3 {
  fill: #4fada7 !important;
}
.C-4FADA75-stroke-3 #stroke3 {
  stroke: #4fada7 !important;
}
.C-4FADA70-fill-3 #fill3 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-fill-3.onHover:hover #fill3 {
  fill: rgba(79, 173, 167, 0) !important;
}
.C-4FADA70-stroke-3 #stroke3 {
  stroke: rgba(79, 173, 167, 0) !important;
}
.C-F6B23D-100 {
  background-color: #f6b23dFF !important;
}
.C-F6B23D-100-text {
  color: #f6b23dFF;
}
.C-F6B23D-100-border {
  border-color: #f6b23dFF !important;
}
.C-F6B23D-95 {
  background-color: #f6b23dF2 !important;
}
.C-F6B23D-95-text {
  color: #f6b23dF2;
}
.C-F6B23D-95-border {
  border-color: #f6b23dF2 !important;
}
.C-F6B23D-90 {
  background-color: #f6b23dE6 !important;
}
.C-F6B23D-90-text {
  color: #f6b23dE6;
}
.C-F6B23D-90-border {
  border-color: #f6b23dE6 !important;
}
.C-F6B23D-85 {
  background-color: #f6b23dD9 !important;
}
.C-F6B23D-85-text {
  color: #f6b23dD9;
}
.C-F6B23D-85-border {
  border-color: #f6b23dD9 !important;
}
.C-F6B23D-80 {
  background-color: #f6b23dCC !important;
}
.C-F6B23D-80-text {
  color: #f6b23dCC;
}
.C-F6B23D-80-border {
  border-color: #f6b23dCC !important;
}
.C-F6B23D-75 {
  background-color: #f6b23dBF !important;
}
.C-F6B23D-75-text {
  color: #f6b23dBF;
}
.C-F6B23D-75-border {
  border-color: #f6b23dBF !important;
}
.C-F6B23D-70 {
  background-color: #f6b23dB3 !important;
}
.C-F6B23D-70-text {
  color: #f6b23dB3;
}
.C-F6B23D-70-border {
  border-color: #f6b23dB3 !important;
}
.C-F6B23D-65 {
  background-color: #f6b23dA6 !important;
}
.C-F6B23D-65-text {
  color: #f6b23dA6;
}
.C-F6B23D-65-border {
  border-color: #f6b23dA6 !important;
}
.C-F6B23D-60 {
  background-color: #f6b23d99 !important;
}
.C-F6B23D-60-text {
  color: #f6b23d99;
}
.C-F6B23D-60-border {
  border-color: #f6b23d99 !important;
}
.C-F6B23D-55 {
  background-color: #f6b23d8C !important;
}
.C-F6B23D-55-text {
  color: #f6b23d8C;
}
.C-F6B23D-55-border {
  border-color: #f6b23d8C !important;
}
.C-F6B23D-50 {
  background-color: #f6b23d80 !important;
}
.C-F6B23D-50-text {
  color: #f6b23d80;
}
.C-F6B23D-50-border {
  border-color: #f6b23d80 !important;
}
.C-F6B23D-45 {
  background-color: #f6b23d73 !important;
}
.C-F6B23D-45-text {
  color: #f6b23d73;
}
.C-F6B23D-45-border {
  border-color: #f6b23d73 !important;
}
.C-F6B23D-40 {
  background-color: #f6b23d66 !important;
}
.C-F6B23D-40-text {
  color: #f6b23d66;
}
.C-F6B23D-40-border {
  border-color: #f6b23d66 !important;
}
.C-F6B23D-35 {
  background-color: #f6b23d59 !important;
}
.C-F6B23D-35-text {
  color: #f6b23d59;
}
.C-F6B23D-35-border {
  border-color: #f6b23d59 !important;
}
.C-F6B23D-30 {
  background-color: #f6b23d4D !important;
}
.C-F6B23D-30-text {
  color: #f6b23d4D;
}
.C-F6B23D-30-border {
  border-color: #f6b23d4D !important;
}
.C-F6B23D-25 {
  background-color: #f6b23d40 !important;
}
.C-F6B23D-25-text {
  color: #f6b23d40;
}
.C-F6B23D-25-border {
  border-color: #f6b23d40 !important;
}
.C-F6B23D-20 {
  background-color: #f6b23d33 !important;
}
.C-F6B23D-20-text {
  color: #f6b23d33;
}
.C-F6B23D-20-border {
  border-color: #f6b23d33 !important;
}
.C-F6B23D-15 {
  background-color: #f6b23d26 !important;
}
.C-F6B23D-15-text {
  color: #f6b23d26;
}
.C-F6B23D-15-border {
  border-color: #f6b23d26 !important;
}
.C-F6B23D-10 {
  background-color: #f6b23d1A !important;
}
.C-F6B23D-10-text {
  color: #f6b23d1A;
}
.C-F6B23D-10-border {
  border-color: #f6b23d1A !important;
}
.C-F6B23D-5 {
  background-color: #f6b23d0D !important;
}
.C-F6B23D-5-text {
  color: #f6b23d0D;
}
.C-F6B23D-5-border {
  border-color: #f6b23d0D !important;
}
.C-F6B23D-0 {
  background-color: #f6b23d0 !important;
}
.C-F6B23D-0-text {
  color: #f6b23d0;
}
.C-F6B23D-0-border {
  border-color: #f6b23d0 !important;
}
.C-F6B23D {
  background-color: #f6b23d !important;
  --btn-background: #f6b23d;
}
.C-F6B23D-text {
  color: #f6b23d;
}
.C-F6B23D-border {
  border-color: #f6b23d !important;
}
@media (hover: hover) {
  .C-F6B23D-hover-bg:hover {
    background-color: #f6b23d !important;
  }
}
.C-F6B23D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F6B23D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f6b23d;
  fill: #f6b23d;
  stroke: #f6b23d;
}
.C-F6B23D-hover-text[papaTarget]:hover.f_targetText {
  color: #f6b23d !important;
  fill: #f6b23d !important;
  stroke: #f6b23d !important;
}
.C-F6B23D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F6B23D-hover-text[fHover]:hover {
  color: #f6b23d !important;
}
.C-F6B23D-after::after,
.C-F6B23D-after::before {
  background-color: #f6b23d;
}
.C-F6B23D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f6b23d;
  transition: box-shadow 0.2s;
}
.C-F6B23D100 {
  background-color: #f6b23d !important;
}
.C-F6B23D100-text {
  color: #f6b23d;
}
.C-F6B23D100-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D100 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D95 {
  background-color: #f6b23d !important;
}
.C-F6B23D95-text {
  color: #f6b23d;
}
.C-F6B23D95-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D95 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D90 {
  background-color: #f6b23d !important;
}
.C-F6B23D90-text {
  color: #f6b23d;
}
.C-F6B23D90-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D90 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D85 {
  background-color: #f6b23d !important;
}
.C-F6B23D85-text {
  color: #f6b23d;
}
.C-F6B23D85-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D85 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D80 {
  background-color: #f6b23d !important;
}
.C-F6B23D80-text {
  color: #f6b23d;
}
.C-F6B23D80-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D80 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D75 {
  background-color: #f6b23d !important;
}
.C-F6B23D75-text {
  color: #f6b23d;
}
.C-F6B23D75-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D75 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D70 {
  background-color: #f6b23d !important;
}
.C-F6B23D70-text {
  color: #f6b23d;
}
.C-F6B23D70-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D70 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D65 {
  background-color: #f6b23d !important;
}
.C-F6B23D65-text {
  color: #f6b23d;
}
.C-F6B23D65-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D65 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D60 {
  background-color: #f6b23d !important;
}
.C-F6B23D60-text {
  color: #f6b23d;
}
.C-F6B23D60-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D60 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D55 {
  background-color: #f6b23d !important;
}
.C-F6B23D55-text {
  color: #f6b23d;
}
.C-F6B23D55-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D55 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D50 {
  background-color: #f6b23d !important;
}
.C-F6B23D50-text {
  color: #f6b23d;
}
.C-F6B23D50-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D50 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D45 {
  background-color: #f6b23d !important;
}
.C-F6B23D45-text {
  color: #f6b23d;
}
.C-F6B23D45-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D45 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D40 {
  background-color: #f6b23d !important;
}
.C-F6B23D40-text {
  color: #f6b23d;
}
.C-F6B23D40-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D40 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D35 {
  background-color: #f6b23d !important;
}
.C-F6B23D35-text {
  color: #f6b23d;
}
.C-F6B23D35-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D35 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D30 {
  background-color: #f6b23d !important;
}
.C-F6B23D30-text {
  color: #f6b23d;
}
.C-F6B23D30-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D30 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D25 {
  background-color: #f6b23d !important;
}
.C-F6B23D25-text {
  color: #f6b23d;
}
.C-F6B23D25-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D25 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D20 {
  background-color: #f6b23d !important;
}
.C-F6B23D20-text {
  color: #f6b23d;
}
.C-F6B23D20-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D20 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D15 {
  background-color: #f6b23d !important;
}
.C-F6B23D15-text {
  color: #f6b23d;
}
.C-F6B23D15-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D15 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D10 {
  background-color: #f6b23d !important;
}
.C-F6B23D10-text {
  color: #f6b23d;
}
.C-F6B23D10-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D10 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D5 {
  background-color: #f6b23d !important;
}
.C-F6B23D5-text {
  color: #f6b23d;
}
.C-F6B23D5-border {
  border-color: #f6b23d;
}
.C-linearGradient-F6B23D5 {
  background-image:
    linear-gradient(
      45deg,
      #f6b23d 0%,
      #f6b23d 99%,
      #f6b23d 100%);
}
.C-F6B23D0 {
  background-color: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-text {
  color: rgba(246, 178, 61, 0);
}
.C-F6B23D0-border {
  border-color: rgba(246, 178, 61, 0);
}
.C-linearGradient-F6B23D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(246, 178, 61, 0) 0%,
      #f6b23d 99%,
      rgba(246, 178, 61, 0) 100%);
}
.C-F6B23D-fill-1 #fill1 {
  fill: #f6b23d;
}
.C-F6B23D-fill-1.onHover:hover #fill1,
.C-F6B23D-fill-1:hover #fill1 {
  fill: #f6b23d;
}
.C-F6B23D-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D100-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D100-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D100-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D95-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D95-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D95-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D90-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D90-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D90-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D85-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D85-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D85-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D80-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D80-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D80-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D75-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D75-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D75-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D70-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D70-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D70-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D65-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D65-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D65-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D60-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D60-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D60-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D55-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D55-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D55-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D50-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D50-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D50-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D45-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D45-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D45-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D40-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D40-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D40-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D35-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D35-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D35-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D30-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D30-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D30-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D25-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D25-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D25-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D20-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D20-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D20-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D15-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D15-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D15-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D10-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D10-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D10-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D5-fill-1 #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D5-fill-1.onHover:hover #fill1 {
  fill: #f6b23d !important;
}
.C-F6B23D5-stroke-1 #stroke1 {
  stroke: #f6b23d !important;
}
.C-F6B23D0-fill-1 #fill1 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-fill-1.onHover:hover #fill1 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-stroke-1 #stroke1 {
  stroke: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D-fill-2 #fill2 {
  fill: #f6b23d;
}
.C-F6B23D-fill-2.onHover:hover #fill2,
.C-F6B23D-fill-2:hover #fill2 {
  fill: #f6b23d;
}
.C-F6B23D-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D100-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D100-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D100-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D95-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D95-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D95-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D90-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D90-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D90-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D85-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D85-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D85-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D80-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D80-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D80-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D75-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D75-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D75-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D70-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D70-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D70-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D65-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D65-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D65-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D60-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D60-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D60-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D55-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D55-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D55-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D50-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D50-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D50-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D45-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D45-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D45-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D40-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D40-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D40-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D35-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D35-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D35-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D30-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D30-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D30-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D25-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D25-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D25-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D20-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D20-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D20-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D15-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D15-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D15-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D10-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D10-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D10-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D5-fill-2 #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D5-fill-2.onHover:hover #fill2 {
  fill: #f6b23d !important;
}
.C-F6B23D5-stroke-2 #stroke2 {
  stroke: #f6b23d !important;
}
.C-F6B23D0-fill-2 #fill2 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-fill-2.onHover:hover #fill2 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-stroke-2 #stroke2 {
  stroke: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D-fill-3 #fill3 {
  fill: #f6b23d;
}
.C-F6B23D-fill-3.onHover:hover #fill3,
.C-F6B23D-fill-3:hover #fill3 {
  fill: #f6b23d;
}
.C-F6B23D-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D100-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D100-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D100-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D95-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D95-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D95-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D90-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D90-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D90-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D85-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D85-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D85-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D80-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D80-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D80-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D75-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D75-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D75-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D70-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D70-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D70-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D65-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D65-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D65-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D60-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D60-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D60-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D55-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D55-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D55-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D50-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D50-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D50-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D45-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D45-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D45-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D40-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D40-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D40-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D35-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D35-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D35-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D30-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D30-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D30-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D25-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D25-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D25-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D20-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D20-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D20-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D15-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D15-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D15-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D10-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D10-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D10-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D5-fill-3 #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D5-fill-3.onHover:hover #fill3 {
  fill: #f6b23d !important;
}
.C-F6B23D5-stroke-3 #stroke3 {
  stroke: #f6b23d !important;
}
.C-F6B23D0-fill-3 #fill3 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-fill-3.onHover:hover #fill3 {
  fill: rgba(246, 178, 61, 0) !important;
}
.C-F6B23D0-stroke-3 #stroke3 {
  stroke: rgba(246, 178, 61, 0) !important;
}
.C-D0637C-100 {
  background-color: #d0637cFF !important;
}
.C-D0637C-100-text {
  color: #d0637cFF;
}
.C-D0637C-100-border {
  border-color: #d0637cFF !important;
}
.C-D0637C-95 {
  background-color: #d0637cF2 !important;
}
.C-D0637C-95-text {
  color: #d0637cF2;
}
.C-D0637C-95-border {
  border-color: #d0637cF2 !important;
}
.C-D0637C-90 {
  background-color: #d0637cE6 !important;
}
.C-D0637C-90-text {
  color: #d0637cE6;
}
.C-D0637C-90-border {
  border-color: #d0637cE6 !important;
}
.C-D0637C-85 {
  background-color: #d0637cD9 !important;
}
.C-D0637C-85-text {
  color: #d0637cD9;
}
.C-D0637C-85-border {
  border-color: #d0637cD9 !important;
}
.C-D0637C-80 {
  background-color: #d0637cCC !important;
}
.C-D0637C-80-text {
  color: #d0637cCC;
}
.C-D0637C-80-border {
  border-color: #d0637cCC !important;
}
.C-D0637C-75 {
  background-color: #d0637cBF !important;
}
.C-D0637C-75-text {
  color: #d0637cBF;
}
.C-D0637C-75-border {
  border-color: #d0637cBF !important;
}
.C-D0637C-70 {
  background-color: #d0637cB3 !important;
}
.C-D0637C-70-text {
  color: #d0637cB3;
}
.C-D0637C-70-border {
  border-color: #d0637cB3 !important;
}
.C-D0637C-65 {
  background-color: #d0637cA6 !important;
}
.C-D0637C-65-text {
  color: #d0637cA6;
}
.C-D0637C-65-border {
  border-color: #d0637cA6 !important;
}
.C-D0637C-60 {
  background-color: #d0637c99 !important;
}
.C-D0637C-60-text {
  color: #d0637c99;
}
.C-D0637C-60-border {
  border-color: #d0637c99 !important;
}
.C-D0637C-55 {
  background-color: #d0637c8C !important;
}
.C-D0637C-55-text {
  color: #d0637c8C;
}
.C-D0637C-55-border {
  border-color: #d0637c8C !important;
}
.C-D0637C-50 {
  background-color: #d0637c80 !important;
}
.C-D0637C-50-text {
  color: #d0637c80;
}
.C-D0637C-50-border {
  border-color: #d0637c80 !important;
}
.C-D0637C-45 {
  background-color: #d0637c73 !important;
}
.C-D0637C-45-text {
  color: #d0637c73;
}
.C-D0637C-45-border {
  border-color: #d0637c73 !important;
}
.C-D0637C-40 {
  background-color: #d0637c66 !important;
}
.C-D0637C-40-text {
  color: #d0637c66;
}
.C-D0637C-40-border {
  border-color: #d0637c66 !important;
}
.C-D0637C-35 {
  background-color: #d0637c59 !important;
}
.C-D0637C-35-text {
  color: #d0637c59;
}
.C-D0637C-35-border {
  border-color: #d0637c59 !important;
}
.C-D0637C-30 {
  background-color: #d0637c4D !important;
}
.C-D0637C-30-text {
  color: #d0637c4D;
}
.C-D0637C-30-border {
  border-color: #d0637c4D !important;
}
.C-D0637C-25 {
  background-color: #d0637c40 !important;
}
.C-D0637C-25-text {
  color: #d0637c40;
}
.C-D0637C-25-border {
  border-color: #d0637c40 !important;
}
.C-D0637C-20 {
  background-color: #d0637c33 !important;
}
.C-D0637C-20-text {
  color: #d0637c33;
}
.C-D0637C-20-border {
  border-color: #d0637c33 !important;
}
.C-D0637C-15 {
  background-color: #d0637c26 !important;
}
.C-D0637C-15-text {
  color: #d0637c26;
}
.C-D0637C-15-border {
  border-color: #d0637c26 !important;
}
.C-D0637C-10 {
  background-color: #d0637c1A !important;
}
.C-D0637C-10-text {
  color: #d0637c1A;
}
.C-D0637C-10-border {
  border-color: #d0637c1A !important;
}
.C-D0637C-5 {
  background-color: #d0637c0D !important;
}
.C-D0637C-5-text {
  color: #d0637c0D;
}
.C-D0637C-5-border {
  border-color: #d0637c0D !important;
}
.C-D0637C-0 {
  background-color: #d0637c0 !important;
}
.C-D0637C-0-text {
  color: #d0637c0;
}
.C-D0637C-0-border {
  border-color: #d0637c0 !important;
}
.C-D0637C {
  background-color: #d0637c !important;
  --btn-background: #d0637c;
}
.C-D0637C-text {
  color: #d0637c;
}
.C-D0637C-border {
  border-color: #d0637c !important;
}
@media (hover: hover) {
  .C-D0637C-hover-bg:hover {
    background-color: #d0637c !important;
  }
}
.C-D0637C-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D0637C-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d0637c;
  fill: #d0637c;
  stroke: #d0637c;
}
.C-D0637C-hover-text[papaTarget]:hover.f_targetText {
  color: #d0637c !important;
  fill: #d0637c !important;
  stroke: #d0637c !important;
}
.C-D0637C-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D0637C-hover-text[fHover]:hover {
  color: #d0637c !important;
}
.C-D0637C-after::after,
.C-D0637C-after::before {
  background-color: #d0637c;
}
.C-D0637C-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d0637c;
  transition: box-shadow 0.2s;
}
.C-D0637C100 {
  background-color: #d0637c !important;
}
.C-D0637C100-text {
  color: #d0637c;
}
.C-D0637C100-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C100 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C95 {
  background-color: #d0637c !important;
}
.C-D0637C95-text {
  color: #d0637c;
}
.C-D0637C95-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C95 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C90 {
  background-color: #d0637c !important;
}
.C-D0637C90-text {
  color: #d0637c;
}
.C-D0637C90-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C90 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C85 {
  background-color: #d0637c !important;
}
.C-D0637C85-text {
  color: #d0637c;
}
.C-D0637C85-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C85 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C80 {
  background-color: #d0637c !important;
}
.C-D0637C80-text {
  color: #d0637c;
}
.C-D0637C80-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C80 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C75 {
  background-color: #d0637c !important;
}
.C-D0637C75-text {
  color: #d0637c;
}
.C-D0637C75-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C75 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C70 {
  background-color: #d0637c !important;
}
.C-D0637C70-text {
  color: #d0637c;
}
.C-D0637C70-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C70 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C65 {
  background-color: #d0637c !important;
}
.C-D0637C65-text {
  color: #d0637c;
}
.C-D0637C65-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C65 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C60 {
  background-color: #d0637c !important;
}
.C-D0637C60-text {
  color: #d0637c;
}
.C-D0637C60-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C60 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C55 {
  background-color: #d0637c !important;
}
.C-D0637C55-text {
  color: #d0637c;
}
.C-D0637C55-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C55 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C50 {
  background-color: #d0637c !important;
}
.C-D0637C50-text {
  color: #d0637c;
}
.C-D0637C50-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C50 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C45 {
  background-color: #d0637c !important;
}
.C-D0637C45-text {
  color: #d0637c;
}
.C-D0637C45-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C45 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C40 {
  background-color: #d0637c !important;
}
.C-D0637C40-text {
  color: #d0637c;
}
.C-D0637C40-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C40 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C35 {
  background-color: #d0637c !important;
}
.C-D0637C35-text {
  color: #d0637c;
}
.C-D0637C35-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C35 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C30 {
  background-color: #d0637c !important;
}
.C-D0637C30-text {
  color: #d0637c;
}
.C-D0637C30-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C30 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C25 {
  background-color: #d0637c !important;
}
.C-D0637C25-text {
  color: #d0637c;
}
.C-D0637C25-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C25 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C20 {
  background-color: #d0637c !important;
}
.C-D0637C20-text {
  color: #d0637c;
}
.C-D0637C20-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C20 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C15 {
  background-color: #d0637c !important;
}
.C-D0637C15-text {
  color: #d0637c;
}
.C-D0637C15-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C15 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C10 {
  background-color: #d0637c !important;
}
.C-D0637C10-text {
  color: #d0637c;
}
.C-D0637C10-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C10 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C5 {
  background-color: #d0637c !important;
}
.C-D0637C5-text {
  color: #d0637c;
}
.C-D0637C5-border {
  border-color: #d0637c;
}
.C-linearGradient-D0637C5 {
  background-image:
    linear-gradient(
      45deg,
      #d0637c 0%,
      #d0637c 99%,
      #d0637c 100%);
}
.C-D0637C0 {
  background-color: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-text {
  color: rgba(208, 99, 124, 0);
}
.C-D0637C0-border {
  border-color: rgba(208, 99, 124, 0);
}
.C-linearGradient-D0637C0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(208, 99, 124, 0) 0%,
      #d0637c 99%,
      rgba(208, 99, 124, 0) 100%);
}
.C-D0637C-fill-1 #fill1 {
  fill: #d0637c;
}
.C-D0637C-fill-1.onHover:hover #fill1,
.C-D0637C-fill-1:hover #fill1 {
  fill: #d0637c;
}
.C-D0637C-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C100-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C100-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C100-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C95-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C95-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C95-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C90-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C90-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C90-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C85-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C85-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C85-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C80-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C80-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C80-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C75-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C75-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C75-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C70-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C70-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C70-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C65-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C65-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C65-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C60-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C60-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C60-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C55-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C55-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C55-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C50-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C50-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C50-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C45-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C45-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C45-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C40-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C40-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C40-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C35-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C35-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C35-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C30-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C30-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C30-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C25-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C25-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C25-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C20-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C20-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C20-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C15-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C15-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C15-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C10-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C10-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C10-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C5-fill-1 #fill1 {
  fill: #d0637c !important;
}
.C-D0637C5-fill-1.onHover:hover #fill1 {
  fill: #d0637c !important;
}
.C-D0637C5-stroke-1 #stroke1 {
  stroke: #d0637c !important;
}
.C-D0637C0-fill-1 #fill1 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-fill-1.onHover:hover #fill1 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-stroke-1 #stroke1 {
  stroke: rgba(208, 99, 124, 0) !important;
}
.C-D0637C-fill-2 #fill2 {
  fill: #d0637c;
}
.C-D0637C-fill-2.onHover:hover #fill2,
.C-D0637C-fill-2:hover #fill2 {
  fill: #d0637c;
}
.C-D0637C-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C100-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C100-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C100-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C95-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C95-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C95-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C90-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C90-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C90-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C85-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C85-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C85-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C80-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C80-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C80-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C75-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C75-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C75-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C70-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C70-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C70-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C65-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C65-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C65-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C60-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C60-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C60-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C55-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C55-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C55-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C50-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C50-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C50-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C45-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C45-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C45-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C40-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C40-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C40-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C35-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C35-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C35-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C30-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C30-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C30-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C25-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C25-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C25-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C20-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C20-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C20-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C15-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C15-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C15-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C10-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C10-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C10-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C5-fill-2 #fill2 {
  fill: #d0637c !important;
}
.C-D0637C5-fill-2.onHover:hover #fill2 {
  fill: #d0637c !important;
}
.C-D0637C5-stroke-2 #stroke2 {
  stroke: #d0637c !important;
}
.C-D0637C0-fill-2 #fill2 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-fill-2.onHover:hover #fill2 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-stroke-2 #stroke2 {
  stroke: rgba(208, 99, 124, 0) !important;
}
.C-D0637C-fill-3 #fill3 {
  fill: #d0637c;
}
.C-D0637C-fill-3.onHover:hover #fill3,
.C-D0637C-fill-3:hover #fill3 {
  fill: #d0637c;
}
.C-D0637C-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C100-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C100-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C100-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C95-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C95-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C95-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C90-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C90-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C90-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C85-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C85-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C85-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C80-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C80-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C80-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C75-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C75-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C75-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C70-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C70-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C70-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C65-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C65-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C65-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C60-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C60-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C60-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C55-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C55-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C55-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C50-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C50-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C50-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C45-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C45-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C45-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C40-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C40-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C40-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C35-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C35-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C35-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C30-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C30-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C30-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C25-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C25-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C25-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C20-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C20-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C20-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C15-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C15-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C15-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C10-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C10-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C10-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C5-fill-3 #fill3 {
  fill: #d0637c !important;
}
.C-D0637C5-fill-3.onHover:hover #fill3 {
  fill: #d0637c !important;
}
.C-D0637C5-stroke-3 #stroke3 {
  stroke: #d0637c !important;
}
.C-D0637C0-fill-3 #fill3 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-fill-3.onHover:hover #fill3 {
  fill: rgba(208, 99, 124, 0) !important;
}
.C-D0637C0-stroke-3 #stroke3 {
  stroke: rgba(208, 99, 124, 0) !important;
}
.C-A94F63-100 {
  background-color: #a94f63FF !important;
}
.C-A94F63-100-text {
  color: #a94f63FF;
}
.C-A94F63-100-border {
  border-color: #a94f63FF !important;
}
.C-A94F63-95 {
  background-color: #a94f63F2 !important;
}
.C-A94F63-95-text {
  color: #a94f63F2;
}
.C-A94F63-95-border {
  border-color: #a94f63F2 !important;
}
.C-A94F63-90 {
  background-color: #a94f63E6 !important;
}
.C-A94F63-90-text {
  color: #a94f63E6;
}
.C-A94F63-90-border {
  border-color: #a94f63E6 !important;
}
.C-A94F63-85 {
  background-color: #a94f63D9 !important;
}
.C-A94F63-85-text {
  color: #a94f63D9;
}
.C-A94F63-85-border {
  border-color: #a94f63D9 !important;
}
.C-A94F63-80 {
  background-color: #a94f63CC !important;
}
.C-A94F63-80-text {
  color: #a94f63CC;
}
.C-A94F63-80-border {
  border-color: #a94f63CC !important;
}
.C-A94F63-75 {
  background-color: #a94f63BF !important;
}
.C-A94F63-75-text {
  color: #a94f63BF;
}
.C-A94F63-75-border {
  border-color: #a94f63BF !important;
}
.C-A94F63-70 {
  background-color: #a94f63B3 !important;
}
.C-A94F63-70-text {
  color: #a94f63B3;
}
.C-A94F63-70-border {
  border-color: #a94f63B3 !important;
}
.C-A94F63-65 {
  background-color: #a94f63A6 !important;
}
.C-A94F63-65-text {
  color: #a94f63A6;
}
.C-A94F63-65-border {
  border-color: #a94f63A6 !important;
}
.C-A94F63-60 {
  background-color: #a94f6399 !important;
}
.C-A94F63-60-text {
  color: #a94f6399;
}
.C-A94F63-60-border {
  border-color: #a94f6399 !important;
}
.C-A94F63-55 {
  background-color: #a94f638C !important;
}
.C-A94F63-55-text {
  color: #a94f638C;
}
.C-A94F63-55-border {
  border-color: #a94f638C !important;
}
.C-A94F63-50 {
  background-color: #a94f6380 !important;
}
.C-A94F63-50-text {
  color: #a94f6380;
}
.C-A94F63-50-border {
  border-color: #a94f6380 !important;
}
.C-A94F63-45 {
  background-color: #a94f6373 !important;
}
.C-A94F63-45-text {
  color: #a94f6373;
}
.C-A94F63-45-border {
  border-color: #a94f6373 !important;
}
.C-A94F63-40 {
  background-color: #a94f6366 !important;
}
.C-A94F63-40-text {
  color: #a94f6366;
}
.C-A94F63-40-border {
  border-color: #a94f6366 !important;
}
.C-A94F63-35 {
  background-color: #a94f6359 !important;
}
.C-A94F63-35-text {
  color: #a94f6359;
}
.C-A94F63-35-border {
  border-color: #a94f6359 !important;
}
.C-A94F63-30 {
  background-color: #a94f634D !important;
}
.C-A94F63-30-text {
  color: #a94f634D;
}
.C-A94F63-30-border {
  border-color: #a94f634D !important;
}
.C-A94F63-25 {
  background-color: #a94f6340 !important;
}
.C-A94F63-25-text {
  color: #a94f6340;
}
.C-A94F63-25-border {
  border-color: #a94f6340 !important;
}
.C-A94F63-20 {
  background-color: #a94f6333 !important;
}
.C-A94F63-20-text {
  color: #a94f6333;
}
.C-A94F63-20-border {
  border-color: #a94f6333 !important;
}
.C-A94F63-15 {
  background-color: #a94f6326 !important;
}
.C-A94F63-15-text {
  color: #a94f6326;
}
.C-A94F63-15-border {
  border-color: #a94f6326 !important;
}
.C-A94F63-10 {
  background-color: #a94f631A !important;
}
.C-A94F63-10-text {
  color: #a94f631A;
}
.C-A94F63-10-border {
  border-color: #a94f631A !important;
}
.C-A94F63-5 {
  background-color: #a94f630D !important;
}
.C-A94F63-5-text {
  color: #a94f630D;
}
.C-A94F63-5-border {
  border-color: #a94f630D !important;
}
.C-A94F63-0 {
  background-color: #a94f630 !important;
}
.C-A94F63-0-text {
  color: #a94f630;
}
.C-A94F63-0-border {
  border-color: #a94f630 !important;
}
.C-A94F63 {
  background-color: #a94f63 !important;
  --btn-background: #a94f63;
}
.C-A94F63-text {
  color: #a94f63;
}
.C-A94F63-border {
  border-color: #a94f63 !important;
}
@media (hover: hover) {
  .C-A94F63-hover-bg:hover {
    background-color: #a94f63 !important;
  }
}
.C-A94F63-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-A94F63-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #a94f63;
  fill: #a94f63;
  stroke: #a94f63;
}
.C-A94F63-hover-text[papaTarget]:hover.f_targetText {
  color: #a94f63 !important;
  fill: #a94f63 !important;
  stroke: #a94f63 !important;
}
.C-A94F63-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-A94F63-hover-text[fHover]:hover {
  color: #a94f63 !important;
}
.C-A94F63-after::after,
.C-A94F63-after::before {
  background-color: #a94f63;
}
.C-A94F63-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #a94f63;
  transition: box-shadow 0.2s;
}
.C-A94F63100 {
  background-color: #a94f63 !important;
}
.C-A94F63100-text {
  color: #a94f63;
}
.C-A94F63100-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F63100 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6395 {
  background-color: #a94f63 !important;
}
.C-A94F6395-text {
  color: #a94f63;
}
.C-A94F6395-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6395 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6390 {
  background-color: #a94f63 !important;
}
.C-A94F6390-text {
  color: #a94f63;
}
.C-A94F6390-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6390 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6385 {
  background-color: #a94f63 !important;
}
.C-A94F6385-text {
  color: #a94f63;
}
.C-A94F6385-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6385 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6380 {
  background-color: #a94f63 !important;
}
.C-A94F6380-text {
  color: #a94f63;
}
.C-A94F6380-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6380 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6375 {
  background-color: #a94f63 !important;
}
.C-A94F6375-text {
  color: #a94f63;
}
.C-A94F6375-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6375 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6370 {
  background-color: #a94f63 !important;
}
.C-A94F6370-text {
  color: #a94f63;
}
.C-A94F6370-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6370 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6365 {
  background-color: #a94f63 !important;
}
.C-A94F6365-text {
  color: #a94f63;
}
.C-A94F6365-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6365 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6360 {
  background-color: #a94f63 !important;
}
.C-A94F6360-text {
  color: #a94f63;
}
.C-A94F6360-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6360 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6355 {
  background-color: #a94f63 !important;
}
.C-A94F6355-text {
  color: #a94f63;
}
.C-A94F6355-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6355 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6350 {
  background-color: #a94f63 !important;
}
.C-A94F6350-text {
  color: #a94f63;
}
.C-A94F6350-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6350 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6345 {
  background-color: #a94f63 !important;
}
.C-A94F6345-text {
  color: #a94f63;
}
.C-A94F6345-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6345 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6340 {
  background-color: #a94f63 !important;
}
.C-A94F6340-text {
  color: #a94f63;
}
.C-A94F6340-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6340 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6335 {
  background-color: #a94f63 !important;
}
.C-A94F6335-text {
  color: #a94f63;
}
.C-A94F6335-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6335 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6330 {
  background-color: #a94f63 !important;
}
.C-A94F6330-text {
  color: #a94f63;
}
.C-A94F6330-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6330 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6325 {
  background-color: #a94f63 !important;
}
.C-A94F6325-text {
  color: #a94f63;
}
.C-A94F6325-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6325 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6320 {
  background-color: #a94f63 !important;
}
.C-A94F6320-text {
  color: #a94f63;
}
.C-A94F6320-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6320 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6315 {
  background-color: #a94f63 !important;
}
.C-A94F6315-text {
  color: #a94f63;
}
.C-A94F6315-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6315 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F6310 {
  background-color: #a94f63 !important;
}
.C-A94F6310-text {
  color: #a94f63;
}
.C-A94F6310-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F6310 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F635 {
  background-color: #a94f63 !important;
}
.C-A94F635-text {
  color: #a94f63;
}
.C-A94F635-border {
  border-color: #a94f63;
}
.C-linearGradient-A94F635 {
  background-image:
    linear-gradient(
      45deg,
      #a94f63 0%,
      #a94f63 99%,
      #a94f63 100%);
}
.C-A94F630 {
  background-color: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-text {
  color: rgba(169, 79, 99, 0);
}
.C-A94F630-border {
  border-color: rgba(169, 79, 99, 0);
}
.C-linearGradient-A94F630 {
  background-image:
    linear-gradient(
      45deg,
      rgba(169, 79, 99, 0) 0%,
      #a94f63 99%,
      rgba(169, 79, 99, 0) 100%);
}
.C-A94F63-fill-1 #fill1 {
  fill: #a94f63;
}
.C-A94F63-fill-1.onHover:hover #fill1,
.C-A94F63-fill-1:hover #fill1 {
  fill: #a94f63;
}
.C-A94F63-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F63100-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F63100-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F63100-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6395-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6395-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6395-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6390-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6390-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6390-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6385-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6385-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6385-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6380-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6380-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6380-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6375-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6375-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6375-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6370-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6370-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6370-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6365-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6365-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6365-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6360-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6360-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6360-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6355-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6355-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6355-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6350-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6350-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6350-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6345-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6345-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6345-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6340-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6340-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6340-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6335-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6335-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6335-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6330-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6330-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6330-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6325-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6325-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6325-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6320-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6320-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6320-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6315-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6315-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6315-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F6310-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6310-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F6310-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F635-fill-1 #fill1 {
  fill: #a94f63 !important;
}
.C-A94F635-fill-1.onHover:hover #fill1 {
  fill: #a94f63 !important;
}
.C-A94F635-stroke-1 #stroke1 {
  stroke: #a94f63 !important;
}
.C-A94F630-fill-1 #fill1 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-fill-1.onHover:hover #fill1 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-stroke-1 #stroke1 {
  stroke: rgba(169, 79, 99, 0) !important;
}
.C-A94F63-fill-2 #fill2 {
  fill: #a94f63;
}
.C-A94F63-fill-2.onHover:hover #fill2,
.C-A94F63-fill-2:hover #fill2 {
  fill: #a94f63;
}
.C-A94F63-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F63100-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F63100-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F63100-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6395-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6395-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6395-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6390-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6390-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6390-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6385-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6385-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6385-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6380-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6380-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6380-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6375-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6375-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6375-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6370-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6370-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6370-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6365-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6365-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6365-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6360-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6360-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6360-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6355-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6355-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6355-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6350-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6350-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6350-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6345-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6345-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6345-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6340-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6340-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6340-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6335-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6335-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6335-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6330-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6330-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6330-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6325-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6325-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6325-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6320-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6320-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6320-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6315-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6315-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6315-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F6310-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6310-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F6310-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F635-fill-2 #fill2 {
  fill: #a94f63 !important;
}
.C-A94F635-fill-2.onHover:hover #fill2 {
  fill: #a94f63 !important;
}
.C-A94F635-stroke-2 #stroke2 {
  stroke: #a94f63 !important;
}
.C-A94F630-fill-2 #fill2 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-fill-2.onHover:hover #fill2 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-stroke-2 #stroke2 {
  stroke: rgba(169, 79, 99, 0) !important;
}
.C-A94F63-fill-3 #fill3 {
  fill: #a94f63;
}
.C-A94F63-fill-3.onHover:hover #fill3,
.C-A94F63-fill-3:hover #fill3 {
  fill: #a94f63;
}
.C-A94F63-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F63100-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F63100-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F63100-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6395-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6395-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6395-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6390-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6390-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6390-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6385-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6385-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6385-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6380-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6380-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6380-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6375-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6375-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6375-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6370-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6370-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6370-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6365-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6365-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6365-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6360-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6360-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6360-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6355-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6355-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6355-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6350-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6350-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6350-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6345-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6345-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6345-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6340-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6340-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6340-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6335-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6335-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6335-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6330-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6330-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6330-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6325-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6325-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6325-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6320-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6320-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6320-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6315-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6315-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6315-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F6310-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6310-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F6310-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F635-fill-3 #fill3 {
  fill: #a94f63 !important;
}
.C-A94F635-fill-3.onHover:hover #fill3 {
  fill: #a94f63 !important;
}
.C-A94F635-stroke-3 #stroke3 {
  stroke: #a94f63 !important;
}
.C-A94F630-fill-3 #fill3 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-fill-3.onHover:hover #fill3 {
  fill: rgba(169, 79, 99, 0) !important;
}
.C-A94F630-stroke-3 #stroke3 {
  stroke: rgba(169, 79, 99, 0) !important;
}
.C-D98195-100 {
  background-color: #d98195FF !important;
}
.C-D98195-100-text {
  color: #d98195FF;
}
.C-D98195-100-border {
  border-color: #d98195FF !important;
}
.C-D98195-95 {
  background-color: #d98195F2 !important;
}
.C-D98195-95-text {
  color: #d98195F2;
}
.C-D98195-95-border {
  border-color: #d98195F2 !important;
}
.C-D98195-90 {
  background-color: #d98195E6 !important;
}
.C-D98195-90-text {
  color: #d98195E6;
}
.C-D98195-90-border {
  border-color: #d98195E6 !important;
}
.C-D98195-85 {
  background-color: #d98195D9 !important;
}
.C-D98195-85-text {
  color: #d98195D9;
}
.C-D98195-85-border {
  border-color: #d98195D9 !important;
}
.C-D98195-80 {
  background-color: #d98195CC !important;
}
.C-D98195-80-text {
  color: #d98195CC;
}
.C-D98195-80-border {
  border-color: #d98195CC !important;
}
.C-D98195-75 {
  background-color: #d98195BF !important;
}
.C-D98195-75-text {
  color: #d98195BF;
}
.C-D98195-75-border {
  border-color: #d98195BF !important;
}
.C-D98195-70 {
  background-color: #d98195B3 !important;
}
.C-D98195-70-text {
  color: #d98195B3;
}
.C-D98195-70-border {
  border-color: #d98195B3 !important;
}
.C-D98195-65 {
  background-color: #d98195A6 !important;
}
.C-D98195-65-text {
  color: #d98195A6;
}
.C-D98195-65-border {
  border-color: #d98195A6 !important;
}
.C-D98195-60 {
  background-color: #d9819599 !important;
}
.C-D98195-60-text {
  color: #d9819599;
}
.C-D98195-60-border {
  border-color: #d9819599 !important;
}
.C-D98195-55 {
  background-color: #d981958C !important;
}
.C-D98195-55-text {
  color: #d981958C;
}
.C-D98195-55-border {
  border-color: #d981958C !important;
}
.C-D98195-50 {
  background-color: #d9819580 !important;
}
.C-D98195-50-text {
  color: #d9819580;
}
.C-D98195-50-border {
  border-color: #d9819580 !important;
}
.C-D98195-45 {
  background-color: #d9819573 !important;
}
.C-D98195-45-text {
  color: #d9819573;
}
.C-D98195-45-border {
  border-color: #d9819573 !important;
}
.C-D98195-40 {
  background-color: #d9819566 !important;
}
.C-D98195-40-text {
  color: #d9819566;
}
.C-D98195-40-border {
  border-color: #d9819566 !important;
}
.C-D98195-35 {
  background-color: #d9819559 !important;
}
.C-D98195-35-text {
  color: #d9819559;
}
.C-D98195-35-border {
  border-color: #d9819559 !important;
}
.C-D98195-30 {
  background-color: #d981954D !important;
}
.C-D98195-30-text {
  color: #d981954D;
}
.C-D98195-30-border {
  border-color: #d981954D !important;
}
.C-D98195-25 {
  background-color: #d9819540 !important;
}
.C-D98195-25-text {
  color: #d9819540;
}
.C-D98195-25-border {
  border-color: #d9819540 !important;
}
.C-D98195-20 {
  background-color: #d9819533 !important;
}
.C-D98195-20-text {
  color: #d9819533;
}
.C-D98195-20-border {
  border-color: #d9819533 !important;
}
.C-D98195-15 {
  background-color: #d9819526 !important;
}
.C-D98195-15-text {
  color: #d9819526;
}
.C-D98195-15-border {
  border-color: #d9819526 !important;
}
.C-D98195-10 {
  background-color: #d981951A !important;
}
.C-D98195-10-text {
  color: #d981951A;
}
.C-D98195-10-border {
  border-color: #d981951A !important;
}
.C-D98195-5 {
  background-color: #d981950D !important;
}
.C-D98195-5-text {
  color: #d981950D;
}
.C-D98195-5-border {
  border-color: #d981950D !important;
}
.C-D98195-0 {
  background-color: #d981950 !important;
}
.C-D98195-0-text {
  color: #d981950;
}
.C-D98195-0-border {
  border-color: #d981950 !important;
}
.C-D98195 {
  background-color: #d98195 !important;
  --btn-background: #d98195;
}
.C-D98195-text {
  color: #d98195;
}
.C-D98195-border {
  border-color: #d98195 !important;
}
@media (hover: hover) {
  .C-D98195-hover-bg:hover {
    background-color: #d98195 !important;
  }
}
.C-D98195-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D98195-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d98195;
  fill: #d98195;
  stroke: #d98195;
}
.C-D98195-hover-text[papaTarget]:hover.f_targetText {
  color: #d98195 !important;
  fill: #d98195 !important;
  stroke: #d98195 !important;
}
.C-D98195-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D98195-hover-text[fHover]:hover {
  color: #d98195 !important;
}
.C-D98195-after::after,
.C-D98195-after::before {
  background-color: #d98195;
}
.C-D98195-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d98195;
  transition: box-shadow 0.2s;
}
.C-D98195100 {
  background-color: #d98195 !important;
}
.C-D98195100-text {
  color: #d98195;
}
.C-D98195100-border {
  border-color: #d98195;
}
.C-linearGradient-D98195100 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819595 {
  background-color: #d98195 !important;
}
.C-D9819595-text {
  color: #d98195;
}
.C-D9819595-border {
  border-color: #d98195;
}
.C-linearGradient-D9819595 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819590 {
  background-color: #d98195 !important;
}
.C-D9819590-text {
  color: #d98195;
}
.C-D9819590-border {
  border-color: #d98195;
}
.C-linearGradient-D9819590 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819585 {
  background-color: #d98195 !important;
}
.C-D9819585-text {
  color: #d98195;
}
.C-D9819585-border {
  border-color: #d98195;
}
.C-linearGradient-D9819585 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819580 {
  background-color: #d98195 !important;
}
.C-D9819580-text {
  color: #d98195;
}
.C-D9819580-border {
  border-color: #d98195;
}
.C-linearGradient-D9819580 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819575 {
  background-color: #d98195 !important;
}
.C-D9819575-text {
  color: #d98195;
}
.C-D9819575-border {
  border-color: #d98195;
}
.C-linearGradient-D9819575 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819570 {
  background-color: #d98195 !important;
}
.C-D9819570-text {
  color: #d98195;
}
.C-D9819570-border {
  border-color: #d98195;
}
.C-linearGradient-D9819570 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819565 {
  background-color: #d98195 !important;
}
.C-D9819565-text {
  color: #d98195;
}
.C-D9819565-border {
  border-color: #d98195;
}
.C-linearGradient-D9819565 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819560 {
  background-color: #d98195 !important;
}
.C-D9819560-text {
  color: #d98195;
}
.C-D9819560-border {
  border-color: #d98195;
}
.C-linearGradient-D9819560 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819555 {
  background-color: #d98195 !important;
}
.C-D9819555-text {
  color: #d98195;
}
.C-D9819555-border {
  border-color: #d98195;
}
.C-linearGradient-D9819555 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819550 {
  background-color: #d98195 !important;
}
.C-D9819550-text {
  color: #d98195;
}
.C-D9819550-border {
  border-color: #d98195;
}
.C-linearGradient-D9819550 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819545 {
  background-color: #d98195 !important;
}
.C-D9819545-text {
  color: #d98195;
}
.C-D9819545-border {
  border-color: #d98195;
}
.C-linearGradient-D9819545 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819540 {
  background-color: #d98195 !important;
}
.C-D9819540-text {
  color: #d98195;
}
.C-D9819540-border {
  border-color: #d98195;
}
.C-linearGradient-D9819540 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819535 {
  background-color: #d98195 !important;
}
.C-D9819535-text {
  color: #d98195;
}
.C-D9819535-border {
  border-color: #d98195;
}
.C-linearGradient-D9819535 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819530 {
  background-color: #d98195 !important;
}
.C-D9819530-text {
  color: #d98195;
}
.C-D9819530-border {
  border-color: #d98195;
}
.C-linearGradient-D9819530 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819525 {
  background-color: #d98195 !important;
}
.C-D9819525-text {
  color: #d98195;
}
.C-D9819525-border {
  border-color: #d98195;
}
.C-linearGradient-D9819525 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819520 {
  background-color: #d98195 !important;
}
.C-D9819520-text {
  color: #d98195;
}
.C-D9819520-border {
  border-color: #d98195;
}
.C-linearGradient-D9819520 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819515 {
  background-color: #d98195 !important;
}
.C-D9819515-text {
  color: #d98195;
}
.C-D9819515-border {
  border-color: #d98195;
}
.C-linearGradient-D9819515 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D9819510 {
  background-color: #d98195 !important;
}
.C-D9819510-text {
  color: #d98195;
}
.C-D9819510-border {
  border-color: #d98195;
}
.C-linearGradient-D9819510 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D981955 {
  background-color: #d98195 !important;
}
.C-D981955-text {
  color: #d98195;
}
.C-D981955-border {
  border-color: #d98195;
}
.C-linearGradient-D981955 {
  background-image:
    linear-gradient(
      45deg,
      #d98195 0%,
      #d98195 99%,
      #d98195 100%);
}
.C-D981950 {
  background-color: rgba(217, 129, 149, 0) !important;
}
.C-D981950-text {
  color: rgba(217, 129, 149, 0);
}
.C-D981950-border {
  border-color: rgba(217, 129, 149, 0);
}
.C-linearGradient-D981950 {
  background-image:
    linear-gradient(
      45deg,
      rgba(217, 129, 149, 0) 0%,
      #d98195 99%,
      rgba(217, 129, 149, 0) 100%);
}
.C-D98195-fill-1 #fill1 {
  fill: #d98195;
}
.C-D98195-fill-1.onHover:hover #fill1,
.C-D98195-fill-1:hover #fill1 {
  fill: #d98195;
}
.C-D98195-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D98195100-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D98195100-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D98195100-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819595-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819595-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819595-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819590-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819590-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819590-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819585-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819585-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819585-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819580-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819580-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819580-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819575-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819575-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819575-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819570-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819570-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819570-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819565-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819565-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819565-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819560-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819560-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819560-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819555-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819555-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819555-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819550-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819550-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819550-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819545-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819545-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819545-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819540-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819540-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819540-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819535-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819535-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819535-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819530-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819530-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819530-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819525-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819525-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819525-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819520-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819520-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819520-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819515-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819515-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819515-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D9819510-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D9819510-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D9819510-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D981955-fill-1 #fill1 {
  fill: #d98195 !important;
}
.C-D981955-fill-1.onHover:hover #fill1 {
  fill: #d98195 !important;
}
.C-D981955-stroke-1 #stroke1 {
  stroke: #d98195 !important;
}
.C-D981950-fill-1 #fill1 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-fill-1.onHover:hover #fill1 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-stroke-1 #stroke1 {
  stroke: rgba(217, 129, 149, 0) !important;
}
.C-D98195-fill-2 #fill2 {
  fill: #d98195;
}
.C-D98195-fill-2.onHover:hover #fill2,
.C-D98195-fill-2:hover #fill2 {
  fill: #d98195;
}
.C-D98195-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D98195100-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D98195100-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D98195100-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819595-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819595-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819595-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819590-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819590-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819590-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819585-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819585-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819585-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819580-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819580-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819580-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819575-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819575-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819575-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819570-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819570-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819570-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819565-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819565-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819565-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819560-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819560-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819560-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819555-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819555-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819555-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819550-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819550-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819550-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819545-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819545-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819545-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819540-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819540-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819540-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819535-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819535-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819535-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819530-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819530-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819530-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819525-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819525-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819525-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819520-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819520-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819520-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819515-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819515-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819515-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D9819510-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D9819510-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D9819510-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D981955-fill-2 #fill2 {
  fill: #d98195 !important;
}
.C-D981955-fill-2.onHover:hover #fill2 {
  fill: #d98195 !important;
}
.C-D981955-stroke-2 #stroke2 {
  stroke: #d98195 !important;
}
.C-D981950-fill-2 #fill2 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-fill-2.onHover:hover #fill2 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-stroke-2 #stroke2 {
  stroke: rgba(217, 129, 149, 0) !important;
}
.C-D98195-fill-3 #fill3 {
  fill: #d98195;
}
.C-D98195-fill-3.onHover:hover #fill3,
.C-D98195-fill-3:hover #fill3 {
  fill: #d98195;
}
.C-D98195-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D98195100-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D98195100-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D98195100-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819595-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819595-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819595-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819590-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819590-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819590-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819585-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819585-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819585-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819580-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819580-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819580-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819575-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819575-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819575-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819570-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819570-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819570-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819565-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819565-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819565-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819560-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819560-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819560-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819555-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819555-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819555-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819550-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819550-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819550-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819545-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819545-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819545-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819540-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819540-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819540-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819535-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819535-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819535-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819530-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819530-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819530-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819525-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819525-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819525-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819520-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819520-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819520-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819515-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819515-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819515-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D9819510-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D9819510-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D9819510-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D981955-fill-3 #fill3 {
  fill: #d98195 !important;
}
.C-D981955-fill-3.onHover:hover #fill3 {
  fill: #d98195 !important;
}
.C-D981955-stroke-3 #stroke3 {
  stroke: #d98195 !important;
}
.C-D981950-fill-3 #fill3 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-fill-3.onHover:hover #fill3 {
  fill: rgba(217, 129, 149, 0) !important;
}
.C-D981950-stroke-3 #stroke3 {
  stroke: rgba(217, 129, 149, 0) !important;
}
.C-714EA8-100 {
  background-color: #714ea8FF !important;
}
.C-714EA8-100-text {
  color: #714ea8FF;
}
.C-714EA8-100-border {
  border-color: #714ea8FF !important;
}
.C-714EA8-95 {
  background-color: #714ea8F2 !important;
}
.C-714EA8-95-text {
  color: #714ea8F2;
}
.C-714EA8-95-border {
  border-color: #714ea8F2 !important;
}
.C-714EA8-90 {
  background-color: #714ea8E6 !important;
}
.C-714EA8-90-text {
  color: #714ea8E6;
}
.C-714EA8-90-border {
  border-color: #714ea8E6 !important;
}
.C-714EA8-85 {
  background-color: #714ea8D9 !important;
}
.C-714EA8-85-text {
  color: #714ea8D9;
}
.C-714EA8-85-border {
  border-color: #714ea8D9 !important;
}
.C-714EA8-80 {
  background-color: #714ea8CC !important;
}
.C-714EA8-80-text {
  color: #714ea8CC;
}
.C-714EA8-80-border {
  border-color: #714ea8CC !important;
}
.C-714EA8-75 {
  background-color: #714ea8BF !important;
}
.C-714EA8-75-text {
  color: #714ea8BF;
}
.C-714EA8-75-border {
  border-color: #714ea8BF !important;
}
.C-714EA8-70 {
  background-color: #714ea8B3 !important;
}
.C-714EA8-70-text {
  color: #714ea8B3;
}
.C-714EA8-70-border {
  border-color: #714ea8B3 !important;
}
.C-714EA8-65 {
  background-color: #714ea8A6 !important;
}
.C-714EA8-65-text {
  color: #714ea8A6;
}
.C-714EA8-65-border {
  border-color: #714ea8A6 !important;
}
.C-714EA8-60 {
  background-color: #714ea899 !important;
}
.C-714EA8-60-text {
  color: #714ea899;
}
.C-714EA8-60-border {
  border-color: #714ea899 !important;
}
.C-714EA8-55 {
  background-color: #714ea88C !important;
}
.C-714EA8-55-text {
  color: #714ea88C;
}
.C-714EA8-55-border {
  border-color: #714ea88C !important;
}
.C-714EA8-50 {
  background-color: #714ea880 !important;
}
.C-714EA8-50-text {
  color: #714ea880;
}
.C-714EA8-50-border {
  border-color: #714ea880 !important;
}
.C-714EA8-45 {
  background-color: #714ea873 !important;
}
.C-714EA8-45-text {
  color: #714ea873;
}
.C-714EA8-45-border {
  border-color: #714ea873 !important;
}
.C-714EA8-40 {
  background-color: #714ea866 !important;
}
.C-714EA8-40-text {
  color: #714ea866;
}
.C-714EA8-40-border {
  border-color: #714ea866 !important;
}
.C-714EA8-35 {
  background-color: #714ea859 !important;
}
.C-714EA8-35-text {
  color: #714ea859;
}
.C-714EA8-35-border {
  border-color: #714ea859 !important;
}
.C-714EA8-30 {
  background-color: #714ea84D !important;
}
.C-714EA8-30-text {
  color: #714ea84D;
}
.C-714EA8-30-border {
  border-color: #714ea84D !important;
}
.C-714EA8-25 {
  background-color: #714ea840 !important;
}
.C-714EA8-25-text {
  color: #714ea840;
}
.C-714EA8-25-border {
  border-color: #714ea840 !important;
}
.C-714EA8-20 {
  background-color: #714ea833 !important;
}
.C-714EA8-20-text {
  color: #714ea833;
}
.C-714EA8-20-border {
  border-color: #714ea833 !important;
}
.C-714EA8-15 {
  background-color: #714ea826 !important;
}
.C-714EA8-15-text {
  color: #714ea826;
}
.C-714EA8-15-border {
  border-color: #714ea826 !important;
}
.C-714EA8-10 {
  background-color: #714ea81A !important;
}
.C-714EA8-10-text {
  color: #714ea81A;
}
.C-714EA8-10-border {
  border-color: #714ea81A !important;
}
.C-714EA8-5 {
  background-color: #714ea80D !important;
}
.C-714EA8-5-text {
  color: #714ea80D;
}
.C-714EA8-5-border {
  border-color: #714ea80D !important;
}
.C-714EA8-0 {
  background-color: #714ea80 !important;
}
.C-714EA8-0-text {
  color: #714ea80;
}
.C-714EA8-0-border {
  border-color: #714ea80 !important;
}
.C-714EA8 {
  background-color: #714ea8 !important;
  --btn-background: #714ea8;
}
.C-714EA8-text {
  color: #714ea8;
}
.C-714EA8-border {
  border-color: #714ea8 !important;
}
@media (hover: hover) {
  .C-714EA8-hover-bg:hover {
    background-color: #714ea8 !important;
  }
}
.C-714EA8-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-714EA8-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #714ea8;
  fill: #714ea8;
  stroke: #714ea8;
}
.C-714EA8-hover-text[papaTarget]:hover.f_targetText {
  color: #714ea8 !important;
  fill: #714ea8 !important;
  stroke: #714ea8 !important;
}
.C-714EA8-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-714EA8-hover-text[fHover]:hover {
  color: #714ea8 !important;
}
.C-714EA8-after::after,
.C-714EA8-after::before {
  background-color: #714ea8;
}
.C-714EA8-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #714ea8;
  transition: box-shadow 0.2s;
}
.C-714EA8100 {
  background-color: #714ea8 !important;
}
.C-714EA8100-text {
  color: #714ea8;
}
.C-714EA8100-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA8100 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA895 {
  background-color: #714ea8 !important;
}
.C-714EA895-text {
  color: #714ea8;
}
.C-714EA895-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA895 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA890 {
  background-color: #714ea8 !important;
}
.C-714EA890-text {
  color: #714ea8;
}
.C-714EA890-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA890 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA885 {
  background-color: #714ea8 !important;
}
.C-714EA885-text {
  color: #714ea8;
}
.C-714EA885-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA885 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA880 {
  background-color: #714ea8 !important;
}
.C-714EA880-text {
  color: #714ea8;
}
.C-714EA880-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA880 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA875 {
  background-color: #714ea8 !important;
}
.C-714EA875-text {
  color: #714ea8;
}
.C-714EA875-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA875 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA870 {
  background-color: #714ea8 !important;
}
.C-714EA870-text {
  color: #714ea8;
}
.C-714EA870-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA870 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA865 {
  background-color: #714ea8 !important;
}
.C-714EA865-text {
  color: #714ea8;
}
.C-714EA865-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA865 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA860 {
  background-color: #714ea8 !important;
}
.C-714EA860-text {
  color: #714ea8;
}
.C-714EA860-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA860 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA855 {
  background-color: #714ea8 !important;
}
.C-714EA855-text {
  color: #714ea8;
}
.C-714EA855-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA855 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA850 {
  background-color: #714ea8 !important;
}
.C-714EA850-text {
  color: #714ea8;
}
.C-714EA850-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA850 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA845 {
  background-color: #714ea8 !important;
}
.C-714EA845-text {
  color: #714ea8;
}
.C-714EA845-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA845 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA840 {
  background-color: #714ea8 !important;
}
.C-714EA840-text {
  color: #714ea8;
}
.C-714EA840-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA840 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA835 {
  background-color: #714ea8 !important;
}
.C-714EA835-text {
  color: #714ea8;
}
.C-714EA835-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA835 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA830 {
  background-color: #714ea8 !important;
}
.C-714EA830-text {
  color: #714ea8;
}
.C-714EA830-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA830 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA825 {
  background-color: #714ea8 !important;
}
.C-714EA825-text {
  color: #714ea8;
}
.C-714EA825-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA825 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA820 {
  background-color: #714ea8 !important;
}
.C-714EA820-text {
  color: #714ea8;
}
.C-714EA820-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA820 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA815 {
  background-color: #714ea8 !important;
}
.C-714EA815-text {
  color: #714ea8;
}
.C-714EA815-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA815 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA810 {
  background-color: #714ea8 !important;
}
.C-714EA810-text {
  color: #714ea8;
}
.C-714EA810-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA810 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA85 {
  background-color: #714ea8 !important;
}
.C-714EA85-text {
  color: #714ea8;
}
.C-714EA85-border {
  border-color: #714ea8;
}
.C-linearGradient-714EA85 {
  background-image:
    linear-gradient(
      45deg,
      #714ea8 0%,
      #714ea8 99%,
      #714ea8 100%);
}
.C-714EA80 {
  background-color: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-text {
  color: rgba(113, 78, 168, 0);
}
.C-714EA80-border {
  border-color: rgba(113, 78, 168, 0);
}
.C-linearGradient-714EA80 {
  background-image:
    linear-gradient(
      45deg,
      rgba(113, 78, 168, 0) 0%,
      #714ea8 99%,
      rgba(113, 78, 168, 0) 100%);
}
.C-714EA8-fill-1 #fill1 {
  fill: #714ea8;
}
.C-714EA8-fill-1.onHover:hover #fill1,
.C-714EA8-fill-1:hover #fill1 {
  fill: #714ea8;
}
.C-714EA8-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA8100-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA8100-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA8100-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA895-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA895-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA895-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA890-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA890-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA890-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA885-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA885-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA885-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA880-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA880-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA880-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA875-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA875-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA875-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA870-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA870-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA870-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA865-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA865-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA865-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA860-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA860-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA860-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA855-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA855-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA855-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA850-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA850-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA850-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA845-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA845-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA845-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA840-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA840-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA840-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA835-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA835-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA835-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA830-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA830-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA830-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA825-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA825-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA825-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA820-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA820-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA820-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA815-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA815-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA815-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA810-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA810-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA810-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA85-fill-1 #fill1 {
  fill: #714ea8 !important;
}
.C-714EA85-fill-1.onHover:hover #fill1 {
  fill: #714ea8 !important;
}
.C-714EA85-stroke-1 #stroke1 {
  stroke: #714ea8 !important;
}
.C-714EA80-fill-1 #fill1 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-fill-1.onHover:hover #fill1 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-stroke-1 #stroke1 {
  stroke: rgba(113, 78, 168, 0) !important;
}
.C-714EA8-fill-2 #fill2 {
  fill: #714ea8;
}
.C-714EA8-fill-2.onHover:hover #fill2,
.C-714EA8-fill-2:hover #fill2 {
  fill: #714ea8;
}
.C-714EA8-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA8100-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA8100-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA8100-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA895-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA895-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA895-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA890-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA890-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA890-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA885-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA885-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA885-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA880-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA880-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA880-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA875-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA875-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA875-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA870-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA870-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA870-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA865-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA865-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA865-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA860-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA860-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA860-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA855-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA855-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA855-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA850-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA850-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA850-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA845-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA845-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA845-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA840-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA840-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA840-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA835-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA835-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA835-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA830-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA830-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA830-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA825-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA825-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA825-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA820-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA820-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA820-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA815-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA815-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA815-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA810-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA810-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA810-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA85-fill-2 #fill2 {
  fill: #714ea8 !important;
}
.C-714EA85-fill-2.onHover:hover #fill2 {
  fill: #714ea8 !important;
}
.C-714EA85-stroke-2 #stroke2 {
  stroke: #714ea8 !important;
}
.C-714EA80-fill-2 #fill2 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-fill-2.onHover:hover #fill2 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-stroke-2 #stroke2 {
  stroke: rgba(113, 78, 168, 0) !important;
}
.C-714EA8-fill-3 #fill3 {
  fill: #714ea8;
}
.C-714EA8-fill-3.onHover:hover #fill3,
.C-714EA8-fill-3:hover #fill3 {
  fill: #714ea8;
}
.C-714EA8-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA8100-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA8100-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA8100-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA895-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA895-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA895-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA890-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA890-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA890-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA885-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA885-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA885-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA880-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA880-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA880-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA875-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA875-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA875-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA870-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA870-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA870-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA865-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA865-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA865-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA860-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA860-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA860-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA855-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA855-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA855-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA850-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA850-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA850-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA845-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA845-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA845-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA840-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA840-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA840-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA835-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA835-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA835-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA830-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA830-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA830-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA825-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA825-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA825-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA820-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA820-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA820-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA815-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA815-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA815-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA810-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA810-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA810-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA85-fill-3 #fill3 {
  fill: #714ea8 !important;
}
.C-714EA85-fill-3.onHover:hover #fill3 {
  fill: #714ea8 !important;
}
.C-714EA85-stroke-3 #stroke3 {
  stroke: #714ea8 !important;
}
.C-714EA80-fill-3 #fill3 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-fill-3.onHover:hover #fill3 {
  fill: rgba(113, 78, 168, 0) !important;
}
.C-714EA80-stroke-3 #stroke3 {
  stroke: rgba(113, 78, 168, 0) !important;
}
.C-583B86-100 {
  background-color: #583b86FF !important;
}
.C-583B86-100-text {
  color: #583b86FF;
}
.C-583B86-100-border {
  border-color: #583b86FF !important;
}
.C-583B86-95 {
  background-color: #583b86F2 !important;
}
.C-583B86-95-text {
  color: #583b86F2;
}
.C-583B86-95-border {
  border-color: #583b86F2 !important;
}
.C-583B86-90 {
  background-color: #583b86E6 !important;
}
.C-583B86-90-text {
  color: #583b86E6;
}
.C-583B86-90-border {
  border-color: #583b86E6 !important;
}
.C-583B86-85 {
  background-color: #583b86D9 !important;
}
.C-583B86-85-text {
  color: #583b86D9;
}
.C-583B86-85-border {
  border-color: #583b86D9 !important;
}
.C-583B86-80 {
  background-color: #583b86CC !important;
}
.C-583B86-80-text {
  color: #583b86CC;
}
.C-583B86-80-border {
  border-color: #583b86CC !important;
}
.C-583B86-75 {
  background-color: #583b86BF !important;
}
.C-583B86-75-text {
  color: #583b86BF;
}
.C-583B86-75-border {
  border-color: #583b86BF !important;
}
.C-583B86-70 {
  background-color: #583b86B3 !important;
}
.C-583B86-70-text {
  color: #583b86B3;
}
.C-583B86-70-border {
  border-color: #583b86B3 !important;
}
.C-583B86-65 {
  background-color: #583b86A6 !important;
}
.C-583B86-65-text {
  color: #583b86A6;
}
.C-583B86-65-border {
  border-color: #583b86A6 !important;
}
.C-583B86-60 {
  background-color: #583b8699 !important;
}
.C-583B86-60-text {
  color: #583b8699;
}
.C-583B86-60-border {
  border-color: #583b8699 !important;
}
.C-583B86-55 {
  background-color: #583b868C !important;
}
.C-583B86-55-text {
  color: #583b868C;
}
.C-583B86-55-border {
  border-color: #583b868C !important;
}
.C-583B86-50 {
  background-color: #583b8680 !important;
}
.C-583B86-50-text {
  color: #583b8680;
}
.C-583B86-50-border {
  border-color: #583b8680 !important;
}
.C-583B86-45 {
  background-color: #583b8673 !important;
}
.C-583B86-45-text {
  color: #583b8673;
}
.C-583B86-45-border {
  border-color: #583b8673 !important;
}
.C-583B86-40 {
  background-color: #583b8666 !important;
}
.C-583B86-40-text {
  color: #583b8666;
}
.C-583B86-40-border {
  border-color: #583b8666 !important;
}
.C-583B86-35 {
  background-color: #583b8659 !important;
}
.C-583B86-35-text {
  color: #583b8659;
}
.C-583B86-35-border {
  border-color: #583b8659 !important;
}
.C-583B86-30 {
  background-color: #583b864D !important;
}
.C-583B86-30-text {
  color: #583b864D;
}
.C-583B86-30-border {
  border-color: #583b864D !important;
}
.C-583B86-25 {
  background-color: #583b8640 !important;
}
.C-583B86-25-text {
  color: #583b8640;
}
.C-583B86-25-border {
  border-color: #583b8640 !important;
}
.C-583B86-20 {
  background-color: #583b8633 !important;
}
.C-583B86-20-text {
  color: #583b8633;
}
.C-583B86-20-border {
  border-color: #583b8633 !important;
}
.C-583B86-15 {
  background-color: #583b8626 !important;
}
.C-583B86-15-text {
  color: #583b8626;
}
.C-583B86-15-border {
  border-color: #583b8626 !important;
}
.C-583B86-10 {
  background-color: #583b861A !important;
}
.C-583B86-10-text {
  color: #583b861A;
}
.C-583B86-10-border {
  border-color: #583b861A !important;
}
.C-583B86-5 {
  background-color: #583b860D !important;
}
.C-583B86-5-text {
  color: #583b860D;
}
.C-583B86-5-border {
  border-color: #583b860D !important;
}
.C-583B86-0 {
  background-color: #583b860 !important;
}
.C-583B86-0-text {
  color: #583b860;
}
.C-583B86-0-border {
  border-color: #583b860 !important;
}
.C-583B86 {
  background-color: #583b86 !important;
  --btn-background: #583b86;
}
.C-583B86-text {
  color: #583b86;
}
.C-583B86-border {
  border-color: #583b86 !important;
}
@media (hover: hover) {
  .C-583B86-hover-bg:hover {
    background-color: #583b86 !important;
  }
}
.C-583B86-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-583B86-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #583b86;
  fill: #583b86;
  stroke: #583b86;
}
.C-583B86-hover-text[papaTarget]:hover.f_targetText {
  color: #583b86 !important;
  fill: #583b86 !important;
  stroke: #583b86 !important;
}
.C-583B86-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-583B86-hover-text[fHover]:hover {
  color: #583b86 !important;
}
.C-583B86-after::after,
.C-583B86-after::before {
  background-color: #583b86;
}
.C-583B86-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #583b86;
  transition: box-shadow 0.2s;
}
.C-583B86100 {
  background-color: #583b86 !important;
}
.C-583B86100-text {
  color: #583b86;
}
.C-583B86100-border {
  border-color: #583b86;
}
.C-linearGradient-583B86100 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8695 {
  background-color: #583b86 !important;
}
.C-583B8695-text {
  color: #583b86;
}
.C-583B8695-border {
  border-color: #583b86;
}
.C-linearGradient-583B8695 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8690 {
  background-color: #583b86 !important;
}
.C-583B8690-text {
  color: #583b86;
}
.C-583B8690-border {
  border-color: #583b86;
}
.C-linearGradient-583B8690 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8685 {
  background-color: #583b86 !important;
}
.C-583B8685-text {
  color: #583b86;
}
.C-583B8685-border {
  border-color: #583b86;
}
.C-linearGradient-583B8685 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8680 {
  background-color: #583b86 !important;
}
.C-583B8680-text {
  color: #583b86;
}
.C-583B8680-border {
  border-color: #583b86;
}
.C-linearGradient-583B8680 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8675 {
  background-color: #583b86 !important;
}
.C-583B8675-text {
  color: #583b86;
}
.C-583B8675-border {
  border-color: #583b86;
}
.C-linearGradient-583B8675 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8670 {
  background-color: #583b86 !important;
}
.C-583B8670-text {
  color: #583b86;
}
.C-583B8670-border {
  border-color: #583b86;
}
.C-linearGradient-583B8670 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8665 {
  background-color: #583b86 !important;
}
.C-583B8665-text {
  color: #583b86;
}
.C-583B8665-border {
  border-color: #583b86;
}
.C-linearGradient-583B8665 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8660 {
  background-color: #583b86 !important;
}
.C-583B8660-text {
  color: #583b86;
}
.C-583B8660-border {
  border-color: #583b86;
}
.C-linearGradient-583B8660 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8655 {
  background-color: #583b86 !important;
}
.C-583B8655-text {
  color: #583b86;
}
.C-583B8655-border {
  border-color: #583b86;
}
.C-linearGradient-583B8655 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8650 {
  background-color: #583b86 !important;
}
.C-583B8650-text {
  color: #583b86;
}
.C-583B8650-border {
  border-color: #583b86;
}
.C-linearGradient-583B8650 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8645 {
  background-color: #583b86 !important;
}
.C-583B8645-text {
  color: #583b86;
}
.C-583B8645-border {
  border-color: #583b86;
}
.C-linearGradient-583B8645 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8640 {
  background-color: #583b86 !important;
}
.C-583B8640-text {
  color: #583b86;
}
.C-583B8640-border {
  border-color: #583b86;
}
.C-linearGradient-583B8640 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8635 {
  background-color: #583b86 !important;
}
.C-583B8635-text {
  color: #583b86;
}
.C-583B8635-border {
  border-color: #583b86;
}
.C-linearGradient-583B8635 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8630 {
  background-color: #583b86 !important;
}
.C-583B8630-text {
  color: #583b86;
}
.C-583B8630-border {
  border-color: #583b86;
}
.C-linearGradient-583B8630 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8625 {
  background-color: #583b86 !important;
}
.C-583B8625-text {
  color: #583b86;
}
.C-583B8625-border {
  border-color: #583b86;
}
.C-linearGradient-583B8625 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8620 {
  background-color: #583b86 !important;
}
.C-583B8620-text {
  color: #583b86;
}
.C-583B8620-border {
  border-color: #583b86;
}
.C-linearGradient-583B8620 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8615 {
  background-color: #583b86 !important;
}
.C-583B8615-text {
  color: #583b86;
}
.C-583B8615-border {
  border-color: #583b86;
}
.C-linearGradient-583B8615 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B8610 {
  background-color: #583b86 !important;
}
.C-583B8610-text {
  color: #583b86;
}
.C-583B8610-border {
  border-color: #583b86;
}
.C-linearGradient-583B8610 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B865 {
  background-color: #583b86 !important;
}
.C-583B865-text {
  color: #583b86;
}
.C-583B865-border {
  border-color: #583b86;
}
.C-linearGradient-583B865 {
  background-image:
    linear-gradient(
      45deg,
      #583b86 0%,
      #583b86 99%,
      #583b86 100%);
}
.C-583B860 {
  background-color: rgba(88, 59, 134, 0) !important;
}
.C-583B860-text {
  color: rgba(88, 59, 134, 0);
}
.C-583B860-border {
  border-color: rgba(88, 59, 134, 0);
}
.C-linearGradient-583B860 {
  background-image:
    linear-gradient(
      45deg,
      rgba(88, 59, 134, 0) 0%,
      #583b86 99%,
      rgba(88, 59, 134, 0) 100%);
}
.C-583B86-fill-1 #fill1 {
  fill: #583b86;
}
.C-583B86-fill-1.onHover:hover #fill1,
.C-583B86-fill-1:hover #fill1 {
  fill: #583b86;
}
.C-583B86-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B86100-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B86100-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B86100-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8695-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8695-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8695-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8690-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8690-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8690-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8685-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8685-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8685-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8680-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8680-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8680-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8675-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8675-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8675-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8670-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8670-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8670-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8665-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8665-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8665-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8660-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8660-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8660-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8655-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8655-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8655-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8650-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8650-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8650-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8645-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8645-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8645-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8640-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8640-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8640-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8635-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8635-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8635-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8630-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8630-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8630-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8625-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8625-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8625-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8620-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8620-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8620-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8615-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8615-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8615-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B8610-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B8610-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B8610-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B865-fill-1 #fill1 {
  fill: #583b86 !important;
}
.C-583B865-fill-1.onHover:hover #fill1 {
  fill: #583b86 !important;
}
.C-583B865-stroke-1 #stroke1 {
  stroke: #583b86 !important;
}
.C-583B860-fill-1 #fill1 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-fill-1.onHover:hover #fill1 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-stroke-1 #stroke1 {
  stroke: rgba(88, 59, 134, 0) !important;
}
.C-583B86-fill-2 #fill2 {
  fill: #583b86;
}
.C-583B86-fill-2.onHover:hover #fill2,
.C-583B86-fill-2:hover #fill2 {
  fill: #583b86;
}
.C-583B86-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B86100-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B86100-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B86100-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8695-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8695-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8695-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8690-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8690-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8690-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8685-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8685-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8685-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8680-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8680-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8680-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8675-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8675-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8675-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8670-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8670-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8670-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8665-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8665-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8665-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8660-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8660-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8660-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8655-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8655-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8655-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8650-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8650-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8650-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8645-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8645-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8645-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8640-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8640-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8640-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8635-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8635-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8635-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8630-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8630-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8630-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8625-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8625-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8625-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8620-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8620-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8620-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8615-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8615-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8615-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B8610-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B8610-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B8610-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B865-fill-2 #fill2 {
  fill: #583b86 !important;
}
.C-583B865-fill-2.onHover:hover #fill2 {
  fill: #583b86 !important;
}
.C-583B865-stroke-2 #stroke2 {
  stroke: #583b86 !important;
}
.C-583B860-fill-2 #fill2 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-fill-2.onHover:hover #fill2 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-stroke-2 #stroke2 {
  stroke: rgba(88, 59, 134, 0) !important;
}
.C-583B86-fill-3 #fill3 {
  fill: #583b86;
}
.C-583B86-fill-3.onHover:hover #fill3,
.C-583B86-fill-3:hover #fill3 {
  fill: #583b86;
}
.C-583B86-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B86100-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B86100-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B86100-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8695-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8695-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8695-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8690-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8690-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8690-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8685-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8685-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8685-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8680-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8680-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8680-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8675-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8675-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8675-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8670-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8670-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8670-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8665-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8665-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8665-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8660-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8660-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8660-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8655-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8655-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8655-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8650-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8650-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8650-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8645-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8645-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8645-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8640-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8640-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8640-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8635-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8635-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8635-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8630-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8630-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8630-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8625-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8625-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8625-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8620-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8620-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8620-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8615-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8615-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8615-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B8610-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B8610-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B8610-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B865-fill-3 #fill3 {
  fill: #583b86 !important;
}
.C-583B865-fill-3.onHover:hover #fill3 {
  fill: #583b86 !important;
}
.C-583B865-stroke-3 #stroke3 {
  stroke: #583b86 !important;
}
.C-583B860-fill-3 #fill3 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-fill-3.onHover:hover #fill3 {
  fill: rgba(88, 59, 134, 0) !important;
}
.C-583B860-stroke-3 #stroke3 {
  stroke: rgba(88, 59, 134, 0) !important;
}
.C-8A63CA-100 {
  background-color: #8a63caFF !important;
}
.C-8A63CA-100-text {
  color: #8a63caFF;
}
.C-8A63CA-100-border {
  border-color: #8a63caFF !important;
}
.C-8A63CA-95 {
  background-color: #8a63caF2 !important;
}
.C-8A63CA-95-text {
  color: #8a63caF2;
}
.C-8A63CA-95-border {
  border-color: #8a63caF2 !important;
}
.C-8A63CA-90 {
  background-color: #8a63caE6 !important;
}
.C-8A63CA-90-text {
  color: #8a63caE6;
}
.C-8A63CA-90-border {
  border-color: #8a63caE6 !important;
}
.C-8A63CA-85 {
  background-color: #8a63caD9 !important;
}
.C-8A63CA-85-text {
  color: #8a63caD9;
}
.C-8A63CA-85-border {
  border-color: #8a63caD9 !important;
}
.C-8A63CA-80 {
  background-color: #8a63caCC !important;
}
.C-8A63CA-80-text {
  color: #8a63caCC;
}
.C-8A63CA-80-border {
  border-color: #8a63caCC !important;
}
.C-8A63CA-75 {
  background-color: #8a63caBF !important;
}
.C-8A63CA-75-text {
  color: #8a63caBF;
}
.C-8A63CA-75-border {
  border-color: #8a63caBF !important;
}
.C-8A63CA-70 {
  background-color: #8a63caB3 !important;
}
.C-8A63CA-70-text {
  color: #8a63caB3;
}
.C-8A63CA-70-border {
  border-color: #8a63caB3 !important;
}
.C-8A63CA-65 {
  background-color: #8a63caA6 !important;
}
.C-8A63CA-65-text {
  color: #8a63caA6;
}
.C-8A63CA-65-border {
  border-color: #8a63caA6 !important;
}
.C-8A63CA-60 {
  background-color: #8a63ca99 !important;
}
.C-8A63CA-60-text {
  color: #8a63ca99;
}
.C-8A63CA-60-border {
  border-color: #8a63ca99 !important;
}
.C-8A63CA-55 {
  background-color: #8a63ca8C !important;
}
.C-8A63CA-55-text {
  color: #8a63ca8C;
}
.C-8A63CA-55-border {
  border-color: #8a63ca8C !important;
}
.C-8A63CA-50 {
  background-color: #8a63ca80 !important;
}
.C-8A63CA-50-text {
  color: #8a63ca80;
}
.C-8A63CA-50-border {
  border-color: #8a63ca80 !important;
}
.C-8A63CA-45 {
  background-color: #8a63ca73 !important;
}
.C-8A63CA-45-text {
  color: #8a63ca73;
}
.C-8A63CA-45-border {
  border-color: #8a63ca73 !important;
}
.C-8A63CA-40 {
  background-color: #8a63ca66 !important;
}
.C-8A63CA-40-text {
  color: #8a63ca66;
}
.C-8A63CA-40-border {
  border-color: #8a63ca66 !important;
}
.C-8A63CA-35 {
  background-color: #8a63ca59 !important;
}
.C-8A63CA-35-text {
  color: #8a63ca59;
}
.C-8A63CA-35-border {
  border-color: #8a63ca59 !important;
}
.C-8A63CA-30 {
  background-color: #8a63ca4D !important;
}
.C-8A63CA-30-text {
  color: #8a63ca4D;
}
.C-8A63CA-30-border {
  border-color: #8a63ca4D !important;
}
.C-8A63CA-25 {
  background-color: #8a63ca40 !important;
}
.C-8A63CA-25-text {
  color: #8a63ca40;
}
.C-8A63CA-25-border {
  border-color: #8a63ca40 !important;
}
.C-8A63CA-20 {
  background-color: #8a63ca33 !important;
}
.C-8A63CA-20-text {
  color: #8a63ca33;
}
.C-8A63CA-20-border {
  border-color: #8a63ca33 !important;
}
.C-8A63CA-15 {
  background-color: #8a63ca26 !important;
}
.C-8A63CA-15-text {
  color: #8a63ca26;
}
.C-8A63CA-15-border {
  border-color: #8a63ca26 !important;
}
.C-8A63CA-10 {
  background-color: #8a63ca1A !important;
}
.C-8A63CA-10-text {
  color: #8a63ca1A;
}
.C-8A63CA-10-border {
  border-color: #8a63ca1A !important;
}
.C-8A63CA-5 {
  background-color: #8a63ca0D !important;
}
.C-8A63CA-5-text {
  color: #8a63ca0D;
}
.C-8A63CA-5-border {
  border-color: #8a63ca0D !important;
}
.C-8A63CA-0 {
  background-color: #8a63ca0 !important;
}
.C-8A63CA-0-text {
  color: #8a63ca0;
}
.C-8A63CA-0-border {
  border-color: #8a63ca0 !important;
}
.C-8A63CA {
  background-color: #8a63ca !important;
  --btn-background: #8a63ca;
}
.C-8A63CA-text {
  color: #8a63ca;
}
.C-8A63CA-border {
  border-color: #8a63ca !important;
}
@media (hover: hover) {
  .C-8A63CA-hover-bg:hover {
    background-color: #8a63ca !important;
  }
}
.C-8A63CA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8A63CA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8a63ca;
  fill: #8a63ca;
  stroke: #8a63ca;
}
.C-8A63CA-hover-text[papaTarget]:hover.f_targetText {
  color: #8a63ca !important;
  fill: #8a63ca !important;
  stroke: #8a63ca !important;
}
.C-8A63CA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8A63CA-hover-text[fHover]:hover {
  color: #8a63ca !important;
}
.C-8A63CA-after::after,
.C-8A63CA-after::before {
  background-color: #8a63ca;
}
.C-8A63CA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8a63ca;
  transition: box-shadow 0.2s;
}
.C-8A63CA100 {
  background-color: #8a63ca !important;
}
.C-8A63CA100-text {
  color: #8a63ca;
}
.C-8A63CA100-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA100 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA95 {
  background-color: #8a63ca !important;
}
.C-8A63CA95-text {
  color: #8a63ca;
}
.C-8A63CA95-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA95 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA90 {
  background-color: #8a63ca !important;
}
.C-8A63CA90-text {
  color: #8a63ca;
}
.C-8A63CA90-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA90 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA85 {
  background-color: #8a63ca !important;
}
.C-8A63CA85-text {
  color: #8a63ca;
}
.C-8A63CA85-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA85 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA80 {
  background-color: #8a63ca !important;
}
.C-8A63CA80-text {
  color: #8a63ca;
}
.C-8A63CA80-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA80 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA75 {
  background-color: #8a63ca !important;
}
.C-8A63CA75-text {
  color: #8a63ca;
}
.C-8A63CA75-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA75 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA70 {
  background-color: #8a63ca !important;
}
.C-8A63CA70-text {
  color: #8a63ca;
}
.C-8A63CA70-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA70 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA65 {
  background-color: #8a63ca !important;
}
.C-8A63CA65-text {
  color: #8a63ca;
}
.C-8A63CA65-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA65 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA60 {
  background-color: #8a63ca !important;
}
.C-8A63CA60-text {
  color: #8a63ca;
}
.C-8A63CA60-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA60 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA55 {
  background-color: #8a63ca !important;
}
.C-8A63CA55-text {
  color: #8a63ca;
}
.C-8A63CA55-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA55 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA50 {
  background-color: #8a63ca !important;
}
.C-8A63CA50-text {
  color: #8a63ca;
}
.C-8A63CA50-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA50 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA45 {
  background-color: #8a63ca !important;
}
.C-8A63CA45-text {
  color: #8a63ca;
}
.C-8A63CA45-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA45 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA40 {
  background-color: #8a63ca !important;
}
.C-8A63CA40-text {
  color: #8a63ca;
}
.C-8A63CA40-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA40 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA35 {
  background-color: #8a63ca !important;
}
.C-8A63CA35-text {
  color: #8a63ca;
}
.C-8A63CA35-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA35 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA30 {
  background-color: #8a63ca !important;
}
.C-8A63CA30-text {
  color: #8a63ca;
}
.C-8A63CA30-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA30 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA25 {
  background-color: #8a63ca !important;
}
.C-8A63CA25-text {
  color: #8a63ca;
}
.C-8A63CA25-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA25 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA20 {
  background-color: #8a63ca !important;
}
.C-8A63CA20-text {
  color: #8a63ca;
}
.C-8A63CA20-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA20 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA15 {
  background-color: #8a63ca !important;
}
.C-8A63CA15-text {
  color: #8a63ca;
}
.C-8A63CA15-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA15 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA10 {
  background-color: #8a63ca !important;
}
.C-8A63CA10-text {
  color: #8a63ca;
}
.C-8A63CA10-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA10 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA5 {
  background-color: #8a63ca !important;
}
.C-8A63CA5-text {
  color: #8a63ca;
}
.C-8A63CA5-border {
  border-color: #8a63ca;
}
.C-linearGradient-8A63CA5 {
  background-image:
    linear-gradient(
      45deg,
      #8a63ca 0%,
      #8a63ca 99%,
      #8a63ca 100%);
}
.C-8A63CA0 {
  background-color: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-text {
  color: rgba(138, 99, 202, 0);
}
.C-8A63CA0-border {
  border-color: rgba(138, 99, 202, 0);
}
.C-linearGradient-8A63CA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(138, 99, 202, 0) 0%,
      #8a63ca 99%,
      rgba(138, 99, 202, 0) 100%);
}
.C-8A63CA-fill-1 #fill1 {
  fill: #8a63ca;
}
.C-8A63CA-fill-1.onHover:hover #fill1,
.C-8A63CA-fill-1:hover #fill1 {
  fill: #8a63ca;
}
.C-8A63CA-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA100-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA100-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA100-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA95-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA95-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA95-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA90-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA90-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA90-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA85-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA85-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA85-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA80-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA80-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA80-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA75-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA75-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA75-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA70-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA70-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA70-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA65-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA65-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA65-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA60-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA60-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA60-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA55-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA55-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA55-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA50-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA50-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA50-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA45-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA45-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA45-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA40-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA40-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA40-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA35-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA35-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA35-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA30-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA30-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA30-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA25-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA25-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA25-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA20-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA20-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA20-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA15-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA15-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA15-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA10-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA10-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA10-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA5-fill-1 #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA5-fill-1.onHover:hover #fill1 {
  fill: #8a63ca !important;
}
.C-8A63CA5-stroke-1 #stroke1 {
  stroke: #8a63ca !important;
}
.C-8A63CA0-fill-1 #fill1 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-fill-1.onHover:hover #fill1 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-stroke-1 #stroke1 {
  stroke: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA-fill-2 #fill2 {
  fill: #8a63ca;
}
.C-8A63CA-fill-2.onHover:hover #fill2,
.C-8A63CA-fill-2:hover #fill2 {
  fill: #8a63ca;
}
.C-8A63CA-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA100-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA100-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA100-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA95-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA95-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA95-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA90-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA90-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA90-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA85-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA85-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA85-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA80-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA80-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA80-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA75-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA75-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA75-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA70-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA70-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA70-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA65-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA65-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA65-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA60-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA60-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA60-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA55-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA55-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA55-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA50-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA50-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA50-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA45-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA45-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA45-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA40-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA40-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA40-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA35-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA35-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA35-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA30-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA30-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA30-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA25-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA25-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA25-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA20-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA20-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA20-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA15-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA15-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA15-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA10-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA10-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA10-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA5-fill-2 #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA5-fill-2.onHover:hover #fill2 {
  fill: #8a63ca !important;
}
.C-8A63CA5-stroke-2 #stroke2 {
  stroke: #8a63ca !important;
}
.C-8A63CA0-fill-2 #fill2 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-fill-2.onHover:hover #fill2 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-stroke-2 #stroke2 {
  stroke: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA-fill-3 #fill3 {
  fill: #8a63ca;
}
.C-8A63CA-fill-3.onHover:hover #fill3,
.C-8A63CA-fill-3:hover #fill3 {
  fill: #8a63ca;
}
.C-8A63CA-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA100-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA100-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA100-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA95-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA95-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA95-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA90-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA90-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA90-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA85-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA85-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA85-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA80-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA80-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA80-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA75-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA75-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA75-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA70-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA70-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA70-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA65-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA65-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA65-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA60-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA60-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA60-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA55-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA55-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA55-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA50-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA50-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA50-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA45-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA45-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA45-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA40-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA40-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA40-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA35-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA35-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA35-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA30-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA30-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA30-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA25-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA25-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA25-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA20-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA20-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA20-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA15-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA15-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA15-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA10-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA10-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA10-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA5-fill-3 #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA5-fill-3.onHover:hover #fill3 {
  fill: #8a63ca !important;
}
.C-8A63CA5-stroke-3 #stroke3 {
  stroke: #8a63ca !important;
}
.C-8A63CA0-fill-3 #fill3 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-fill-3.onHover:hover #fill3 {
  fill: rgba(138, 99, 202, 0) !important;
}
.C-8A63CA0-stroke-3 #stroke3 {
  stroke: rgba(138, 99, 202, 0) !important;
}
.C-AC85F0-100 {
  background-color: #ac85f0FF !important;
}
.C-AC85F0-100-text {
  color: #ac85f0FF;
}
.C-AC85F0-100-border {
  border-color: #ac85f0FF !important;
}
.C-AC85F0-95 {
  background-color: #ac85f0F2 !important;
}
.C-AC85F0-95-text {
  color: #ac85f0F2;
}
.C-AC85F0-95-border {
  border-color: #ac85f0F2 !important;
}
.C-AC85F0-90 {
  background-color: #ac85f0E6 !important;
}
.C-AC85F0-90-text {
  color: #ac85f0E6;
}
.C-AC85F0-90-border {
  border-color: #ac85f0E6 !important;
}
.C-AC85F0-85 {
  background-color: #ac85f0D9 !important;
}
.C-AC85F0-85-text {
  color: #ac85f0D9;
}
.C-AC85F0-85-border {
  border-color: #ac85f0D9 !important;
}
.C-AC85F0-80 {
  background-color: #ac85f0CC !important;
}
.C-AC85F0-80-text {
  color: #ac85f0CC;
}
.C-AC85F0-80-border {
  border-color: #ac85f0CC !important;
}
.C-AC85F0-75 {
  background-color: #ac85f0BF !important;
}
.C-AC85F0-75-text {
  color: #ac85f0BF;
}
.C-AC85F0-75-border {
  border-color: #ac85f0BF !important;
}
.C-AC85F0-70 {
  background-color: #ac85f0B3 !important;
}
.C-AC85F0-70-text {
  color: #ac85f0B3;
}
.C-AC85F0-70-border {
  border-color: #ac85f0B3 !important;
}
.C-AC85F0-65 {
  background-color: #ac85f0A6 !important;
}
.C-AC85F0-65-text {
  color: #ac85f0A6;
}
.C-AC85F0-65-border {
  border-color: #ac85f0A6 !important;
}
.C-AC85F0-60 {
  background-color: #ac85f099 !important;
}
.C-AC85F0-60-text {
  color: #ac85f099;
}
.C-AC85F0-60-border {
  border-color: #ac85f099 !important;
}
.C-AC85F0-55 {
  background-color: #ac85f08C !important;
}
.C-AC85F0-55-text {
  color: #ac85f08C;
}
.C-AC85F0-55-border {
  border-color: #ac85f08C !important;
}
.C-AC85F0-50 {
  background-color: #ac85f080 !important;
}
.C-AC85F0-50-text {
  color: #ac85f080;
}
.C-AC85F0-50-border {
  border-color: #ac85f080 !important;
}
.C-AC85F0-45 {
  background-color: #ac85f073 !important;
}
.C-AC85F0-45-text {
  color: #ac85f073;
}
.C-AC85F0-45-border {
  border-color: #ac85f073 !important;
}
.C-AC85F0-40 {
  background-color: #ac85f066 !important;
}
.C-AC85F0-40-text {
  color: #ac85f066;
}
.C-AC85F0-40-border {
  border-color: #ac85f066 !important;
}
.C-AC85F0-35 {
  background-color: #ac85f059 !important;
}
.C-AC85F0-35-text {
  color: #ac85f059;
}
.C-AC85F0-35-border {
  border-color: #ac85f059 !important;
}
.C-AC85F0-30 {
  background-color: #ac85f04D !important;
}
.C-AC85F0-30-text {
  color: #ac85f04D;
}
.C-AC85F0-30-border {
  border-color: #ac85f04D !important;
}
.C-AC85F0-25 {
  background-color: #ac85f040 !important;
}
.C-AC85F0-25-text {
  color: #ac85f040;
}
.C-AC85F0-25-border {
  border-color: #ac85f040 !important;
}
.C-AC85F0-20 {
  background-color: #ac85f033 !important;
}
.C-AC85F0-20-text {
  color: #ac85f033;
}
.C-AC85F0-20-border {
  border-color: #ac85f033 !important;
}
.C-AC85F0-15 {
  background-color: #ac85f026 !important;
}
.C-AC85F0-15-text {
  color: #ac85f026;
}
.C-AC85F0-15-border {
  border-color: #ac85f026 !important;
}
.C-AC85F0-10 {
  background-color: #ac85f01A !important;
}
.C-AC85F0-10-text {
  color: #ac85f01A;
}
.C-AC85F0-10-border {
  border-color: #ac85f01A !important;
}
.C-AC85F0-5 {
  background-color: #ac85f00D !important;
}
.C-AC85F0-5-text {
  color: #ac85f00D;
}
.C-AC85F0-5-border {
  border-color: #ac85f00D !important;
}
.C-AC85F0-0 {
  background-color: #ac85f00 !important;
}
.C-AC85F0-0-text {
  color: #ac85f00;
}
.C-AC85F0-0-border {
  border-color: #ac85f00 !important;
}
.C-AC85F0 {
  background-color: #ac85f0 !important;
  --btn-background: #ac85f0;
}
.C-AC85F0-text {
  color: #ac85f0;
}
.C-AC85F0-border {
  border-color: #ac85f0 !important;
}
@media (hover: hover) {
  .C-AC85F0-hover-bg:hover {
    background-color: #ac85f0 !important;
  }
}
.C-AC85F0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AC85F0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ac85f0;
  fill: #ac85f0;
  stroke: #ac85f0;
}
.C-AC85F0-hover-text[papaTarget]:hover.f_targetText {
  color: #ac85f0 !important;
  fill: #ac85f0 !important;
  stroke: #ac85f0 !important;
}
.C-AC85F0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AC85F0-hover-text[fHover]:hover {
  color: #ac85f0 !important;
}
.C-AC85F0-after::after,
.C-AC85F0-after::before {
  background-color: #ac85f0;
}
.C-AC85F0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ac85f0;
  transition: box-shadow 0.2s;
}
.C-AC85F0100 {
  background-color: #ac85f0 !important;
}
.C-AC85F0100-text {
  color: #ac85f0;
}
.C-AC85F0100-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F0100 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F095 {
  background-color: #ac85f0 !important;
}
.C-AC85F095-text {
  color: #ac85f0;
}
.C-AC85F095-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F095 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F090 {
  background-color: #ac85f0 !important;
}
.C-AC85F090-text {
  color: #ac85f0;
}
.C-AC85F090-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F090 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F085 {
  background-color: #ac85f0 !important;
}
.C-AC85F085-text {
  color: #ac85f0;
}
.C-AC85F085-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F085 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F080 {
  background-color: #ac85f0 !important;
}
.C-AC85F080-text {
  color: #ac85f0;
}
.C-AC85F080-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F080 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F075 {
  background-color: #ac85f0 !important;
}
.C-AC85F075-text {
  color: #ac85f0;
}
.C-AC85F075-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F075 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F070 {
  background-color: #ac85f0 !important;
}
.C-AC85F070-text {
  color: #ac85f0;
}
.C-AC85F070-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F070 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F065 {
  background-color: #ac85f0 !important;
}
.C-AC85F065-text {
  color: #ac85f0;
}
.C-AC85F065-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F065 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F060 {
  background-color: #ac85f0 !important;
}
.C-AC85F060-text {
  color: #ac85f0;
}
.C-AC85F060-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F060 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F055 {
  background-color: #ac85f0 !important;
}
.C-AC85F055-text {
  color: #ac85f0;
}
.C-AC85F055-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F055 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F050 {
  background-color: #ac85f0 !important;
}
.C-AC85F050-text {
  color: #ac85f0;
}
.C-AC85F050-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F050 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F045 {
  background-color: #ac85f0 !important;
}
.C-AC85F045-text {
  color: #ac85f0;
}
.C-AC85F045-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F045 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F040 {
  background-color: #ac85f0 !important;
}
.C-AC85F040-text {
  color: #ac85f0;
}
.C-AC85F040-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F040 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F035 {
  background-color: #ac85f0 !important;
}
.C-AC85F035-text {
  color: #ac85f0;
}
.C-AC85F035-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F035 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F030 {
  background-color: #ac85f0 !important;
}
.C-AC85F030-text {
  color: #ac85f0;
}
.C-AC85F030-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F030 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F025 {
  background-color: #ac85f0 !important;
}
.C-AC85F025-text {
  color: #ac85f0;
}
.C-AC85F025-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F025 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F020 {
  background-color: #ac85f0 !important;
}
.C-AC85F020-text {
  color: #ac85f0;
}
.C-AC85F020-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F020 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F015 {
  background-color: #ac85f0 !important;
}
.C-AC85F015-text {
  color: #ac85f0;
}
.C-AC85F015-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F015 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F010 {
  background-color: #ac85f0 !important;
}
.C-AC85F010-text {
  color: #ac85f0;
}
.C-AC85F010-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F010 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F05 {
  background-color: #ac85f0 !important;
}
.C-AC85F05-text {
  color: #ac85f0;
}
.C-AC85F05-border {
  border-color: #ac85f0;
}
.C-linearGradient-AC85F05 {
  background-image:
    linear-gradient(
      45deg,
      #ac85f0 0%,
      #ac85f0 99%,
      #ac85f0 100%);
}
.C-AC85F00 {
  background-color: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-text {
  color: rgba(172, 133, 240, 0);
}
.C-AC85F00-border {
  border-color: rgba(172, 133, 240, 0);
}
.C-linearGradient-AC85F00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(172, 133, 240, 0) 0%,
      #ac85f0 99%,
      rgba(172, 133, 240, 0) 100%);
}
.C-AC85F0-fill-1 #fill1 {
  fill: #ac85f0;
}
.C-AC85F0-fill-1.onHover:hover #fill1,
.C-AC85F0-fill-1:hover #fill1 {
  fill: #ac85f0;
}
.C-AC85F0-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F0100-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F095-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F095-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F095-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F090-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F090-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F090-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F085-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F085-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F085-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F080-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F080-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F080-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F075-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F075-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F075-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F070-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F070-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F070-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F065-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F065-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F065-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F060-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F060-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F060-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F055-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F055-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F055-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F050-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F050-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F050-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F045-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F045-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F045-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F040-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F040-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F040-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F035-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F035-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F035-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F030-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F030-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F030-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F025-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F025-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F025-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F020-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F020-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F020-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F015-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F015-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F015-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F010-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F010-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F010-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F05-fill-1 #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F05-fill-1.onHover:hover #fill1 {
  fill: #ac85f0 !important;
}
.C-AC85F05-stroke-1 #stroke1 {
  stroke: #ac85f0 !important;
}
.C-AC85F00-fill-1 #fill1 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-fill-1.onHover:hover #fill1 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-stroke-1 #stroke1 {
  stroke: rgba(172, 133, 240, 0) !important;
}
.C-AC85F0-fill-2 #fill2 {
  fill: #ac85f0;
}
.C-AC85F0-fill-2.onHover:hover #fill2,
.C-AC85F0-fill-2:hover #fill2 {
  fill: #ac85f0;
}
.C-AC85F0-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F0100-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F095-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F095-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F095-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F090-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F090-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F090-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F085-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F085-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F085-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F080-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F080-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F080-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F075-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F075-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F075-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F070-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F070-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F070-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F065-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F065-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F065-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F060-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F060-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F060-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F055-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F055-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F055-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F050-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F050-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F050-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F045-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F045-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F045-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F040-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F040-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F040-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F035-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F035-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F035-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F030-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F030-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F030-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F025-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F025-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F025-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F020-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F020-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F020-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F015-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F015-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F015-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F010-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F010-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F010-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F05-fill-2 #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F05-fill-2.onHover:hover #fill2 {
  fill: #ac85f0 !important;
}
.C-AC85F05-stroke-2 #stroke2 {
  stroke: #ac85f0 !important;
}
.C-AC85F00-fill-2 #fill2 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-fill-2.onHover:hover #fill2 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-stroke-2 #stroke2 {
  stroke: rgba(172, 133, 240, 0) !important;
}
.C-AC85F0-fill-3 #fill3 {
  fill: #ac85f0;
}
.C-AC85F0-fill-3.onHover:hover #fill3,
.C-AC85F0-fill-3:hover #fill3 {
  fill: #ac85f0;
}
.C-AC85F0-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F0100-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F0100-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F095-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F095-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F095-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F090-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F090-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F090-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F085-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F085-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F085-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F080-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F080-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F080-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F075-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F075-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F075-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F070-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F070-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F070-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F065-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F065-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F065-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F060-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F060-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F060-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F055-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F055-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F055-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F050-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F050-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F050-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F045-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F045-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F045-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F040-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F040-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F040-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F035-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F035-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F035-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F030-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F030-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F030-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F025-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F025-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F025-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F020-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F020-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F020-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F015-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F015-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F015-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F010-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F010-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F010-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F05-fill-3 #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F05-fill-3.onHover:hover #fill3 {
  fill: #ac85f0 !important;
}
.C-AC85F05-stroke-3 #stroke3 {
  stroke: #ac85f0 !important;
}
.C-AC85F00-fill-3 #fill3 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-fill-3.onHover:hover #fill3 {
  fill: rgba(172, 133, 240, 0) !important;
}
.C-AC85F00-stroke-3 #stroke3 {
  stroke: rgba(172, 133, 240, 0) !important;
}
.C-8A6BC8-100 {
  background-color: #8a6bc8FF !important;
}
.C-8A6BC8-100-text {
  color: #8a6bc8FF;
}
.C-8A6BC8-100-border {
  border-color: #8a6bc8FF !important;
}
.C-8A6BC8-95 {
  background-color: #8a6bc8F2 !important;
}
.C-8A6BC8-95-text {
  color: #8a6bc8F2;
}
.C-8A6BC8-95-border {
  border-color: #8a6bc8F2 !important;
}
.C-8A6BC8-90 {
  background-color: #8a6bc8E6 !important;
}
.C-8A6BC8-90-text {
  color: #8a6bc8E6;
}
.C-8A6BC8-90-border {
  border-color: #8a6bc8E6 !important;
}
.C-8A6BC8-85 {
  background-color: #8a6bc8D9 !important;
}
.C-8A6BC8-85-text {
  color: #8a6bc8D9;
}
.C-8A6BC8-85-border {
  border-color: #8a6bc8D9 !important;
}
.C-8A6BC8-80 {
  background-color: #8a6bc8CC !important;
}
.C-8A6BC8-80-text {
  color: #8a6bc8CC;
}
.C-8A6BC8-80-border {
  border-color: #8a6bc8CC !important;
}
.C-8A6BC8-75 {
  background-color: #8a6bc8BF !important;
}
.C-8A6BC8-75-text {
  color: #8a6bc8BF;
}
.C-8A6BC8-75-border {
  border-color: #8a6bc8BF !important;
}
.C-8A6BC8-70 {
  background-color: #8a6bc8B3 !important;
}
.C-8A6BC8-70-text {
  color: #8a6bc8B3;
}
.C-8A6BC8-70-border {
  border-color: #8a6bc8B3 !important;
}
.C-8A6BC8-65 {
  background-color: #8a6bc8A6 !important;
}
.C-8A6BC8-65-text {
  color: #8a6bc8A6;
}
.C-8A6BC8-65-border {
  border-color: #8a6bc8A6 !important;
}
.C-8A6BC8-60 {
  background-color: #8a6bc899 !important;
}
.C-8A6BC8-60-text {
  color: #8a6bc899;
}
.C-8A6BC8-60-border {
  border-color: #8a6bc899 !important;
}
.C-8A6BC8-55 {
  background-color: #8a6bc88C !important;
}
.C-8A6BC8-55-text {
  color: #8a6bc88C;
}
.C-8A6BC8-55-border {
  border-color: #8a6bc88C !important;
}
.C-8A6BC8-50 {
  background-color: #8a6bc880 !important;
}
.C-8A6BC8-50-text {
  color: #8a6bc880;
}
.C-8A6BC8-50-border {
  border-color: #8a6bc880 !important;
}
.C-8A6BC8-45 {
  background-color: #8a6bc873 !important;
}
.C-8A6BC8-45-text {
  color: #8a6bc873;
}
.C-8A6BC8-45-border {
  border-color: #8a6bc873 !important;
}
.C-8A6BC8-40 {
  background-color: #8a6bc866 !important;
}
.C-8A6BC8-40-text {
  color: #8a6bc866;
}
.C-8A6BC8-40-border {
  border-color: #8a6bc866 !important;
}
.C-8A6BC8-35 {
  background-color: #8a6bc859 !important;
}
.C-8A6BC8-35-text {
  color: #8a6bc859;
}
.C-8A6BC8-35-border {
  border-color: #8a6bc859 !important;
}
.C-8A6BC8-30 {
  background-color: #8a6bc84D !important;
}
.C-8A6BC8-30-text {
  color: #8a6bc84D;
}
.C-8A6BC8-30-border {
  border-color: #8a6bc84D !important;
}
.C-8A6BC8-25 {
  background-color: #8a6bc840 !important;
}
.C-8A6BC8-25-text {
  color: #8a6bc840;
}
.C-8A6BC8-25-border {
  border-color: #8a6bc840 !important;
}
.C-8A6BC8-20 {
  background-color: #8a6bc833 !important;
}
.C-8A6BC8-20-text {
  color: #8a6bc833;
}
.C-8A6BC8-20-border {
  border-color: #8a6bc833 !important;
}
.C-8A6BC8-15 {
  background-color: #8a6bc826 !important;
}
.C-8A6BC8-15-text {
  color: #8a6bc826;
}
.C-8A6BC8-15-border {
  border-color: #8a6bc826 !important;
}
.C-8A6BC8-10 {
  background-color: #8a6bc81A !important;
}
.C-8A6BC8-10-text {
  color: #8a6bc81A;
}
.C-8A6BC8-10-border {
  border-color: #8a6bc81A !important;
}
.C-8A6BC8-5 {
  background-color: #8a6bc80D !important;
}
.C-8A6BC8-5-text {
  color: #8a6bc80D;
}
.C-8A6BC8-5-border {
  border-color: #8a6bc80D !important;
}
.C-8A6BC8-0 {
  background-color: #8a6bc80 !important;
}
.C-8A6BC8-0-text {
  color: #8a6bc80;
}
.C-8A6BC8-0-border {
  border-color: #8a6bc80 !important;
}
.C-8A6BC8 {
  background-color: #8a6bc8 !important;
  --btn-background: #8a6bc8;
}
.C-8A6BC8-text {
  color: #8a6bc8;
}
.C-8A6BC8-border {
  border-color: #8a6bc8 !important;
}
@media (hover: hover) {
  .C-8A6BC8-hover-bg:hover {
    background-color: #8a6bc8 !important;
  }
}
.C-8A6BC8-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8A6BC8-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8a6bc8;
  fill: #8a6bc8;
  stroke: #8a6bc8;
}
.C-8A6BC8-hover-text[papaTarget]:hover.f_targetText {
  color: #8a6bc8 !important;
  fill: #8a6bc8 !important;
  stroke: #8a6bc8 !important;
}
.C-8A6BC8-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8A6BC8-hover-text[fHover]:hover {
  color: #8a6bc8 !important;
}
.C-8A6BC8-after::after,
.C-8A6BC8-after::before {
  background-color: #8a6bc8;
}
.C-8A6BC8-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8a6bc8;
  transition: box-shadow 0.2s;
}
.C-8A6BC8100 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC8100-text {
  color: #8a6bc8;
}
.C-8A6BC8100-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC8100 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC895 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC895-text {
  color: #8a6bc8;
}
.C-8A6BC895-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC895 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC890 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC890-text {
  color: #8a6bc8;
}
.C-8A6BC890-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC890 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC885 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC885-text {
  color: #8a6bc8;
}
.C-8A6BC885-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC885 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC880 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC880-text {
  color: #8a6bc8;
}
.C-8A6BC880-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC880 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC875 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC875-text {
  color: #8a6bc8;
}
.C-8A6BC875-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC875 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC870 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC870-text {
  color: #8a6bc8;
}
.C-8A6BC870-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC870 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC865 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC865-text {
  color: #8a6bc8;
}
.C-8A6BC865-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC865 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC860 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC860-text {
  color: #8a6bc8;
}
.C-8A6BC860-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC860 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC855 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC855-text {
  color: #8a6bc8;
}
.C-8A6BC855-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC855 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC850 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC850-text {
  color: #8a6bc8;
}
.C-8A6BC850-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC850 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC845 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC845-text {
  color: #8a6bc8;
}
.C-8A6BC845-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC845 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC840 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC840-text {
  color: #8a6bc8;
}
.C-8A6BC840-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC840 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC835 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC835-text {
  color: #8a6bc8;
}
.C-8A6BC835-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC835 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC830 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC830-text {
  color: #8a6bc8;
}
.C-8A6BC830-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC830 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC825 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC825-text {
  color: #8a6bc8;
}
.C-8A6BC825-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC825 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC820 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC820-text {
  color: #8a6bc8;
}
.C-8A6BC820-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC820 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC815 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC815-text {
  color: #8a6bc8;
}
.C-8A6BC815-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC815 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC810 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC810-text {
  color: #8a6bc8;
}
.C-8A6BC810-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC810 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC85 {
  background-color: #8a6bc8 !important;
}
.C-8A6BC85-text {
  color: #8a6bc8;
}
.C-8A6BC85-border {
  border-color: #8a6bc8;
}
.C-linearGradient-8A6BC85 {
  background-image:
    linear-gradient(
      45deg,
      #8a6bc8 0%,
      #8a6bc8 99%,
      #8a6bc8 100%);
}
.C-8A6BC80 {
  background-color: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-text {
  color: rgba(138, 107, 200, 0);
}
.C-8A6BC80-border {
  border-color: rgba(138, 107, 200, 0);
}
.C-linearGradient-8A6BC80 {
  background-image:
    linear-gradient(
      45deg,
      rgba(138, 107, 200, 0) 0%,
      #8a6bc8 99%,
      rgba(138, 107, 200, 0) 100%);
}
.C-8A6BC8-fill-1 #fill1 {
  fill: #8a6bc8;
}
.C-8A6BC8-fill-1.onHover:hover #fill1,
.C-8A6BC8-fill-1:hover #fill1 {
  fill: #8a6bc8;
}
.C-8A6BC8-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC8100-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC895-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC890-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC885-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC880-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC875-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC870-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC865-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC860-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC855-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC850-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC845-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC840-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC835-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC830-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC825-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC820-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC815-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC810-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC85-fill-1 #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-fill-1.onHover:hover #fill1 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-stroke-1 #stroke1 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC80-fill-1 #fill1 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-fill-1.onHover:hover #fill1 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-stroke-1 #stroke1 {
  stroke: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC8-fill-2 #fill2 {
  fill: #8a6bc8;
}
.C-8A6BC8-fill-2.onHover:hover #fill2,
.C-8A6BC8-fill-2:hover #fill2 {
  fill: #8a6bc8;
}
.C-8A6BC8-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC8100-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC895-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC890-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC885-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC880-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC875-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC870-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC865-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC860-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC855-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC850-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC845-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC840-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC835-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC830-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC825-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC820-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC815-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC810-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC85-fill-2 #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-fill-2.onHover:hover #fill2 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-stroke-2 #stroke2 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC80-fill-2 #fill2 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-fill-2.onHover:hover #fill2 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-stroke-2 #stroke2 {
  stroke: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC8-fill-3 #fill3 {
  fill: #8a6bc8;
}
.C-8A6BC8-fill-3.onHover:hover #fill3,
.C-8A6BC8-fill-3:hover #fill3 {
  fill: #8a6bc8;
}
.C-8A6BC8-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC8100-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC8100-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC895-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC895-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC890-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC890-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC885-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC885-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC880-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC880-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC875-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC875-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC870-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC870-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC865-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC865-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC860-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC860-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC855-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC855-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC850-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC850-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC845-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC845-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC840-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC840-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC835-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC835-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC830-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC830-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC825-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC825-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC820-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC820-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC815-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC815-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC810-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC810-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC85-fill-3 #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-fill-3.onHover:hover #fill3 {
  fill: #8a6bc8 !important;
}
.C-8A6BC85-stroke-3 #stroke3 {
  stroke: #8a6bc8 !important;
}
.C-8A6BC80-fill-3 #fill3 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-fill-3.onHover:hover #fill3 {
  fill: rgba(138, 107, 200, 0) !important;
}
.C-8A6BC80-stroke-3 #stroke3 {
  stroke: rgba(138, 107, 200, 0) !important;
}
.C-C4A6F2-100 {
  background-color: #c4a6f2FF !important;
}
.C-C4A6F2-100-text {
  color: #c4a6f2FF;
}
.C-C4A6F2-100-border {
  border-color: #c4a6f2FF !important;
}
.C-C4A6F2-95 {
  background-color: #c4a6f2F2 !important;
}
.C-C4A6F2-95-text {
  color: #c4a6f2F2;
}
.C-C4A6F2-95-border {
  border-color: #c4a6f2F2 !important;
}
.C-C4A6F2-90 {
  background-color: #c4a6f2E6 !important;
}
.C-C4A6F2-90-text {
  color: #c4a6f2E6;
}
.C-C4A6F2-90-border {
  border-color: #c4a6f2E6 !important;
}
.C-C4A6F2-85 {
  background-color: #c4a6f2D9 !important;
}
.C-C4A6F2-85-text {
  color: #c4a6f2D9;
}
.C-C4A6F2-85-border {
  border-color: #c4a6f2D9 !important;
}
.C-C4A6F2-80 {
  background-color: #c4a6f2CC !important;
}
.C-C4A6F2-80-text {
  color: #c4a6f2CC;
}
.C-C4A6F2-80-border {
  border-color: #c4a6f2CC !important;
}
.C-C4A6F2-75 {
  background-color: #c4a6f2BF !important;
}
.C-C4A6F2-75-text {
  color: #c4a6f2BF;
}
.C-C4A6F2-75-border {
  border-color: #c4a6f2BF !important;
}
.C-C4A6F2-70 {
  background-color: #c4a6f2B3 !important;
}
.C-C4A6F2-70-text {
  color: #c4a6f2B3;
}
.C-C4A6F2-70-border {
  border-color: #c4a6f2B3 !important;
}
.C-C4A6F2-65 {
  background-color: #c4a6f2A6 !important;
}
.C-C4A6F2-65-text {
  color: #c4a6f2A6;
}
.C-C4A6F2-65-border {
  border-color: #c4a6f2A6 !important;
}
.C-C4A6F2-60 {
  background-color: #c4a6f299 !important;
}
.C-C4A6F2-60-text {
  color: #c4a6f299;
}
.C-C4A6F2-60-border {
  border-color: #c4a6f299 !important;
}
.C-C4A6F2-55 {
  background-color: #c4a6f28C !important;
}
.C-C4A6F2-55-text {
  color: #c4a6f28C;
}
.C-C4A6F2-55-border {
  border-color: #c4a6f28C !important;
}
.C-C4A6F2-50 {
  background-color: #c4a6f280 !important;
}
.C-C4A6F2-50-text {
  color: #c4a6f280;
}
.C-C4A6F2-50-border {
  border-color: #c4a6f280 !important;
}
.C-C4A6F2-45 {
  background-color: #c4a6f273 !important;
}
.C-C4A6F2-45-text {
  color: #c4a6f273;
}
.C-C4A6F2-45-border {
  border-color: #c4a6f273 !important;
}
.C-C4A6F2-40 {
  background-color: #c4a6f266 !important;
}
.C-C4A6F2-40-text {
  color: #c4a6f266;
}
.C-C4A6F2-40-border {
  border-color: #c4a6f266 !important;
}
.C-C4A6F2-35 {
  background-color: #c4a6f259 !important;
}
.C-C4A6F2-35-text {
  color: #c4a6f259;
}
.C-C4A6F2-35-border {
  border-color: #c4a6f259 !important;
}
.C-C4A6F2-30 {
  background-color: #c4a6f24D !important;
}
.C-C4A6F2-30-text {
  color: #c4a6f24D;
}
.C-C4A6F2-30-border {
  border-color: #c4a6f24D !important;
}
.C-C4A6F2-25 {
  background-color: #c4a6f240 !important;
}
.C-C4A6F2-25-text {
  color: #c4a6f240;
}
.C-C4A6F2-25-border {
  border-color: #c4a6f240 !important;
}
.C-C4A6F2-20 {
  background-color: #c4a6f233 !important;
}
.C-C4A6F2-20-text {
  color: #c4a6f233;
}
.C-C4A6F2-20-border {
  border-color: #c4a6f233 !important;
}
.C-C4A6F2-15 {
  background-color: #c4a6f226 !important;
}
.C-C4A6F2-15-text {
  color: #c4a6f226;
}
.C-C4A6F2-15-border {
  border-color: #c4a6f226 !important;
}
.C-C4A6F2-10 {
  background-color: #c4a6f21A !important;
}
.C-C4A6F2-10-text {
  color: #c4a6f21A;
}
.C-C4A6F2-10-border {
  border-color: #c4a6f21A !important;
}
.C-C4A6F2-5 {
  background-color: #c4a6f20D !important;
}
.C-C4A6F2-5-text {
  color: #c4a6f20D;
}
.C-C4A6F2-5-border {
  border-color: #c4a6f20D !important;
}
.C-C4A6F2-0 {
  background-color: #c4a6f20 !important;
}
.C-C4A6F2-0-text {
  color: #c4a6f20;
}
.C-C4A6F2-0-border {
  border-color: #c4a6f20 !important;
}
.C-C4A6F2 {
  background-color: #c4a6f2 !important;
  --btn-background: #c4a6f2;
}
.C-C4A6F2-text {
  color: #c4a6f2;
}
.C-C4A6F2-border {
  border-color: #c4a6f2 !important;
}
@media (hover: hover) {
  .C-C4A6F2-hover-bg:hover {
    background-color: #c4a6f2 !important;
  }
}
.C-C4A6F2-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-C4A6F2-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c4a6f2;
  fill: #c4a6f2;
  stroke: #c4a6f2;
}
.C-C4A6F2-hover-text[papaTarget]:hover.f_targetText {
  color: #c4a6f2 !important;
  fill: #c4a6f2 !important;
  stroke: #c4a6f2 !important;
}
.C-C4A6F2-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-C4A6F2-hover-text[fHover]:hover {
  color: #c4a6f2 !important;
}
.C-C4A6F2-after::after,
.C-C4A6F2-after::before {
  background-color: #c4a6f2;
}
.C-C4A6F2-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c4a6f2;
  transition: box-shadow 0.2s;
}
.C-C4A6F2100 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F2100-text {
  color: #c4a6f2;
}
.C-C4A6F2100-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F2100 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F295 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F295-text {
  color: #c4a6f2;
}
.C-C4A6F295-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F295 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F290 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F290-text {
  color: #c4a6f2;
}
.C-C4A6F290-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F290 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F285 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F285-text {
  color: #c4a6f2;
}
.C-C4A6F285-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F285 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F280 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F280-text {
  color: #c4a6f2;
}
.C-C4A6F280-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F280 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F275 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F275-text {
  color: #c4a6f2;
}
.C-C4A6F275-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F275 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F270 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F270-text {
  color: #c4a6f2;
}
.C-C4A6F270-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F270 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F265 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F265-text {
  color: #c4a6f2;
}
.C-C4A6F265-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F265 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F260 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F260-text {
  color: #c4a6f2;
}
.C-C4A6F260-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F260 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F255 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F255-text {
  color: #c4a6f2;
}
.C-C4A6F255-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F255 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F250 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F250-text {
  color: #c4a6f2;
}
.C-C4A6F250-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F250 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F245 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F245-text {
  color: #c4a6f2;
}
.C-C4A6F245-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F245 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F240 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F240-text {
  color: #c4a6f2;
}
.C-C4A6F240-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F240 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F235 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F235-text {
  color: #c4a6f2;
}
.C-C4A6F235-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F235 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F230 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F230-text {
  color: #c4a6f2;
}
.C-C4A6F230-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F230 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F225 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F225-text {
  color: #c4a6f2;
}
.C-C4A6F225-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F225 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F220 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F220-text {
  color: #c4a6f2;
}
.C-C4A6F220-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F220 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F215 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F215-text {
  color: #c4a6f2;
}
.C-C4A6F215-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F215 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F210 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F210-text {
  color: #c4a6f2;
}
.C-C4A6F210-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F210 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F25 {
  background-color: #c4a6f2 !important;
}
.C-C4A6F25-text {
  color: #c4a6f2;
}
.C-C4A6F25-border {
  border-color: #c4a6f2;
}
.C-linearGradient-C4A6F25 {
  background-image:
    linear-gradient(
      45deg,
      #c4a6f2 0%,
      #c4a6f2 99%,
      #c4a6f2 100%);
}
.C-C4A6F20 {
  background-color: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-text {
  color: rgba(196, 166, 242, 0);
}
.C-C4A6F20-border {
  border-color: rgba(196, 166, 242, 0);
}
.C-linearGradient-C4A6F20 {
  background-image:
    linear-gradient(
      45deg,
      rgba(196, 166, 242, 0) 0%,
      #c4a6f2 99%,
      rgba(196, 166, 242, 0) 100%);
}
.C-C4A6F2-fill-1 #fill1 {
  fill: #c4a6f2;
}
.C-C4A6F2-fill-1.onHover:hover #fill1,
.C-C4A6F2-fill-1:hover #fill1 {
  fill: #c4a6f2;
}
.C-C4A6F2-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F2100-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F295-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F290-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F285-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F280-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F275-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F270-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F265-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F260-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F255-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F250-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F245-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F240-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F235-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F230-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F225-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F220-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F215-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F210-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F25-fill-1 #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-fill-1.onHover:hover #fill1 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-stroke-1 #stroke1 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F20-fill-1 #fill1 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-fill-1.onHover:hover #fill1 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-stroke-1 #stroke1 {
  stroke: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F2-fill-2 #fill2 {
  fill: #c4a6f2;
}
.C-C4A6F2-fill-2.onHover:hover #fill2,
.C-C4A6F2-fill-2:hover #fill2 {
  fill: #c4a6f2;
}
.C-C4A6F2-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F2100-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F295-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F290-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F285-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F280-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F275-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F270-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F265-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F260-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F255-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F250-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F245-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F240-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F235-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F230-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F225-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F220-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F215-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F210-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F25-fill-2 #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-fill-2.onHover:hover #fill2 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-stroke-2 #stroke2 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F20-fill-2 #fill2 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-fill-2.onHover:hover #fill2 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-stroke-2 #stroke2 {
  stroke: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F2-fill-3 #fill3 {
  fill: #c4a6f2;
}
.C-C4A6F2-fill-3.onHover:hover #fill3,
.C-C4A6F2-fill-3:hover #fill3 {
  fill: #c4a6f2;
}
.C-C4A6F2-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F2100-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F2100-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F295-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F295-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F290-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F290-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F285-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F285-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F280-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F280-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F275-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F275-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F270-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F270-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F265-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F265-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F260-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F260-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F255-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F255-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F250-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F250-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F245-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F245-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F240-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F240-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F235-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F235-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F230-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F230-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F225-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F225-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F220-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F220-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F215-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F215-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F210-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F210-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F25-fill-3 #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-fill-3.onHover:hover #fill3 {
  fill: #c4a6f2 !important;
}
.C-C4A6F25-stroke-3 #stroke3 {
  stroke: #c4a6f2 !important;
}
.C-C4A6F20-fill-3 #fill3 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-fill-3.onHover:hover #fill3 {
  fill: rgba(196, 166, 242, 0) !important;
}
.C-C4A6F20-stroke-3 #stroke3 {
  stroke: rgba(196, 166, 242, 0) !important;
}
.C-70C7BF-100 {
  background-color: #70c7bfFF !important;
}
.C-70C7BF-100-text {
  color: #70c7bfFF;
}
.C-70C7BF-100-border {
  border-color: #70c7bfFF !important;
}
.C-70C7BF-95 {
  background-color: #70c7bfF2 !important;
}
.C-70C7BF-95-text {
  color: #70c7bfF2;
}
.C-70C7BF-95-border {
  border-color: #70c7bfF2 !important;
}
.C-70C7BF-90 {
  background-color: #70c7bfE6 !important;
}
.C-70C7BF-90-text {
  color: #70c7bfE6;
}
.C-70C7BF-90-border {
  border-color: #70c7bfE6 !important;
}
.C-70C7BF-85 {
  background-color: #70c7bfD9 !important;
}
.C-70C7BF-85-text {
  color: #70c7bfD9;
}
.C-70C7BF-85-border {
  border-color: #70c7bfD9 !important;
}
.C-70C7BF-80 {
  background-color: #70c7bfCC !important;
}
.C-70C7BF-80-text {
  color: #70c7bfCC;
}
.C-70C7BF-80-border {
  border-color: #70c7bfCC !important;
}
.C-70C7BF-75 {
  background-color: #70c7bfBF !important;
}
.C-70C7BF-75-text {
  color: #70c7bfBF;
}
.C-70C7BF-75-border {
  border-color: #70c7bfBF !important;
}
.C-70C7BF-70 {
  background-color: #70c7bfB3 !important;
}
.C-70C7BF-70-text {
  color: #70c7bfB3;
}
.C-70C7BF-70-border {
  border-color: #70c7bfB3 !important;
}
.C-70C7BF-65 {
  background-color: #70c7bfA6 !important;
}
.C-70C7BF-65-text {
  color: #70c7bfA6;
}
.C-70C7BF-65-border {
  border-color: #70c7bfA6 !important;
}
.C-70C7BF-60 {
  background-color: #70c7bf99 !important;
}
.C-70C7BF-60-text {
  color: #70c7bf99;
}
.C-70C7BF-60-border {
  border-color: #70c7bf99 !important;
}
.C-70C7BF-55 {
  background-color: #70c7bf8C !important;
}
.C-70C7BF-55-text {
  color: #70c7bf8C;
}
.C-70C7BF-55-border {
  border-color: #70c7bf8C !important;
}
.C-70C7BF-50 {
  background-color: #70c7bf80 !important;
}
.C-70C7BF-50-text {
  color: #70c7bf80;
}
.C-70C7BF-50-border {
  border-color: #70c7bf80 !important;
}
.C-70C7BF-45 {
  background-color: #70c7bf73 !important;
}
.C-70C7BF-45-text {
  color: #70c7bf73;
}
.C-70C7BF-45-border {
  border-color: #70c7bf73 !important;
}
.C-70C7BF-40 {
  background-color: #70c7bf66 !important;
}
.C-70C7BF-40-text {
  color: #70c7bf66;
}
.C-70C7BF-40-border {
  border-color: #70c7bf66 !important;
}
.C-70C7BF-35 {
  background-color: #70c7bf59 !important;
}
.C-70C7BF-35-text {
  color: #70c7bf59;
}
.C-70C7BF-35-border {
  border-color: #70c7bf59 !important;
}
.C-70C7BF-30 {
  background-color: #70c7bf4D !important;
}
.C-70C7BF-30-text {
  color: #70c7bf4D;
}
.C-70C7BF-30-border {
  border-color: #70c7bf4D !important;
}
.C-70C7BF-25 {
  background-color: #70c7bf40 !important;
}
.C-70C7BF-25-text {
  color: #70c7bf40;
}
.C-70C7BF-25-border {
  border-color: #70c7bf40 !important;
}
.C-70C7BF-20 {
  background-color: #70c7bf33 !important;
}
.C-70C7BF-20-text {
  color: #70c7bf33;
}
.C-70C7BF-20-border {
  border-color: #70c7bf33 !important;
}
.C-70C7BF-15 {
  background-color: #70c7bf26 !important;
}
.C-70C7BF-15-text {
  color: #70c7bf26;
}
.C-70C7BF-15-border {
  border-color: #70c7bf26 !important;
}
.C-70C7BF-10 {
  background-color: #70c7bf1A !important;
}
.C-70C7BF-10-text {
  color: #70c7bf1A;
}
.C-70C7BF-10-border {
  border-color: #70c7bf1A !important;
}
.C-70C7BF-5 {
  background-color: #70c7bf0D !important;
}
.C-70C7BF-5-text {
  color: #70c7bf0D;
}
.C-70C7BF-5-border {
  border-color: #70c7bf0D !important;
}
.C-70C7BF-0 {
  background-color: #70c7bf0 !important;
}
.C-70C7BF-0-text {
  color: #70c7bf0;
}
.C-70C7BF-0-border {
  border-color: #70c7bf0 !important;
}
.C-70C7BF {
  background-color: #70c7bf !important;
  --btn-background: #70c7bf;
}
.C-70C7BF-text {
  color: #70c7bf;
}
.C-70C7BF-border {
  border-color: #70c7bf !important;
}
@media (hover: hover) {
  .C-70C7BF-hover-bg:hover {
    background-color: #70c7bf !important;
  }
}
.C-70C7BF-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-70C7BF-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #70c7bf;
  fill: #70c7bf;
  stroke: #70c7bf;
}
.C-70C7BF-hover-text[papaTarget]:hover.f_targetText {
  color: #70c7bf !important;
  fill: #70c7bf !important;
  stroke: #70c7bf !important;
}
.C-70C7BF-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-70C7BF-hover-text[fHover]:hover {
  color: #70c7bf !important;
}
.C-70C7BF-after::after,
.C-70C7BF-after::before {
  background-color: #70c7bf;
}
.C-70C7BF-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #70c7bf;
  transition: box-shadow 0.2s;
}
.C-70C7BF100 {
  background-color: #70c7bf !important;
}
.C-70C7BF100-text {
  color: #70c7bf;
}
.C-70C7BF100-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF100 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF95 {
  background-color: #70c7bf !important;
}
.C-70C7BF95-text {
  color: #70c7bf;
}
.C-70C7BF95-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF95 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF90 {
  background-color: #70c7bf !important;
}
.C-70C7BF90-text {
  color: #70c7bf;
}
.C-70C7BF90-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF90 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF85 {
  background-color: #70c7bf !important;
}
.C-70C7BF85-text {
  color: #70c7bf;
}
.C-70C7BF85-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF85 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF80 {
  background-color: #70c7bf !important;
}
.C-70C7BF80-text {
  color: #70c7bf;
}
.C-70C7BF80-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF80 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF75 {
  background-color: #70c7bf !important;
}
.C-70C7BF75-text {
  color: #70c7bf;
}
.C-70C7BF75-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF75 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF70 {
  background-color: #70c7bf !important;
}
.C-70C7BF70-text {
  color: #70c7bf;
}
.C-70C7BF70-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF70 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF65 {
  background-color: #70c7bf !important;
}
.C-70C7BF65-text {
  color: #70c7bf;
}
.C-70C7BF65-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF65 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF60 {
  background-color: #70c7bf !important;
}
.C-70C7BF60-text {
  color: #70c7bf;
}
.C-70C7BF60-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF60 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF55 {
  background-color: #70c7bf !important;
}
.C-70C7BF55-text {
  color: #70c7bf;
}
.C-70C7BF55-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF55 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF50 {
  background-color: #70c7bf !important;
}
.C-70C7BF50-text {
  color: #70c7bf;
}
.C-70C7BF50-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF50 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF45 {
  background-color: #70c7bf !important;
}
.C-70C7BF45-text {
  color: #70c7bf;
}
.C-70C7BF45-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF45 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF40 {
  background-color: #70c7bf !important;
}
.C-70C7BF40-text {
  color: #70c7bf;
}
.C-70C7BF40-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF40 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF35 {
  background-color: #70c7bf !important;
}
.C-70C7BF35-text {
  color: #70c7bf;
}
.C-70C7BF35-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF35 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF30 {
  background-color: #70c7bf !important;
}
.C-70C7BF30-text {
  color: #70c7bf;
}
.C-70C7BF30-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF30 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF25 {
  background-color: #70c7bf !important;
}
.C-70C7BF25-text {
  color: #70c7bf;
}
.C-70C7BF25-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF25 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF20 {
  background-color: #70c7bf !important;
}
.C-70C7BF20-text {
  color: #70c7bf;
}
.C-70C7BF20-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF20 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF15 {
  background-color: #70c7bf !important;
}
.C-70C7BF15-text {
  color: #70c7bf;
}
.C-70C7BF15-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF15 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF10 {
  background-color: #70c7bf !important;
}
.C-70C7BF10-text {
  color: #70c7bf;
}
.C-70C7BF10-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF10 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF5 {
  background-color: #70c7bf !important;
}
.C-70C7BF5-text {
  color: #70c7bf;
}
.C-70C7BF5-border {
  border-color: #70c7bf;
}
.C-linearGradient-70C7BF5 {
  background-image:
    linear-gradient(
      45deg,
      #70c7bf 0%,
      #70c7bf 99%,
      #70c7bf 100%);
}
.C-70C7BF0 {
  background-color: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-text {
  color: rgba(112, 199, 191, 0);
}
.C-70C7BF0-border {
  border-color: rgba(112, 199, 191, 0);
}
.C-linearGradient-70C7BF0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(112, 199, 191, 0) 0%,
      #70c7bf 99%,
      rgba(112, 199, 191, 0) 100%);
}
.C-70C7BF-fill-1 #fill1 {
  fill: #70c7bf;
}
.C-70C7BF-fill-1.onHover:hover #fill1,
.C-70C7BF-fill-1:hover #fill1 {
  fill: #70c7bf;
}
.C-70C7BF-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF100-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF100-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF100-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF95-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF95-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF95-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF90-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF90-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF90-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF85-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF85-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF85-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF80-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF80-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF80-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF75-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF75-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF75-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF70-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF70-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF70-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF65-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF65-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF65-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF60-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF60-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF60-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF55-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF55-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF55-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF50-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF50-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF50-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF45-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF45-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF45-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF40-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF40-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF40-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF35-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF35-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF35-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF30-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF30-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF30-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF25-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF25-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF25-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF20-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF20-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF20-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF15-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF15-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF15-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF10-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF10-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF10-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF5-fill-1 #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF5-fill-1.onHover:hover #fill1 {
  fill: #70c7bf !important;
}
.C-70C7BF5-stroke-1 #stroke1 {
  stroke: #70c7bf !important;
}
.C-70C7BF0-fill-1 #fill1 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-fill-1.onHover:hover #fill1 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-stroke-1 #stroke1 {
  stroke: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF-fill-2 #fill2 {
  fill: #70c7bf;
}
.C-70C7BF-fill-2.onHover:hover #fill2,
.C-70C7BF-fill-2:hover #fill2 {
  fill: #70c7bf;
}
.C-70C7BF-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF100-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF100-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF100-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF95-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF95-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF95-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF90-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF90-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF90-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF85-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF85-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF85-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF80-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF80-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF80-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF75-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF75-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF75-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF70-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF70-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF70-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF65-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF65-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF65-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF60-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF60-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF60-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF55-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF55-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF55-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF50-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF50-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF50-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF45-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF45-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF45-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF40-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF40-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF40-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF35-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF35-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF35-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF30-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF30-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF30-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF25-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF25-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF25-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF20-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF20-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF20-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF15-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF15-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF15-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF10-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF10-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF10-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF5-fill-2 #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF5-fill-2.onHover:hover #fill2 {
  fill: #70c7bf !important;
}
.C-70C7BF5-stroke-2 #stroke2 {
  stroke: #70c7bf !important;
}
.C-70C7BF0-fill-2 #fill2 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-fill-2.onHover:hover #fill2 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-stroke-2 #stroke2 {
  stroke: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF-fill-3 #fill3 {
  fill: #70c7bf;
}
.C-70C7BF-fill-3.onHover:hover #fill3,
.C-70C7BF-fill-3:hover #fill3 {
  fill: #70c7bf;
}
.C-70C7BF-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF100-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF100-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF100-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF95-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF95-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF95-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF90-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF90-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF90-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF85-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF85-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF85-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF80-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF80-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF80-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF75-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF75-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF75-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF70-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF70-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF70-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF65-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF65-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF65-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF60-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF60-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF60-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF55-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF55-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF55-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF50-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF50-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF50-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF45-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF45-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF45-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF40-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF40-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF40-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF35-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF35-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF35-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF30-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF30-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF30-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF25-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF25-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF25-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF20-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF20-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF20-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF15-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF15-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF15-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF10-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF10-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF10-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF5-fill-3 #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF5-fill-3.onHover:hover #fill3 {
  fill: #70c7bf !important;
}
.C-70C7BF5-stroke-3 #stroke3 {
  stroke: #70c7bf !important;
}
.C-70C7BF0-fill-3 #fill3 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-fill-3.onHover:hover #fill3 {
  fill: rgba(112, 199, 191, 0) !important;
}
.C-70C7BF0-stroke-3 #stroke3 {
  stroke: rgba(112, 199, 191, 0) !important;
}
.C-5AA19E-100 {
  background-color: #5aa19eFF !important;
}
.C-5AA19E-100-text {
  color: #5aa19eFF;
}
.C-5AA19E-100-border {
  border-color: #5aa19eFF !important;
}
.C-5AA19E-95 {
  background-color: #5aa19eF2 !important;
}
.C-5AA19E-95-text {
  color: #5aa19eF2;
}
.C-5AA19E-95-border {
  border-color: #5aa19eF2 !important;
}
.C-5AA19E-90 {
  background-color: #5aa19eE6 !important;
}
.C-5AA19E-90-text {
  color: #5aa19eE6;
}
.C-5AA19E-90-border {
  border-color: #5aa19eE6 !important;
}
.C-5AA19E-85 {
  background-color: #5aa19eD9 !important;
}
.C-5AA19E-85-text {
  color: #5aa19eD9;
}
.C-5AA19E-85-border {
  border-color: #5aa19eD9 !important;
}
.C-5AA19E-80 {
  background-color: #5aa19eCC !important;
}
.C-5AA19E-80-text {
  color: #5aa19eCC;
}
.C-5AA19E-80-border {
  border-color: #5aa19eCC !important;
}
.C-5AA19E-75 {
  background-color: #5aa19eBF !important;
}
.C-5AA19E-75-text {
  color: #5aa19eBF;
}
.C-5AA19E-75-border {
  border-color: #5aa19eBF !important;
}
.C-5AA19E-70 {
  background-color: #5aa19eB3 !important;
}
.C-5AA19E-70-text {
  color: #5aa19eB3;
}
.C-5AA19E-70-border {
  border-color: #5aa19eB3 !important;
}
.C-5AA19E-65 {
  background-color: #5aa19eA6 !important;
}
.C-5AA19E-65-text {
  color: #5aa19eA6;
}
.C-5AA19E-65-border {
  border-color: #5aa19eA6 !important;
}
.C-5AA19E-60 {
  background-color: #5aa19e99 !important;
}
.C-5AA19E-60-text {
  color: #5aa19e99;
}
.C-5AA19E-60-border {
  border-color: #5aa19e99 !important;
}
.C-5AA19E-55 {
  background-color: #5aa19e8C !important;
}
.C-5AA19E-55-text {
  color: #5aa19e8C;
}
.C-5AA19E-55-border {
  border-color: #5aa19e8C !important;
}
.C-5AA19E-50 {
  background-color: #5aa19e80 !important;
}
.C-5AA19E-50-text {
  color: #5aa19e80;
}
.C-5AA19E-50-border {
  border-color: #5aa19e80 !important;
}
.C-5AA19E-45 {
  background-color: #5aa19e73 !important;
}
.C-5AA19E-45-text {
  color: #5aa19e73;
}
.C-5AA19E-45-border {
  border-color: #5aa19e73 !important;
}
.C-5AA19E-40 {
  background-color: #5aa19e66 !important;
}
.C-5AA19E-40-text {
  color: #5aa19e66;
}
.C-5AA19E-40-border {
  border-color: #5aa19e66 !important;
}
.C-5AA19E-35 {
  background-color: #5aa19e59 !important;
}
.C-5AA19E-35-text {
  color: #5aa19e59;
}
.C-5AA19E-35-border {
  border-color: #5aa19e59 !important;
}
.C-5AA19E-30 {
  background-color: #5aa19e4D !important;
}
.C-5AA19E-30-text {
  color: #5aa19e4D;
}
.C-5AA19E-30-border {
  border-color: #5aa19e4D !important;
}
.C-5AA19E-25 {
  background-color: #5aa19e40 !important;
}
.C-5AA19E-25-text {
  color: #5aa19e40;
}
.C-5AA19E-25-border {
  border-color: #5aa19e40 !important;
}
.C-5AA19E-20 {
  background-color: #5aa19e33 !important;
}
.C-5AA19E-20-text {
  color: #5aa19e33;
}
.C-5AA19E-20-border {
  border-color: #5aa19e33 !important;
}
.C-5AA19E-15 {
  background-color: #5aa19e26 !important;
}
.C-5AA19E-15-text {
  color: #5aa19e26;
}
.C-5AA19E-15-border {
  border-color: #5aa19e26 !important;
}
.C-5AA19E-10 {
  background-color: #5aa19e1A !important;
}
.C-5AA19E-10-text {
  color: #5aa19e1A;
}
.C-5AA19E-10-border {
  border-color: #5aa19e1A !important;
}
.C-5AA19E-5 {
  background-color: #5aa19e0D !important;
}
.C-5AA19E-5-text {
  color: #5aa19e0D;
}
.C-5AA19E-5-border {
  border-color: #5aa19e0D !important;
}
.C-5AA19E-0 {
  background-color: #5aa19e0 !important;
}
.C-5AA19E-0-text {
  color: #5aa19e0;
}
.C-5AA19E-0-border {
  border-color: #5aa19e0 !important;
}
.C-5AA19E {
  background-color: #5aa19e !important;
  --btn-background: #5aa19e;
}
.C-5AA19E-text {
  color: #5aa19e;
}
.C-5AA19E-border {
  border-color: #5aa19e !important;
}
@media (hover: hover) {
  .C-5AA19E-hover-bg:hover {
    background-color: #5aa19e !important;
  }
}
.C-5AA19E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-5AA19E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #5aa19e;
  fill: #5aa19e;
  stroke: #5aa19e;
}
.C-5AA19E-hover-text[papaTarget]:hover.f_targetText {
  color: #5aa19e !important;
  fill: #5aa19e !important;
  stroke: #5aa19e !important;
}
.C-5AA19E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-5AA19E-hover-text[fHover]:hover {
  color: #5aa19e !important;
}
.C-5AA19E-after::after,
.C-5AA19E-after::before {
  background-color: #5aa19e;
}
.C-5AA19E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #5aa19e;
  transition: box-shadow 0.2s;
}
.C-5AA19E100 {
  background-color: #5aa19e !important;
}
.C-5AA19E100-text {
  color: #5aa19e;
}
.C-5AA19E100-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E100 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E95 {
  background-color: #5aa19e !important;
}
.C-5AA19E95-text {
  color: #5aa19e;
}
.C-5AA19E95-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E95 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E90 {
  background-color: #5aa19e !important;
}
.C-5AA19E90-text {
  color: #5aa19e;
}
.C-5AA19E90-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E90 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E85 {
  background-color: #5aa19e !important;
}
.C-5AA19E85-text {
  color: #5aa19e;
}
.C-5AA19E85-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E85 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E80 {
  background-color: #5aa19e !important;
}
.C-5AA19E80-text {
  color: #5aa19e;
}
.C-5AA19E80-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E80 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E75 {
  background-color: #5aa19e !important;
}
.C-5AA19E75-text {
  color: #5aa19e;
}
.C-5AA19E75-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E75 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E70 {
  background-color: #5aa19e !important;
}
.C-5AA19E70-text {
  color: #5aa19e;
}
.C-5AA19E70-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E70 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E65 {
  background-color: #5aa19e !important;
}
.C-5AA19E65-text {
  color: #5aa19e;
}
.C-5AA19E65-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E65 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E60 {
  background-color: #5aa19e !important;
}
.C-5AA19E60-text {
  color: #5aa19e;
}
.C-5AA19E60-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E60 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E55 {
  background-color: #5aa19e !important;
}
.C-5AA19E55-text {
  color: #5aa19e;
}
.C-5AA19E55-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E55 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E50 {
  background-color: #5aa19e !important;
}
.C-5AA19E50-text {
  color: #5aa19e;
}
.C-5AA19E50-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E50 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E45 {
  background-color: #5aa19e !important;
}
.C-5AA19E45-text {
  color: #5aa19e;
}
.C-5AA19E45-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E45 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E40 {
  background-color: #5aa19e !important;
}
.C-5AA19E40-text {
  color: #5aa19e;
}
.C-5AA19E40-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E40 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E35 {
  background-color: #5aa19e !important;
}
.C-5AA19E35-text {
  color: #5aa19e;
}
.C-5AA19E35-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E35 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E30 {
  background-color: #5aa19e !important;
}
.C-5AA19E30-text {
  color: #5aa19e;
}
.C-5AA19E30-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E30 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E25 {
  background-color: #5aa19e !important;
}
.C-5AA19E25-text {
  color: #5aa19e;
}
.C-5AA19E25-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E25 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E20 {
  background-color: #5aa19e !important;
}
.C-5AA19E20-text {
  color: #5aa19e;
}
.C-5AA19E20-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E20 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E15 {
  background-color: #5aa19e !important;
}
.C-5AA19E15-text {
  color: #5aa19e;
}
.C-5AA19E15-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E15 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E10 {
  background-color: #5aa19e !important;
}
.C-5AA19E10-text {
  color: #5aa19e;
}
.C-5AA19E10-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E10 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E5 {
  background-color: #5aa19e !important;
}
.C-5AA19E5-text {
  color: #5aa19e;
}
.C-5AA19E5-border {
  border-color: #5aa19e;
}
.C-linearGradient-5AA19E5 {
  background-image:
    linear-gradient(
      45deg,
      #5aa19e 0%,
      #5aa19e 99%,
      #5aa19e 100%);
}
.C-5AA19E0 {
  background-color: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-text {
  color: rgba(90, 161, 158, 0);
}
.C-5AA19E0-border {
  border-color: rgba(90, 161, 158, 0);
}
.C-linearGradient-5AA19E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(90, 161, 158, 0) 0%,
      #5aa19e 99%,
      rgba(90, 161, 158, 0) 100%);
}
.C-5AA19E-fill-1 #fill1 {
  fill: #5aa19e;
}
.C-5AA19E-fill-1.onHover:hover #fill1,
.C-5AA19E-fill-1:hover #fill1 {
  fill: #5aa19e;
}
.C-5AA19E-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E100-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E100-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E100-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E95-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E95-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E95-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E90-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E90-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E90-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E85-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E85-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E85-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E80-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E80-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E80-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E75-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E75-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E75-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E70-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E70-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E70-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E65-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E65-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E65-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E60-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E60-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E60-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E55-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E55-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E55-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E50-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E50-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E50-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E45-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E45-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E45-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E40-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E40-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E40-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E35-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E35-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E35-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E30-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E30-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E30-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E25-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E25-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E25-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E20-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E20-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E20-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E15-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E15-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E15-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E10-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E10-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E10-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E5-fill-1 #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E5-fill-1.onHover:hover #fill1 {
  fill: #5aa19e !important;
}
.C-5AA19E5-stroke-1 #stroke1 {
  stroke: #5aa19e !important;
}
.C-5AA19E0-fill-1 #fill1 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-fill-1.onHover:hover #fill1 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-stroke-1 #stroke1 {
  stroke: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E-fill-2 #fill2 {
  fill: #5aa19e;
}
.C-5AA19E-fill-2.onHover:hover #fill2,
.C-5AA19E-fill-2:hover #fill2 {
  fill: #5aa19e;
}
.C-5AA19E-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E100-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E100-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E100-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E95-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E95-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E95-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E90-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E90-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E90-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E85-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E85-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E85-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E80-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E80-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E80-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E75-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E75-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E75-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E70-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E70-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E70-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E65-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E65-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E65-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E60-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E60-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E60-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E55-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E55-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E55-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E50-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E50-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E50-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E45-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E45-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E45-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E40-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E40-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E40-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E35-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E35-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E35-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E30-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E30-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E30-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E25-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E25-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E25-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E20-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E20-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E20-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E15-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E15-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E15-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E10-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E10-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E10-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E5-fill-2 #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E5-fill-2.onHover:hover #fill2 {
  fill: #5aa19e !important;
}
.C-5AA19E5-stroke-2 #stroke2 {
  stroke: #5aa19e !important;
}
.C-5AA19E0-fill-2 #fill2 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-fill-2.onHover:hover #fill2 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-stroke-2 #stroke2 {
  stroke: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E-fill-3 #fill3 {
  fill: #5aa19e;
}
.C-5AA19E-fill-3.onHover:hover #fill3,
.C-5AA19E-fill-3:hover #fill3 {
  fill: #5aa19e;
}
.C-5AA19E-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E100-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E100-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E100-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E95-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E95-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E95-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E90-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E90-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E90-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E85-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E85-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E85-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E80-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E80-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E80-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E75-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E75-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E75-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E70-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E70-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E70-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E65-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E65-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E65-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E60-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E60-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E60-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E55-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E55-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E55-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E50-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E50-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E50-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E45-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E45-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E45-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E40-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E40-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E40-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E35-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E35-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E35-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E30-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E30-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E30-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E25-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E25-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E25-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E20-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E20-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E20-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E15-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E15-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E15-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E10-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E10-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E10-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E5-fill-3 #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E5-fill-3.onHover:hover #fill3 {
  fill: #5aa19e !important;
}
.C-5AA19E5-stroke-3 #stroke3 {
  stroke: #5aa19e !important;
}
.C-5AA19E0-fill-3 #fill3 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-fill-3.onHover:hover #fill3 {
  fill: rgba(90, 161, 158, 0) !important;
}
.C-5AA19E0-stroke-3 #stroke3 {
  stroke: rgba(90, 161, 158, 0) !important;
}
.C-8CD9DE-100 {
  background-color: #8cd9deFF !important;
}
.C-8CD9DE-100-text {
  color: #8cd9deFF;
}
.C-8CD9DE-100-border {
  border-color: #8cd9deFF !important;
}
.C-8CD9DE-95 {
  background-color: #8cd9deF2 !important;
}
.C-8CD9DE-95-text {
  color: #8cd9deF2;
}
.C-8CD9DE-95-border {
  border-color: #8cd9deF2 !important;
}
.C-8CD9DE-90 {
  background-color: #8cd9deE6 !important;
}
.C-8CD9DE-90-text {
  color: #8cd9deE6;
}
.C-8CD9DE-90-border {
  border-color: #8cd9deE6 !important;
}
.C-8CD9DE-85 {
  background-color: #8cd9deD9 !important;
}
.C-8CD9DE-85-text {
  color: #8cd9deD9;
}
.C-8CD9DE-85-border {
  border-color: #8cd9deD9 !important;
}
.C-8CD9DE-80 {
  background-color: #8cd9deCC !important;
}
.C-8CD9DE-80-text {
  color: #8cd9deCC;
}
.C-8CD9DE-80-border {
  border-color: #8cd9deCC !important;
}
.C-8CD9DE-75 {
  background-color: #8cd9deBF !important;
}
.C-8CD9DE-75-text {
  color: #8cd9deBF;
}
.C-8CD9DE-75-border {
  border-color: #8cd9deBF !important;
}
.C-8CD9DE-70 {
  background-color: #8cd9deB3 !important;
}
.C-8CD9DE-70-text {
  color: #8cd9deB3;
}
.C-8CD9DE-70-border {
  border-color: #8cd9deB3 !important;
}
.C-8CD9DE-65 {
  background-color: #8cd9deA6 !important;
}
.C-8CD9DE-65-text {
  color: #8cd9deA6;
}
.C-8CD9DE-65-border {
  border-color: #8cd9deA6 !important;
}
.C-8CD9DE-60 {
  background-color: #8cd9de99 !important;
}
.C-8CD9DE-60-text {
  color: #8cd9de99;
}
.C-8CD9DE-60-border {
  border-color: #8cd9de99 !important;
}
.C-8CD9DE-55 {
  background-color: #8cd9de8C !important;
}
.C-8CD9DE-55-text {
  color: #8cd9de8C;
}
.C-8CD9DE-55-border {
  border-color: #8cd9de8C !important;
}
.C-8CD9DE-50 {
  background-color: #8cd9de80 !important;
}
.C-8CD9DE-50-text {
  color: #8cd9de80;
}
.C-8CD9DE-50-border {
  border-color: #8cd9de80 !important;
}
.C-8CD9DE-45 {
  background-color: #8cd9de73 !important;
}
.C-8CD9DE-45-text {
  color: #8cd9de73;
}
.C-8CD9DE-45-border {
  border-color: #8cd9de73 !important;
}
.C-8CD9DE-40 {
  background-color: #8cd9de66 !important;
}
.C-8CD9DE-40-text {
  color: #8cd9de66;
}
.C-8CD9DE-40-border {
  border-color: #8cd9de66 !important;
}
.C-8CD9DE-35 {
  background-color: #8cd9de59 !important;
}
.C-8CD9DE-35-text {
  color: #8cd9de59;
}
.C-8CD9DE-35-border {
  border-color: #8cd9de59 !important;
}
.C-8CD9DE-30 {
  background-color: #8cd9de4D !important;
}
.C-8CD9DE-30-text {
  color: #8cd9de4D;
}
.C-8CD9DE-30-border {
  border-color: #8cd9de4D !important;
}
.C-8CD9DE-25 {
  background-color: #8cd9de40 !important;
}
.C-8CD9DE-25-text {
  color: #8cd9de40;
}
.C-8CD9DE-25-border {
  border-color: #8cd9de40 !important;
}
.C-8CD9DE-20 {
  background-color: #8cd9de33 !important;
}
.C-8CD9DE-20-text {
  color: #8cd9de33;
}
.C-8CD9DE-20-border {
  border-color: #8cd9de33 !important;
}
.C-8CD9DE-15 {
  background-color: #8cd9de26 !important;
}
.C-8CD9DE-15-text {
  color: #8cd9de26;
}
.C-8CD9DE-15-border {
  border-color: #8cd9de26 !important;
}
.C-8CD9DE-10 {
  background-color: #8cd9de1A !important;
}
.C-8CD9DE-10-text {
  color: #8cd9de1A;
}
.C-8CD9DE-10-border {
  border-color: #8cd9de1A !important;
}
.C-8CD9DE-5 {
  background-color: #8cd9de0D !important;
}
.C-8CD9DE-5-text {
  color: #8cd9de0D;
}
.C-8CD9DE-5-border {
  border-color: #8cd9de0D !important;
}
.C-8CD9DE-0 {
  background-color: #8cd9de0 !important;
}
.C-8CD9DE-0-text {
  color: #8cd9de0;
}
.C-8CD9DE-0-border {
  border-color: #8cd9de0 !important;
}
.C-8CD9DE {
  background-color: #8cd9de !important;
  --btn-background: #8cd9de;
}
.C-8CD9DE-text {
  color: #8cd9de;
}
.C-8CD9DE-border {
  border-color: #8cd9de !important;
}
@media (hover: hover) {
  .C-8CD9DE-hover-bg:hover {
    background-color: #8cd9de !important;
  }
}
.C-8CD9DE-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8CD9DE-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8cd9de;
  fill: #8cd9de;
  stroke: #8cd9de;
}
.C-8CD9DE-hover-text[papaTarget]:hover.f_targetText {
  color: #8cd9de !important;
  fill: #8cd9de !important;
  stroke: #8cd9de !important;
}
.C-8CD9DE-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8CD9DE-hover-text[fHover]:hover {
  color: #8cd9de !important;
}
.C-8CD9DE-after::after,
.C-8CD9DE-after::before {
  background-color: #8cd9de;
}
.C-8CD9DE-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8cd9de;
  transition: box-shadow 0.2s;
}
.C-8CD9DE100 {
  background-color: #8cd9de !important;
}
.C-8CD9DE100-text {
  color: #8cd9de;
}
.C-8CD9DE100-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE100 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE95 {
  background-color: #8cd9de !important;
}
.C-8CD9DE95-text {
  color: #8cd9de;
}
.C-8CD9DE95-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE95 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE90 {
  background-color: #8cd9de !important;
}
.C-8CD9DE90-text {
  color: #8cd9de;
}
.C-8CD9DE90-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE90 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE85 {
  background-color: #8cd9de !important;
}
.C-8CD9DE85-text {
  color: #8cd9de;
}
.C-8CD9DE85-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE85 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE80 {
  background-color: #8cd9de !important;
}
.C-8CD9DE80-text {
  color: #8cd9de;
}
.C-8CD9DE80-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE80 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE75 {
  background-color: #8cd9de !important;
}
.C-8CD9DE75-text {
  color: #8cd9de;
}
.C-8CD9DE75-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE75 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE70 {
  background-color: #8cd9de !important;
}
.C-8CD9DE70-text {
  color: #8cd9de;
}
.C-8CD9DE70-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE70 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE65 {
  background-color: #8cd9de !important;
}
.C-8CD9DE65-text {
  color: #8cd9de;
}
.C-8CD9DE65-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE65 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE60 {
  background-color: #8cd9de !important;
}
.C-8CD9DE60-text {
  color: #8cd9de;
}
.C-8CD9DE60-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE60 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE55 {
  background-color: #8cd9de !important;
}
.C-8CD9DE55-text {
  color: #8cd9de;
}
.C-8CD9DE55-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE55 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE50 {
  background-color: #8cd9de !important;
}
.C-8CD9DE50-text {
  color: #8cd9de;
}
.C-8CD9DE50-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE50 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE45 {
  background-color: #8cd9de !important;
}
.C-8CD9DE45-text {
  color: #8cd9de;
}
.C-8CD9DE45-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE45 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE40 {
  background-color: #8cd9de !important;
}
.C-8CD9DE40-text {
  color: #8cd9de;
}
.C-8CD9DE40-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE40 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE35 {
  background-color: #8cd9de !important;
}
.C-8CD9DE35-text {
  color: #8cd9de;
}
.C-8CD9DE35-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE35 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE30 {
  background-color: #8cd9de !important;
}
.C-8CD9DE30-text {
  color: #8cd9de;
}
.C-8CD9DE30-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE30 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE25 {
  background-color: #8cd9de !important;
}
.C-8CD9DE25-text {
  color: #8cd9de;
}
.C-8CD9DE25-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE25 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE20 {
  background-color: #8cd9de !important;
}
.C-8CD9DE20-text {
  color: #8cd9de;
}
.C-8CD9DE20-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE20 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE15 {
  background-color: #8cd9de !important;
}
.C-8CD9DE15-text {
  color: #8cd9de;
}
.C-8CD9DE15-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE15 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE10 {
  background-color: #8cd9de !important;
}
.C-8CD9DE10-text {
  color: #8cd9de;
}
.C-8CD9DE10-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE10 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE5 {
  background-color: #8cd9de !important;
}
.C-8CD9DE5-text {
  color: #8cd9de;
}
.C-8CD9DE5-border {
  border-color: #8cd9de;
}
.C-linearGradient-8CD9DE5 {
  background-image:
    linear-gradient(
      45deg,
      #8cd9de 0%,
      #8cd9de 99%,
      #8cd9de 100%);
}
.C-8CD9DE0 {
  background-color: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-text {
  color: rgba(140, 217, 222, 0);
}
.C-8CD9DE0-border {
  border-color: rgba(140, 217, 222, 0);
}
.C-linearGradient-8CD9DE0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(140, 217, 222, 0) 0%,
      #8cd9de 99%,
      rgba(140, 217, 222, 0) 100%);
}
.C-8CD9DE-fill-1 #fill1 {
  fill: #8cd9de;
}
.C-8CD9DE-fill-1.onHover:hover #fill1,
.C-8CD9DE-fill-1:hover #fill1 {
  fill: #8cd9de;
}
.C-8CD9DE-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE100-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE95-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE90-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE85-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE80-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE75-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE70-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE65-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE60-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE55-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE50-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE45-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE40-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE35-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE30-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE25-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE20-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE15-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE10-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE5-fill-1 #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-fill-1.onHover:hover #fill1 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-stroke-1 #stroke1 {
  stroke: #8cd9de !important;
}
.C-8CD9DE0-fill-1 #fill1 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-fill-1.onHover:hover #fill1 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-stroke-1 #stroke1 {
  stroke: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE-fill-2 #fill2 {
  fill: #8cd9de;
}
.C-8CD9DE-fill-2.onHover:hover #fill2,
.C-8CD9DE-fill-2:hover #fill2 {
  fill: #8cd9de;
}
.C-8CD9DE-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE100-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE95-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE90-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE85-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE80-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE75-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE70-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE65-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE60-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE55-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE50-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE45-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE40-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE35-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE30-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE25-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE20-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE15-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE10-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE5-fill-2 #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-fill-2.onHover:hover #fill2 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-stroke-2 #stroke2 {
  stroke: #8cd9de !important;
}
.C-8CD9DE0-fill-2 #fill2 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-fill-2.onHover:hover #fill2 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-stroke-2 #stroke2 {
  stroke: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE-fill-3 #fill3 {
  fill: #8cd9de;
}
.C-8CD9DE-fill-3.onHover:hover #fill3,
.C-8CD9DE-fill-3:hover #fill3 {
  fill: #8cd9de;
}
.C-8CD9DE-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE100-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE100-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE95-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE95-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE90-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE90-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE85-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE85-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE80-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE80-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE75-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE75-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE70-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE70-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE65-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE65-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE60-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE60-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE55-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE55-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE50-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE50-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE45-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE45-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE40-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE40-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE35-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE35-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE30-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE30-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE25-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE25-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE20-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE20-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE15-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE15-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE10-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE10-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE5-fill-3 #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-fill-3.onHover:hover #fill3 {
  fill: #8cd9de !important;
}
.C-8CD9DE5-stroke-3 #stroke3 {
  stroke: #8cd9de !important;
}
.C-8CD9DE0-fill-3 #fill3 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-fill-3.onHover:hover #fill3 {
  fill: rgba(140, 217, 222, 0) !important;
}
.C-8CD9DE0-stroke-3 #stroke3 {
  stroke: rgba(140, 217, 222, 0) !important;
}
.C-7FFC75-100 {
  background-color: #7ffc75FF !important;
}
.C-7FFC75-100-text {
  color: #7ffc75FF;
}
.C-7FFC75-100-border {
  border-color: #7ffc75FF !important;
}
.C-7FFC75-95 {
  background-color: #7ffc75F2 !important;
}
.C-7FFC75-95-text {
  color: #7ffc75F2;
}
.C-7FFC75-95-border {
  border-color: #7ffc75F2 !important;
}
.C-7FFC75-90 {
  background-color: #7ffc75E6 !important;
}
.C-7FFC75-90-text {
  color: #7ffc75E6;
}
.C-7FFC75-90-border {
  border-color: #7ffc75E6 !important;
}
.C-7FFC75-85 {
  background-color: #7ffc75D9 !important;
}
.C-7FFC75-85-text {
  color: #7ffc75D9;
}
.C-7FFC75-85-border {
  border-color: #7ffc75D9 !important;
}
.C-7FFC75-80 {
  background-color: #7ffc75CC !important;
}
.C-7FFC75-80-text {
  color: #7ffc75CC;
}
.C-7FFC75-80-border {
  border-color: #7ffc75CC !important;
}
.C-7FFC75-75 {
  background-color: #7ffc75BF !important;
}
.C-7FFC75-75-text {
  color: #7ffc75BF;
}
.C-7FFC75-75-border {
  border-color: #7ffc75BF !important;
}
.C-7FFC75-70 {
  background-color: #7ffc75B3 !important;
}
.C-7FFC75-70-text {
  color: #7ffc75B3;
}
.C-7FFC75-70-border {
  border-color: #7ffc75B3 !important;
}
.C-7FFC75-65 {
  background-color: #7ffc75A6 !important;
}
.C-7FFC75-65-text {
  color: #7ffc75A6;
}
.C-7FFC75-65-border {
  border-color: #7ffc75A6 !important;
}
.C-7FFC75-60 {
  background-color: #7ffc7599 !important;
}
.C-7FFC75-60-text {
  color: #7ffc7599;
}
.C-7FFC75-60-border {
  border-color: #7ffc7599 !important;
}
.C-7FFC75-55 {
  background-color: #7ffc758C !important;
}
.C-7FFC75-55-text {
  color: #7ffc758C;
}
.C-7FFC75-55-border {
  border-color: #7ffc758C !important;
}
.C-7FFC75-50 {
  background-color: #7ffc7580 !important;
}
.C-7FFC75-50-text {
  color: #7ffc7580;
}
.C-7FFC75-50-border {
  border-color: #7ffc7580 !important;
}
.C-7FFC75-45 {
  background-color: #7ffc7573 !important;
}
.C-7FFC75-45-text {
  color: #7ffc7573;
}
.C-7FFC75-45-border {
  border-color: #7ffc7573 !important;
}
.C-7FFC75-40 {
  background-color: #7ffc7566 !important;
}
.C-7FFC75-40-text {
  color: #7ffc7566;
}
.C-7FFC75-40-border {
  border-color: #7ffc7566 !important;
}
.C-7FFC75-35 {
  background-color: #7ffc7559 !important;
}
.C-7FFC75-35-text {
  color: #7ffc7559;
}
.C-7FFC75-35-border {
  border-color: #7ffc7559 !important;
}
.C-7FFC75-30 {
  background-color: #7ffc754D !important;
}
.C-7FFC75-30-text {
  color: #7ffc754D;
}
.C-7FFC75-30-border {
  border-color: #7ffc754D !important;
}
.C-7FFC75-25 {
  background-color: #7ffc7540 !important;
}
.C-7FFC75-25-text {
  color: #7ffc7540;
}
.C-7FFC75-25-border {
  border-color: #7ffc7540 !important;
}
.C-7FFC75-20 {
  background-color: #7ffc7533 !important;
}
.C-7FFC75-20-text {
  color: #7ffc7533;
}
.C-7FFC75-20-border {
  border-color: #7ffc7533 !important;
}
.C-7FFC75-15 {
  background-color: #7ffc7526 !important;
}
.C-7FFC75-15-text {
  color: #7ffc7526;
}
.C-7FFC75-15-border {
  border-color: #7ffc7526 !important;
}
.C-7FFC75-10 {
  background-color: #7ffc751A !important;
}
.C-7FFC75-10-text {
  color: #7ffc751A;
}
.C-7FFC75-10-border {
  border-color: #7ffc751A !important;
}
.C-7FFC75-5 {
  background-color: #7ffc750D !important;
}
.C-7FFC75-5-text {
  color: #7ffc750D;
}
.C-7FFC75-5-border {
  border-color: #7ffc750D !important;
}
.C-7FFC75-0 {
  background-color: #7ffc750 !important;
}
.C-7FFC75-0-text {
  color: #7ffc750;
}
.C-7FFC75-0-border {
  border-color: #7ffc750 !important;
}
.C-7FFC75 {
  background-color: #7ffc75 !important;
  --btn-background: #7ffc75;
}
.C-7FFC75-text {
  color: #7ffc75;
}
.C-7FFC75-border {
  border-color: #7ffc75 !important;
}
@media (hover: hover) {
  .C-7FFC75-hover-bg:hover {
    background-color: #7ffc75 !important;
  }
}
.C-7FFC75-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-7FFC75-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #7ffc75;
  fill: #7ffc75;
  stroke: #7ffc75;
}
.C-7FFC75-hover-text[papaTarget]:hover.f_targetText {
  color: #7ffc75 !important;
  fill: #7ffc75 !important;
  stroke: #7ffc75 !important;
}
.C-7FFC75-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-7FFC75-hover-text[fHover]:hover {
  color: #7ffc75 !important;
}
.C-7FFC75-after::after,
.C-7FFC75-after::before {
  background-color: #7ffc75;
}
.C-7FFC75-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #7ffc75;
  transition: box-shadow 0.2s;
}
.C-7FFC75100 {
  background-color: #7ffc75 !important;
}
.C-7FFC75100-text {
  color: #7ffc75;
}
.C-7FFC75100-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC75100 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7595 {
  background-color: #7ffc75 !important;
}
.C-7FFC7595-text {
  color: #7ffc75;
}
.C-7FFC7595-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7595 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7590 {
  background-color: #7ffc75 !important;
}
.C-7FFC7590-text {
  color: #7ffc75;
}
.C-7FFC7590-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7590 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7585 {
  background-color: #7ffc75 !important;
}
.C-7FFC7585-text {
  color: #7ffc75;
}
.C-7FFC7585-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7585 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7580 {
  background-color: #7ffc75 !important;
}
.C-7FFC7580-text {
  color: #7ffc75;
}
.C-7FFC7580-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7580 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7575 {
  background-color: #7ffc75 !important;
}
.C-7FFC7575-text {
  color: #7ffc75;
}
.C-7FFC7575-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7575 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7570 {
  background-color: #7ffc75 !important;
}
.C-7FFC7570-text {
  color: #7ffc75;
}
.C-7FFC7570-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7570 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7565 {
  background-color: #7ffc75 !important;
}
.C-7FFC7565-text {
  color: #7ffc75;
}
.C-7FFC7565-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7565 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7560 {
  background-color: #7ffc75 !important;
}
.C-7FFC7560-text {
  color: #7ffc75;
}
.C-7FFC7560-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7560 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7555 {
  background-color: #7ffc75 !important;
}
.C-7FFC7555-text {
  color: #7ffc75;
}
.C-7FFC7555-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7555 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7550 {
  background-color: #7ffc75 !important;
}
.C-7FFC7550-text {
  color: #7ffc75;
}
.C-7FFC7550-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7550 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7545 {
  background-color: #7ffc75 !important;
}
.C-7FFC7545-text {
  color: #7ffc75;
}
.C-7FFC7545-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7545 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7540 {
  background-color: #7ffc75 !important;
}
.C-7FFC7540-text {
  color: #7ffc75;
}
.C-7FFC7540-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7540 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7535 {
  background-color: #7ffc75 !important;
}
.C-7FFC7535-text {
  color: #7ffc75;
}
.C-7FFC7535-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7535 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7530 {
  background-color: #7ffc75 !important;
}
.C-7FFC7530-text {
  color: #7ffc75;
}
.C-7FFC7530-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7530 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7525 {
  background-color: #7ffc75 !important;
}
.C-7FFC7525-text {
  color: #7ffc75;
}
.C-7FFC7525-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7525 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7520 {
  background-color: #7ffc75 !important;
}
.C-7FFC7520-text {
  color: #7ffc75;
}
.C-7FFC7520-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7520 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7515 {
  background-color: #7ffc75 !important;
}
.C-7FFC7515-text {
  color: #7ffc75;
}
.C-7FFC7515-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7515 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC7510 {
  background-color: #7ffc75 !important;
}
.C-7FFC7510-text {
  color: #7ffc75;
}
.C-7FFC7510-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC7510 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC755 {
  background-color: #7ffc75 !important;
}
.C-7FFC755-text {
  color: #7ffc75;
}
.C-7FFC755-border {
  border-color: #7ffc75;
}
.C-linearGradient-7FFC755 {
  background-image:
    linear-gradient(
      45deg,
      #7ffc75 0%,
      #7ffc75 99%,
      #7ffc75 100%);
}
.C-7FFC750 {
  background-color: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-text {
  color: rgba(127, 252, 117, 0);
}
.C-7FFC750-border {
  border-color: rgba(127, 252, 117, 0);
}
.C-linearGradient-7FFC750 {
  background-image:
    linear-gradient(
      45deg,
      rgba(127, 252, 117, 0) 0%,
      #7ffc75 99%,
      rgba(127, 252, 117, 0) 100%);
}
.C-7FFC75-fill-1 #fill1 {
  fill: #7ffc75;
}
.C-7FFC75-fill-1.onHover:hover #fill1,
.C-7FFC75-fill-1:hover #fill1 {
  fill: #7ffc75;
}
.C-7FFC75-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC75100-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7595-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7590-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7585-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7580-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7575-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7570-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7565-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7560-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7555-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7550-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7545-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7540-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7535-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7530-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7525-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7520-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7515-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC7510-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC755-fill-1 #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC755-fill-1.onHover:hover #fill1 {
  fill: #7ffc75 !important;
}
.C-7FFC755-stroke-1 #stroke1 {
  stroke: #7ffc75 !important;
}
.C-7FFC750-fill-1 #fill1 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-fill-1.onHover:hover #fill1 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-stroke-1 #stroke1 {
  stroke: rgba(127, 252, 117, 0) !important;
}
.C-7FFC75-fill-2 #fill2 {
  fill: #7ffc75;
}
.C-7FFC75-fill-2.onHover:hover #fill2,
.C-7FFC75-fill-2:hover #fill2 {
  fill: #7ffc75;
}
.C-7FFC75-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC75100-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7595-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7590-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7585-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7580-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7575-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7570-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7565-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7560-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7555-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7550-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7545-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7540-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7535-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7530-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7525-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7520-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7515-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC7510-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC755-fill-2 #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC755-fill-2.onHover:hover #fill2 {
  fill: #7ffc75 !important;
}
.C-7FFC755-stroke-2 #stroke2 {
  stroke: #7ffc75 !important;
}
.C-7FFC750-fill-2 #fill2 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-fill-2.onHover:hover #fill2 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-stroke-2 #stroke2 {
  stroke: rgba(127, 252, 117, 0) !important;
}
.C-7FFC75-fill-3 #fill3 {
  fill: #7ffc75;
}
.C-7FFC75-fill-3.onHover:hover #fill3,
.C-7FFC75-fill-3:hover #fill3 {
  fill: #7ffc75;
}
.C-7FFC75-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC75100-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC75100-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7595-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7595-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7590-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7590-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7585-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7585-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7580-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7580-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7575-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7575-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7570-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7570-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7565-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7565-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7560-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7560-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7555-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7555-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7550-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7550-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7545-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7545-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7540-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7540-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7535-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7535-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7530-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7530-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7525-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7525-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7520-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7520-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7515-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7515-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC7510-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC7510-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC755-fill-3 #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC755-fill-3.onHover:hover #fill3 {
  fill: #7ffc75 !important;
}
.C-7FFC755-stroke-3 #stroke3 {
  stroke: #7ffc75 !important;
}
.C-7FFC750-fill-3 #fill3 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-fill-3.onHover:hover #fill3 {
  fill: rgba(127, 252, 117, 0) !important;
}
.C-7FFC750-stroke-3 #stroke3 {
  stroke: rgba(127, 252, 117, 0) !important;
}
.C-64C95D-100 {
  background-color: #64c95dFF !important;
}
.C-64C95D-100-text {
  color: #64c95dFF;
}
.C-64C95D-100-border {
  border-color: #64c95dFF !important;
}
.C-64C95D-95 {
  background-color: #64c95dF2 !important;
}
.C-64C95D-95-text {
  color: #64c95dF2;
}
.C-64C95D-95-border {
  border-color: #64c95dF2 !important;
}
.C-64C95D-90 {
  background-color: #64c95dE6 !important;
}
.C-64C95D-90-text {
  color: #64c95dE6;
}
.C-64C95D-90-border {
  border-color: #64c95dE6 !important;
}
.C-64C95D-85 {
  background-color: #64c95dD9 !important;
}
.C-64C95D-85-text {
  color: #64c95dD9;
}
.C-64C95D-85-border {
  border-color: #64c95dD9 !important;
}
.C-64C95D-80 {
  background-color: #64c95dCC !important;
}
.C-64C95D-80-text {
  color: #64c95dCC;
}
.C-64C95D-80-border {
  border-color: #64c95dCC !important;
}
.C-64C95D-75 {
  background-color: #64c95dBF !important;
}
.C-64C95D-75-text {
  color: #64c95dBF;
}
.C-64C95D-75-border {
  border-color: #64c95dBF !important;
}
.C-64C95D-70 {
  background-color: #64c95dB3 !important;
}
.C-64C95D-70-text {
  color: #64c95dB3;
}
.C-64C95D-70-border {
  border-color: #64c95dB3 !important;
}
.C-64C95D-65 {
  background-color: #64c95dA6 !important;
}
.C-64C95D-65-text {
  color: #64c95dA6;
}
.C-64C95D-65-border {
  border-color: #64c95dA6 !important;
}
.C-64C95D-60 {
  background-color: #64c95d99 !important;
}
.C-64C95D-60-text {
  color: #64c95d99;
}
.C-64C95D-60-border {
  border-color: #64c95d99 !important;
}
.C-64C95D-55 {
  background-color: #64c95d8C !important;
}
.C-64C95D-55-text {
  color: #64c95d8C;
}
.C-64C95D-55-border {
  border-color: #64c95d8C !important;
}
.C-64C95D-50 {
  background-color: #64c95d80 !important;
}
.C-64C95D-50-text {
  color: #64c95d80;
}
.C-64C95D-50-border {
  border-color: #64c95d80 !important;
}
.C-64C95D-45 {
  background-color: #64c95d73 !important;
}
.C-64C95D-45-text {
  color: #64c95d73;
}
.C-64C95D-45-border {
  border-color: #64c95d73 !important;
}
.C-64C95D-40 {
  background-color: #64c95d66 !important;
}
.C-64C95D-40-text {
  color: #64c95d66;
}
.C-64C95D-40-border {
  border-color: #64c95d66 !important;
}
.C-64C95D-35 {
  background-color: #64c95d59 !important;
}
.C-64C95D-35-text {
  color: #64c95d59;
}
.C-64C95D-35-border {
  border-color: #64c95d59 !important;
}
.C-64C95D-30 {
  background-color: #64c95d4D !important;
}
.C-64C95D-30-text {
  color: #64c95d4D;
}
.C-64C95D-30-border {
  border-color: #64c95d4D !important;
}
.C-64C95D-25 {
  background-color: #64c95d40 !important;
}
.C-64C95D-25-text {
  color: #64c95d40;
}
.C-64C95D-25-border {
  border-color: #64c95d40 !important;
}
.C-64C95D-20 {
  background-color: #64c95d33 !important;
}
.C-64C95D-20-text {
  color: #64c95d33;
}
.C-64C95D-20-border {
  border-color: #64c95d33 !important;
}
.C-64C95D-15 {
  background-color: #64c95d26 !important;
}
.C-64C95D-15-text {
  color: #64c95d26;
}
.C-64C95D-15-border {
  border-color: #64c95d26 !important;
}
.C-64C95D-10 {
  background-color: #64c95d1A !important;
}
.C-64C95D-10-text {
  color: #64c95d1A;
}
.C-64C95D-10-border {
  border-color: #64c95d1A !important;
}
.C-64C95D-5 {
  background-color: #64c95d0D !important;
}
.C-64C95D-5-text {
  color: #64c95d0D;
}
.C-64C95D-5-border {
  border-color: #64c95d0D !important;
}
.C-64C95D-0 {
  background-color: #64c95d0 !important;
}
.C-64C95D-0-text {
  color: #64c95d0;
}
.C-64C95D-0-border {
  border-color: #64c95d0 !important;
}
.C-64C95D {
  background-color: #64c95d !important;
  --btn-background: #64c95d;
}
.C-64C95D-text {
  color: #64c95d;
}
.C-64C95D-border {
  border-color: #64c95d !important;
}
@media (hover: hover) {
  .C-64C95D-hover-bg:hover {
    background-color: #64c95d !important;
  }
}
.C-64C95D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-64C95D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #64c95d;
  fill: #64c95d;
  stroke: #64c95d;
}
.C-64C95D-hover-text[papaTarget]:hover.f_targetText {
  color: #64c95d !important;
  fill: #64c95d !important;
  stroke: #64c95d !important;
}
.C-64C95D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-64C95D-hover-text[fHover]:hover {
  color: #64c95d !important;
}
.C-64C95D-after::after,
.C-64C95D-after::before {
  background-color: #64c95d;
}
.C-64C95D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #64c95d;
  transition: box-shadow 0.2s;
}
.C-64C95D100 {
  background-color: #64c95d !important;
}
.C-64C95D100-text {
  color: #64c95d;
}
.C-64C95D100-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D100 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D95 {
  background-color: #64c95d !important;
}
.C-64C95D95-text {
  color: #64c95d;
}
.C-64C95D95-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D95 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D90 {
  background-color: #64c95d !important;
}
.C-64C95D90-text {
  color: #64c95d;
}
.C-64C95D90-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D90 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D85 {
  background-color: #64c95d !important;
}
.C-64C95D85-text {
  color: #64c95d;
}
.C-64C95D85-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D85 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D80 {
  background-color: #64c95d !important;
}
.C-64C95D80-text {
  color: #64c95d;
}
.C-64C95D80-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D80 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D75 {
  background-color: #64c95d !important;
}
.C-64C95D75-text {
  color: #64c95d;
}
.C-64C95D75-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D75 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D70 {
  background-color: #64c95d !important;
}
.C-64C95D70-text {
  color: #64c95d;
}
.C-64C95D70-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D70 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D65 {
  background-color: #64c95d !important;
}
.C-64C95D65-text {
  color: #64c95d;
}
.C-64C95D65-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D65 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D60 {
  background-color: #64c95d !important;
}
.C-64C95D60-text {
  color: #64c95d;
}
.C-64C95D60-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D60 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D55 {
  background-color: #64c95d !important;
}
.C-64C95D55-text {
  color: #64c95d;
}
.C-64C95D55-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D55 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D50 {
  background-color: #64c95d !important;
}
.C-64C95D50-text {
  color: #64c95d;
}
.C-64C95D50-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D50 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D45 {
  background-color: #64c95d !important;
}
.C-64C95D45-text {
  color: #64c95d;
}
.C-64C95D45-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D45 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D40 {
  background-color: #64c95d !important;
}
.C-64C95D40-text {
  color: #64c95d;
}
.C-64C95D40-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D40 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D35 {
  background-color: #64c95d !important;
}
.C-64C95D35-text {
  color: #64c95d;
}
.C-64C95D35-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D35 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D30 {
  background-color: #64c95d !important;
}
.C-64C95D30-text {
  color: #64c95d;
}
.C-64C95D30-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D30 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D25 {
  background-color: #64c95d !important;
}
.C-64C95D25-text {
  color: #64c95d;
}
.C-64C95D25-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D25 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D20 {
  background-color: #64c95d !important;
}
.C-64C95D20-text {
  color: #64c95d;
}
.C-64C95D20-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D20 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D15 {
  background-color: #64c95d !important;
}
.C-64C95D15-text {
  color: #64c95d;
}
.C-64C95D15-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D15 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D10 {
  background-color: #64c95d !important;
}
.C-64C95D10-text {
  color: #64c95d;
}
.C-64C95D10-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D10 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D5 {
  background-color: #64c95d !important;
}
.C-64C95D5-text {
  color: #64c95d;
}
.C-64C95D5-border {
  border-color: #64c95d;
}
.C-linearGradient-64C95D5 {
  background-image:
    linear-gradient(
      45deg,
      #64c95d 0%,
      #64c95d 99%,
      #64c95d 100%);
}
.C-64C95D0 {
  background-color: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-text {
  color: rgba(100, 201, 93, 0);
}
.C-64C95D0-border {
  border-color: rgba(100, 201, 93, 0);
}
.C-linearGradient-64C95D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(100, 201, 93, 0) 0%,
      #64c95d 99%,
      rgba(100, 201, 93, 0) 100%);
}
.C-64C95D-fill-1 #fill1 {
  fill: #64c95d;
}
.C-64C95D-fill-1.onHover:hover #fill1,
.C-64C95D-fill-1:hover #fill1 {
  fill: #64c95d;
}
.C-64C95D-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D100-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D100-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D100-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D95-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D95-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D95-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D90-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D90-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D90-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D85-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D85-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D85-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D80-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D80-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D80-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D75-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D75-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D75-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D70-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D70-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D70-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D65-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D65-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D65-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D60-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D60-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D60-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D55-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D55-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D55-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D50-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D50-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D50-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D45-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D45-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D45-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D40-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D40-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D40-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D35-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D35-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D35-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D30-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D30-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D30-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D25-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D25-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D25-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D20-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D20-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D20-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D15-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D15-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D15-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D10-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D10-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D10-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D5-fill-1 #fill1 {
  fill: #64c95d !important;
}
.C-64C95D5-fill-1.onHover:hover #fill1 {
  fill: #64c95d !important;
}
.C-64C95D5-stroke-1 #stroke1 {
  stroke: #64c95d !important;
}
.C-64C95D0-fill-1 #fill1 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-fill-1.onHover:hover #fill1 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-stroke-1 #stroke1 {
  stroke: rgba(100, 201, 93, 0) !important;
}
.C-64C95D-fill-2 #fill2 {
  fill: #64c95d;
}
.C-64C95D-fill-2.onHover:hover #fill2,
.C-64C95D-fill-2:hover #fill2 {
  fill: #64c95d;
}
.C-64C95D-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D100-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D100-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D100-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D95-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D95-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D95-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D90-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D90-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D90-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D85-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D85-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D85-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D80-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D80-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D80-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D75-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D75-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D75-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D70-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D70-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D70-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D65-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D65-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D65-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D60-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D60-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D60-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D55-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D55-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D55-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D50-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D50-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D50-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D45-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D45-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D45-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D40-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D40-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D40-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D35-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D35-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D35-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D30-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D30-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D30-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D25-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D25-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D25-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D20-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D20-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D20-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D15-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D15-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D15-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D10-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D10-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D10-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D5-fill-2 #fill2 {
  fill: #64c95d !important;
}
.C-64C95D5-fill-2.onHover:hover #fill2 {
  fill: #64c95d !important;
}
.C-64C95D5-stroke-2 #stroke2 {
  stroke: #64c95d !important;
}
.C-64C95D0-fill-2 #fill2 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-fill-2.onHover:hover #fill2 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-stroke-2 #stroke2 {
  stroke: rgba(100, 201, 93, 0) !important;
}
.C-64C95D-fill-3 #fill3 {
  fill: #64c95d;
}
.C-64C95D-fill-3.onHover:hover #fill3,
.C-64C95D-fill-3:hover #fill3 {
  fill: #64c95d;
}
.C-64C95D-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D100-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D100-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D100-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D95-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D95-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D95-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D90-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D90-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D90-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D85-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D85-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D85-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D80-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D80-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D80-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D75-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D75-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D75-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D70-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D70-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D70-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D65-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D65-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D65-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D60-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D60-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D60-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D55-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D55-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D55-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D50-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D50-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D50-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D45-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D45-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D45-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D40-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D40-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D40-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D35-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D35-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D35-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D30-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D30-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D30-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D25-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D25-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D25-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D20-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D20-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D20-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D15-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D15-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D15-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D10-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D10-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D10-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D5-fill-3 #fill3 {
  fill: #64c95d !important;
}
.C-64C95D5-fill-3.onHover:hover #fill3 {
  fill: #64c95d !important;
}
.C-64C95D5-stroke-3 #stroke3 {
  stroke: #64c95d !important;
}
.C-64C95D0-fill-3 #fill3 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-fill-3.onHover:hover #fill3 {
  fill: rgba(100, 201, 93, 0) !important;
}
.C-64C95D0-stroke-3 #stroke3 {
  stroke: rgba(100, 201, 93, 0) !important;
}
.C-9AFF94-100 {
  background-color: #9aff94FF !important;
}
.C-9AFF94-100-text {
  color: #9aff94FF;
}
.C-9AFF94-100-border {
  border-color: #9aff94FF !important;
}
.C-9AFF94-95 {
  background-color: #9aff94F2 !important;
}
.C-9AFF94-95-text {
  color: #9aff94F2;
}
.C-9AFF94-95-border {
  border-color: #9aff94F2 !important;
}
.C-9AFF94-90 {
  background-color: #9aff94E6 !important;
}
.C-9AFF94-90-text {
  color: #9aff94E6;
}
.C-9AFF94-90-border {
  border-color: #9aff94E6 !important;
}
.C-9AFF94-85 {
  background-color: #9aff94D9 !important;
}
.C-9AFF94-85-text {
  color: #9aff94D9;
}
.C-9AFF94-85-border {
  border-color: #9aff94D9 !important;
}
.C-9AFF94-80 {
  background-color: #9aff94CC !important;
}
.C-9AFF94-80-text {
  color: #9aff94CC;
}
.C-9AFF94-80-border {
  border-color: #9aff94CC !important;
}
.C-9AFF94-75 {
  background-color: #9aff94BF !important;
}
.C-9AFF94-75-text {
  color: #9aff94BF;
}
.C-9AFF94-75-border {
  border-color: #9aff94BF !important;
}
.C-9AFF94-70 {
  background-color: #9aff94B3 !important;
}
.C-9AFF94-70-text {
  color: #9aff94B3;
}
.C-9AFF94-70-border {
  border-color: #9aff94B3 !important;
}
.C-9AFF94-65 {
  background-color: #9aff94A6 !important;
}
.C-9AFF94-65-text {
  color: #9aff94A6;
}
.C-9AFF94-65-border {
  border-color: #9aff94A6 !important;
}
.C-9AFF94-60 {
  background-color: #9aff9499 !important;
}
.C-9AFF94-60-text {
  color: #9aff9499;
}
.C-9AFF94-60-border {
  border-color: #9aff9499 !important;
}
.C-9AFF94-55 {
  background-color: #9aff948C !important;
}
.C-9AFF94-55-text {
  color: #9aff948C;
}
.C-9AFF94-55-border {
  border-color: #9aff948C !important;
}
.C-9AFF94-50 {
  background-color: #9aff9480 !important;
}
.C-9AFF94-50-text {
  color: #9aff9480;
}
.C-9AFF94-50-border {
  border-color: #9aff9480 !important;
}
.C-9AFF94-45 {
  background-color: #9aff9473 !important;
}
.C-9AFF94-45-text {
  color: #9aff9473;
}
.C-9AFF94-45-border {
  border-color: #9aff9473 !important;
}
.C-9AFF94-40 {
  background-color: #9aff9466 !important;
}
.C-9AFF94-40-text {
  color: #9aff9466;
}
.C-9AFF94-40-border {
  border-color: #9aff9466 !important;
}
.C-9AFF94-35 {
  background-color: #9aff9459 !important;
}
.C-9AFF94-35-text {
  color: #9aff9459;
}
.C-9AFF94-35-border {
  border-color: #9aff9459 !important;
}
.C-9AFF94-30 {
  background-color: #9aff944D !important;
}
.C-9AFF94-30-text {
  color: #9aff944D;
}
.C-9AFF94-30-border {
  border-color: #9aff944D !important;
}
.C-9AFF94-25 {
  background-color: #9aff9440 !important;
}
.C-9AFF94-25-text {
  color: #9aff9440;
}
.C-9AFF94-25-border {
  border-color: #9aff9440 !important;
}
.C-9AFF94-20 {
  background-color: #9aff9433 !important;
}
.C-9AFF94-20-text {
  color: #9aff9433;
}
.C-9AFF94-20-border {
  border-color: #9aff9433 !important;
}
.C-9AFF94-15 {
  background-color: #9aff9426 !important;
}
.C-9AFF94-15-text {
  color: #9aff9426;
}
.C-9AFF94-15-border {
  border-color: #9aff9426 !important;
}
.C-9AFF94-10 {
  background-color: #9aff941A !important;
}
.C-9AFF94-10-text {
  color: #9aff941A;
}
.C-9AFF94-10-border {
  border-color: #9aff941A !important;
}
.C-9AFF94-5 {
  background-color: #9aff940D !important;
}
.C-9AFF94-5-text {
  color: #9aff940D;
}
.C-9AFF94-5-border {
  border-color: #9aff940D !important;
}
.C-9AFF94-0 {
  background-color: #9aff940 !important;
}
.C-9AFF94-0-text {
  color: #9aff940;
}
.C-9AFF94-0-border {
  border-color: #9aff940 !important;
}
.C-9AFF94 {
  background-color: #9aff94 !important;
  --btn-background: #9aff94;
}
.C-9AFF94-text {
  color: #9aff94;
}
.C-9AFF94-border {
  border-color: #9aff94 !important;
}
@media (hover: hover) {
  .C-9AFF94-hover-bg:hover {
    background-color: #9aff94 !important;
  }
}
.C-9AFF94-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-9AFF94-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #9aff94;
  fill: #9aff94;
  stroke: #9aff94;
}
.C-9AFF94-hover-text[papaTarget]:hover.f_targetText {
  color: #9aff94 !important;
  fill: #9aff94 !important;
  stroke: #9aff94 !important;
}
.C-9AFF94-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-9AFF94-hover-text[fHover]:hover {
  color: #9aff94 !important;
}
.C-9AFF94-after::after,
.C-9AFF94-after::before {
  background-color: #9aff94;
}
.C-9AFF94-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #9aff94;
  transition: box-shadow 0.2s;
}
.C-9AFF94100 {
  background-color: #9aff94 !important;
}
.C-9AFF94100-text {
  color: #9aff94;
}
.C-9AFF94100-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF94100 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9495 {
  background-color: #9aff94 !important;
}
.C-9AFF9495-text {
  color: #9aff94;
}
.C-9AFF9495-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9495 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9490 {
  background-color: #9aff94 !important;
}
.C-9AFF9490-text {
  color: #9aff94;
}
.C-9AFF9490-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9490 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9485 {
  background-color: #9aff94 !important;
}
.C-9AFF9485-text {
  color: #9aff94;
}
.C-9AFF9485-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9485 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9480 {
  background-color: #9aff94 !important;
}
.C-9AFF9480-text {
  color: #9aff94;
}
.C-9AFF9480-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9480 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9475 {
  background-color: #9aff94 !important;
}
.C-9AFF9475-text {
  color: #9aff94;
}
.C-9AFF9475-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9475 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9470 {
  background-color: #9aff94 !important;
}
.C-9AFF9470-text {
  color: #9aff94;
}
.C-9AFF9470-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9470 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9465 {
  background-color: #9aff94 !important;
}
.C-9AFF9465-text {
  color: #9aff94;
}
.C-9AFF9465-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9465 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9460 {
  background-color: #9aff94 !important;
}
.C-9AFF9460-text {
  color: #9aff94;
}
.C-9AFF9460-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9460 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9455 {
  background-color: #9aff94 !important;
}
.C-9AFF9455-text {
  color: #9aff94;
}
.C-9AFF9455-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9455 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9450 {
  background-color: #9aff94 !important;
}
.C-9AFF9450-text {
  color: #9aff94;
}
.C-9AFF9450-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9450 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9445 {
  background-color: #9aff94 !important;
}
.C-9AFF9445-text {
  color: #9aff94;
}
.C-9AFF9445-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9445 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9440 {
  background-color: #9aff94 !important;
}
.C-9AFF9440-text {
  color: #9aff94;
}
.C-9AFF9440-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9440 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9435 {
  background-color: #9aff94 !important;
}
.C-9AFF9435-text {
  color: #9aff94;
}
.C-9AFF9435-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9435 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9430 {
  background-color: #9aff94 !important;
}
.C-9AFF9430-text {
  color: #9aff94;
}
.C-9AFF9430-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9430 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9425 {
  background-color: #9aff94 !important;
}
.C-9AFF9425-text {
  color: #9aff94;
}
.C-9AFF9425-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9425 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9420 {
  background-color: #9aff94 !important;
}
.C-9AFF9420-text {
  color: #9aff94;
}
.C-9AFF9420-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9420 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9415 {
  background-color: #9aff94 !important;
}
.C-9AFF9415-text {
  color: #9aff94;
}
.C-9AFF9415-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9415 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF9410 {
  background-color: #9aff94 !important;
}
.C-9AFF9410-text {
  color: #9aff94;
}
.C-9AFF9410-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF9410 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF945 {
  background-color: #9aff94 !important;
}
.C-9AFF945-text {
  color: #9aff94;
}
.C-9AFF945-border {
  border-color: #9aff94;
}
.C-linearGradient-9AFF945 {
  background-image:
    linear-gradient(
      45deg,
      #9aff94 0%,
      #9aff94 99%,
      #9aff94 100%);
}
.C-9AFF940 {
  background-color: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-text {
  color: rgba(154, 255, 148, 0);
}
.C-9AFF940-border {
  border-color: rgba(154, 255, 148, 0);
}
.C-linearGradient-9AFF940 {
  background-image:
    linear-gradient(
      45deg,
      rgba(154, 255, 148, 0) 0%,
      #9aff94 99%,
      rgba(154, 255, 148, 0) 100%);
}
.C-9AFF94-fill-1 #fill1 {
  fill: #9aff94;
}
.C-9AFF94-fill-1.onHover:hover #fill1,
.C-9AFF94-fill-1:hover #fill1 {
  fill: #9aff94;
}
.C-9AFF94-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF94100-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF94100-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF94100-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9495-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9495-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9495-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9490-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9490-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9490-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9485-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9485-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9485-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9480-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9480-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9480-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9475-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9475-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9475-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9470-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9470-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9470-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9465-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9465-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9465-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9460-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9460-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9460-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9455-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9455-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9455-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9450-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9450-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9450-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9445-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9445-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9445-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9440-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9440-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9440-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9435-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9435-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9435-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9430-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9430-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9430-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9425-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9425-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9425-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9420-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9420-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9420-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9415-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9415-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9415-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF9410-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9410-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF9410-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF945-fill-1 #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF945-fill-1.onHover:hover #fill1 {
  fill: #9aff94 !important;
}
.C-9AFF945-stroke-1 #stroke1 {
  stroke: #9aff94 !important;
}
.C-9AFF940-fill-1 #fill1 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-fill-1.onHover:hover #fill1 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-stroke-1 #stroke1 {
  stroke: rgba(154, 255, 148, 0) !important;
}
.C-9AFF94-fill-2 #fill2 {
  fill: #9aff94;
}
.C-9AFF94-fill-2.onHover:hover #fill2,
.C-9AFF94-fill-2:hover #fill2 {
  fill: #9aff94;
}
.C-9AFF94-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF94100-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF94100-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF94100-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9495-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9495-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9495-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9490-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9490-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9490-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9485-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9485-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9485-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9480-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9480-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9480-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9475-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9475-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9475-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9470-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9470-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9470-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9465-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9465-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9465-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9460-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9460-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9460-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9455-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9455-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9455-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9450-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9450-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9450-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9445-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9445-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9445-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9440-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9440-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9440-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9435-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9435-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9435-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9430-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9430-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9430-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9425-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9425-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9425-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9420-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9420-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9420-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9415-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9415-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9415-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF9410-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9410-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF9410-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF945-fill-2 #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF945-fill-2.onHover:hover #fill2 {
  fill: #9aff94 !important;
}
.C-9AFF945-stroke-2 #stroke2 {
  stroke: #9aff94 !important;
}
.C-9AFF940-fill-2 #fill2 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-fill-2.onHover:hover #fill2 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-stroke-2 #stroke2 {
  stroke: rgba(154, 255, 148, 0) !important;
}
.C-9AFF94-fill-3 #fill3 {
  fill: #9aff94;
}
.C-9AFF94-fill-3.onHover:hover #fill3,
.C-9AFF94-fill-3:hover #fill3 {
  fill: #9aff94;
}
.C-9AFF94-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF94100-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF94100-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF94100-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9495-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9495-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9495-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9490-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9490-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9490-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9485-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9485-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9485-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9480-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9480-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9480-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9475-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9475-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9475-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9470-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9470-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9470-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9465-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9465-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9465-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9460-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9460-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9460-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9455-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9455-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9455-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9450-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9450-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9450-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9445-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9445-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9445-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9440-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9440-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9440-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9435-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9435-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9435-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9430-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9430-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9430-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9425-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9425-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9425-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9420-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9420-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9420-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9415-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9415-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9415-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF9410-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9410-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF9410-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF945-fill-3 #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF945-fill-3.onHover:hover #fill3 {
  fill: #9aff94 !important;
}
.C-9AFF945-stroke-3 #stroke3 {
  stroke: #9aff94 !important;
}
.C-9AFF940-fill-3 #fill3 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-fill-3.onHover:hover #fill3 {
  fill: rgba(154, 255, 148, 0) !important;
}
.C-9AFF940-stroke-3 #stroke3 {
  stroke: rgba(154, 255, 148, 0) !important;
}
.C-0F6BF5-100 {
  background-color: #0f6bf5FF !important;
}
.C-0F6BF5-100-text {
  color: #0f6bf5FF;
}
.C-0F6BF5-100-border {
  border-color: #0f6bf5FF !important;
}
.C-0F6BF5-95 {
  background-color: #0f6bf5F2 !important;
}
.C-0F6BF5-95-text {
  color: #0f6bf5F2;
}
.C-0F6BF5-95-border {
  border-color: #0f6bf5F2 !important;
}
.C-0F6BF5-90 {
  background-color: #0f6bf5E6 !important;
}
.C-0F6BF5-90-text {
  color: #0f6bf5E6;
}
.C-0F6BF5-90-border {
  border-color: #0f6bf5E6 !important;
}
.C-0F6BF5-85 {
  background-color: #0f6bf5D9 !important;
}
.C-0F6BF5-85-text {
  color: #0f6bf5D9;
}
.C-0F6BF5-85-border {
  border-color: #0f6bf5D9 !important;
}
.C-0F6BF5-80 {
  background-color: #0f6bf5CC !important;
}
.C-0F6BF5-80-text {
  color: #0f6bf5CC;
}
.C-0F6BF5-80-border {
  border-color: #0f6bf5CC !important;
}
.C-0F6BF5-75 {
  background-color: #0f6bf5BF !important;
}
.C-0F6BF5-75-text {
  color: #0f6bf5BF;
}
.C-0F6BF5-75-border {
  border-color: #0f6bf5BF !important;
}
.C-0F6BF5-70 {
  background-color: #0f6bf5B3 !important;
}
.C-0F6BF5-70-text {
  color: #0f6bf5B3;
}
.C-0F6BF5-70-border {
  border-color: #0f6bf5B3 !important;
}
.C-0F6BF5-65 {
  background-color: #0f6bf5A6 !important;
}
.C-0F6BF5-65-text {
  color: #0f6bf5A6;
}
.C-0F6BF5-65-border {
  border-color: #0f6bf5A6 !important;
}
.C-0F6BF5-60 {
  background-color: #0f6bf599 !important;
}
.C-0F6BF5-60-text {
  color: #0f6bf599;
}
.C-0F6BF5-60-border {
  border-color: #0f6bf599 !important;
}
.C-0F6BF5-55 {
  background-color: #0f6bf58C !important;
}
.C-0F6BF5-55-text {
  color: #0f6bf58C;
}
.C-0F6BF5-55-border {
  border-color: #0f6bf58C !important;
}
.C-0F6BF5-50 {
  background-color: #0f6bf580 !important;
}
.C-0F6BF5-50-text {
  color: #0f6bf580;
}
.C-0F6BF5-50-border {
  border-color: #0f6bf580 !important;
}
.C-0F6BF5-45 {
  background-color: #0f6bf573 !important;
}
.C-0F6BF5-45-text {
  color: #0f6bf573;
}
.C-0F6BF5-45-border {
  border-color: #0f6bf573 !important;
}
.C-0F6BF5-40 {
  background-color: #0f6bf566 !important;
}
.C-0F6BF5-40-text {
  color: #0f6bf566;
}
.C-0F6BF5-40-border {
  border-color: #0f6bf566 !important;
}
.C-0F6BF5-35 {
  background-color: #0f6bf559 !important;
}
.C-0F6BF5-35-text {
  color: #0f6bf559;
}
.C-0F6BF5-35-border {
  border-color: #0f6bf559 !important;
}
.C-0F6BF5-30 {
  background-color: #0f6bf54D !important;
}
.C-0F6BF5-30-text {
  color: #0f6bf54D;
}
.C-0F6BF5-30-border {
  border-color: #0f6bf54D !important;
}
.C-0F6BF5-25 {
  background-color: #0f6bf540 !important;
}
.C-0F6BF5-25-text {
  color: #0f6bf540;
}
.C-0F6BF5-25-border {
  border-color: #0f6bf540 !important;
}
.C-0F6BF5-20 {
  background-color: #0f6bf533 !important;
}
.C-0F6BF5-20-text {
  color: #0f6bf533;
}
.C-0F6BF5-20-border {
  border-color: #0f6bf533 !important;
}
.C-0F6BF5-15 {
  background-color: #0f6bf526 !important;
}
.C-0F6BF5-15-text {
  color: #0f6bf526;
}
.C-0F6BF5-15-border {
  border-color: #0f6bf526 !important;
}
.C-0F6BF5-10 {
  background-color: #0f6bf51A !important;
}
.C-0F6BF5-10-text {
  color: #0f6bf51A;
}
.C-0F6BF5-10-border {
  border-color: #0f6bf51A !important;
}
.C-0F6BF5-5 {
  background-color: #0f6bf50D !important;
}
.C-0F6BF5-5-text {
  color: #0f6bf50D;
}
.C-0F6BF5-5-border {
  border-color: #0f6bf50D !important;
}
.C-0F6BF5-0 {
  background-color: #0f6bf50 !important;
}
.C-0F6BF5-0-text {
  color: #0f6bf50;
}
.C-0F6BF5-0-border {
  border-color: #0f6bf50 !important;
}
.C-0F6BF5 {
  background-color: #0f6bf5 !important;
  --btn-background: #0f6bf5;
}
.C-0F6BF5-text {
  color: #0f6bf5;
}
.C-0F6BF5-border {
  border-color: #0f6bf5 !important;
}
@media (hover: hover) {
  .C-0F6BF5-hover-bg:hover {
    background-color: #0f6bf5 !important;
  }
}
.C-0F6BF5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0F6BF5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0f6bf5;
  fill: #0f6bf5;
  stroke: #0f6bf5;
}
.C-0F6BF5-hover-text[papaTarget]:hover.f_targetText {
  color: #0f6bf5 !important;
  fill: #0f6bf5 !important;
  stroke: #0f6bf5 !important;
}
.C-0F6BF5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0F6BF5-hover-text[fHover]:hover {
  color: #0f6bf5 !important;
}
.C-0F6BF5-after::after,
.C-0F6BF5-after::before {
  background-color: #0f6bf5;
}
.C-0F6BF5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0f6bf5;
  transition: box-shadow 0.2s;
}
.C-0F6BF5100 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF5100-text {
  color: #0f6bf5;
}
.C-0F6BF5100-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF5100 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF595 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF595-text {
  color: #0f6bf5;
}
.C-0F6BF595-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF595 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF590 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF590-text {
  color: #0f6bf5;
}
.C-0F6BF590-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF590 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF585 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF585-text {
  color: #0f6bf5;
}
.C-0F6BF585-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF585 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF580 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF580-text {
  color: #0f6bf5;
}
.C-0F6BF580-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF580 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF575 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF575-text {
  color: #0f6bf5;
}
.C-0F6BF575-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF575 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF570 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF570-text {
  color: #0f6bf5;
}
.C-0F6BF570-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF570 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF565 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF565-text {
  color: #0f6bf5;
}
.C-0F6BF565-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF565 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF560 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF560-text {
  color: #0f6bf5;
}
.C-0F6BF560-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF560 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF555 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF555-text {
  color: #0f6bf5;
}
.C-0F6BF555-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF555 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF550 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF550-text {
  color: #0f6bf5;
}
.C-0F6BF550-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF550 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF545 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF545-text {
  color: #0f6bf5;
}
.C-0F6BF545-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF545 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF540 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF540-text {
  color: #0f6bf5;
}
.C-0F6BF540-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF540 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF535 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF535-text {
  color: #0f6bf5;
}
.C-0F6BF535-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF535 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF530 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF530-text {
  color: #0f6bf5;
}
.C-0F6BF530-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF530 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF525 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF525-text {
  color: #0f6bf5;
}
.C-0F6BF525-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF525 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF520 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF520-text {
  color: #0f6bf5;
}
.C-0F6BF520-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF520 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF515 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF515-text {
  color: #0f6bf5;
}
.C-0F6BF515-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF515 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF510 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF510-text {
  color: #0f6bf5;
}
.C-0F6BF510-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF510 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF55 {
  background-color: #0f6bf5 !important;
}
.C-0F6BF55-text {
  color: #0f6bf5;
}
.C-0F6BF55-border {
  border-color: #0f6bf5;
}
.C-linearGradient-0F6BF55 {
  background-image:
    linear-gradient(
      45deg,
      #0f6bf5 0%,
      #0f6bf5 99%,
      #0f6bf5 100%);
}
.C-0F6BF50 {
  background-color: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-text {
  color: rgba(15, 107, 245, 0);
}
.C-0F6BF50-border {
  border-color: rgba(15, 107, 245, 0);
}
.C-linearGradient-0F6BF50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(15, 107, 245, 0) 0%,
      #0f6bf5 99%,
      rgba(15, 107, 245, 0) 100%);
}
.C-0F6BF5-fill-1 #fill1 {
  fill: #0f6bf5;
}
.C-0F6BF5-fill-1.onHover:hover #fill1,
.C-0F6BF5-fill-1:hover #fill1 {
  fill: #0f6bf5;
}
.C-0F6BF5-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF5100-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF595-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF590-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF585-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF580-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF575-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF570-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF565-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF560-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF555-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF550-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF545-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF540-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF535-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF530-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF525-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF520-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF515-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF510-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF55-fill-1 #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-fill-1.onHover:hover #fill1 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-stroke-1 #stroke1 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF50-fill-1 #fill1 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-fill-1.onHover:hover #fill1 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-stroke-1 #stroke1 {
  stroke: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF5-fill-2 #fill2 {
  fill: #0f6bf5;
}
.C-0F6BF5-fill-2.onHover:hover #fill2,
.C-0F6BF5-fill-2:hover #fill2 {
  fill: #0f6bf5;
}
.C-0F6BF5-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF5100-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF595-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF590-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF585-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF580-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF575-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF570-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF565-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF560-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF555-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF550-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF545-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF540-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF535-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF530-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF525-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF520-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF515-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF510-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF55-fill-2 #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-fill-2.onHover:hover #fill2 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-stroke-2 #stroke2 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF50-fill-2 #fill2 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-fill-2.onHover:hover #fill2 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-stroke-2 #stroke2 {
  stroke: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF5-fill-3 #fill3 {
  fill: #0f6bf5;
}
.C-0F6BF5-fill-3.onHover:hover #fill3,
.C-0F6BF5-fill-3:hover #fill3 {
  fill: #0f6bf5;
}
.C-0F6BF5-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF5100-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF5100-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF595-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF595-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF590-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF590-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF585-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF585-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF580-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF580-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF575-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF575-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF570-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF570-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF565-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF565-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF560-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF560-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF555-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF555-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF550-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF550-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF545-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF545-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF540-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF540-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF535-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF535-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF530-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF530-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF525-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF525-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF520-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF520-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF515-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF515-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF510-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF510-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF55-fill-3 #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-fill-3.onHover:hover #fill3 {
  fill: #0f6bf5 !important;
}
.C-0F6BF55-stroke-3 #stroke3 {
  stroke: #0f6bf5 !important;
}
.C-0F6BF50-fill-3 #fill3 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-fill-3.onHover:hover #fill3 {
  fill: rgba(15, 107, 245, 0) !important;
}
.C-0F6BF50-stroke-3 #stroke3 {
  stroke: rgba(15, 107, 245, 0) !important;
}
.C-0B54C1-100 {
  background-color: #0b54c1FF !important;
}
.C-0B54C1-100-text {
  color: #0b54c1FF;
}
.C-0B54C1-100-border {
  border-color: #0b54c1FF !important;
}
.C-0B54C1-95 {
  background-color: #0b54c1F2 !important;
}
.C-0B54C1-95-text {
  color: #0b54c1F2;
}
.C-0B54C1-95-border {
  border-color: #0b54c1F2 !important;
}
.C-0B54C1-90 {
  background-color: #0b54c1E6 !important;
}
.C-0B54C1-90-text {
  color: #0b54c1E6;
}
.C-0B54C1-90-border {
  border-color: #0b54c1E6 !important;
}
.C-0B54C1-85 {
  background-color: #0b54c1D9 !important;
}
.C-0B54C1-85-text {
  color: #0b54c1D9;
}
.C-0B54C1-85-border {
  border-color: #0b54c1D9 !important;
}
.C-0B54C1-80 {
  background-color: #0b54c1CC !important;
}
.C-0B54C1-80-text {
  color: #0b54c1CC;
}
.C-0B54C1-80-border {
  border-color: #0b54c1CC !important;
}
.C-0B54C1-75 {
  background-color: #0b54c1BF !important;
}
.C-0B54C1-75-text {
  color: #0b54c1BF;
}
.C-0B54C1-75-border {
  border-color: #0b54c1BF !important;
}
.C-0B54C1-70 {
  background-color: #0b54c1B3 !important;
}
.C-0B54C1-70-text {
  color: #0b54c1B3;
}
.C-0B54C1-70-border {
  border-color: #0b54c1B3 !important;
}
.C-0B54C1-65 {
  background-color: #0b54c1A6 !important;
}
.C-0B54C1-65-text {
  color: #0b54c1A6;
}
.C-0B54C1-65-border {
  border-color: #0b54c1A6 !important;
}
.C-0B54C1-60 {
  background-color: #0b54c199 !important;
}
.C-0B54C1-60-text {
  color: #0b54c199;
}
.C-0B54C1-60-border {
  border-color: #0b54c199 !important;
}
.C-0B54C1-55 {
  background-color: #0b54c18C !important;
}
.C-0B54C1-55-text {
  color: #0b54c18C;
}
.C-0B54C1-55-border {
  border-color: #0b54c18C !important;
}
.C-0B54C1-50 {
  background-color: #0b54c180 !important;
}
.C-0B54C1-50-text {
  color: #0b54c180;
}
.C-0B54C1-50-border {
  border-color: #0b54c180 !important;
}
.C-0B54C1-45 {
  background-color: #0b54c173 !important;
}
.C-0B54C1-45-text {
  color: #0b54c173;
}
.C-0B54C1-45-border {
  border-color: #0b54c173 !important;
}
.C-0B54C1-40 {
  background-color: #0b54c166 !important;
}
.C-0B54C1-40-text {
  color: #0b54c166;
}
.C-0B54C1-40-border {
  border-color: #0b54c166 !important;
}
.C-0B54C1-35 {
  background-color: #0b54c159 !important;
}
.C-0B54C1-35-text {
  color: #0b54c159;
}
.C-0B54C1-35-border {
  border-color: #0b54c159 !important;
}
.C-0B54C1-30 {
  background-color: #0b54c14D !important;
}
.C-0B54C1-30-text {
  color: #0b54c14D;
}
.C-0B54C1-30-border {
  border-color: #0b54c14D !important;
}
.C-0B54C1-25 {
  background-color: #0b54c140 !important;
}
.C-0B54C1-25-text {
  color: #0b54c140;
}
.C-0B54C1-25-border {
  border-color: #0b54c140 !important;
}
.C-0B54C1-20 {
  background-color: #0b54c133 !important;
}
.C-0B54C1-20-text {
  color: #0b54c133;
}
.C-0B54C1-20-border {
  border-color: #0b54c133 !important;
}
.C-0B54C1-15 {
  background-color: #0b54c126 !important;
}
.C-0B54C1-15-text {
  color: #0b54c126;
}
.C-0B54C1-15-border {
  border-color: #0b54c126 !important;
}
.C-0B54C1-10 {
  background-color: #0b54c11A !important;
}
.C-0B54C1-10-text {
  color: #0b54c11A;
}
.C-0B54C1-10-border {
  border-color: #0b54c11A !important;
}
.C-0B54C1-5 {
  background-color: #0b54c10D !important;
}
.C-0B54C1-5-text {
  color: #0b54c10D;
}
.C-0B54C1-5-border {
  border-color: #0b54c10D !important;
}
.C-0B54C1-0 {
  background-color: #0b54c10 !important;
}
.C-0B54C1-0-text {
  color: #0b54c10;
}
.C-0B54C1-0-border {
  border-color: #0b54c10 !important;
}
.C-0B54C1 {
  background-color: #0b54c1 !important;
  --btn-background: #0b54c1;
}
.C-0B54C1-text {
  color: #0b54c1;
}
.C-0B54C1-border {
  border-color: #0b54c1 !important;
}
@media (hover: hover) {
  .C-0B54C1-hover-bg:hover {
    background-color: #0b54c1 !important;
  }
}
.C-0B54C1-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0B54C1-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0b54c1;
  fill: #0b54c1;
  stroke: #0b54c1;
}
.C-0B54C1-hover-text[papaTarget]:hover.f_targetText {
  color: #0b54c1 !important;
  fill: #0b54c1 !important;
  stroke: #0b54c1 !important;
}
.C-0B54C1-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0B54C1-hover-text[fHover]:hover {
  color: #0b54c1 !important;
}
.C-0B54C1-after::after,
.C-0B54C1-after::before {
  background-color: #0b54c1;
}
.C-0B54C1-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0b54c1;
  transition: box-shadow 0.2s;
}
.C-0B54C1100 {
  background-color: #0b54c1 !important;
}
.C-0B54C1100-text {
  color: #0b54c1;
}
.C-0B54C1100-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C1100 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C195 {
  background-color: #0b54c1 !important;
}
.C-0B54C195-text {
  color: #0b54c1;
}
.C-0B54C195-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C195 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C190 {
  background-color: #0b54c1 !important;
}
.C-0B54C190-text {
  color: #0b54c1;
}
.C-0B54C190-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C190 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C185 {
  background-color: #0b54c1 !important;
}
.C-0B54C185-text {
  color: #0b54c1;
}
.C-0B54C185-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C185 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C180 {
  background-color: #0b54c1 !important;
}
.C-0B54C180-text {
  color: #0b54c1;
}
.C-0B54C180-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C180 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C175 {
  background-color: #0b54c1 !important;
}
.C-0B54C175-text {
  color: #0b54c1;
}
.C-0B54C175-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C175 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C170 {
  background-color: #0b54c1 !important;
}
.C-0B54C170-text {
  color: #0b54c1;
}
.C-0B54C170-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C170 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C165 {
  background-color: #0b54c1 !important;
}
.C-0B54C165-text {
  color: #0b54c1;
}
.C-0B54C165-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C165 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C160 {
  background-color: #0b54c1 !important;
}
.C-0B54C160-text {
  color: #0b54c1;
}
.C-0B54C160-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C160 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C155 {
  background-color: #0b54c1 !important;
}
.C-0B54C155-text {
  color: #0b54c1;
}
.C-0B54C155-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C155 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C150 {
  background-color: #0b54c1 !important;
}
.C-0B54C150-text {
  color: #0b54c1;
}
.C-0B54C150-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C150 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C145 {
  background-color: #0b54c1 !important;
}
.C-0B54C145-text {
  color: #0b54c1;
}
.C-0B54C145-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C145 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C140 {
  background-color: #0b54c1 !important;
}
.C-0B54C140-text {
  color: #0b54c1;
}
.C-0B54C140-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C140 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C135 {
  background-color: #0b54c1 !important;
}
.C-0B54C135-text {
  color: #0b54c1;
}
.C-0B54C135-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C135 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C130 {
  background-color: #0b54c1 !important;
}
.C-0B54C130-text {
  color: #0b54c1;
}
.C-0B54C130-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C130 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C125 {
  background-color: #0b54c1 !important;
}
.C-0B54C125-text {
  color: #0b54c1;
}
.C-0B54C125-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C125 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C120 {
  background-color: #0b54c1 !important;
}
.C-0B54C120-text {
  color: #0b54c1;
}
.C-0B54C120-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C120 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C115 {
  background-color: #0b54c1 !important;
}
.C-0B54C115-text {
  color: #0b54c1;
}
.C-0B54C115-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C115 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C110 {
  background-color: #0b54c1 !important;
}
.C-0B54C110-text {
  color: #0b54c1;
}
.C-0B54C110-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C110 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C15 {
  background-color: #0b54c1 !important;
}
.C-0B54C15-text {
  color: #0b54c1;
}
.C-0B54C15-border {
  border-color: #0b54c1;
}
.C-linearGradient-0B54C15 {
  background-image:
    linear-gradient(
      45deg,
      #0b54c1 0%,
      #0b54c1 99%,
      #0b54c1 100%);
}
.C-0B54C10 {
  background-color: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-text {
  color: rgba(11, 84, 193, 0);
}
.C-0B54C10-border {
  border-color: rgba(11, 84, 193, 0);
}
.C-linearGradient-0B54C10 {
  background-image:
    linear-gradient(
      45deg,
      rgba(11, 84, 193, 0) 0%,
      #0b54c1 99%,
      rgba(11, 84, 193, 0) 100%);
}
.C-0B54C1-fill-1 #fill1 {
  fill: #0b54c1;
}
.C-0B54C1-fill-1.onHover:hover #fill1,
.C-0B54C1-fill-1:hover #fill1 {
  fill: #0b54c1;
}
.C-0B54C1-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C1100-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C195-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C195-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C195-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C190-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C190-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C190-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C185-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C185-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C185-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C180-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C180-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C180-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C175-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C175-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C175-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C170-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C170-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C170-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C165-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C165-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C165-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C160-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C160-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C160-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C155-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C155-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C155-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C150-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C150-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C150-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C145-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C145-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C145-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C140-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C140-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C140-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C135-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C135-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C135-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C130-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C130-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C130-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C125-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C125-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C125-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C120-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C120-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C120-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C115-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C115-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C115-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C110-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C110-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C110-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C15-fill-1 #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C15-fill-1.onHover:hover #fill1 {
  fill: #0b54c1 !important;
}
.C-0B54C15-stroke-1 #stroke1 {
  stroke: #0b54c1 !important;
}
.C-0B54C10-fill-1 #fill1 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-fill-1.onHover:hover #fill1 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-stroke-1 #stroke1 {
  stroke: rgba(11, 84, 193, 0) !important;
}
.C-0B54C1-fill-2 #fill2 {
  fill: #0b54c1;
}
.C-0B54C1-fill-2.onHover:hover #fill2,
.C-0B54C1-fill-2:hover #fill2 {
  fill: #0b54c1;
}
.C-0B54C1-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C1100-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C195-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C195-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C195-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C190-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C190-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C190-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C185-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C185-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C185-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C180-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C180-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C180-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C175-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C175-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C175-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C170-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C170-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C170-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C165-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C165-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C165-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C160-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C160-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C160-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C155-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C155-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C155-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C150-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C150-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C150-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C145-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C145-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C145-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C140-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C140-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C140-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C135-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C135-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C135-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C130-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C130-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C130-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C125-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C125-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C125-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C120-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C120-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C120-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C115-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C115-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C115-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C110-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C110-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C110-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C15-fill-2 #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C15-fill-2.onHover:hover #fill2 {
  fill: #0b54c1 !important;
}
.C-0B54C15-stroke-2 #stroke2 {
  stroke: #0b54c1 !important;
}
.C-0B54C10-fill-2 #fill2 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-fill-2.onHover:hover #fill2 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-stroke-2 #stroke2 {
  stroke: rgba(11, 84, 193, 0) !important;
}
.C-0B54C1-fill-3 #fill3 {
  fill: #0b54c1;
}
.C-0B54C1-fill-3.onHover:hover #fill3,
.C-0B54C1-fill-3:hover #fill3 {
  fill: #0b54c1;
}
.C-0B54C1-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C1100-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C1100-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C195-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C195-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C195-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C190-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C190-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C190-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C185-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C185-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C185-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C180-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C180-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C180-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C175-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C175-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C175-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C170-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C170-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C170-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C165-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C165-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C165-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C160-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C160-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C160-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C155-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C155-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C155-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C150-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C150-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C150-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C145-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C145-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C145-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C140-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C140-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C140-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C135-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C135-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C135-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C130-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C130-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C130-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C125-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C125-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C125-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C120-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C120-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C120-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C115-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C115-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C115-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C110-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C110-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C110-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C15-fill-3 #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C15-fill-3.onHover:hover #fill3 {
  fill: #0b54c1 !important;
}
.C-0B54C15-stroke-3 #stroke3 {
  stroke: #0b54c1 !important;
}
.C-0B54C10-fill-3 #fill3 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-fill-3.onHover:hover #fill3 {
  fill: rgba(11, 84, 193, 0) !important;
}
.C-0B54C10-stroke-3 #stroke3 {
  stroke: rgba(11, 84, 193, 0) !important;
}
.C-3985F7-100 {
  background-color: #3985f7FF !important;
}
.C-3985F7-100-text {
  color: #3985f7FF;
}
.C-3985F7-100-border {
  border-color: #3985f7FF !important;
}
.C-3985F7-95 {
  background-color: #3985f7F2 !important;
}
.C-3985F7-95-text {
  color: #3985f7F2;
}
.C-3985F7-95-border {
  border-color: #3985f7F2 !important;
}
.C-3985F7-90 {
  background-color: #3985f7E6 !important;
}
.C-3985F7-90-text {
  color: #3985f7E6;
}
.C-3985F7-90-border {
  border-color: #3985f7E6 !important;
}
.C-3985F7-85 {
  background-color: #3985f7D9 !important;
}
.C-3985F7-85-text {
  color: #3985f7D9;
}
.C-3985F7-85-border {
  border-color: #3985f7D9 !important;
}
.C-3985F7-80 {
  background-color: #3985f7CC !important;
}
.C-3985F7-80-text {
  color: #3985f7CC;
}
.C-3985F7-80-border {
  border-color: #3985f7CC !important;
}
.C-3985F7-75 {
  background-color: #3985f7BF !important;
}
.C-3985F7-75-text {
  color: #3985f7BF;
}
.C-3985F7-75-border {
  border-color: #3985f7BF !important;
}
.C-3985F7-70 {
  background-color: #3985f7B3 !important;
}
.C-3985F7-70-text {
  color: #3985f7B3;
}
.C-3985F7-70-border {
  border-color: #3985f7B3 !important;
}
.C-3985F7-65 {
  background-color: #3985f7A6 !important;
}
.C-3985F7-65-text {
  color: #3985f7A6;
}
.C-3985F7-65-border {
  border-color: #3985f7A6 !important;
}
.C-3985F7-60 {
  background-color: #3985f799 !important;
}
.C-3985F7-60-text {
  color: #3985f799;
}
.C-3985F7-60-border {
  border-color: #3985f799 !important;
}
.C-3985F7-55 {
  background-color: #3985f78C !important;
}
.C-3985F7-55-text {
  color: #3985f78C;
}
.C-3985F7-55-border {
  border-color: #3985f78C !important;
}
.C-3985F7-50 {
  background-color: #3985f780 !important;
}
.C-3985F7-50-text {
  color: #3985f780;
}
.C-3985F7-50-border {
  border-color: #3985f780 !important;
}
.C-3985F7-45 {
  background-color: #3985f773 !important;
}
.C-3985F7-45-text {
  color: #3985f773;
}
.C-3985F7-45-border {
  border-color: #3985f773 !important;
}
.C-3985F7-40 {
  background-color: #3985f766 !important;
}
.C-3985F7-40-text {
  color: #3985f766;
}
.C-3985F7-40-border {
  border-color: #3985f766 !important;
}
.C-3985F7-35 {
  background-color: #3985f759 !important;
}
.C-3985F7-35-text {
  color: #3985f759;
}
.C-3985F7-35-border {
  border-color: #3985f759 !important;
}
.C-3985F7-30 {
  background-color: #3985f74D !important;
}
.C-3985F7-30-text {
  color: #3985f74D;
}
.C-3985F7-30-border {
  border-color: #3985f74D !important;
}
.C-3985F7-25 {
  background-color: #3985f740 !important;
}
.C-3985F7-25-text {
  color: #3985f740;
}
.C-3985F7-25-border {
  border-color: #3985f740 !important;
}
.C-3985F7-20 {
  background-color: #3985f733 !important;
}
.C-3985F7-20-text {
  color: #3985f733;
}
.C-3985F7-20-border {
  border-color: #3985f733 !important;
}
.C-3985F7-15 {
  background-color: #3985f726 !important;
}
.C-3985F7-15-text {
  color: #3985f726;
}
.C-3985F7-15-border {
  border-color: #3985f726 !important;
}
.C-3985F7-10 {
  background-color: #3985f71A !important;
}
.C-3985F7-10-text {
  color: #3985f71A;
}
.C-3985F7-10-border {
  border-color: #3985f71A !important;
}
.C-3985F7-5 {
  background-color: #3985f70D !important;
}
.C-3985F7-5-text {
  color: #3985f70D;
}
.C-3985F7-5-border {
  border-color: #3985f70D !important;
}
.C-3985F7-0 {
  background-color: #3985f70 !important;
}
.C-3985F7-0-text {
  color: #3985f70;
}
.C-3985F7-0-border {
  border-color: #3985f70 !important;
}
.C-3985F7 {
  background-color: #3985f7 !important;
  --btn-background: #3985f7;
}
.C-3985F7-text {
  color: #3985f7;
}
.C-3985F7-border {
  border-color: #3985f7 !important;
}
@media (hover: hover) {
  .C-3985F7-hover-bg:hover {
    background-color: #3985f7 !important;
  }
}
.C-3985F7-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3985F7-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3985f7;
  fill: #3985f7;
  stroke: #3985f7;
}
.C-3985F7-hover-text[papaTarget]:hover.f_targetText {
  color: #3985f7 !important;
  fill: #3985f7 !important;
  stroke: #3985f7 !important;
}
.C-3985F7-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3985F7-hover-text[fHover]:hover {
  color: #3985f7 !important;
}
.C-3985F7-after::after,
.C-3985F7-after::before {
  background-color: #3985f7;
}
.C-3985F7-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3985f7;
  transition: box-shadow 0.2s;
}
.C-3985F7100 {
  background-color: #3985f7 !important;
}
.C-3985F7100-text {
  color: #3985f7;
}
.C-3985F7100-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F7100 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F795 {
  background-color: #3985f7 !important;
}
.C-3985F795-text {
  color: #3985f7;
}
.C-3985F795-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F795 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F790 {
  background-color: #3985f7 !important;
}
.C-3985F790-text {
  color: #3985f7;
}
.C-3985F790-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F790 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F785 {
  background-color: #3985f7 !important;
}
.C-3985F785-text {
  color: #3985f7;
}
.C-3985F785-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F785 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F780 {
  background-color: #3985f7 !important;
}
.C-3985F780-text {
  color: #3985f7;
}
.C-3985F780-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F780 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F775 {
  background-color: #3985f7 !important;
}
.C-3985F775-text {
  color: #3985f7;
}
.C-3985F775-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F775 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F770 {
  background-color: #3985f7 !important;
}
.C-3985F770-text {
  color: #3985f7;
}
.C-3985F770-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F770 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F765 {
  background-color: #3985f7 !important;
}
.C-3985F765-text {
  color: #3985f7;
}
.C-3985F765-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F765 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F760 {
  background-color: #3985f7 !important;
}
.C-3985F760-text {
  color: #3985f7;
}
.C-3985F760-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F760 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F755 {
  background-color: #3985f7 !important;
}
.C-3985F755-text {
  color: #3985f7;
}
.C-3985F755-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F755 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F750 {
  background-color: #3985f7 !important;
}
.C-3985F750-text {
  color: #3985f7;
}
.C-3985F750-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F750 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F745 {
  background-color: #3985f7 !important;
}
.C-3985F745-text {
  color: #3985f7;
}
.C-3985F745-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F745 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F740 {
  background-color: #3985f7 !important;
}
.C-3985F740-text {
  color: #3985f7;
}
.C-3985F740-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F740 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F735 {
  background-color: #3985f7 !important;
}
.C-3985F735-text {
  color: #3985f7;
}
.C-3985F735-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F735 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F730 {
  background-color: #3985f7 !important;
}
.C-3985F730-text {
  color: #3985f7;
}
.C-3985F730-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F730 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F725 {
  background-color: #3985f7 !important;
}
.C-3985F725-text {
  color: #3985f7;
}
.C-3985F725-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F725 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F720 {
  background-color: #3985f7 !important;
}
.C-3985F720-text {
  color: #3985f7;
}
.C-3985F720-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F720 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F715 {
  background-color: #3985f7 !important;
}
.C-3985F715-text {
  color: #3985f7;
}
.C-3985F715-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F715 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F710 {
  background-color: #3985f7 !important;
}
.C-3985F710-text {
  color: #3985f7;
}
.C-3985F710-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F710 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F75 {
  background-color: #3985f7 !important;
}
.C-3985F75-text {
  color: #3985f7;
}
.C-3985F75-border {
  border-color: #3985f7;
}
.C-linearGradient-3985F75 {
  background-image:
    linear-gradient(
      45deg,
      #3985f7 0%,
      #3985f7 99%,
      #3985f7 100%);
}
.C-3985F70 {
  background-color: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-text {
  color: rgba(57, 133, 247, 0);
}
.C-3985F70-border {
  border-color: rgba(57, 133, 247, 0);
}
.C-linearGradient-3985F70 {
  background-image:
    linear-gradient(
      45deg,
      rgba(57, 133, 247, 0) 0%,
      #3985f7 99%,
      rgba(57, 133, 247, 0) 100%);
}
.C-3985F7-fill-1 #fill1 {
  fill: #3985f7;
}
.C-3985F7-fill-1.onHover:hover #fill1,
.C-3985F7-fill-1:hover #fill1 {
  fill: #3985f7;
}
.C-3985F7-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F7100-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F7100-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F7100-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F795-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F795-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F795-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F790-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F790-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F790-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F785-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F785-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F785-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F780-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F780-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F780-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F775-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F775-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F775-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F770-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F770-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F770-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F765-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F765-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F765-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F760-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F760-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F760-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F755-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F755-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F755-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F750-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F750-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F750-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F745-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F745-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F745-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F740-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F740-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F740-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F735-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F735-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F735-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F730-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F730-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F730-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F725-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F725-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F725-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F720-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F720-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F720-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F715-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F715-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F715-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F710-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F710-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F710-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F75-fill-1 #fill1 {
  fill: #3985f7 !important;
}
.C-3985F75-fill-1.onHover:hover #fill1 {
  fill: #3985f7 !important;
}
.C-3985F75-stroke-1 #stroke1 {
  stroke: #3985f7 !important;
}
.C-3985F70-fill-1 #fill1 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-fill-1.onHover:hover #fill1 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-stroke-1 #stroke1 {
  stroke: rgba(57, 133, 247, 0) !important;
}
.C-3985F7-fill-2 #fill2 {
  fill: #3985f7;
}
.C-3985F7-fill-2.onHover:hover #fill2,
.C-3985F7-fill-2:hover #fill2 {
  fill: #3985f7;
}
.C-3985F7-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F7100-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F7100-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F7100-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F795-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F795-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F795-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F790-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F790-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F790-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F785-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F785-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F785-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F780-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F780-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F780-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F775-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F775-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F775-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F770-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F770-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F770-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F765-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F765-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F765-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F760-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F760-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F760-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F755-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F755-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F755-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F750-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F750-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F750-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F745-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F745-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F745-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F740-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F740-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F740-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F735-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F735-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F735-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F730-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F730-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F730-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F725-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F725-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F725-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F720-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F720-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F720-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F715-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F715-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F715-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F710-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F710-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F710-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F75-fill-2 #fill2 {
  fill: #3985f7 !important;
}
.C-3985F75-fill-2.onHover:hover #fill2 {
  fill: #3985f7 !important;
}
.C-3985F75-stroke-2 #stroke2 {
  stroke: #3985f7 !important;
}
.C-3985F70-fill-2 #fill2 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-fill-2.onHover:hover #fill2 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-stroke-2 #stroke2 {
  stroke: rgba(57, 133, 247, 0) !important;
}
.C-3985F7-fill-3 #fill3 {
  fill: #3985f7;
}
.C-3985F7-fill-3.onHover:hover #fill3,
.C-3985F7-fill-3:hover #fill3 {
  fill: #3985f7;
}
.C-3985F7-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F7100-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F7100-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F7100-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F795-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F795-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F795-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F790-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F790-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F790-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F785-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F785-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F785-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F780-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F780-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F780-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F775-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F775-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F775-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F770-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F770-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F770-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F765-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F765-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F765-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F760-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F760-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F760-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F755-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F755-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F755-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F750-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F750-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F750-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F745-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F745-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F745-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F740-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F740-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F740-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F735-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F735-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F735-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F730-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F730-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F730-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F725-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F725-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F725-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F720-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F720-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F720-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F715-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F715-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F715-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F710-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F710-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F710-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F75-fill-3 #fill3 {
  fill: #3985f7 !important;
}
.C-3985F75-fill-3.onHover:hover #fill3 {
  fill: #3985f7 !important;
}
.C-3985F75-stroke-3 #stroke3 {
  stroke: #3985f7 !important;
}
.C-3985F70-fill-3 #fill3 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-fill-3.onHover:hover #fill3 {
  fill: rgba(57, 133, 247, 0) !important;
}
.C-3985F70-stroke-3 #stroke3 {
  stroke: rgba(57, 133, 247, 0) !important;
}
.C-7EC6A5-100 {
  background-color: #7ec6a5FF !important;
}
.C-7EC6A5-100-text {
  color: #7ec6a5FF;
}
.C-7EC6A5-100-border {
  border-color: #7ec6a5FF !important;
}
.C-7EC6A5-95 {
  background-color: #7ec6a5F2 !important;
}
.C-7EC6A5-95-text {
  color: #7ec6a5F2;
}
.C-7EC6A5-95-border {
  border-color: #7ec6a5F2 !important;
}
.C-7EC6A5-90 {
  background-color: #7ec6a5E6 !important;
}
.C-7EC6A5-90-text {
  color: #7ec6a5E6;
}
.C-7EC6A5-90-border {
  border-color: #7ec6a5E6 !important;
}
.C-7EC6A5-85 {
  background-color: #7ec6a5D9 !important;
}
.C-7EC6A5-85-text {
  color: #7ec6a5D9;
}
.C-7EC6A5-85-border {
  border-color: #7ec6a5D9 !important;
}
.C-7EC6A5-80 {
  background-color: #7ec6a5CC !important;
}
.C-7EC6A5-80-text {
  color: #7ec6a5CC;
}
.C-7EC6A5-80-border {
  border-color: #7ec6a5CC !important;
}
.C-7EC6A5-75 {
  background-color: #7ec6a5BF !important;
}
.C-7EC6A5-75-text {
  color: #7ec6a5BF;
}
.C-7EC6A5-75-border {
  border-color: #7ec6a5BF !important;
}
.C-7EC6A5-70 {
  background-color: #7ec6a5B3 !important;
}
.C-7EC6A5-70-text {
  color: #7ec6a5B3;
}
.C-7EC6A5-70-border {
  border-color: #7ec6a5B3 !important;
}
.C-7EC6A5-65 {
  background-color: #7ec6a5A6 !important;
}
.C-7EC6A5-65-text {
  color: #7ec6a5A6;
}
.C-7EC6A5-65-border {
  border-color: #7ec6a5A6 !important;
}
.C-7EC6A5-60 {
  background-color: #7ec6a599 !important;
}
.C-7EC6A5-60-text {
  color: #7ec6a599;
}
.C-7EC6A5-60-border {
  border-color: #7ec6a599 !important;
}
.C-7EC6A5-55 {
  background-color: #7ec6a58C !important;
}
.C-7EC6A5-55-text {
  color: #7ec6a58C;
}
.C-7EC6A5-55-border {
  border-color: #7ec6a58C !important;
}
.C-7EC6A5-50 {
  background-color: #7ec6a580 !important;
}
.C-7EC6A5-50-text {
  color: #7ec6a580;
}
.C-7EC6A5-50-border {
  border-color: #7ec6a580 !important;
}
.C-7EC6A5-45 {
  background-color: #7ec6a573 !important;
}
.C-7EC6A5-45-text {
  color: #7ec6a573;
}
.C-7EC6A5-45-border {
  border-color: #7ec6a573 !important;
}
.C-7EC6A5-40 {
  background-color: #7ec6a566 !important;
}
.C-7EC6A5-40-text {
  color: #7ec6a566;
}
.C-7EC6A5-40-border {
  border-color: #7ec6a566 !important;
}
.C-7EC6A5-35 {
  background-color: #7ec6a559 !important;
}
.C-7EC6A5-35-text {
  color: #7ec6a559;
}
.C-7EC6A5-35-border {
  border-color: #7ec6a559 !important;
}
.C-7EC6A5-30 {
  background-color: #7ec6a54D !important;
}
.C-7EC6A5-30-text {
  color: #7ec6a54D;
}
.C-7EC6A5-30-border {
  border-color: #7ec6a54D !important;
}
.C-7EC6A5-25 {
  background-color: #7ec6a540 !important;
}
.C-7EC6A5-25-text {
  color: #7ec6a540;
}
.C-7EC6A5-25-border {
  border-color: #7ec6a540 !important;
}
.C-7EC6A5-20 {
  background-color: #7ec6a533 !important;
}
.C-7EC6A5-20-text {
  color: #7ec6a533;
}
.C-7EC6A5-20-border {
  border-color: #7ec6a533 !important;
}
.C-7EC6A5-15 {
  background-color: #7ec6a526 !important;
}
.C-7EC6A5-15-text {
  color: #7ec6a526;
}
.C-7EC6A5-15-border {
  border-color: #7ec6a526 !important;
}
.C-7EC6A5-10 {
  background-color: #7ec6a51A !important;
}
.C-7EC6A5-10-text {
  color: #7ec6a51A;
}
.C-7EC6A5-10-border {
  border-color: #7ec6a51A !important;
}
.C-7EC6A5-5 {
  background-color: #7ec6a50D !important;
}
.C-7EC6A5-5-text {
  color: #7ec6a50D;
}
.C-7EC6A5-5-border {
  border-color: #7ec6a50D !important;
}
.C-7EC6A5-0 {
  background-color: #7ec6a50 !important;
}
.C-7EC6A5-0-text {
  color: #7ec6a50;
}
.C-7EC6A5-0-border {
  border-color: #7ec6a50 !important;
}
.C-7EC6A5 {
  background-color: #7ec6a5 !important;
  --btn-background: #7ec6a5;
}
.C-7EC6A5-text {
  color: #7ec6a5;
}
.C-7EC6A5-border {
  border-color: #7ec6a5 !important;
}
@media (hover: hover) {
  .C-7EC6A5-hover-bg:hover {
    background-color: #7ec6a5 !important;
  }
}
.C-7EC6A5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-7EC6A5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #7ec6a5;
  fill: #7ec6a5;
  stroke: #7ec6a5;
}
.C-7EC6A5-hover-text[papaTarget]:hover.f_targetText {
  color: #7ec6a5 !important;
  fill: #7ec6a5 !important;
  stroke: #7ec6a5 !important;
}
.C-7EC6A5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-7EC6A5-hover-text[fHover]:hover {
  color: #7ec6a5 !important;
}
.C-7EC6A5-after::after,
.C-7EC6A5-after::before {
  background-color: #7ec6a5;
}
.C-7EC6A5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #7ec6a5;
  transition: box-shadow 0.2s;
}
.C-7EC6A5100 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A5100-text {
  color: #7ec6a5;
}
.C-7EC6A5100-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A5100 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A595 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A595-text {
  color: #7ec6a5;
}
.C-7EC6A595-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A595 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A590 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A590-text {
  color: #7ec6a5;
}
.C-7EC6A590-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A590 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A585 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A585-text {
  color: #7ec6a5;
}
.C-7EC6A585-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A585 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A580 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A580-text {
  color: #7ec6a5;
}
.C-7EC6A580-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A580 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A575 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A575-text {
  color: #7ec6a5;
}
.C-7EC6A575-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A575 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A570 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A570-text {
  color: #7ec6a5;
}
.C-7EC6A570-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A570 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A565 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A565-text {
  color: #7ec6a5;
}
.C-7EC6A565-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A565 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A560 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A560-text {
  color: #7ec6a5;
}
.C-7EC6A560-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A560 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A555 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A555-text {
  color: #7ec6a5;
}
.C-7EC6A555-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A555 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A550 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A550-text {
  color: #7ec6a5;
}
.C-7EC6A550-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A550 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A545 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A545-text {
  color: #7ec6a5;
}
.C-7EC6A545-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A545 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A540 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A540-text {
  color: #7ec6a5;
}
.C-7EC6A540-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A540 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A535 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A535-text {
  color: #7ec6a5;
}
.C-7EC6A535-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A535 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A530 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A530-text {
  color: #7ec6a5;
}
.C-7EC6A530-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A530 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A525 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A525-text {
  color: #7ec6a5;
}
.C-7EC6A525-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A525 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A520 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A520-text {
  color: #7ec6a5;
}
.C-7EC6A520-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A520 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A515 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A515-text {
  color: #7ec6a5;
}
.C-7EC6A515-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A515 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A510 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A510-text {
  color: #7ec6a5;
}
.C-7EC6A510-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A510 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A55 {
  background-color: #7ec6a5 !important;
}
.C-7EC6A55-text {
  color: #7ec6a5;
}
.C-7EC6A55-border {
  border-color: #7ec6a5;
}
.C-linearGradient-7EC6A55 {
  background-image:
    linear-gradient(
      45deg,
      #7ec6a5 0%,
      #7ec6a5 99%,
      #7ec6a5 100%);
}
.C-7EC6A50 {
  background-color: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-text {
  color: rgba(126, 198, 165, 0);
}
.C-7EC6A50-border {
  border-color: rgba(126, 198, 165, 0);
}
.C-linearGradient-7EC6A50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(126, 198, 165, 0) 0%,
      #7ec6a5 99%,
      rgba(126, 198, 165, 0) 100%);
}
.C-7EC6A5-fill-1 #fill1 {
  fill: #7ec6a5;
}
.C-7EC6A5-fill-1.onHover:hover #fill1,
.C-7EC6A5-fill-1:hover #fill1 {
  fill: #7ec6a5;
}
.C-7EC6A5-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A5100-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A595-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A590-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A585-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A580-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A575-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A570-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A565-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A560-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A555-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A550-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A545-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A540-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A535-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A530-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A525-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A520-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A515-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A510-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A55-fill-1 #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-fill-1.onHover:hover #fill1 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-stroke-1 #stroke1 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A50-fill-1 #fill1 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-fill-1.onHover:hover #fill1 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-stroke-1 #stroke1 {
  stroke: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A5-fill-2 #fill2 {
  fill: #7ec6a5;
}
.C-7EC6A5-fill-2.onHover:hover #fill2,
.C-7EC6A5-fill-2:hover #fill2 {
  fill: #7ec6a5;
}
.C-7EC6A5-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A5100-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A595-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A590-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A585-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A580-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A575-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A570-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A565-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A560-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A555-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A550-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A545-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A540-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A535-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A530-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A525-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A520-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A515-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A510-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A55-fill-2 #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-fill-2.onHover:hover #fill2 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-stroke-2 #stroke2 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A50-fill-2 #fill2 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-fill-2.onHover:hover #fill2 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-stroke-2 #stroke2 {
  stroke: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A5-fill-3 #fill3 {
  fill: #7ec6a5;
}
.C-7EC6A5-fill-3.onHover:hover #fill3,
.C-7EC6A5-fill-3:hover #fill3 {
  fill: #7ec6a5;
}
.C-7EC6A5-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A5100-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A5100-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A595-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A595-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A590-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A590-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A585-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A585-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A580-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A580-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A575-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A575-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A570-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A570-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A565-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A565-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A560-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A560-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A555-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A555-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A550-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A550-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A545-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A545-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A540-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A540-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A535-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A535-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A530-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A530-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A525-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A525-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A520-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A520-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A515-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A515-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A510-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A510-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A55-fill-3 #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-fill-3.onHover:hover #fill3 {
  fill: #7ec6a5 !important;
}
.C-7EC6A55-stroke-3 #stroke3 {
  stroke: #7ec6a5 !important;
}
.C-7EC6A50-fill-3 #fill3 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-fill-3.onHover:hover #fill3 {
  fill: rgba(126, 198, 165, 0) !important;
}
.C-7EC6A50-stroke-3 #stroke3 {
  stroke: rgba(126, 198, 165, 0) !important;
}
.C-63A086-100 {
  background-color: #63a086FF !important;
}
.C-63A086-100-text {
  color: #63a086FF;
}
.C-63A086-100-border {
  border-color: #63a086FF !important;
}
.C-63A086-95 {
  background-color: #63a086F2 !important;
}
.C-63A086-95-text {
  color: #63a086F2;
}
.C-63A086-95-border {
  border-color: #63a086F2 !important;
}
.C-63A086-90 {
  background-color: #63a086E6 !important;
}
.C-63A086-90-text {
  color: #63a086E6;
}
.C-63A086-90-border {
  border-color: #63a086E6 !important;
}
.C-63A086-85 {
  background-color: #63a086D9 !important;
}
.C-63A086-85-text {
  color: #63a086D9;
}
.C-63A086-85-border {
  border-color: #63a086D9 !important;
}
.C-63A086-80 {
  background-color: #63a086CC !important;
}
.C-63A086-80-text {
  color: #63a086CC;
}
.C-63A086-80-border {
  border-color: #63a086CC !important;
}
.C-63A086-75 {
  background-color: #63a086BF !important;
}
.C-63A086-75-text {
  color: #63a086BF;
}
.C-63A086-75-border {
  border-color: #63a086BF !important;
}
.C-63A086-70 {
  background-color: #63a086B3 !important;
}
.C-63A086-70-text {
  color: #63a086B3;
}
.C-63A086-70-border {
  border-color: #63a086B3 !important;
}
.C-63A086-65 {
  background-color: #63a086A6 !important;
}
.C-63A086-65-text {
  color: #63a086A6;
}
.C-63A086-65-border {
  border-color: #63a086A6 !important;
}
.C-63A086-60 {
  background-color: #63a08699 !important;
}
.C-63A086-60-text {
  color: #63a08699;
}
.C-63A086-60-border {
  border-color: #63a08699 !important;
}
.C-63A086-55 {
  background-color: #63a0868C !important;
}
.C-63A086-55-text {
  color: #63a0868C;
}
.C-63A086-55-border {
  border-color: #63a0868C !important;
}
.C-63A086-50 {
  background-color: #63a08680 !important;
}
.C-63A086-50-text {
  color: #63a08680;
}
.C-63A086-50-border {
  border-color: #63a08680 !important;
}
.C-63A086-45 {
  background-color: #63a08673 !important;
}
.C-63A086-45-text {
  color: #63a08673;
}
.C-63A086-45-border {
  border-color: #63a08673 !important;
}
.C-63A086-40 {
  background-color: #63a08666 !important;
}
.C-63A086-40-text {
  color: #63a08666;
}
.C-63A086-40-border {
  border-color: #63a08666 !important;
}
.C-63A086-35 {
  background-color: #63a08659 !important;
}
.C-63A086-35-text {
  color: #63a08659;
}
.C-63A086-35-border {
  border-color: #63a08659 !important;
}
.C-63A086-30 {
  background-color: #63a0864D !important;
}
.C-63A086-30-text {
  color: #63a0864D;
}
.C-63A086-30-border {
  border-color: #63a0864D !important;
}
.C-63A086-25 {
  background-color: #63a08640 !important;
}
.C-63A086-25-text {
  color: #63a08640;
}
.C-63A086-25-border {
  border-color: #63a08640 !important;
}
.C-63A086-20 {
  background-color: #63a08633 !important;
}
.C-63A086-20-text {
  color: #63a08633;
}
.C-63A086-20-border {
  border-color: #63a08633 !important;
}
.C-63A086-15 {
  background-color: #63a08626 !important;
}
.C-63A086-15-text {
  color: #63a08626;
}
.C-63A086-15-border {
  border-color: #63a08626 !important;
}
.C-63A086-10 {
  background-color: #63a0861A !important;
}
.C-63A086-10-text {
  color: #63a0861A;
}
.C-63A086-10-border {
  border-color: #63a0861A !important;
}
.C-63A086-5 {
  background-color: #63a0860D !important;
}
.C-63A086-5-text {
  color: #63a0860D;
}
.C-63A086-5-border {
  border-color: #63a0860D !important;
}
.C-63A086-0 {
  background-color: #63a0860 !important;
}
.C-63A086-0-text {
  color: #63a0860;
}
.C-63A086-0-border {
  border-color: #63a0860 !important;
}
.C-63A086 {
  background-color: #63a086 !important;
  --btn-background: #63a086;
}
.C-63A086-text {
  color: #63a086;
}
.C-63A086-border {
  border-color: #63a086 !important;
}
@media (hover: hover) {
  .C-63A086-hover-bg:hover {
    background-color: #63a086 !important;
  }
}
.C-63A086-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-63A086-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #63a086;
  fill: #63a086;
  stroke: #63a086;
}
.C-63A086-hover-text[papaTarget]:hover.f_targetText {
  color: #63a086 !important;
  fill: #63a086 !important;
  stroke: #63a086 !important;
}
.C-63A086-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-63A086-hover-text[fHover]:hover {
  color: #63a086 !important;
}
.C-63A086-after::after,
.C-63A086-after::before {
  background-color: #63a086;
}
.C-63A086-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #63a086;
  transition: box-shadow 0.2s;
}
.C-63A086100 {
  background-color: #63a086 !important;
}
.C-63A086100-text {
  color: #63a086;
}
.C-63A086100-border {
  border-color: #63a086;
}
.C-linearGradient-63A086100 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08695 {
  background-color: #63a086 !important;
}
.C-63A08695-text {
  color: #63a086;
}
.C-63A08695-border {
  border-color: #63a086;
}
.C-linearGradient-63A08695 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08690 {
  background-color: #63a086 !important;
}
.C-63A08690-text {
  color: #63a086;
}
.C-63A08690-border {
  border-color: #63a086;
}
.C-linearGradient-63A08690 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08685 {
  background-color: #63a086 !important;
}
.C-63A08685-text {
  color: #63a086;
}
.C-63A08685-border {
  border-color: #63a086;
}
.C-linearGradient-63A08685 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08680 {
  background-color: #63a086 !important;
}
.C-63A08680-text {
  color: #63a086;
}
.C-63A08680-border {
  border-color: #63a086;
}
.C-linearGradient-63A08680 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08675 {
  background-color: #63a086 !important;
}
.C-63A08675-text {
  color: #63a086;
}
.C-63A08675-border {
  border-color: #63a086;
}
.C-linearGradient-63A08675 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08670 {
  background-color: #63a086 !important;
}
.C-63A08670-text {
  color: #63a086;
}
.C-63A08670-border {
  border-color: #63a086;
}
.C-linearGradient-63A08670 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08665 {
  background-color: #63a086 !important;
}
.C-63A08665-text {
  color: #63a086;
}
.C-63A08665-border {
  border-color: #63a086;
}
.C-linearGradient-63A08665 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08660 {
  background-color: #63a086 !important;
}
.C-63A08660-text {
  color: #63a086;
}
.C-63A08660-border {
  border-color: #63a086;
}
.C-linearGradient-63A08660 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08655 {
  background-color: #63a086 !important;
}
.C-63A08655-text {
  color: #63a086;
}
.C-63A08655-border {
  border-color: #63a086;
}
.C-linearGradient-63A08655 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08650 {
  background-color: #63a086 !important;
}
.C-63A08650-text {
  color: #63a086;
}
.C-63A08650-border {
  border-color: #63a086;
}
.C-linearGradient-63A08650 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08645 {
  background-color: #63a086 !important;
}
.C-63A08645-text {
  color: #63a086;
}
.C-63A08645-border {
  border-color: #63a086;
}
.C-linearGradient-63A08645 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08640 {
  background-color: #63a086 !important;
}
.C-63A08640-text {
  color: #63a086;
}
.C-63A08640-border {
  border-color: #63a086;
}
.C-linearGradient-63A08640 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08635 {
  background-color: #63a086 !important;
}
.C-63A08635-text {
  color: #63a086;
}
.C-63A08635-border {
  border-color: #63a086;
}
.C-linearGradient-63A08635 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08630 {
  background-color: #63a086 !important;
}
.C-63A08630-text {
  color: #63a086;
}
.C-63A08630-border {
  border-color: #63a086;
}
.C-linearGradient-63A08630 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08625 {
  background-color: #63a086 !important;
}
.C-63A08625-text {
  color: #63a086;
}
.C-63A08625-border {
  border-color: #63a086;
}
.C-linearGradient-63A08625 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08620 {
  background-color: #63a086 !important;
}
.C-63A08620-text {
  color: #63a086;
}
.C-63A08620-border {
  border-color: #63a086;
}
.C-linearGradient-63A08620 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08615 {
  background-color: #63a086 !important;
}
.C-63A08615-text {
  color: #63a086;
}
.C-63A08615-border {
  border-color: #63a086;
}
.C-linearGradient-63A08615 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A08610 {
  background-color: #63a086 !important;
}
.C-63A08610-text {
  color: #63a086;
}
.C-63A08610-border {
  border-color: #63a086;
}
.C-linearGradient-63A08610 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A0865 {
  background-color: #63a086 !important;
}
.C-63A0865-text {
  color: #63a086;
}
.C-63A0865-border {
  border-color: #63a086;
}
.C-linearGradient-63A0865 {
  background-image:
    linear-gradient(
      45deg,
      #63a086 0%,
      #63a086 99%,
      #63a086 100%);
}
.C-63A0860 {
  background-color: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-text {
  color: rgba(99, 160, 134, 0);
}
.C-63A0860-border {
  border-color: rgba(99, 160, 134, 0);
}
.C-linearGradient-63A0860 {
  background-image:
    linear-gradient(
      45deg,
      rgba(99, 160, 134, 0) 0%,
      #63a086 99%,
      rgba(99, 160, 134, 0) 100%);
}
.C-63A086-fill-1 #fill1 {
  fill: #63a086;
}
.C-63A086-fill-1.onHover:hover #fill1,
.C-63A086-fill-1:hover #fill1 {
  fill: #63a086;
}
.C-63A086-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A086100-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A086100-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A086100-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08695-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08695-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08695-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08690-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08690-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08690-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08685-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08685-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08685-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08680-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08680-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08680-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08675-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08675-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08675-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08670-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08670-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08670-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08665-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08665-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08665-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08660-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08660-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08660-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08655-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08655-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08655-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08650-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08650-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08650-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08645-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08645-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08645-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08640-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08640-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08640-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08635-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08635-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08635-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08630-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08630-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08630-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08625-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08625-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08625-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08620-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08620-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08620-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08615-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08615-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08615-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A08610-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A08610-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A08610-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A0865-fill-1 #fill1 {
  fill: #63a086 !important;
}
.C-63A0865-fill-1.onHover:hover #fill1 {
  fill: #63a086 !important;
}
.C-63A0865-stroke-1 #stroke1 {
  stroke: #63a086 !important;
}
.C-63A0860-fill-1 #fill1 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-fill-1.onHover:hover #fill1 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-stroke-1 #stroke1 {
  stroke: rgba(99, 160, 134, 0) !important;
}
.C-63A086-fill-2 #fill2 {
  fill: #63a086;
}
.C-63A086-fill-2.onHover:hover #fill2,
.C-63A086-fill-2:hover #fill2 {
  fill: #63a086;
}
.C-63A086-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A086100-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A086100-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A086100-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08695-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08695-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08695-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08690-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08690-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08690-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08685-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08685-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08685-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08680-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08680-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08680-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08675-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08675-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08675-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08670-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08670-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08670-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08665-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08665-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08665-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08660-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08660-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08660-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08655-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08655-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08655-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08650-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08650-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08650-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08645-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08645-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08645-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08640-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08640-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08640-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08635-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08635-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08635-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08630-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08630-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08630-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08625-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08625-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08625-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08620-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08620-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08620-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08615-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08615-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08615-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A08610-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A08610-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A08610-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A0865-fill-2 #fill2 {
  fill: #63a086 !important;
}
.C-63A0865-fill-2.onHover:hover #fill2 {
  fill: #63a086 !important;
}
.C-63A0865-stroke-2 #stroke2 {
  stroke: #63a086 !important;
}
.C-63A0860-fill-2 #fill2 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-fill-2.onHover:hover #fill2 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-stroke-2 #stroke2 {
  stroke: rgba(99, 160, 134, 0) !important;
}
.C-63A086-fill-3 #fill3 {
  fill: #63a086;
}
.C-63A086-fill-3.onHover:hover #fill3,
.C-63A086-fill-3:hover #fill3 {
  fill: #63a086;
}
.C-63A086-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A086100-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A086100-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A086100-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08695-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08695-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08695-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08690-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08690-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08690-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08685-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08685-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08685-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08680-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08680-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08680-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08675-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08675-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08675-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08670-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08670-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08670-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08665-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08665-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08665-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08660-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08660-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08660-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08655-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08655-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08655-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08650-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08650-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08650-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08645-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08645-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08645-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08640-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08640-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08640-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08635-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08635-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08635-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08630-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08630-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08630-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08625-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08625-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08625-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08620-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08620-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08620-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08615-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08615-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08615-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A08610-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A08610-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A08610-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A0865-fill-3 #fill3 {
  fill: #63a086 !important;
}
.C-63A0865-fill-3.onHover:hover #fill3 {
  fill: #63a086 !important;
}
.C-63A0865-stroke-3 #stroke3 {
  stroke: #63a086 !important;
}
.C-63A0860-fill-3 #fill3 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-fill-3.onHover:hover #fill3 {
  fill: rgba(99, 160, 134, 0) !important;
}
.C-63A0860-stroke-3 #stroke3 {
  stroke: rgba(99, 160, 134, 0) !important;
}
.C-9FD9C4-100 {
  background-color: #9fd9c4FF !important;
}
.C-9FD9C4-100-text {
  color: #9fd9c4FF;
}
.C-9FD9C4-100-border {
  border-color: #9fd9c4FF !important;
}
.C-9FD9C4-95 {
  background-color: #9fd9c4F2 !important;
}
.C-9FD9C4-95-text {
  color: #9fd9c4F2;
}
.C-9FD9C4-95-border {
  border-color: #9fd9c4F2 !important;
}
.C-9FD9C4-90 {
  background-color: #9fd9c4E6 !important;
}
.C-9FD9C4-90-text {
  color: #9fd9c4E6;
}
.C-9FD9C4-90-border {
  border-color: #9fd9c4E6 !important;
}
.C-9FD9C4-85 {
  background-color: #9fd9c4D9 !important;
}
.C-9FD9C4-85-text {
  color: #9fd9c4D9;
}
.C-9FD9C4-85-border {
  border-color: #9fd9c4D9 !important;
}
.C-9FD9C4-80 {
  background-color: #9fd9c4CC !important;
}
.C-9FD9C4-80-text {
  color: #9fd9c4CC;
}
.C-9FD9C4-80-border {
  border-color: #9fd9c4CC !important;
}
.C-9FD9C4-75 {
  background-color: #9fd9c4BF !important;
}
.C-9FD9C4-75-text {
  color: #9fd9c4BF;
}
.C-9FD9C4-75-border {
  border-color: #9fd9c4BF !important;
}
.C-9FD9C4-70 {
  background-color: #9fd9c4B3 !important;
}
.C-9FD9C4-70-text {
  color: #9fd9c4B3;
}
.C-9FD9C4-70-border {
  border-color: #9fd9c4B3 !important;
}
.C-9FD9C4-65 {
  background-color: #9fd9c4A6 !important;
}
.C-9FD9C4-65-text {
  color: #9fd9c4A6;
}
.C-9FD9C4-65-border {
  border-color: #9fd9c4A6 !important;
}
.C-9FD9C4-60 {
  background-color: #9fd9c499 !important;
}
.C-9FD9C4-60-text {
  color: #9fd9c499;
}
.C-9FD9C4-60-border {
  border-color: #9fd9c499 !important;
}
.C-9FD9C4-55 {
  background-color: #9fd9c48C !important;
}
.C-9FD9C4-55-text {
  color: #9fd9c48C;
}
.C-9FD9C4-55-border {
  border-color: #9fd9c48C !important;
}
.C-9FD9C4-50 {
  background-color: #9fd9c480 !important;
}
.C-9FD9C4-50-text {
  color: #9fd9c480;
}
.C-9FD9C4-50-border {
  border-color: #9fd9c480 !important;
}
.C-9FD9C4-45 {
  background-color: #9fd9c473 !important;
}
.C-9FD9C4-45-text {
  color: #9fd9c473;
}
.C-9FD9C4-45-border {
  border-color: #9fd9c473 !important;
}
.C-9FD9C4-40 {
  background-color: #9fd9c466 !important;
}
.C-9FD9C4-40-text {
  color: #9fd9c466;
}
.C-9FD9C4-40-border {
  border-color: #9fd9c466 !important;
}
.C-9FD9C4-35 {
  background-color: #9fd9c459 !important;
}
.C-9FD9C4-35-text {
  color: #9fd9c459;
}
.C-9FD9C4-35-border {
  border-color: #9fd9c459 !important;
}
.C-9FD9C4-30 {
  background-color: #9fd9c44D !important;
}
.C-9FD9C4-30-text {
  color: #9fd9c44D;
}
.C-9FD9C4-30-border {
  border-color: #9fd9c44D !important;
}
.C-9FD9C4-25 {
  background-color: #9fd9c440 !important;
}
.C-9FD9C4-25-text {
  color: #9fd9c440;
}
.C-9FD9C4-25-border {
  border-color: #9fd9c440 !important;
}
.C-9FD9C4-20 {
  background-color: #9fd9c433 !important;
}
.C-9FD9C4-20-text {
  color: #9fd9c433;
}
.C-9FD9C4-20-border {
  border-color: #9fd9c433 !important;
}
.C-9FD9C4-15 {
  background-color: #9fd9c426 !important;
}
.C-9FD9C4-15-text {
  color: #9fd9c426;
}
.C-9FD9C4-15-border {
  border-color: #9fd9c426 !important;
}
.C-9FD9C4-10 {
  background-color: #9fd9c41A !important;
}
.C-9FD9C4-10-text {
  color: #9fd9c41A;
}
.C-9FD9C4-10-border {
  border-color: #9fd9c41A !important;
}
.C-9FD9C4-5 {
  background-color: #9fd9c40D !important;
}
.C-9FD9C4-5-text {
  color: #9fd9c40D;
}
.C-9FD9C4-5-border {
  border-color: #9fd9c40D !important;
}
.C-9FD9C4-0 {
  background-color: #9fd9c40 !important;
}
.C-9FD9C4-0-text {
  color: #9fd9c40;
}
.C-9FD9C4-0-border {
  border-color: #9fd9c40 !important;
}
.C-9FD9C4 {
  background-color: #9fd9c4 !important;
  --btn-background: #9fd9c4;
}
.C-9FD9C4-text {
  color: #9fd9c4;
}
.C-9FD9C4-border {
  border-color: #9fd9c4 !important;
}
@media (hover: hover) {
  .C-9FD9C4-hover-bg:hover {
    background-color: #9fd9c4 !important;
  }
}
.C-9FD9C4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-9FD9C4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #9fd9c4;
  fill: #9fd9c4;
  stroke: #9fd9c4;
}
.C-9FD9C4-hover-text[papaTarget]:hover.f_targetText {
  color: #9fd9c4 !important;
  fill: #9fd9c4 !important;
  stroke: #9fd9c4 !important;
}
.C-9FD9C4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-9FD9C4-hover-text[fHover]:hover {
  color: #9fd9c4 !important;
}
.C-9FD9C4-after::after,
.C-9FD9C4-after::before {
  background-color: #9fd9c4;
}
.C-9FD9C4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #9fd9c4;
  transition: box-shadow 0.2s;
}
.C-9FD9C4100 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C4100-text {
  color: #9fd9c4;
}
.C-9FD9C4100-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C4100 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C495 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C495-text {
  color: #9fd9c4;
}
.C-9FD9C495-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C495 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C490 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C490-text {
  color: #9fd9c4;
}
.C-9FD9C490-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C490 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C485 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C485-text {
  color: #9fd9c4;
}
.C-9FD9C485-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C485 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C480 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C480-text {
  color: #9fd9c4;
}
.C-9FD9C480-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C480 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C475 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C475-text {
  color: #9fd9c4;
}
.C-9FD9C475-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C475 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C470 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C470-text {
  color: #9fd9c4;
}
.C-9FD9C470-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C470 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C465 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C465-text {
  color: #9fd9c4;
}
.C-9FD9C465-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C465 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C460 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C460-text {
  color: #9fd9c4;
}
.C-9FD9C460-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C460 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C455 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C455-text {
  color: #9fd9c4;
}
.C-9FD9C455-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C455 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C450 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C450-text {
  color: #9fd9c4;
}
.C-9FD9C450-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C450 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C445 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C445-text {
  color: #9fd9c4;
}
.C-9FD9C445-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C445 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C440 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C440-text {
  color: #9fd9c4;
}
.C-9FD9C440-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C440 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C435 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C435-text {
  color: #9fd9c4;
}
.C-9FD9C435-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C435 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C430 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C430-text {
  color: #9fd9c4;
}
.C-9FD9C430-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C430 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C425 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C425-text {
  color: #9fd9c4;
}
.C-9FD9C425-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C425 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C420 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C420-text {
  color: #9fd9c4;
}
.C-9FD9C420-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C420 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C415 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C415-text {
  color: #9fd9c4;
}
.C-9FD9C415-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C415 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C410 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C410-text {
  color: #9fd9c4;
}
.C-9FD9C410-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C410 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C45 {
  background-color: #9fd9c4 !important;
}
.C-9FD9C45-text {
  color: #9fd9c4;
}
.C-9FD9C45-border {
  border-color: #9fd9c4;
}
.C-linearGradient-9FD9C45 {
  background-image:
    linear-gradient(
      45deg,
      #9fd9c4 0%,
      #9fd9c4 99%,
      #9fd9c4 100%);
}
.C-9FD9C40 {
  background-color: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-text {
  color: rgba(159, 217, 196, 0);
}
.C-9FD9C40-border {
  border-color: rgba(159, 217, 196, 0);
}
.C-linearGradient-9FD9C40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(159, 217, 196, 0) 0%,
      #9fd9c4 99%,
      rgba(159, 217, 196, 0) 100%);
}
.C-9FD9C4-fill-1 #fill1 {
  fill: #9fd9c4;
}
.C-9FD9C4-fill-1.onHover:hover #fill1,
.C-9FD9C4-fill-1:hover #fill1 {
  fill: #9fd9c4;
}
.C-9FD9C4-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C4100-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C495-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C490-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C485-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C480-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C475-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C470-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C465-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C460-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C455-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C450-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C445-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C440-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C435-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C430-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C425-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C420-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C415-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C410-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C45-fill-1 #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-fill-1.onHover:hover #fill1 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-stroke-1 #stroke1 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C40-fill-1 #fill1 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-fill-1.onHover:hover #fill1 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-stroke-1 #stroke1 {
  stroke: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C4-fill-2 #fill2 {
  fill: #9fd9c4;
}
.C-9FD9C4-fill-2.onHover:hover #fill2,
.C-9FD9C4-fill-2:hover #fill2 {
  fill: #9fd9c4;
}
.C-9FD9C4-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C4100-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C495-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C490-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C485-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C480-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C475-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C470-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C465-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C460-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C455-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C450-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C445-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C440-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C435-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C430-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C425-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C420-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C415-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C410-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C45-fill-2 #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-fill-2.onHover:hover #fill2 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-stroke-2 #stroke2 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C40-fill-2 #fill2 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-fill-2.onHover:hover #fill2 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-stroke-2 #stroke2 {
  stroke: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C4-fill-3 #fill3 {
  fill: #9fd9c4;
}
.C-9FD9C4-fill-3.onHover:hover #fill3,
.C-9FD9C4-fill-3:hover #fill3 {
  fill: #9fd9c4;
}
.C-9FD9C4-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C4100-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C4100-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C495-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C495-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C490-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C490-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C485-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C485-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C480-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C480-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C475-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C475-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C470-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C470-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C465-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C465-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C460-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C460-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C455-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C455-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C450-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C450-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C445-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C445-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C440-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C440-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C435-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C435-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C430-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C430-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C425-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C425-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C420-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C420-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C415-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C415-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C410-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C410-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C45-fill-3 #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-fill-3.onHover:hover #fill3 {
  fill: #9fd9c4 !important;
}
.C-9FD9C45-stroke-3 #stroke3 {
  stroke: #9fd9c4 !important;
}
.C-9FD9C40-fill-3 #fill3 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-fill-3.onHover:hover #fill3 {
  fill: rgba(159, 217, 196, 0) !important;
}
.C-9FD9C40-stroke-3 #stroke3 {
  stroke: rgba(159, 217, 196, 0) !important;
}
.C-525466-100 {
  background-color: #525466FF !important;
}
.C-525466-100-text {
  color: #525466FF;
}
.C-525466-100-border {
  border-color: #525466FF !important;
}
.C-525466-95 {
  background-color: #525466F2 !important;
}
.C-525466-95-text {
  color: #525466F2;
}
.C-525466-95-border {
  border-color: #525466F2 !important;
}
.C-525466-90 {
  background-color: #525466E6 !important;
}
.C-525466-90-text {
  color: #525466E6;
}
.C-525466-90-border {
  border-color: #525466E6 !important;
}
.C-525466-85 {
  background-color: #525466D9 !important;
}
.C-525466-85-text {
  color: #525466D9;
}
.C-525466-85-border {
  border-color: #525466D9 !important;
}
.C-525466-80 {
  background-color: #525466CC !important;
}
.C-525466-80-text {
  color: #525466CC;
}
.C-525466-80-border {
  border-color: #525466CC !important;
}
.C-525466-75 {
  background-color: #525466BF !important;
}
.C-525466-75-text {
  color: #525466BF;
}
.C-525466-75-border {
  border-color: #525466BF !important;
}
.C-525466-70 {
  background-color: #525466B3 !important;
}
.C-525466-70-text {
  color: #525466B3;
}
.C-525466-70-border {
  border-color: #525466B3 !important;
}
.C-525466-65 {
  background-color: #525466A6 !important;
}
.C-525466-65-text {
  color: #525466A6;
}
.C-525466-65-border {
  border-color: #525466A6 !important;
}
.C-525466-60 {
  background-color: #52546699 !important;
}
.C-525466-60-text {
  color: #52546699;
}
.C-525466-60-border {
  border-color: #52546699 !important;
}
.C-525466-55 {
  background-color: #5254668C !important;
}
.C-525466-55-text {
  color: #5254668C;
}
.C-525466-55-border {
  border-color: #5254668C !important;
}
.C-525466-50 {
  background-color: #52546680 !important;
}
.C-525466-50-text {
  color: #52546680;
}
.C-525466-50-border {
  border-color: #52546680 !important;
}
.C-525466-45 {
  background-color: #52546673 !important;
}
.C-525466-45-text {
  color: #52546673;
}
.C-525466-45-border {
  border-color: #52546673 !important;
}
.C-525466-40 {
  background-color: #52546666 !important;
}
.C-525466-40-text {
  color: #52546666;
}
.C-525466-40-border {
  border-color: #52546666 !important;
}
.C-525466-35 {
  background-color: #52546659 !important;
}
.C-525466-35-text {
  color: #52546659;
}
.C-525466-35-border {
  border-color: #52546659 !important;
}
.C-525466-30 {
  background-color: #5254664D !important;
}
.C-525466-30-text {
  color: #5254664D;
}
.C-525466-30-border {
  border-color: #5254664D !important;
}
.C-525466-25 {
  background-color: #52546640 !important;
}
.C-525466-25-text {
  color: #52546640;
}
.C-525466-25-border {
  border-color: #52546640 !important;
}
.C-525466-20 {
  background-color: #52546633 !important;
}
.C-525466-20-text {
  color: #52546633;
}
.C-525466-20-border {
  border-color: #52546633 !important;
}
.C-525466-15 {
  background-color: #52546626 !important;
}
.C-525466-15-text {
  color: #52546626;
}
.C-525466-15-border {
  border-color: #52546626 !important;
}
.C-525466-10 {
  background-color: #5254661A !important;
}
.C-525466-10-text {
  color: #5254661A;
}
.C-525466-10-border {
  border-color: #5254661A !important;
}
.C-525466-5 {
  background-color: #5254660D !important;
}
.C-525466-5-text {
  color: #5254660D;
}
.C-525466-5-border {
  border-color: #5254660D !important;
}
.C-525466-0 {
  background-color: #5254660 !important;
}
.C-525466-0-text {
  color: #5254660;
}
.C-525466-0-border {
  border-color: #5254660 !important;
}
.C-525466 {
  background-color: #525466 !important;
  --btn-background: #525466;
}
.C-525466-text {
  color: #525466;
}
.C-525466-border {
  border-color: #525466 !important;
}
@media (hover: hover) {
  .C-525466-hover-bg:hover {
    background-color: #525466 !important;
  }
}
.C-525466-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-525466-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #525466;
  fill: #525466;
  stroke: #525466;
}
.C-525466-hover-text[papaTarget]:hover.f_targetText {
  color: #525466 !important;
  fill: #525466 !important;
  stroke: #525466 !important;
}
.C-525466-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-525466-hover-text[fHover]:hover {
  color: #525466 !important;
}
.C-525466-after::after,
.C-525466-after::before {
  background-color: #525466;
}
.C-525466-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #525466;
  transition: box-shadow 0.2s;
}
.C-525466100 {
  background-color: #525466 !important;
}
.C-525466100-text {
  color: #525466;
}
.C-525466100-border {
  border-color: #525466;
}
.C-linearGradient-525466100 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546695 {
  background-color: #525466 !important;
}
.C-52546695-text {
  color: #525466;
}
.C-52546695-border {
  border-color: #525466;
}
.C-linearGradient-52546695 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546690 {
  background-color: #525466 !important;
}
.C-52546690-text {
  color: #525466;
}
.C-52546690-border {
  border-color: #525466;
}
.C-linearGradient-52546690 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546685 {
  background-color: #525466 !important;
}
.C-52546685-text {
  color: #525466;
}
.C-52546685-border {
  border-color: #525466;
}
.C-linearGradient-52546685 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546680 {
  background-color: #525466 !important;
}
.C-52546680-text {
  color: #525466;
}
.C-52546680-border {
  border-color: #525466;
}
.C-linearGradient-52546680 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546675 {
  background-color: #525466 !important;
}
.C-52546675-text {
  color: #525466;
}
.C-52546675-border {
  border-color: #525466;
}
.C-linearGradient-52546675 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546670 {
  background-color: #525466 !important;
}
.C-52546670-text {
  color: #525466;
}
.C-52546670-border {
  border-color: #525466;
}
.C-linearGradient-52546670 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546665 {
  background-color: #525466 !important;
}
.C-52546665-text {
  color: #525466;
}
.C-52546665-border {
  border-color: #525466;
}
.C-linearGradient-52546665 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546660 {
  background-color: #525466 !important;
}
.C-52546660-text {
  color: #525466;
}
.C-52546660-border {
  border-color: #525466;
}
.C-linearGradient-52546660 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546655 {
  background-color: #525466 !important;
}
.C-52546655-text {
  color: #525466;
}
.C-52546655-border {
  border-color: #525466;
}
.C-linearGradient-52546655 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546650 {
  background-color: #525466 !important;
}
.C-52546650-text {
  color: #525466;
}
.C-52546650-border {
  border-color: #525466;
}
.C-linearGradient-52546650 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546645 {
  background-color: #525466 !important;
}
.C-52546645-text {
  color: #525466;
}
.C-52546645-border {
  border-color: #525466;
}
.C-linearGradient-52546645 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546640 {
  background-color: #525466 !important;
}
.C-52546640-text {
  color: #525466;
}
.C-52546640-border {
  border-color: #525466;
}
.C-linearGradient-52546640 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546635 {
  background-color: #525466 !important;
}
.C-52546635-text {
  color: #525466;
}
.C-52546635-border {
  border-color: #525466;
}
.C-linearGradient-52546635 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546630 {
  background-color: #525466 !important;
}
.C-52546630-text {
  color: #525466;
}
.C-52546630-border {
  border-color: #525466;
}
.C-linearGradient-52546630 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546625 {
  background-color: #525466 !important;
}
.C-52546625-text {
  color: #525466;
}
.C-52546625-border {
  border-color: #525466;
}
.C-linearGradient-52546625 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546620 {
  background-color: #525466 !important;
}
.C-52546620-text {
  color: #525466;
}
.C-52546620-border {
  border-color: #525466;
}
.C-linearGradient-52546620 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546615 {
  background-color: #525466 !important;
}
.C-52546615-text {
  color: #525466;
}
.C-52546615-border {
  border-color: #525466;
}
.C-linearGradient-52546615 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-52546610 {
  background-color: #525466 !important;
}
.C-52546610-text {
  color: #525466;
}
.C-52546610-border {
  border-color: #525466;
}
.C-linearGradient-52546610 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-5254665 {
  background-color: #525466 !important;
}
.C-5254665-text {
  color: #525466;
}
.C-5254665-border {
  border-color: #525466;
}
.C-linearGradient-5254665 {
  background-image:
    linear-gradient(
      45deg,
      #525466 0%,
      #525466 99%,
      #525466 100%);
}
.C-5254660 {
  background-color: rgba(82, 84, 102, 0) !important;
}
.C-5254660-text {
  color: rgba(82, 84, 102, 0);
}
.C-5254660-border {
  border-color: rgba(82, 84, 102, 0);
}
.C-linearGradient-5254660 {
  background-image:
    linear-gradient(
      45deg,
      rgba(82, 84, 102, 0) 0%,
      #525466 99%,
      rgba(82, 84, 102, 0) 100%);
}
.C-525466-fill-1 #fill1 {
  fill: #525466;
}
.C-525466-fill-1.onHover:hover #fill1,
.C-525466-fill-1:hover #fill1 {
  fill: #525466;
}
.C-525466-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-525466100-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-525466100-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-525466100-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546695-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546695-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546695-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546690-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546690-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546690-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546685-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546685-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546685-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546680-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546680-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546680-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546675-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546675-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546675-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546670-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546670-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546670-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546665-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546665-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546665-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546660-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546660-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546660-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546655-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546655-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546655-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546650-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546650-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546650-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546645-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546645-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546645-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546640-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546640-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546640-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546635-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546635-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546635-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546630-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546630-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546630-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546625-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546625-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546625-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546620-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546620-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546620-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546615-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546615-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546615-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-52546610-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-52546610-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-52546610-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-5254665-fill-1 #fill1 {
  fill: #525466 !important;
}
.C-5254665-fill-1.onHover:hover #fill1 {
  fill: #525466 !important;
}
.C-5254665-stroke-1 #stroke1 {
  stroke: #525466 !important;
}
.C-5254660-fill-1 #fill1 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-fill-1.onHover:hover #fill1 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-stroke-1 #stroke1 {
  stroke: rgba(82, 84, 102, 0) !important;
}
.C-525466-fill-2 #fill2 {
  fill: #525466;
}
.C-525466-fill-2.onHover:hover #fill2,
.C-525466-fill-2:hover #fill2 {
  fill: #525466;
}
.C-525466-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-525466100-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-525466100-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-525466100-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546695-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546695-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546695-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546690-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546690-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546690-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546685-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546685-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546685-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546680-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546680-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546680-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546675-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546675-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546675-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546670-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546670-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546670-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546665-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546665-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546665-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546660-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546660-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546660-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546655-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546655-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546655-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546650-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546650-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546650-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546645-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546645-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546645-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546640-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546640-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546640-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546635-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546635-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546635-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546630-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546630-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546630-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546625-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546625-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546625-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546620-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546620-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546620-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546615-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546615-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546615-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-52546610-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-52546610-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-52546610-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-5254665-fill-2 #fill2 {
  fill: #525466 !important;
}
.C-5254665-fill-2.onHover:hover #fill2 {
  fill: #525466 !important;
}
.C-5254665-stroke-2 #stroke2 {
  stroke: #525466 !important;
}
.C-5254660-fill-2 #fill2 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-fill-2.onHover:hover #fill2 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-stroke-2 #stroke2 {
  stroke: rgba(82, 84, 102, 0) !important;
}
.C-525466-fill-3 #fill3 {
  fill: #525466;
}
.C-525466-fill-3.onHover:hover #fill3,
.C-525466-fill-3:hover #fill3 {
  fill: #525466;
}
.C-525466-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-525466100-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-525466100-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-525466100-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546695-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546695-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546695-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546690-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546690-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546690-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546685-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546685-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546685-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546680-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546680-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546680-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546675-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546675-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546675-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546670-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546670-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546670-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546665-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546665-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546665-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546660-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546660-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546660-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546655-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546655-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546655-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546650-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546650-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546650-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546645-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546645-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546645-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546640-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546640-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546640-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546635-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546635-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546635-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546630-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546630-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546630-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546625-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546625-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546625-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546620-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546620-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546620-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546615-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546615-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546615-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-52546610-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-52546610-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-52546610-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-5254665-fill-3 #fill3 {
  fill: #525466 !important;
}
.C-5254665-fill-3.onHover:hover #fill3 {
  fill: #525466 !important;
}
.C-5254665-stroke-3 #stroke3 {
  stroke: #525466 !important;
}
.C-5254660-fill-3 #fill3 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-fill-3.onHover:hover #fill3 {
  fill: rgba(82, 84, 102, 0) !important;
}
.C-5254660-stroke-3 #stroke3 {
  stroke: rgba(82, 84, 102, 0) !important;
}
.C-414352-100 {
  background-color: #414352FF !important;
}
.C-414352-100-text {
  color: #414352FF;
}
.C-414352-100-border {
  border-color: #414352FF !important;
}
.C-414352-95 {
  background-color: #414352F2 !important;
}
.C-414352-95-text {
  color: #414352F2;
}
.C-414352-95-border {
  border-color: #414352F2 !important;
}
.C-414352-90 {
  background-color: #414352E6 !important;
}
.C-414352-90-text {
  color: #414352E6;
}
.C-414352-90-border {
  border-color: #414352E6 !important;
}
.C-414352-85 {
  background-color: #414352D9 !important;
}
.C-414352-85-text {
  color: #414352D9;
}
.C-414352-85-border {
  border-color: #414352D9 !important;
}
.C-414352-80 {
  background-color: #414352CC !important;
}
.C-414352-80-text {
  color: #414352CC;
}
.C-414352-80-border {
  border-color: #414352CC !important;
}
.C-414352-75 {
  background-color: #414352BF !important;
}
.C-414352-75-text {
  color: #414352BF;
}
.C-414352-75-border {
  border-color: #414352BF !important;
}
.C-414352-70 {
  background-color: #414352B3 !important;
}
.C-414352-70-text {
  color: #414352B3;
}
.C-414352-70-border {
  border-color: #414352B3 !important;
}
.C-414352-65 {
  background-color: #414352A6 !important;
}
.C-414352-65-text {
  color: #414352A6;
}
.C-414352-65-border {
  border-color: #414352A6 !important;
}
.C-414352-60 {
  background-color: #41435299 !important;
}
.C-414352-60-text {
  color: #41435299;
}
.C-414352-60-border {
  border-color: #41435299 !important;
}
.C-414352-55 {
  background-color: #4143528C !important;
}
.C-414352-55-text {
  color: #4143528C;
}
.C-414352-55-border {
  border-color: #4143528C !important;
}
.C-414352-50 {
  background-color: #41435280 !important;
}
.C-414352-50-text {
  color: #41435280;
}
.C-414352-50-border {
  border-color: #41435280 !important;
}
.C-414352-45 {
  background-color: #41435273 !important;
}
.C-414352-45-text {
  color: #41435273;
}
.C-414352-45-border {
  border-color: #41435273 !important;
}
.C-414352-40 {
  background-color: #41435266 !important;
}
.C-414352-40-text {
  color: #41435266;
}
.C-414352-40-border {
  border-color: #41435266 !important;
}
.C-414352-35 {
  background-color: #41435259 !important;
}
.C-414352-35-text {
  color: #41435259;
}
.C-414352-35-border {
  border-color: #41435259 !important;
}
.C-414352-30 {
  background-color: #4143524D !important;
}
.C-414352-30-text {
  color: #4143524D;
}
.C-414352-30-border {
  border-color: #4143524D !important;
}
.C-414352-25 {
  background-color: #41435240 !important;
}
.C-414352-25-text {
  color: #41435240;
}
.C-414352-25-border {
  border-color: #41435240 !important;
}
.C-414352-20 {
  background-color: #41435233 !important;
}
.C-414352-20-text {
  color: #41435233;
}
.C-414352-20-border {
  border-color: #41435233 !important;
}
.C-414352-15 {
  background-color: #41435226 !important;
}
.C-414352-15-text {
  color: #41435226;
}
.C-414352-15-border {
  border-color: #41435226 !important;
}
.C-414352-10 {
  background-color: #4143521A !important;
}
.C-414352-10-text {
  color: #4143521A;
}
.C-414352-10-border {
  border-color: #4143521A !important;
}
.C-414352-5 {
  background-color: #4143520D !important;
}
.C-414352-5-text {
  color: #4143520D;
}
.C-414352-5-border {
  border-color: #4143520D !important;
}
.C-414352-0 {
  background-color: #4143520 !important;
}
.C-414352-0-text {
  color: #4143520;
}
.C-414352-0-border {
  border-color: #4143520 !important;
}
.C-414352 {
  background-color: #414352 !important;
  --btn-background: #414352;
}
.C-414352-text {
  color: #414352;
}
.C-414352-border {
  border-color: #414352 !important;
}
@media (hover: hover) {
  .C-414352-hover-bg:hover {
    background-color: #414352 !important;
  }
}
.C-414352-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-414352-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #414352;
  fill: #414352;
  stroke: #414352;
}
.C-414352-hover-text[papaTarget]:hover.f_targetText {
  color: #414352 !important;
  fill: #414352 !important;
  stroke: #414352 !important;
}
.C-414352-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-414352-hover-text[fHover]:hover {
  color: #414352 !important;
}
.C-414352-after::after,
.C-414352-after::before {
  background-color: #414352;
}
.C-414352-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #414352;
  transition: box-shadow 0.2s;
}
.C-414352100 {
  background-color: #414352 !important;
}
.C-414352100-text {
  color: #414352;
}
.C-414352100-border {
  border-color: #414352;
}
.C-linearGradient-414352100 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435295 {
  background-color: #414352 !important;
}
.C-41435295-text {
  color: #414352;
}
.C-41435295-border {
  border-color: #414352;
}
.C-linearGradient-41435295 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435290 {
  background-color: #414352 !important;
}
.C-41435290-text {
  color: #414352;
}
.C-41435290-border {
  border-color: #414352;
}
.C-linearGradient-41435290 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435285 {
  background-color: #414352 !important;
}
.C-41435285-text {
  color: #414352;
}
.C-41435285-border {
  border-color: #414352;
}
.C-linearGradient-41435285 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435280 {
  background-color: #414352 !important;
}
.C-41435280-text {
  color: #414352;
}
.C-41435280-border {
  border-color: #414352;
}
.C-linearGradient-41435280 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435275 {
  background-color: #414352 !important;
}
.C-41435275-text {
  color: #414352;
}
.C-41435275-border {
  border-color: #414352;
}
.C-linearGradient-41435275 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435270 {
  background-color: #414352 !important;
}
.C-41435270-text {
  color: #414352;
}
.C-41435270-border {
  border-color: #414352;
}
.C-linearGradient-41435270 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435265 {
  background-color: #414352 !important;
}
.C-41435265-text {
  color: #414352;
}
.C-41435265-border {
  border-color: #414352;
}
.C-linearGradient-41435265 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435260 {
  background-color: #414352 !important;
}
.C-41435260-text {
  color: #414352;
}
.C-41435260-border {
  border-color: #414352;
}
.C-linearGradient-41435260 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435255 {
  background-color: #414352 !important;
}
.C-41435255-text {
  color: #414352;
}
.C-41435255-border {
  border-color: #414352;
}
.C-linearGradient-41435255 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435250 {
  background-color: #414352 !important;
}
.C-41435250-text {
  color: #414352;
}
.C-41435250-border {
  border-color: #414352;
}
.C-linearGradient-41435250 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435245 {
  background-color: #414352 !important;
}
.C-41435245-text {
  color: #414352;
}
.C-41435245-border {
  border-color: #414352;
}
.C-linearGradient-41435245 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435240 {
  background-color: #414352 !important;
}
.C-41435240-text {
  color: #414352;
}
.C-41435240-border {
  border-color: #414352;
}
.C-linearGradient-41435240 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435235 {
  background-color: #414352 !important;
}
.C-41435235-text {
  color: #414352;
}
.C-41435235-border {
  border-color: #414352;
}
.C-linearGradient-41435235 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435230 {
  background-color: #414352 !important;
}
.C-41435230-text {
  color: #414352;
}
.C-41435230-border {
  border-color: #414352;
}
.C-linearGradient-41435230 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435225 {
  background-color: #414352 !important;
}
.C-41435225-text {
  color: #414352;
}
.C-41435225-border {
  border-color: #414352;
}
.C-linearGradient-41435225 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435220 {
  background-color: #414352 !important;
}
.C-41435220-text {
  color: #414352;
}
.C-41435220-border {
  border-color: #414352;
}
.C-linearGradient-41435220 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435215 {
  background-color: #414352 !important;
}
.C-41435215-text {
  color: #414352;
}
.C-41435215-border {
  border-color: #414352;
}
.C-linearGradient-41435215 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-41435210 {
  background-color: #414352 !important;
}
.C-41435210-text {
  color: #414352;
}
.C-41435210-border {
  border-color: #414352;
}
.C-linearGradient-41435210 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-4143525 {
  background-color: #414352 !important;
}
.C-4143525-text {
  color: #414352;
}
.C-4143525-border {
  border-color: #414352;
}
.C-linearGradient-4143525 {
  background-image:
    linear-gradient(
      45deg,
      #414352 0%,
      #414352 99%,
      #414352 100%);
}
.C-4143520 {
  background-color: rgba(65, 67, 82, 0) !important;
}
.C-4143520-text {
  color: rgba(65, 67, 82, 0);
}
.C-4143520-border {
  border-color: rgba(65, 67, 82, 0);
}
.C-linearGradient-4143520 {
  background-image:
    linear-gradient(
      45deg,
      rgba(65, 67, 82, 0) 0%,
      #414352 99%,
      rgba(65, 67, 82, 0) 100%);
}
.C-414352-fill-1 #fill1 {
  fill: #414352;
}
.C-414352-fill-1.onHover:hover #fill1,
.C-414352-fill-1:hover #fill1 {
  fill: #414352;
}
.C-414352-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-414352100-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-414352100-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-414352100-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435295-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435295-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435295-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435290-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435290-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435290-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435285-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435285-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435285-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435280-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435280-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435280-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435275-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435275-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435275-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435270-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435270-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435270-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435265-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435265-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435265-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435260-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435260-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435260-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435255-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435255-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435255-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435250-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435250-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435250-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435245-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435245-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435245-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435240-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435240-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435240-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435235-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435235-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435235-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435230-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435230-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435230-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435225-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435225-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435225-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435220-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435220-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435220-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435215-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435215-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435215-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-41435210-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-41435210-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-41435210-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-4143525-fill-1 #fill1 {
  fill: #414352 !important;
}
.C-4143525-fill-1.onHover:hover #fill1 {
  fill: #414352 !important;
}
.C-4143525-stroke-1 #stroke1 {
  stroke: #414352 !important;
}
.C-4143520-fill-1 #fill1 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-fill-1.onHover:hover #fill1 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-stroke-1 #stroke1 {
  stroke: rgba(65, 67, 82, 0) !important;
}
.C-414352-fill-2 #fill2 {
  fill: #414352;
}
.C-414352-fill-2.onHover:hover #fill2,
.C-414352-fill-2:hover #fill2 {
  fill: #414352;
}
.C-414352-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-414352100-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-414352100-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-414352100-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435295-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435295-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435295-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435290-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435290-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435290-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435285-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435285-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435285-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435280-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435280-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435280-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435275-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435275-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435275-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435270-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435270-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435270-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435265-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435265-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435265-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435260-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435260-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435260-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435255-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435255-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435255-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435250-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435250-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435250-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435245-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435245-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435245-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435240-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435240-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435240-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435235-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435235-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435235-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435230-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435230-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435230-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435225-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435225-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435225-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435220-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435220-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435220-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435215-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435215-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435215-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-41435210-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-41435210-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-41435210-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-4143525-fill-2 #fill2 {
  fill: #414352 !important;
}
.C-4143525-fill-2.onHover:hover #fill2 {
  fill: #414352 !important;
}
.C-4143525-stroke-2 #stroke2 {
  stroke: #414352 !important;
}
.C-4143520-fill-2 #fill2 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-fill-2.onHover:hover #fill2 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-stroke-2 #stroke2 {
  stroke: rgba(65, 67, 82, 0) !important;
}
.C-414352-fill-3 #fill3 {
  fill: #414352;
}
.C-414352-fill-3.onHover:hover #fill3,
.C-414352-fill-3:hover #fill3 {
  fill: #414352;
}
.C-414352-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-414352100-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-414352100-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-414352100-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435295-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435295-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435295-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435290-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435290-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435290-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435285-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435285-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435285-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435280-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435280-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435280-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435275-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435275-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435275-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435270-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435270-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435270-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435265-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435265-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435265-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435260-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435260-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435260-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435255-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435255-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435255-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435250-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435250-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435250-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435245-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435245-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435245-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435240-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435240-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435240-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435235-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435235-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435235-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435230-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435230-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435230-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435225-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435225-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435225-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435220-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435220-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435220-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435215-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435215-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435215-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-41435210-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-41435210-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-41435210-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-4143525-fill-3 #fill3 {
  fill: #414352 !important;
}
.C-4143525-fill-3.onHover:hover #fill3 {
  fill: #414352 !important;
}
.C-4143525-stroke-3 #stroke3 {
  stroke: #414352 !important;
}
.C-4143520-fill-3 #fill3 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-fill-3.onHover:hover #fill3 {
  fill: rgba(65, 67, 82, 0) !important;
}
.C-4143520-stroke-3 #stroke3 {
  stroke: rgba(65, 67, 82, 0) !important;
}
.C-64687A-100 {
  background-color: #64687aFF !important;
}
.C-64687A-100-text {
  color: #64687aFF;
}
.C-64687A-100-border {
  border-color: #64687aFF !important;
}
.C-64687A-95 {
  background-color: #64687aF2 !important;
}
.C-64687A-95-text {
  color: #64687aF2;
}
.C-64687A-95-border {
  border-color: #64687aF2 !important;
}
.C-64687A-90 {
  background-color: #64687aE6 !important;
}
.C-64687A-90-text {
  color: #64687aE6;
}
.C-64687A-90-border {
  border-color: #64687aE6 !important;
}
.C-64687A-85 {
  background-color: #64687aD9 !important;
}
.C-64687A-85-text {
  color: #64687aD9;
}
.C-64687A-85-border {
  border-color: #64687aD9 !important;
}
.C-64687A-80 {
  background-color: #64687aCC !important;
}
.C-64687A-80-text {
  color: #64687aCC;
}
.C-64687A-80-border {
  border-color: #64687aCC !important;
}
.C-64687A-75 {
  background-color: #64687aBF !important;
}
.C-64687A-75-text {
  color: #64687aBF;
}
.C-64687A-75-border {
  border-color: #64687aBF !important;
}
.C-64687A-70 {
  background-color: #64687aB3 !important;
}
.C-64687A-70-text {
  color: #64687aB3;
}
.C-64687A-70-border {
  border-color: #64687aB3 !important;
}
.C-64687A-65 {
  background-color: #64687aA6 !important;
}
.C-64687A-65-text {
  color: #64687aA6;
}
.C-64687A-65-border {
  border-color: #64687aA6 !important;
}
.C-64687A-60 {
  background-color: #64687a99 !important;
}
.C-64687A-60-text {
  color: #64687a99;
}
.C-64687A-60-border {
  border-color: #64687a99 !important;
}
.C-64687A-55 {
  background-color: #64687a8C !important;
}
.C-64687A-55-text {
  color: #64687a8C;
}
.C-64687A-55-border {
  border-color: #64687a8C !important;
}
.C-64687A-50 {
  background-color: #64687a80 !important;
}
.C-64687A-50-text {
  color: #64687a80;
}
.C-64687A-50-border {
  border-color: #64687a80 !important;
}
.C-64687A-45 {
  background-color: #64687a73 !important;
}
.C-64687A-45-text {
  color: #64687a73;
}
.C-64687A-45-border {
  border-color: #64687a73 !important;
}
.C-64687A-40 {
  background-color: #64687a66 !important;
}
.C-64687A-40-text {
  color: #64687a66;
}
.C-64687A-40-border {
  border-color: #64687a66 !important;
}
.C-64687A-35 {
  background-color: #64687a59 !important;
}
.C-64687A-35-text {
  color: #64687a59;
}
.C-64687A-35-border {
  border-color: #64687a59 !important;
}
.C-64687A-30 {
  background-color: #64687a4D !important;
}
.C-64687A-30-text {
  color: #64687a4D;
}
.C-64687A-30-border {
  border-color: #64687a4D !important;
}
.C-64687A-25 {
  background-color: #64687a40 !important;
}
.C-64687A-25-text {
  color: #64687a40;
}
.C-64687A-25-border {
  border-color: #64687a40 !important;
}
.C-64687A-20 {
  background-color: #64687a33 !important;
}
.C-64687A-20-text {
  color: #64687a33;
}
.C-64687A-20-border {
  border-color: #64687a33 !important;
}
.C-64687A-15 {
  background-color: #64687a26 !important;
}
.C-64687A-15-text {
  color: #64687a26;
}
.C-64687A-15-border {
  border-color: #64687a26 !important;
}
.C-64687A-10 {
  background-color: #64687a1A !important;
}
.C-64687A-10-text {
  color: #64687a1A;
}
.C-64687A-10-border {
  border-color: #64687a1A !important;
}
.C-64687A-5 {
  background-color: #64687a0D !important;
}
.C-64687A-5-text {
  color: #64687a0D;
}
.C-64687A-5-border {
  border-color: #64687a0D !important;
}
.C-64687A-0 {
  background-color: #64687a0 !important;
}
.C-64687A-0-text {
  color: #64687a0;
}
.C-64687A-0-border {
  border-color: #64687a0 !important;
}
.C-64687A {
  background-color: #64687a !important;
  --btn-background: #64687a;
}
.C-64687A-text {
  color: #64687a;
}
.C-64687A-border {
  border-color: #64687a !important;
}
@media (hover: hover) {
  .C-64687A-hover-bg:hover {
    background-color: #64687a !important;
  }
}
.C-64687A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-64687A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #64687a;
  fill: #64687a;
  stroke: #64687a;
}
.C-64687A-hover-text[papaTarget]:hover.f_targetText {
  color: #64687a !important;
  fill: #64687a !important;
  stroke: #64687a !important;
}
.C-64687A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-64687A-hover-text[fHover]:hover {
  color: #64687a !important;
}
.C-64687A-after::after,
.C-64687A-after::before {
  background-color: #64687a;
}
.C-64687A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #64687a;
  transition: box-shadow 0.2s;
}
.C-64687A100 {
  background-color: #64687a !important;
}
.C-64687A100-text {
  color: #64687a;
}
.C-64687A100-border {
  border-color: #64687a;
}
.C-linearGradient-64687A100 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A95 {
  background-color: #64687a !important;
}
.C-64687A95-text {
  color: #64687a;
}
.C-64687A95-border {
  border-color: #64687a;
}
.C-linearGradient-64687A95 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A90 {
  background-color: #64687a !important;
}
.C-64687A90-text {
  color: #64687a;
}
.C-64687A90-border {
  border-color: #64687a;
}
.C-linearGradient-64687A90 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A85 {
  background-color: #64687a !important;
}
.C-64687A85-text {
  color: #64687a;
}
.C-64687A85-border {
  border-color: #64687a;
}
.C-linearGradient-64687A85 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A80 {
  background-color: #64687a !important;
}
.C-64687A80-text {
  color: #64687a;
}
.C-64687A80-border {
  border-color: #64687a;
}
.C-linearGradient-64687A80 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A75 {
  background-color: #64687a !important;
}
.C-64687A75-text {
  color: #64687a;
}
.C-64687A75-border {
  border-color: #64687a;
}
.C-linearGradient-64687A75 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A70 {
  background-color: #64687a !important;
}
.C-64687A70-text {
  color: #64687a;
}
.C-64687A70-border {
  border-color: #64687a;
}
.C-linearGradient-64687A70 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A65 {
  background-color: #64687a !important;
}
.C-64687A65-text {
  color: #64687a;
}
.C-64687A65-border {
  border-color: #64687a;
}
.C-linearGradient-64687A65 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A60 {
  background-color: #64687a !important;
}
.C-64687A60-text {
  color: #64687a;
}
.C-64687A60-border {
  border-color: #64687a;
}
.C-linearGradient-64687A60 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A55 {
  background-color: #64687a !important;
}
.C-64687A55-text {
  color: #64687a;
}
.C-64687A55-border {
  border-color: #64687a;
}
.C-linearGradient-64687A55 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A50 {
  background-color: #64687a !important;
}
.C-64687A50-text {
  color: #64687a;
}
.C-64687A50-border {
  border-color: #64687a;
}
.C-linearGradient-64687A50 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A45 {
  background-color: #64687a !important;
}
.C-64687A45-text {
  color: #64687a;
}
.C-64687A45-border {
  border-color: #64687a;
}
.C-linearGradient-64687A45 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A40 {
  background-color: #64687a !important;
}
.C-64687A40-text {
  color: #64687a;
}
.C-64687A40-border {
  border-color: #64687a;
}
.C-linearGradient-64687A40 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A35 {
  background-color: #64687a !important;
}
.C-64687A35-text {
  color: #64687a;
}
.C-64687A35-border {
  border-color: #64687a;
}
.C-linearGradient-64687A35 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A30 {
  background-color: #64687a !important;
}
.C-64687A30-text {
  color: #64687a;
}
.C-64687A30-border {
  border-color: #64687a;
}
.C-linearGradient-64687A30 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A25 {
  background-color: #64687a !important;
}
.C-64687A25-text {
  color: #64687a;
}
.C-64687A25-border {
  border-color: #64687a;
}
.C-linearGradient-64687A25 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A20 {
  background-color: #64687a !important;
}
.C-64687A20-text {
  color: #64687a;
}
.C-64687A20-border {
  border-color: #64687a;
}
.C-linearGradient-64687A20 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A15 {
  background-color: #64687a !important;
}
.C-64687A15-text {
  color: #64687a;
}
.C-64687A15-border {
  border-color: #64687a;
}
.C-linearGradient-64687A15 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A10 {
  background-color: #64687a !important;
}
.C-64687A10-text {
  color: #64687a;
}
.C-64687A10-border {
  border-color: #64687a;
}
.C-linearGradient-64687A10 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A5 {
  background-color: #64687a !important;
}
.C-64687A5-text {
  color: #64687a;
}
.C-64687A5-border {
  border-color: #64687a;
}
.C-linearGradient-64687A5 {
  background-image:
    linear-gradient(
      45deg,
      #64687a 0%,
      #64687a 99%,
      #64687a 100%);
}
.C-64687A0 {
  background-color: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-text {
  color: rgba(100, 104, 122, 0);
}
.C-64687A0-border {
  border-color: rgba(100, 104, 122, 0);
}
.C-linearGradient-64687A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(100, 104, 122, 0) 0%,
      #64687a 99%,
      rgba(100, 104, 122, 0) 100%);
}
.C-64687A-fill-1 #fill1 {
  fill: #64687a;
}
.C-64687A-fill-1.onHover:hover #fill1,
.C-64687A-fill-1:hover #fill1 {
  fill: #64687a;
}
.C-64687A-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A100-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A100-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A100-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A95-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A95-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A95-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A90-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A90-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A90-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A85-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A85-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A85-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A80-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A80-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A80-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A75-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A75-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A75-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A70-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A70-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A70-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A65-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A65-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A65-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A60-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A60-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A60-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A55-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A55-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A55-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A50-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A50-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A50-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A45-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A45-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A45-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A40-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A40-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A40-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A35-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A35-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A35-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A30-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A30-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A30-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A25-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A25-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A25-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A20-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A20-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A20-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A15-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A15-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A15-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A10-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A10-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A10-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A5-fill-1 #fill1 {
  fill: #64687a !important;
}
.C-64687A5-fill-1.onHover:hover #fill1 {
  fill: #64687a !important;
}
.C-64687A5-stroke-1 #stroke1 {
  stroke: #64687a !important;
}
.C-64687A0-fill-1 #fill1 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-fill-1.onHover:hover #fill1 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-stroke-1 #stroke1 {
  stroke: rgba(100, 104, 122, 0) !important;
}
.C-64687A-fill-2 #fill2 {
  fill: #64687a;
}
.C-64687A-fill-2.onHover:hover #fill2,
.C-64687A-fill-2:hover #fill2 {
  fill: #64687a;
}
.C-64687A-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A100-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A100-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A100-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A95-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A95-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A95-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A90-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A90-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A90-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A85-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A85-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A85-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A80-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A80-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A80-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A75-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A75-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A75-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A70-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A70-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A70-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A65-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A65-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A65-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A60-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A60-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A60-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A55-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A55-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A55-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A50-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A50-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A50-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A45-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A45-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A45-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A40-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A40-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A40-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A35-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A35-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A35-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A30-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A30-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A30-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A25-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A25-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A25-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A20-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A20-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A20-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A15-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A15-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A15-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A10-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A10-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A10-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A5-fill-2 #fill2 {
  fill: #64687a !important;
}
.C-64687A5-fill-2.onHover:hover #fill2 {
  fill: #64687a !important;
}
.C-64687A5-stroke-2 #stroke2 {
  stroke: #64687a !important;
}
.C-64687A0-fill-2 #fill2 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-fill-2.onHover:hover #fill2 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-stroke-2 #stroke2 {
  stroke: rgba(100, 104, 122, 0) !important;
}
.C-64687A-fill-3 #fill3 {
  fill: #64687a;
}
.C-64687A-fill-3.onHover:hover #fill3,
.C-64687A-fill-3:hover #fill3 {
  fill: #64687a;
}
.C-64687A-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A100-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A100-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A100-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A95-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A95-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A95-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A90-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A90-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A90-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A85-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A85-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A85-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A80-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A80-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A80-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A75-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A75-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A75-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A70-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A70-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A70-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A65-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A65-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A65-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A60-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A60-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A60-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A55-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A55-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A55-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A50-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A50-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A50-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A45-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A45-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A45-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A40-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A40-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A40-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A35-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A35-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A35-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A30-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A30-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A30-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A25-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A25-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A25-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A20-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A20-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A20-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A15-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A15-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A15-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A10-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A10-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A10-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A5-fill-3 #fill3 {
  fill: #64687a !important;
}
.C-64687A5-fill-3.onHover:hover #fill3 {
  fill: #64687a !important;
}
.C-64687A5-stroke-3 #stroke3 {
  stroke: #64687a !important;
}
.C-64687A0-fill-3 #fill3 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-fill-3.onHover:hover #fill3 {
  fill: rgba(100, 104, 122, 0) !important;
}
.C-64687A0-stroke-3 #stroke3 {
  stroke: rgba(100, 104, 122, 0) !important;
}
.C-92A77B-100 {
  background-color: #92a77bFF !important;
}
.C-92A77B-100-text {
  color: #92a77bFF;
}
.C-92A77B-100-border {
  border-color: #92a77bFF !important;
}
.C-92A77B-95 {
  background-color: #92a77bF2 !important;
}
.C-92A77B-95-text {
  color: #92a77bF2;
}
.C-92A77B-95-border {
  border-color: #92a77bF2 !important;
}
.C-92A77B-90 {
  background-color: #92a77bE6 !important;
}
.C-92A77B-90-text {
  color: #92a77bE6;
}
.C-92A77B-90-border {
  border-color: #92a77bE6 !important;
}
.C-92A77B-85 {
  background-color: #92a77bD9 !important;
}
.C-92A77B-85-text {
  color: #92a77bD9;
}
.C-92A77B-85-border {
  border-color: #92a77bD9 !important;
}
.C-92A77B-80 {
  background-color: #92a77bCC !important;
}
.C-92A77B-80-text {
  color: #92a77bCC;
}
.C-92A77B-80-border {
  border-color: #92a77bCC !important;
}
.C-92A77B-75 {
  background-color: #92a77bBF !important;
}
.C-92A77B-75-text {
  color: #92a77bBF;
}
.C-92A77B-75-border {
  border-color: #92a77bBF !important;
}
.C-92A77B-70 {
  background-color: #92a77bB3 !important;
}
.C-92A77B-70-text {
  color: #92a77bB3;
}
.C-92A77B-70-border {
  border-color: #92a77bB3 !important;
}
.C-92A77B-65 {
  background-color: #92a77bA6 !important;
}
.C-92A77B-65-text {
  color: #92a77bA6;
}
.C-92A77B-65-border {
  border-color: #92a77bA6 !important;
}
.C-92A77B-60 {
  background-color: #92a77b99 !important;
}
.C-92A77B-60-text {
  color: #92a77b99;
}
.C-92A77B-60-border {
  border-color: #92a77b99 !important;
}
.C-92A77B-55 {
  background-color: #92a77b8C !important;
}
.C-92A77B-55-text {
  color: #92a77b8C;
}
.C-92A77B-55-border {
  border-color: #92a77b8C !important;
}
.C-92A77B-50 {
  background-color: #92a77b80 !important;
}
.C-92A77B-50-text {
  color: #92a77b80;
}
.C-92A77B-50-border {
  border-color: #92a77b80 !important;
}
.C-92A77B-45 {
  background-color: #92a77b73 !important;
}
.C-92A77B-45-text {
  color: #92a77b73;
}
.C-92A77B-45-border {
  border-color: #92a77b73 !important;
}
.C-92A77B-40 {
  background-color: #92a77b66 !important;
}
.C-92A77B-40-text {
  color: #92a77b66;
}
.C-92A77B-40-border {
  border-color: #92a77b66 !important;
}
.C-92A77B-35 {
  background-color: #92a77b59 !important;
}
.C-92A77B-35-text {
  color: #92a77b59;
}
.C-92A77B-35-border {
  border-color: #92a77b59 !important;
}
.C-92A77B-30 {
  background-color: #92a77b4D !important;
}
.C-92A77B-30-text {
  color: #92a77b4D;
}
.C-92A77B-30-border {
  border-color: #92a77b4D !important;
}
.C-92A77B-25 {
  background-color: #92a77b40 !important;
}
.C-92A77B-25-text {
  color: #92a77b40;
}
.C-92A77B-25-border {
  border-color: #92a77b40 !important;
}
.C-92A77B-20 {
  background-color: #92a77b33 !important;
}
.C-92A77B-20-text {
  color: #92a77b33;
}
.C-92A77B-20-border {
  border-color: #92a77b33 !important;
}
.C-92A77B-15 {
  background-color: #92a77b26 !important;
}
.C-92A77B-15-text {
  color: #92a77b26;
}
.C-92A77B-15-border {
  border-color: #92a77b26 !important;
}
.C-92A77B-10 {
  background-color: #92a77b1A !important;
}
.C-92A77B-10-text {
  color: #92a77b1A;
}
.C-92A77B-10-border {
  border-color: #92a77b1A !important;
}
.C-92A77B-5 {
  background-color: #92a77b0D !important;
}
.C-92A77B-5-text {
  color: #92a77b0D;
}
.C-92A77B-5-border {
  border-color: #92a77b0D !important;
}
.C-92A77B-0 {
  background-color: #92a77b0 !important;
}
.C-92A77B-0-text {
  color: #92a77b0;
}
.C-92A77B-0-border {
  border-color: #92a77b0 !important;
}
.C-92A77B {
  background-color: #92a77b !important;
  --btn-background: #92a77b;
}
.C-92A77B-text {
  color: #92a77b;
}
.C-92A77B-border {
  border-color: #92a77b !important;
}
@media (hover: hover) {
  .C-92A77B-hover-bg:hover {
    background-color: #92a77b !important;
  }
}
.C-92A77B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-92A77B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #92a77b;
  fill: #92a77b;
  stroke: #92a77b;
}
.C-92A77B-hover-text[papaTarget]:hover.f_targetText {
  color: #92a77b !important;
  fill: #92a77b !important;
  stroke: #92a77b !important;
}
.C-92A77B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-92A77B-hover-text[fHover]:hover {
  color: #92a77b !important;
}
.C-92A77B-after::after,
.C-92A77B-after::before {
  background-color: #92a77b;
}
.C-92A77B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #92a77b;
  transition: box-shadow 0.2s;
}
.C-92A77B100 {
  background-color: #92a77b !important;
}
.C-92A77B100-text {
  color: #92a77b;
}
.C-92A77B100-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B100 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B95 {
  background-color: #92a77b !important;
}
.C-92A77B95-text {
  color: #92a77b;
}
.C-92A77B95-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B95 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B90 {
  background-color: #92a77b !important;
}
.C-92A77B90-text {
  color: #92a77b;
}
.C-92A77B90-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B90 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B85 {
  background-color: #92a77b !important;
}
.C-92A77B85-text {
  color: #92a77b;
}
.C-92A77B85-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B85 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B80 {
  background-color: #92a77b !important;
}
.C-92A77B80-text {
  color: #92a77b;
}
.C-92A77B80-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B80 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B75 {
  background-color: #92a77b !important;
}
.C-92A77B75-text {
  color: #92a77b;
}
.C-92A77B75-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B75 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B70 {
  background-color: #92a77b !important;
}
.C-92A77B70-text {
  color: #92a77b;
}
.C-92A77B70-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B70 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B65 {
  background-color: #92a77b !important;
}
.C-92A77B65-text {
  color: #92a77b;
}
.C-92A77B65-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B65 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B60 {
  background-color: #92a77b !important;
}
.C-92A77B60-text {
  color: #92a77b;
}
.C-92A77B60-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B60 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B55 {
  background-color: #92a77b !important;
}
.C-92A77B55-text {
  color: #92a77b;
}
.C-92A77B55-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B55 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B50 {
  background-color: #92a77b !important;
}
.C-92A77B50-text {
  color: #92a77b;
}
.C-92A77B50-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B50 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B45 {
  background-color: #92a77b !important;
}
.C-92A77B45-text {
  color: #92a77b;
}
.C-92A77B45-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B45 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B40 {
  background-color: #92a77b !important;
}
.C-92A77B40-text {
  color: #92a77b;
}
.C-92A77B40-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B40 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B35 {
  background-color: #92a77b !important;
}
.C-92A77B35-text {
  color: #92a77b;
}
.C-92A77B35-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B35 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B30 {
  background-color: #92a77b !important;
}
.C-92A77B30-text {
  color: #92a77b;
}
.C-92A77B30-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B30 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B25 {
  background-color: #92a77b !important;
}
.C-92A77B25-text {
  color: #92a77b;
}
.C-92A77B25-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B25 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B20 {
  background-color: #92a77b !important;
}
.C-92A77B20-text {
  color: #92a77b;
}
.C-92A77B20-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B20 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B15 {
  background-color: #92a77b !important;
}
.C-92A77B15-text {
  color: #92a77b;
}
.C-92A77B15-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B15 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B10 {
  background-color: #92a77b !important;
}
.C-92A77B10-text {
  color: #92a77b;
}
.C-92A77B10-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B10 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B5 {
  background-color: #92a77b !important;
}
.C-92A77B5-text {
  color: #92a77b;
}
.C-92A77B5-border {
  border-color: #92a77b;
}
.C-linearGradient-92A77B5 {
  background-image:
    linear-gradient(
      45deg,
      #92a77b 0%,
      #92a77b 99%,
      #92a77b 100%);
}
.C-92A77B0 {
  background-color: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-text {
  color: rgba(146, 167, 123, 0);
}
.C-92A77B0-border {
  border-color: rgba(146, 167, 123, 0);
}
.C-linearGradient-92A77B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(146, 167, 123, 0) 0%,
      #92a77b 99%,
      rgba(146, 167, 123, 0) 100%);
}
.C-92A77B-fill-1 #fill1 {
  fill: #92a77b;
}
.C-92A77B-fill-1.onHover:hover #fill1,
.C-92A77B-fill-1:hover #fill1 {
  fill: #92a77b;
}
.C-92A77B-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B100-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B100-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B100-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B95-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B95-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B95-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B90-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B90-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B90-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B85-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B85-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B85-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B80-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B80-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B80-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B75-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B75-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B75-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B70-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B70-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B70-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B65-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B65-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B65-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B60-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B60-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B60-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B55-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B55-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B55-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B50-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B50-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B50-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B45-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B45-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B45-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B40-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B40-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B40-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B35-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B35-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B35-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B30-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B30-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B30-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B25-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B25-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B25-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B20-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B20-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B20-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B15-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B15-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B15-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B10-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B10-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B10-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B5-fill-1 #fill1 {
  fill: #92a77b !important;
}
.C-92A77B5-fill-1.onHover:hover #fill1 {
  fill: #92a77b !important;
}
.C-92A77B5-stroke-1 #stroke1 {
  stroke: #92a77b !important;
}
.C-92A77B0-fill-1 #fill1 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-fill-1.onHover:hover #fill1 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-stroke-1 #stroke1 {
  stroke: rgba(146, 167, 123, 0) !important;
}
.C-92A77B-fill-2 #fill2 {
  fill: #92a77b;
}
.C-92A77B-fill-2.onHover:hover #fill2,
.C-92A77B-fill-2:hover #fill2 {
  fill: #92a77b;
}
.C-92A77B-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B100-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B100-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B100-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B95-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B95-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B95-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B90-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B90-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B90-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B85-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B85-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B85-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B80-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B80-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B80-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B75-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B75-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B75-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B70-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B70-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B70-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B65-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B65-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B65-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B60-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B60-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B60-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B55-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B55-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B55-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B50-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B50-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B50-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B45-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B45-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B45-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B40-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B40-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B40-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B35-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B35-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B35-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B30-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B30-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B30-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B25-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B25-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B25-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B20-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B20-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B20-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B15-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B15-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B15-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B10-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B10-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B10-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B5-fill-2 #fill2 {
  fill: #92a77b !important;
}
.C-92A77B5-fill-2.onHover:hover #fill2 {
  fill: #92a77b !important;
}
.C-92A77B5-stroke-2 #stroke2 {
  stroke: #92a77b !important;
}
.C-92A77B0-fill-2 #fill2 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-fill-2.onHover:hover #fill2 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-stroke-2 #stroke2 {
  stroke: rgba(146, 167, 123, 0) !important;
}
.C-92A77B-fill-3 #fill3 {
  fill: #92a77b;
}
.C-92A77B-fill-3.onHover:hover #fill3,
.C-92A77B-fill-3:hover #fill3 {
  fill: #92a77b;
}
.C-92A77B-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B100-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B100-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B100-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B95-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B95-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B95-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B90-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B90-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B90-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B85-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B85-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B85-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B80-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B80-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B80-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B75-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B75-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B75-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B70-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B70-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B70-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B65-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B65-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B65-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B60-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B60-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B60-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B55-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B55-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B55-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B50-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B50-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B50-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B45-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B45-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B45-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B40-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B40-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B40-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B35-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B35-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B35-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B30-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B30-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B30-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B25-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B25-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B25-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B20-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B20-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B20-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B15-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B15-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B15-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B10-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B10-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B10-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B5-fill-3 #fill3 {
  fill: #92a77b !important;
}
.C-92A77B5-fill-3.onHover:hover #fill3 {
  fill: #92a77b !important;
}
.C-92A77B5-stroke-3 #stroke3 {
  stroke: #92a77b !important;
}
.C-92A77B0-fill-3 #fill3 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-fill-3.onHover:hover #fill3 {
  fill: rgba(146, 167, 123, 0) !important;
}
.C-92A77B0-stroke-3 #stroke3 {
  stroke: rgba(146, 167, 123, 0) !important;
}
.C-758A63-100 {
  background-color: #758a63FF !important;
}
.C-758A63-100-text {
  color: #758a63FF;
}
.C-758A63-100-border {
  border-color: #758a63FF !important;
}
.C-758A63-95 {
  background-color: #758a63F2 !important;
}
.C-758A63-95-text {
  color: #758a63F2;
}
.C-758A63-95-border {
  border-color: #758a63F2 !important;
}
.C-758A63-90 {
  background-color: #758a63E6 !important;
}
.C-758A63-90-text {
  color: #758a63E6;
}
.C-758A63-90-border {
  border-color: #758a63E6 !important;
}
.C-758A63-85 {
  background-color: #758a63D9 !important;
}
.C-758A63-85-text {
  color: #758a63D9;
}
.C-758A63-85-border {
  border-color: #758a63D9 !important;
}
.C-758A63-80 {
  background-color: #758a63CC !important;
}
.C-758A63-80-text {
  color: #758a63CC;
}
.C-758A63-80-border {
  border-color: #758a63CC !important;
}
.C-758A63-75 {
  background-color: #758a63BF !important;
}
.C-758A63-75-text {
  color: #758a63BF;
}
.C-758A63-75-border {
  border-color: #758a63BF !important;
}
.C-758A63-70 {
  background-color: #758a63B3 !important;
}
.C-758A63-70-text {
  color: #758a63B3;
}
.C-758A63-70-border {
  border-color: #758a63B3 !important;
}
.C-758A63-65 {
  background-color: #758a63A6 !important;
}
.C-758A63-65-text {
  color: #758a63A6;
}
.C-758A63-65-border {
  border-color: #758a63A6 !important;
}
.C-758A63-60 {
  background-color: #758a6399 !important;
}
.C-758A63-60-text {
  color: #758a6399;
}
.C-758A63-60-border {
  border-color: #758a6399 !important;
}
.C-758A63-55 {
  background-color: #758a638C !important;
}
.C-758A63-55-text {
  color: #758a638C;
}
.C-758A63-55-border {
  border-color: #758a638C !important;
}
.C-758A63-50 {
  background-color: #758a6380 !important;
}
.C-758A63-50-text {
  color: #758a6380;
}
.C-758A63-50-border {
  border-color: #758a6380 !important;
}
.C-758A63-45 {
  background-color: #758a6373 !important;
}
.C-758A63-45-text {
  color: #758a6373;
}
.C-758A63-45-border {
  border-color: #758a6373 !important;
}
.C-758A63-40 {
  background-color: #758a6366 !important;
}
.C-758A63-40-text {
  color: #758a6366;
}
.C-758A63-40-border {
  border-color: #758a6366 !important;
}
.C-758A63-35 {
  background-color: #758a6359 !important;
}
.C-758A63-35-text {
  color: #758a6359;
}
.C-758A63-35-border {
  border-color: #758a6359 !important;
}
.C-758A63-30 {
  background-color: #758a634D !important;
}
.C-758A63-30-text {
  color: #758a634D;
}
.C-758A63-30-border {
  border-color: #758a634D !important;
}
.C-758A63-25 {
  background-color: #758a6340 !important;
}
.C-758A63-25-text {
  color: #758a6340;
}
.C-758A63-25-border {
  border-color: #758a6340 !important;
}
.C-758A63-20 {
  background-color: #758a6333 !important;
}
.C-758A63-20-text {
  color: #758a6333;
}
.C-758A63-20-border {
  border-color: #758a6333 !important;
}
.C-758A63-15 {
  background-color: #758a6326 !important;
}
.C-758A63-15-text {
  color: #758a6326;
}
.C-758A63-15-border {
  border-color: #758a6326 !important;
}
.C-758A63-10 {
  background-color: #758a631A !important;
}
.C-758A63-10-text {
  color: #758a631A;
}
.C-758A63-10-border {
  border-color: #758a631A !important;
}
.C-758A63-5 {
  background-color: #758a630D !important;
}
.C-758A63-5-text {
  color: #758a630D;
}
.C-758A63-5-border {
  border-color: #758a630D !important;
}
.C-758A63-0 {
  background-color: #758a630 !important;
}
.C-758A63-0-text {
  color: #758a630;
}
.C-758A63-0-border {
  border-color: #758a630 !important;
}
.C-758A63 {
  background-color: #758a63 !important;
  --btn-background: #758a63;
}
.C-758A63-text {
  color: #758a63;
}
.C-758A63-border {
  border-color: #758a63 !important;
}
@media (hover: hover) {
  .C-758A63-hover-bg:hover {
    background-color: #758a63 !important;
  }
}
.C-758A63-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-758A63-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #758a63;
  fill: #758a63;
  stroke: #758a63;
}
.C-758A63-hover-text[papaTarget]:hover.f_targetText {
  color: #758a63 !important;
  fill: #758a63 !important;
  stroke: #758a63 !important;
}
.C-758A63-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-758A63-hover-text[fHover]:hover {
  color: #758a63 !important;
}
.C-758A63-after::after,
.C-758A63-after::before {
  background-color: #758a63;
}
.C-758A63-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #758a63;
  transition: box-shadow 0.2s;
}
.C-758A63100 {
  background-color: #758a63 !important;
}
.C-758A63100-text {
  color: #758a63;
}
.C-758A63100-border {
  border-color: #758a63;
}
.C-linearGradient-758A63100 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6395 {
  background-color: #758a63 !important;
}
.C-758A6395-text {
  color: #758a63;
}
.C-758A6395-border {
  border-color: #758a63;
}
.C-linearGradient-758A6395 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6390 {
  background-color: #758a63 !important;
}
.C-758A6390-text {
  color: #758a63;
}
.C-758A6390-border {
  border-color: #758a63;
}
.C-linearGradient-758A6390 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6385 {
  background-color: #758a63 !important;
}
.C-758A6385-text {
  color: #758a63;
}
.C-758A6385-border {
  border-color: #758a63;
}
.C-linearGradient-758A6385 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6380 {
  background-color: #758a63 !important;
}
.C-758A6380-text {
  color: #758a63;
}
.C-758A6380-border {
  border-color: #758a63;
}
.C-linearGradient-758A6380 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6375 {
  background-color: #758a63 !important;
}
.C-758A6375-text {
  color: #758a63;
}
.C-758A6375-border {
  border-color: #758a63;
}
.C-linearGradient-758A6375 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6370 {
  background-color: #758a63 !important;
}
.C-758A6370-text {
  color: #758a63;
}
.C-758A6370-border {
  border-color: #758a63;
}
.C-linearGradient-758A6370 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6365 {
  background-color: #758a63 !important;
}
.C-758A6365-text {
  color: #758a63;
}
.C-758A6365-border {
  border-color: #758a63;
}
.C-linearGradient-758A6365 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6360 {
  background-color: #758a63 !important;
}
.C-758A6360-text {
  color: #758a63;
}
.C-758A6360-border {
  border-color: #758a63;
}
.C-linearGradient-758A6360 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6355 {
  background-color: #758a63 !important;
}
.C-758A6355-text {
  color: #758a63;
}
.C-758A6355-border {
  border-color: #758a63;
}
.C-linearGradient-758A6355 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6350 {
  background-color: #758a63 !important;
}
.C-758A6350-text {
  color: #758a63;
}
.C-758A6350-border {
  border-color: #758a63;
}
.C-linearGradient-758A6350 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6345 {
  background-color: #758a63 !important;
}
.C-758A6345-text {
  color: #758a63;
}
.C-758A6345-border {
  border-color: #758a63;
}
.C-linearGradient-758A6345 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6340 {
  background-color: #758a63 !important;
}
.C-758A6340-text {
  color: #758a63;
}
.C-758A6340-border {
  border-color: #758a63;
}
.C-linearGradient-758A6340 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6335 {
  background-color: #758a63 !important;
}
.C-758A6335-text {
  color: #758a63;
}
.C-758A6335-border {
  border-color: #758a63;
}
.C-linearGradient-758A6335 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6330 {
  background-color: #758a63 !important;
}
.C-758A6330-text {
  color: #758a63;
}
.C-758A6330-border {
  border-color: #758a63;
}
.C-linearGradient-758A6330 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6325 {
  background-color: #758a63 !important;
}
.C-758A6325-text {
  color: #758a63;
}
.C-758A6325-border {
  border-color: #758a63;
}
.C-linearGradient-758A6325 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6320 {
  background-color: #758a63 !important;
}
.C-758A6320-text {
  color: #758a63;
}
.C-758A6320-border {
  border-color: #758a63;
}
.C-linearGradient-758A6320 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6315 {
  background-color: #758a63 !important;
}
.C-758A6315-text {
  color: #758a63;
}
.C-758A6315-border {
  border-color: #758a63;
}
.C-linearGradient-758A6315 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A6310 {
  background-color: #758a63 !important;
}
.C-758A6310-text {
  color: #758a63;
}
.C-758A6310-border {
  border-color: #758a63;
}
.C-linearGradient-758A6310 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A635 {
  background-color: #758a63 !important;
}
.C-758A635-text {
  color: #758a63;
}
.C-758A635-border {
  border-color: #758a63;
}
.C-linearGradient-758A635 {
  background-image:
    linear-gradient(
      45deg,
      #758a63 0%,
      #758a63 99%,
      #758a63 100%);
}
.C-758A630 {
  background-color: rgba(117, 138, 99, 0) !important;
}
.C-758A630-text {
  color: rgba(117, 138, 99, 0);
}
.C-758A630-border {
  border-color: rgba(117, 138, 99, 0);
}
.C-linearGradient-758A630 {
  background-image:
    linear-gradient(
      45deg,
      rgba(117, 138, 99, 0) 0%,
      #758a63 99%,
      rgba(117, 138, 99, 0) 100%);
}
.C-758A63-fill-1 #fill1 {
  fill: #758a63;
}
.C-758A63-fill-1.onHover:hover #fill1,
.C-758A63-fill-1:hover #fill1 {
  fill: #758a63;
}
.C-758A63-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A63100-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A63100-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A63100-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6395-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6395-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6395-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6390-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6390-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6390-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6385-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6385-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6385-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6380-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6380-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6380-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6375-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6375-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6375-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6370-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6370-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6370-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6365-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6365-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6365-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6360-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6360-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6360-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6355-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6355-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6355-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6350-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6350-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6350-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6345-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6345-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6345-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6340-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6340-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6340-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6335-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6335-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6335-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6330-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6330-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6330-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6325-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6325-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6325-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6320-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6320-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6320-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6315-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6315-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6315-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A6310-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A6310-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A6310-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A635-fill-1 #fill1 {
  fill: #758a63 !important;
}
.C-758A635-fill-1.onHover:hover #fill1 {
  fill: #758a63 !important;
}
.C-758A635-stroke-1 #stroke1 {
  stroke: #758a63 !important;
}
.C-758A630-fill-1 #fill1 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-fill-1.onHover:hover #fill1 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-stroke-1 #stroke1 {
  stroke: rgba(117, 138, 99, 0) !important;
}
.C-758A63-fill-2 #fill2 {
  fill: #758a63;
}
.C-758A63-fill-2.onHover:hover #fill2,
.C-758A63-fill-2:hover #fill2 {
  fill: #758a63;
}
.C-758A63-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A63100-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A63100-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A63100-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6395-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6395-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6395-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6390-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6390-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6390-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6385-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6385-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6385-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6380-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6380-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6380-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6375-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6375-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6375-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6370-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6370-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6370-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6365-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6365-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6365-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6360-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6360-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6360-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6355-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6355-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6355-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6350-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6350-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6350-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6345-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6345-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6345-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6340-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6340-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6340-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6335-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6335-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6335-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6330-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6330-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6330-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6325-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6325-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6325-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6320-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6320-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6320-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6315-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6315-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6315-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A6310-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A6310-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A6310-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A635-fill-2 #fill2 {
  fill: #758a63 !important;
}
.C-758A635-fill-2.onHover:hover #fill2 {
  fill: #758a63 !important;
}
.C-758A635-stroke-2 #stroke2 {
  stroke: #758a63 !important;
}
.C-758A630-fill-2 #fill2 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-fill-2.onHover:hover #fill2 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-stroke-2 #stroke2 {
  stroke: rgba(117, 138, 99, 0) !important;
}
.C-758A63-fill-3 #fill3 {
  fill: #758a63;
}
.C-758A63-fill-3.onHover:hover #fill3,
.C-758A63-fill-3:hover #fill3 {
  fill: #758a63;
}
.C-758A63-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A63100-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A63100-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A63100-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6395-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6395-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6395-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6390-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6390-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6390-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6385-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6385-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6385-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6380-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6380-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6380-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6375-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6375-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6375-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6370-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6370-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6370-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6365-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6365-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6365-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6360-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6360-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6360-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6355-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6355-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6355-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6350-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6350-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6350-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6345-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6345-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6345-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6340-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6340-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6340-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6335-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6335-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6335-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6330-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6330-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6330-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6325-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6325-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6325-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6320-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6320-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6320-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6315-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6315-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6315-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A6310-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A6310-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A6310-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A635-fill-3 #fill3 {
  fill: #758a63 !important;
}
.C-758A635-fill-3.onHover:hover #fill3 {
  fill: #758a63 !important;
}
.C-758A635-stroke-3 #stroke3 {
  stroke: #758a63 !important;
}
.C-758A630-fill-3 #fill3 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-fill-3.onHover:hover #fill3 {
  fill: rgba(117, 138, 99, 0) !important;
}
.C-758A630-stroke-3 #stroke3 {
  stroke: rgba(117, 138, 99, 0) !important;
}
.C-AFC49A-100 {
  background-color: #afc49aFF !important;
}
.C-AFC49A-100-text {
  color: #afc49aFF;
}
.C-AFC49A-100-border {
  border-color: #afc49aFF !important;
}
.C-AFC49A-95 {
  background-color: #afc49aF2 !important;
}
.C-AFC49A-95-text {
  color: #afc49aF2;
}
.C-AFC49A-95-border {
  border-color: #afc49aF2 !important;
}
.C-AFC49A-90 {
  background-color: #afc49aE6 !important;
}
.C-AFC49A-90-text {
  color: #afc49aE6;
}
.C-AFC49A-90-border {
  border-color: #afc49aE6 !important;
}
.C-AFC49A-85 {
  background-color: #afc49aD9 !important;
}
.C-AFC49A-85-text {
  color: #afc49aD9;
}
.C-AFC49A-85-border {
  border-color: #afc49aD9 !important;
}
.C-AFC49A-80 {
  background-color: #afc49aCC !important;
}
.C-AFC49A-80-text {
  color: #afc49aCC;
}
.C-AFC49A-80-border {
  border-color: #afc49aCC !important;
}
.C-AFC49A-75 {
  background-color: #afc49aBF !important;
}
.C-AFC49A-75-text {
  color: #afc49aBF;
}
.C-AFC49A-75-border {
  border-color: #afc49aBF !important;
}
.C-AFC49A-70 {
  background-color: #afc49aB3 !important;
}
.C-AFC49A-70-text {
  color: #afc49aB3;
}
.C-AFC49A-70-border {
  border-color: #afc49aB3 !important;
}
.C-AFC49A-65 {
  background-color: #afc49aA6 !important;
}
.C-AFC49A-65-text {
  color: #afc49aA6;
}
.C-AFC49A-65-border {
  border-color: #afc49aA6 !important;
}
.C-AFC49A-60 {
  background-color: #afc49a99 !important;
}
.C-AFC49A-60-text {
  color: #afc49a99;
}
.C-AFC49A-60-border {
  border-color: #afc49a99 !important;
}
.C-AFC49A-55 {
  background-color: #afc49a8C !important;
}
.C-AFC49A-55-text {
  color: #afc49a8C;
}
.C-AFC49A-55-border {
  border-color: #afc49a8C !important;
}
.C-AFC49A-50 {
  background-color: #afc49a80 !important;
}
.C-AFC49A-50-text {
  color: #afc49a80;
}
.C-AFC49A-50-border {
  border-color: #afc49a80 !important;
}
.C-AFC49A-45 {
  background-color: #afc49a73 !important;
}
.C-AFC49A-45-text {
  color: #afc49a73;
}
.C-AFC49A-45-border {
  border-color: #afc49a73 !important;
}
.C-AFC49A-40 {
  background-color: #afc49a66 !important;
}
.C-AFC49A-40-text {
  color: #afc49a66;
}
.C-AFC49A-40-border {
  border-color: #afc49a66 !important;
}
.C-AFC49A-35 {
  background-color: #afc49a59 !important;
}
.C-AFC49A-35-text {
  color: #afc49a59;
}
.C-AFC49A-35-border {
  border-color: #afc49a59 !important;
}
.C-AFC49A-30 {
  background-color: #afc49a4D !important;
}
.C-AFC49A-30-text {
  color: #afc49a4D;
}
.C-AFC49A-30-border {
  border-color: #afc49a4D !important;
}
.C-AFC49A-25 {
  background-color: #afc49a40 !important;
}
.C-AFC49A-25-text {
  color: #afc49a40;
}
.C-AFC49A-25-border {
  border-color: #afc49a40 !important;
}
.C-AFC49A-20 {
  background-color: #afc49a33 !important;
}
.C-AFC49A-20-text {
  color: #afc49a33;
}
.C-AFC49A-20-border {
  border-color: #afc49a33 !important;
}
.C-AFC49A-15 {
  background-color: #afc49a26 !important;
}
.C-AFC49A-15-text {
  color: #afc49a26;
}
.C-AFC49A-15-border {
  border-color: #afc49a26 !important;
}
.C-AFC49A-10 {
  background-color: #afc49a1A !important;
}
.C-AFC49A-10-text {
  color: #afc49a1A;
}
.C-AFC49A-10-border {
  border-color: #afc49a1A !important;
}
.C-AFC49A-5 {
  background-color: #afc49a0D !important;
}
.C-AFC49A-5-text {
  color: #afc49a0D;
}
.C-AFC49A-5-border {
  border-color: #afc49a0D !important;
}
.C-AFC49A-0 {
  background-color: #afc49a0 !important;
}
.C-AFC49A-0-text {
  color: #afc49a0;
}
.C-AFC49A-0-border {
  border-color: #afc49a0 !important;
}
.C-AFC49A {
  background-color: #afc49a !important;
  --btn-background: #afc49a;
}
.C-AFC49A-text {
  color: #afc49a;
}
.C-AFC49A-border {
  border-color: #afc49a !important;
}
@media (hover: hover) {
  .C-AFC49A-hover-bg:hover {
    background-color: #afc49a !important;
  }
}
.C-AFC49A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AFC49A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #afc49a;
  fill: #afc49a;
  stroke: #afc49a;
}
.C-AFC49A-hover-text[papaTarget]:hover.f_targetText {
  color: #afc49a !important;
  fill: #afc49a !important;
  stroke: #afc49a !important;
}
.C-AFC49A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AFC49A-hover-text[fHover]:hover {
  color: #afc49a !important;
}
.C-AFC49A-after::after,
.C-AFC49A-after::before {
  background-color: #afc49a;
}
.C-AFC49A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #afc49a;
  transition: box-shadow 0.2s;
}
.C-AFC49A100 {
  background-color: #afc49a !important;
}
.C-AFC49A100-text {
  color: #afc49a;
}
.C-AFC49A100-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A100 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A95 {
  background-color: #afc49a !important;
}
.C-AFC49A95-text {
  color: #afc49a;
}
.C-AFC49A95-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A95 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A90 {
  background-color: #afc49a !important;
}
.C-AFC49A90-text {
  color: #afc49a;
}
.C-AFC49A90-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A90 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A85 {
  background-color: #afc49a !important;
}
.C-AFC49A85-text {
  color: #afc49a;
}
.C-AFC49A85-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A85 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A80 {
  background-color: #afc49a !important;
}
.C-AFC49A80-text {
  color: #afc49a;
}
.C-AFC49A80-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A80 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A75 {
  background-color: #afc49a !important;
}
.C-AFC49A75-text {
  color: #afc49a;
}
.C-AFC49A75-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A75 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A70 {
  background-color: #afc49a !important;
}
.C-AFC49A70-text {
  color: #afc49a;
}
.C-AFC49A70-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A70 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A65 {
  background-color: #afc49a !important;
}
.C-AFC49A65-text {
  color: #afc49a;
}
.C-AFC49A65-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A65 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A60 {
  background-color: #afc49a !important;
}
.C-AFC49A60-text {
  color: #afc49a;
}
.C-AFC49A60-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A60 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A55 {
  background-color: #afc49a !important;
}
.C-AFC49A55-text {
  color: #afc49a;
}
.C-AFC49A55-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A55 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A50 {
  background-color: #afc49a !important;
}
.C-AFC49A50-text {
  color: #afc49a;
}
.C-AFC49A50-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A50 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A45 {
  background-color: #afc49a !important;
}
.C-AFC49A45-text {
  color: #afc49a;
}
.C-AFC49A45-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A45 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A40 {
  background-color: #afc49a !important;
}
.C-AFC49A40-text {
  color: #afc49a;
}
.C-AFC49A40-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A40 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A35 {
  background-color: #afc49a !important;
}
.C-AFC49A35-text {
  color: #afc49a;
}
.C-AFC49A35-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A35 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A30 {
  background-color: #afc49a !important;
}
.C-AFC49A30-text {
  color: #afc49a;
}
.C-AFC49A30-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A30 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A25 {
  background-color: #afc49a !important;
}
.C-AFC49A25-text {
  color: #afc49a;
}
.C-AFC49A25-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A25 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A20 {
  background-color: #afc49a !important;
}
.C-AFC49A20-text {
  color: #afc49a;
}
.C-AFC49A20-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A20 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A15 {
  background-color: #afc49a !important;
}
.C-AFC49A15-text {
  color: #afc49a;
}
.C-AFC49A15-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A15 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A10 {
  background-color: #afc49a !important;
}
.C-AFC49A10-text {
  color: #afc49a;
}
.C-AFC49A10-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A10 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A5 {
  background-color: #afc49a !important;
}
.C-AFC49A5-text {
  color: #afc49a;
}
.C-AFC49A5-border {
  border-color: #afc49a;
}
.C-linearGradient-AFC49A5 {
  background-image:
    linear-gradient(
      45deg,
      #afc49a 0%,
      #afc49a 99%,
      #afc49a 100%);
}
.C-AFC49A0 {
  background-color: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-text {
  color: rgba(175, 196, 154, 0);
}
.C-AFC49A0-border {
  border-color: rgba(175, 196, 154, 0);
}
.C-linearGradient-AFC49A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(175, 196, 154, 0) 0%,
      #afc49a 99%,
      rgba(175, 196, 154, 0) 100%);
}
.C-AFC49A-fill-1 #fill1 {
  fill: #afc49a;
}
.C-AFC49A-fill-1.onHover:hover #fill1,
.C-AFC49A-fill-1:hover #fill1 {
  fill: #afc49a;
}
.C-AFC49A-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A100-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A100-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A100-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A95-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A95-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A95-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A90-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A90-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A90-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A85-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A85-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A85-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A80-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A80-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A80-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A75-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A75-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A75-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A70-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A70-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A70-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A65-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A65-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A65-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A60-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A60-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A60-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A55-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A55-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A55-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A50-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A50-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A50-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A45-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A45-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A45-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A40-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A40-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A40-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A35-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A35-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A35-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A30-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A30-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A30-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A25-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A25-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A25-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A20-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A20-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A20-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A15-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A15-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A15-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A10-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A10-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A10-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A5-fill-1 #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A5-fill-1.onHover:hover #fill1 {
  fill: #afc49a !important;
}
.C-AFC49A5-stroke-1 #stroke1 {
  stroke: #afc49a !important;
}
.C-AFC49A0-fill-1 #fill1 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-fill-1.onHover:hover #fill1 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-stroke-1 #stroke1 {
  stroke: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A-fill-2 #fill2 {
  fill: #afc49a;
}
.C-AFC49A-fill-2.onHover:hover #fill2,
.C-AFC49A-fill-2:hover #fill2 {
  fill: #afc49a;
}
.C-AFC49A-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A100-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A100-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A100-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A95-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A95-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A95-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A90-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A90-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A90-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A85-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A85-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A85-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A80-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A80-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A80-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A75-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A75-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A75-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A70-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A70-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A70-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A65-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A65-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A65-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A60-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A60-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A60-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A55-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A55-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A55-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A50-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A50-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A50-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A45-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A45-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A45-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A40-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A40-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A40-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A35-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A35-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A35-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A30-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A30-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A30-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A25-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A25-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A25-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A20-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A20-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A20-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A15-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A15-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A15-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A10-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A10-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A10-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A5-fill-2 #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A5-fill-2.onHover:hover #fill2 {
  fill: #afc49a !important;
}
.C-AFC49A5-stroke-2 #stroke2 {
  stroke: #afc49a !important;
}
.C-AFC49A0-fill-2 #fill2 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-fill-2.onHover:hover #fill2 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-stroke-2 #stroke2 {
  stroke: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A-fill-3 #fill3 {
  fill: #afc49a;
}
.C-AFC49A-fill-3.onHover:hover #fill3,
.C-AFC49A-fill-3:hover #fill3 {
  fill: #afc49a;
}
.C-AFC49A-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A100-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A100-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A100-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A95-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A95-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A95-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A90-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A90-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A90-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A85-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A85-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A85-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A80-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A80-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A80-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A75-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A75-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A75-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A70-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A70-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A70-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A65-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A65-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A65-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A60-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A60-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A60-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A55-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A55-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A55-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A50-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A50-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A50-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A45-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A45-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A45-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A40-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A40-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A40-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A35-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A35-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A35-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A30-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A30-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A30-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A25-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A25-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A25-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A20-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A20-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A20-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A15-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A15-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A15-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A10-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A10-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A10-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A5-fill-3 #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A5-fill-3.onHover:hover #fill3 {
  fill: #afc49a !important;
}
.C-AFC49A5-stroke-3 #stroke3 {
  stroke: #afc49a !important;
}
.C-AFC49A0-fill-3 #fill3 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-fill-3.onHover:hover #fill3 {
  fill: rgba(175, 196, 154, 0) !important;
}
.C-AFC49A0-stroke-3 #stroke3 {
  stroke: rgba(175, 196, 154, 0) !important;
}
.C-153135-100 {
  background-color: #153135FF !important;
}
.C-153135-100-text {
  color: #153135FF;
}
.C-153135-100-border {
  border-color: #153135FF !important;
}
.C-153135-95 {
  background-color: #153135F2 !important;
}
.C-153135-95-text {
  color: #153135F2;
}
.C-153135-95-border {
  border-color: #153135F2 !important;
}
.C-153135-90 {
  background-color: #153135E6 !important;
}
.C-153135-90-text {
  color: #153135E6;
}
.C-153135-90-border {
  border-color: #153135E6 !important;
}
.C-153135-85 {
  background-color: #153135D9 !important;
}
.C-153135-85-text {
  color: #153135D9;
}
.C-153135-85-border {
  border-color: #153135D9 !important;
}
.C-153135-80 {
  background-color: #153135CC !important;
}
.C-153135-80-text {
  color: #153135CC;
}
.C-153135-80-border {
  border-color: #153135CC !important;
}
.C-153135-75 {
  background-color: #153135BF !important;
}
.C-153135-75-text {
  color: #153135BF;
}
.C-153135-75-border {
  border-color: #153135BF !important;
}
.C-153135-70 {
  background-color: #153135B3 !important;
}
.C-153135-70-text {
  color: #153135B3;
}
.C-153135-70-border {
  border-color: #153135B3 !important;
}
.C-153135-65 {
  background-color: #153135A6 !important;
}
.C-153135-65-text {
  color: #153135A6;
}
.C-153135-65-border {
  border-color: #153135A6 !important;
}
.C-153135-60 {
  background-color: #15313599 !important;
}
.C-153135-60-text {
  color: #15313599;
}
.C-153135-60-border {
  border-color: #15313599 !important;
}
.C-153135-55 {
  background-color: #1531358C !important;
}
.C-153135-55-text {
  color: #1531358C;
}
.C-153135-55-border {
  border-color: #1531358C !important;
}
.C-153135-50 {
  background-color: #15313580 !important;
}
.C-153135-50-text {
  color: #15313580;
}
.C-153135-50-border {
  border-color: #15313580 !important;
}
.C-153135-45 {
  background-color: #15313573 !important;
}
.C-153135-45-text {
  color: #15313573;
}
.C-153135-45-border {
  border-color: #15313573 !important;
}
.C-153135-40 {
  background-color: #15313566 !important;
}
.C-153135-40-text {
  color: #15313566;
}
.C-153135-40-border {
  border-color: #15313566 !important;
}
.C-153135-35 {
  background-color: #15313559 !important;
}
.C-153135-35-text {
  color: #15313559;
}
.C-153135-35-border {
  border-color: #15313559 !important;
}
.C-153135-30 {
  background-color: #1531354D !important;
}
.C-153135-30-text {
  color: #1531354D;
}
.C-153135-30-border {
  border-color: #1531354D !important;
}
.C-153135-25 {
  background-color: #15313540 !important;
}
.C-153135-25-text {
  color: #15313540;
}
.C-153135-25-border {
  border-color: #15313540 !important;
}
.C-153135-20 {
  background-color: #15313533 !important;
}
.C-153135-20-text {
  color: #15313533;
}
.C-153135-20-border {
  border-color: #15313533 !important;
}
.C-153135-15 {
  background-color: #15313526 !important;
}
.C-153135-15-text {
  color: #15313526;
}
.C-153135-15-border {
  border-color: #15313526 !important;
}
.C-153135-10 {
  background-color: #1531351A !important;
}
.C-153135-10-text {
  color: #1531351A;
}
.C-153135-10-border {
  border-color: #1531351A !important;
}
.C-153135-5 {
  background-color: #1531350D !important;
}
.C-153135-5-text {
  color: #1531350D;
}
.C-153135-5-border {
  border-color: #1531350D !important;
}
.C-153135-0 {
  background-color: #1531350 !important;
}
.C-153135-0-text {
  color: #1531350;
}
.C-153135-0-border {
  border-color: #1531350 !important;
}
.C-153135 {
  background-color: #153135 !important;
  --btn-background: #153135;
}
.C-153135-text {
  color: #153135;
}
.C-153135-border {
  border-color: #153135 !important;
}
@media (hover: hover) {
  .C-153135-hover-bg:hover {
    background-color: #153135 !important;
  }
}
.C-153135-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-153135-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #153135;
  fill: #153135;
  stroke: #153135;
}
.C-153135-hover-text[papaTarget]:hover.f_targetText {
  color: #153135 !important;
  fill: #153135 !important;
  stroke: #153135 !important;
}
.C-153135-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-153135-hover-text[fHover]:hover {
  color: #153135 !important;
}
.C-153135-after::after,
.C-153135-after::before {
  background-color: #153135;
}
.C-153135-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #153135;
  transition: box-shadow 0.2s;
}
.C-153135100 {
  background-color: #153135 !important;
}
.C-153135100-text {
  color: #153135;
}
.C-153135100-border {
  border-color: #153135;
}
.C-linearGradient-153135100 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313595 {
  background-color: #153135 !important;
}
.C-15313595-text {
  color: #153135;
}
.C-15313595-border {
  border-color: #153135;
}
.C-linearGradient-15313595 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313590 {
  background-color: #153135 !important;
}
.C-15313590-text {
  color: #153135;
}
.C-15313590-border {
  border-color: #153135;
}
.C-linearGradient-15313590 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313585 {
  background-color: #153135 !important;
}
.C-15313585-text {
  color: #153135;
}
.C-15313585-border {
  border-color: #153135;
}
.C-linearGradient-15313585 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313580 {
  background-color: #153135 !important;
}
.C-15313580-text {
  color: #153135;
}
.C-15313580-border {
  border-color: #153135;
}
.C-linearGradient-15313580 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313575 {
  background-color: #153135 !important;
}
.C-15313575-text {
  color: #153135;
}
.C-15313575-border {
  border-color: #153135;
}
.C-linearGradient-15313575 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313570 {
  background-color: #153135 !important;
}
.C-15313570-text {
  color: #153135;
}
.C-15313570-border {
  border-color: #153135;
}
.C-linearGradient-15313570 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313565 {
  background-color: #153135 !important;
}
.C-15313565-text {
  color: #153135;
}
.C-15313565-border {
  border-color: #153135;
}
.C-linearGradient-15313565 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313560 {
  background-color: #153135 !important;
}
.C-15313560-text {
  color: #153135;
}
.C-15313560-border {
  border-color: #153135;
}
.C-linearGradient-15313560 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313555 {
  background-color: #153135 !important;
}
.C-15313555-text {
  color: #153135;
}
.C-15313555-border {
  border-color: #153135;
}
.C-linearGradient-15313555 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313550 {
  background-color: #153135 !important;
}
.C-15313550-text {
  color: #153135;
}
.C-15313550-border {
  border-color: #153135;
}
.C-linearGradient-15313550 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313545 {
  background-color: #153135 !important;
}
.C-15313545-text {
  color: #153135;
}
.C-15313545-border {
  border-color: #153135;
}
.C-linearGradient-15313545 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313540 {
  background-color: #153135 !important;
}
.C-15313540-text {
  color: #153135;
}
.C-15313540-border {
  border-color: #153135;
}
.C-linearGradient-15313540 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313535 {
  background-color: #153135 !important;
}
.C-15313535-text {
  color: #153135;
}
.C-15313535-border {
  border-color: #153135;
}
.C-linearGradient-15313535 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313530 {
  background-color: #153135 !important;
}
.C-15313530-text {
  color: #153135;
}
.C-15313530-border {
  border-color: #153135;
}
.C-linearGradient-15313530 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313525 {
  background-color: #153135 !important;
}
.C-15313525-text {
  color: #153135;
}
.C-15313525-border {
  border-color: #153135;
}
.C-linearGradient-15313525 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313520 {
  background-color: #153135 !important;
}
.C-15313520-text {
  color: #153135;
}
.C-15313520-border {
  border-color: #153135;
}
.C-linearGradient-15313520 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313515 {
  background-color: #153135 !important;
}
.C-15313515-text {
  color: #153135;
}
.C-15313515-border {
  border-color: #153135;
}
.C-linearGradient-15313515 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-15313510 {
  background-color: #153135 !important;
}
.C-15313510-text {
  color: #153135;
}
.C-15313510-border {
  border-color: #153135;
}
.C-linearGradient-15313510 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-1531355 {
  background-color: #153135 !important;
}
.C-1531355-text {
  color: #153135;
}
.C-1531355-border {
  border-color: #153135;
}
.C-linearGradient-1531355 {
  background-image:
    linear-gradient(
      45deg,
      #153135 0%,
      #153135 99%,
      #153135 100%);
}
.C-1531350 {
  background-color: rgba(21, 49, 53, 0) !important;
}
.C-1531350-text {
  color: rgba(21, 49, 53, 0);
}
.C-1531350-border {
  border-color: rgba(21, 49, 53, 0);
}
.C-linearGradient-1531350 {
  background-image:
    linear-gradient(
      45deg,
      rgba(21, 49, 53, 0) 0%,
      #153135 99%,
      rgba(21, 49, 53, 0) 100%);
}
.C-153135-fill-1 #fill1 {
  fill: #153135;
}
.C-153135-fill-1.onHover:hover #fill1,
.C-153135-fill-1:hover #fill1 {
  fill: #153135;
}
.C-153135-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-153135100-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-153135100-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-153135100-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313595-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313595-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313595-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313590-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313590-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313590-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313585-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313585-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313585-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313580-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313580-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313580-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313575-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313575-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313575-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313570-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313570-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313570-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313565-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313565-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313565-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313560-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313560-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313560-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313555-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313555-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313555-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313550-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313550-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313550-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313545-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313545-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313545-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313540-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313540-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313540-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313535-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313535-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313535-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313530-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313530-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313530-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313525-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313525-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313525-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313520-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313520-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313520-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313515-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313515-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313515-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-15313510-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-15313510-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-15313510-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-1531355-fill-1 #fill1 {
  fill: #153135 !important;
}
.C-1531355-fill-1.onHover:hover #fill1 {
  fill: #153135 !important;
}
.C-1531355-stroke-1 #stroke1 {
  stroke: #153135 !important;
}
.C-1531350-fill-1 #fill1 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-fill-1.onHover:hover #fill1 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-stroke-1 #stroke1 {
  stroke: rgba(21, 49, 53, 0) !important;
}
.C-153135-fill-2 #fill2 {
  fill: #153135;
}
.C-153135-fill-2.onHover:hover #fill2,
.C-153135-fill-2:hover #fill2 {
  fill: #153135;
}
.C-153135-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-153135100-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-153135100-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-153135100-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313595-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313595-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313595-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313590-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313590-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313590-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313585-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313585-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313585-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313580-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313580-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313580-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313575-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313575-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313575-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313570-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313570-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313570-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313565-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313565-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313565-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313560-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313560-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313560-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313555-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313555-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313555-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313550-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313550-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313550-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313545-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313545-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313545-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313540-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313540-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313540-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313535-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313535-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313535-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313530-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313530-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313530-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313525-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313525-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313525-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313520-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313520-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313520-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313515-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313515-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313515-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-15313510-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-15313510-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-15313510-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-1531355-fill-2 #fill2 {
  fill: #153135 !important;
}
.C-1531355-fill-2.onHover:hover #fill2 {
  fill: #153135 !important;
}
.C-1531355-stroke-2 #stroke2 {
  stroke: #153135 !important;
}
.C-1531350-fill-2 #fill2 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-fill-2.onHover:hover #fill2 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-stroke-2 #stroke2 {
  stroke: rgba(21, 49, 53, 0) !important;
}
.C-153135-fill-3 #fill3 {
  fill: #153135;
}
.C-153135-fill-3.onHover:hover #fill3,
.C-153135-fill-3:hover #fill3 {
  fill: #153135;
}
.C-153135-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-153135100-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-153135100-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-153135100-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313595-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313595-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313595-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313590-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313590-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313590-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313585-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313585-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313585-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313580-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313580-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313580-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313575-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313575-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313575-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313570-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313570-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313570-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313565-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313565-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313565-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313560-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313560-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313560-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313555-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313555-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313555-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313550-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313550-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313550-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313545-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313545-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313545-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313540-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313540-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313540-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313535-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313535-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313535-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313530-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313530-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313530-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313525-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313525-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313525-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313520-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313520-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313520-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313515-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313515-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313515-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-15313510-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-15313510-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-15313510-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-1531355-fill-3 #fill3 {
  fill: #153135 !important;
}
.C-1531355-fill-3.onHover:hover #fill3 {
  fill: #153135 !important;
}
.C-1531355-stroke-3 #stroke3 {
  stroke: #153135 !important;
}
.C-1531350-fill-3 #fill3 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-fill-3.onHover:hover #fill3 {
  fill: rgba(21, 49, 53, 0) !important;
}
.C-1531350-stroke-3 #stroke3 {
  stroke: rgba(21, 49, 53, 0) !important;
}
.C-A1ABB4-100 {
  background-color: #a1abb4FF !important;
}
.C-A1ABB4-100-text {
  color: #a1abb4FF;
}
.C-A1ABB4-100-border {
  border-color: #a1abb4FF !important;
}
.C-A1ABB4-95 {
  background-color: #a1abb4F2 !important;
}
.C-A1ABB4-95-text {
  color: #a1abb4F2;
}
.C-A1ABB4-95-border {
  border-color: #a1abb4F2 !important;
}
.C-A1ABB4-90 {
  background-color: #a1abb4E6 !important;
}
.C-A1ABB4-90-text {
  color: #a1abb4E6;
}
.C-A1ABB4-90-border {
  border-color: #a1abb4E6 !important;
}
.C-A1ABB4-85 {
  background-color: #a1abb4D9 !important;
}
.C-A1ABB4-85-text {
  color: #a1abb4D9;
}
.C-A1ABB4-85-border {
  border-color: #a1abb4D9 !important;
}
.C-A1ABB4-80 {
  background-color: #a1abb4CC !important;
}
.C-A1ABB4-80-text {
  color: #a1abb4CC;
}
.C-A1ABB4-80-border {
  border-color: #a1abb4CC !important;
}
.C-A1ABB4-75 {
  background-color: #a1abb4BF !important;
}
.C-A1ABB4-75-text {
  color: #a1abb4BF;
}
.C-A1ABB4-75-border {
  border-color: #a1abb4BF !important;
}
.C-A1ABB4-70 {
  background-color: #a1abb4B3 !important;
}
.C-A1ABB4-70-text {
  color: #a1abb4B3;
}
.C-A1ABB4-70-border {
  border-color: #a1abb4B3 !important;
}
.C-A1ABB4-65 {
  background-color: #a1abb4A6 !important;
}
.C-A1ABB4-65-text {
  color: #a1abb4A6;
}
.C-A1ABB4-65-border {
  border-color: #a1abb4A6 !important;
}
.C-A1ABB4-60 {
  background-color: #a1abb499 !important;
}
.C-A1ABB4-60-text {
  color: #a1abb499;
}
.C-A1ABB4-60-border {
  border-color: #a1abb499 !important;
}
.C-A1ABB4-55 {
  background-color: #a1abb48C !important;
}
.C-A1ABB4-55-text {
  color: #a1abb48C;
}
.C-A1ABB4-55-border {
  border-color: #a1abb48C !important;
}
.C-A1ABB4-50 {
  background-color: #a1abb480 !important;
}
.C-A1ABB4-50-text {
  color: #a1abb480;
}
.C-A1ABB4-50-border {
  border-color: #a1abb480 !important;
}
.C-A1ABB4-45 {
  background-color: #a1abb473 !important;
}
.C-A1ABB4-45-text {
  color: #a1abb473;
}
.C-A1ABB4-45-border {
  border-color: #a1abb473 !important;
}
.C-A1ABB4-40 {
  background-color: #a1abb466 !important;
}
.C-A1ABB4-40-text {
  color: #a1abb466;
}
.C-A1ABB4-40-border {
  border-color: #a1abb466 !important;
}
.C-A1ABB4-35 {
  background-color: #a1abb459 !important;
}
.C-A1ABB4-35-text {
  color: #a1abb459;
}
.C-A1ABB4-35-border {
  border-color: #a1abb459 !important;
}
.C-A1ABB4-30 {
  background-color: #a1abb44D !important;
}
.C-A1ABB4-30-text {
  color: #a1abb44D;
}
.C-A1ABB4-30-border {
  border-color: #a1abb44D !important;
}
.C-A1ABB4-25 {
  background-color: #a1abb440 !important;
}
.C-A1ABB4-25-text {
  color: #a1abb440;
}
.C-A1ABB4-25-border {
  border-color: #a1abb440 !important;
}
.C-A1ABB4-20 {
  background-color: #a1abb433 !important;
}
.C-A1ABB4-20-text {
  color: #a1abb433;
}
.C-A1ABB4-20-border {
  border-color: #a1abb433 !important;
}
.C-A1ABB4-15 {
  background-color: #a1abb426 !important;
}
.C-A1ABB4-15-text {
  color: #a1abb426;
}
.C-A1ABB4-15-border {
  border-color: #a1abb426 !important;
}
.C-A1ABB4-10 {
  background-color: #a1abb41A !important;
}
.C-A1ABB4-10-text {
  color: #a1abb41A;
}
.C-A1ABB4-10-border {
  border-color: #a1abb41A !important;
}
.C-A1ABB4-5 {
  background-color: #a1abb40D !important;
}
.C-A1ABB4-5-text {
  color: #a1abb40D;
}
.C-A1ABB4-5-border {
  border-color: #a1abb40D !important;
}
.C-A1ABB4-0 {
  background-color: #a1abb40 !important;
}
.C-A1ABB4-0-text {
  color: #a1abb40;
}
.C-A1ABB4-0-border {
  border-color: #a1abb40 !important;
}
.C-A1ABB4 {
  background-color: #a1abb4 !important;
  --btn-background: #a1abb4;
}
.C-A1ABB4-text {
  color: #a1abb4;
}
.C-A1ABB4-border {
  border-color: #a1abb4 !important;
}
@media (hover: hover) {
  .C-A1ABB4-hover-bg:hover {
    background-color: #a1abb4 !important;
  }
}
.C-A1ABB4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-A1ABB4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #a1abb4;
  fill: #a1abb4;
  stroke: #a1abb4;
}
.C-A1ABB4-hover-text[papaTarget]:hover.f_targetText {
  color: #a1abb4 !important;
  fill: #a1abb4 !important;
  stroke: #a1abb4 !important;
}
.C-A1ABB4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-A1ABB4-hover-text[fHover]:hover {
  color: #a1abb4 !important;
}
.C-A1ABB4-after::after,
.C-A1ABB4-after::before {
  background-color: #a1abb4;
}
.C-A1ABB4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #a1abb4;
  transition: box-shadow 0.2s;
}
.C-A1ABB4100 {
  background-color: #a1abb4 !important;
}
.C-A1ABB4100-text {
  color: #a1abb4;
}
.C-A1ABB4100-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB4100 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB495 {
  background-color: #a1abb4 !important;
}
.C-A1ABB495-text {
  color: #a1abb4;
}
.C-A1ABB495-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB495 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB490 {
  background-color: #a1abb4 !important;
}
.C-A1ABB490-text {
  color: #a1abb4;
}
.C-A1ABB490-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB490 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB485 {
  background-color: #a1abb4 !important;
}
.C-A1ABB485-text {
  color: #a1abb4;
}
.C-A1ABB485-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB485 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB480 {
  background-color: #a1abb4 !important;
}
.C-A1ABB480-text {
  color: #a1abb4;
}
.C-A1ABB480-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB480 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB475 {
  background-color: #a1abb4 !important;
}
.C-A1ABB475-text {
  color: #a1abb4;
}
.C-A1ABB475-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB475 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB470 {
  background-color: #a1abb4 !important;
}
.C-A1ABB470-text {
  color: #a1abb4;
}
.C-A1ABB470-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB470 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB465 {
  background-color: #a1abb4 !important;
}
.C-A1ABB465-text {
  color: #a1abb4;
}
.C-A1ABB465-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB465 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB460 {
  background-color: #a1abb4 !important;
}
.C-A1ABB460-text {
  color: #a1abb4;
}
.C-A1ABB460-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB460 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB455 {
  background-color: #a1abb4 !important;
}
.C-A1ABB455-text {
  color: #a1abb4;
}
.C-A1ABB455-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB455 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB450 {
  background-color: #a1abb4 !important;
}
.C-A1ABB450-text {
  color: #a1abb4;
}
.C-A1ABB450-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB450 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB445 {
  background-color: #a1abb4 !important;
}
.C-A1ABB445-text {
  color: #a1abb4;
}
.C-A1ABB445-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB445 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB440 {
  background-color: #a1abb4 !important;
}
.C-A1ABB440-text {
  color: #a1abb4;
}
.C-A1ABB440-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB440 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB435 {
  background-color: #a1abb4 !important;
}
.C-A1ABB435-text {
  color: #a1abb4;
}
.C-A1ABB435-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB435 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB430 {
  background-color: #a1abb4 !important;
}
.C-A1ABB430-text {
  color: #a1abb4;
}
.C-A1ABB430-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB430 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB425 {
  background-color: #a1abb4 !important;
}
.C-A1ABB425-text {
  color: #a1abb4;
}
.C-A1ABB425-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB425 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB420 {
  background-color: #a1abb4 !important;
}
.C-A1ABB420-text {
  color: #a1abb4;
}
.C-A1ABB420-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB420 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB415 {
  background-color: #a1abb4 !important;
}
.C-A1ABB415-text {
  color: #a1abb4;
}
.C-A1ABB415-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB415 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB410 {
  background-color: #a1abb4 !important;
}
.C-A1ABB410-text {
  color: #a1abb4;
}
.C-A1ABB410-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB410 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB45 {
  background-color: #a1abb4 !important;
}
.C-A1ABB45-text {
  color: #a1abb4;
}
.C-A1ABB45-border {
  border-color: #a1abb4;
}
.C-linearGradient-A1ABB45 {
  background-image:
    linear-gradient(
      45deg,
      #a1abb4 0%,
      #a1abb4 99%,
      #a1abb4 100%);
}
.C-A1ABB40 {
  background-color: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-text {
  color: rgba(161, 171, 180, 0);
}
.C-A1ABB40-border {
  border-color: rgba(161, 171, 180, 0);
}
.C-linearGradient-A1ABB40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(161, 171, 180, 0) 0%,
      #a1abb4 99%,
      rgba(161, 171, 180, 0) 100%);
}
.C-A1ABB4-fill-1 #fill1 {
  fill: #a1abb4;
}
.C-A1ABB4-fill-1.onHover:hover #fill1,
.C-A1ABB4-fill-1:hover #fill1 {
  fill: #a1abb4;
}
.C-A1ABB4-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB4100-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB495-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB490-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB485-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB480-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB475-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB470-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB465-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB460-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB455-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB450-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB445-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB440-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB435-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB430-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB425-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB420-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB415-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB410-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB45-fill-1 #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-fill-1.onHover:hover #fill1 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-stroke-1 #stroke1 {
  stroke: #a1abb4 !important;
}
.C-A1ABB40-fill-1 #fill1 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-fill-1.onHover:hover #fill1 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-stroke-1 #stroke1 {
  stroke: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB4-fill-2 #fill2 {
  fill: #a1abb4;
}
.C-A1ABB4-fill-2.onHover:hover #fill2,
.C-A1ABB4-fill-2:hover #fill2 {
  fill: #a1abb4;
}
.C-A1ABB4-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB4100-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB495-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB490-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB485-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB480-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB475-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB470-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB465-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB460-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB455-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB450-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB445-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB440-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB435-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB430-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB425-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB420-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB415-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB410-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB45-fill-2 #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-fill-2.onHover:hover #fill2 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-stroke-2 #stroke2 {
  stroke: #a1abb4 !important;
}
.C-A1ABB40-fill-2 #fill2 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-fill-2.onHover:hover #fill2 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-stroke-2 #stroke2 {
  stroke: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB4-fill-3 #fill3 {
  fill: #a1abb4;
}
.C-A1ABB4-fill-3.onHover:hover #fill3,
.C-A1ABB4-fill-3:hover #fill3 {
  fill: #a1abb4;
}
.C-A1ABB4-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB4100-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB4100-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB495-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB495-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB490-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB490-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB485-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB485-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB480-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB480-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB475-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB475-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB470-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB470-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB465-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB465-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB460-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB460-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB455-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB455-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB450-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB450-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB445-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB445-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB440-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB440-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB435-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB435-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB430-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB430-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB425-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB425-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB420-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB420-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB415-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB415-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB410-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB410-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB45-fill-3 #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-fill-3.onHover:hover #fill3 {
  fill: #a1abb4 !important;
}
.C-A1ABB45-stroke-3 #stroke3 {
  stroke: #a1abb4 !important;
}
.C-A1ABB40-fill-3 #fill3 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-fill-3.onHover:hover #fill3 {
  fill: rgba(161, 171, 180, 0) !important;
}
.C-A1ABB40-stroke-3 #stroke3 {
  stroke: rgba(161, 171, 180, 0) !important;
}
.C-424242-100 {
  background-color: #424242FF !important;
}
.C-424242-100-text {
  color: #424242FF;
}
.C-424242-100-border {
  border-color: #424242FF !important;
}
.C-424242-95 {
  background-color: #424242F2 !important;
}
.C-424242-95-text {
  color: #424242F2;
}
.C-424242-95-border {
  border-color: #424242F2 !important;
}
.C-424242-90 {
  background-color: #424242E6 !important;
}
.C-424242-90-text {
  color: #424242E6;
}
.C-424242-90-border {
  border-color: #424242E6 !important;
}
.C-424242-85 {
  background-color: #424242D9 !important;
}
.C-424242-85-text {
  color: #424242D9;
}
.C-424242-85-border {
  border-color: #424242D9 !important;
}
.C-424242-80 {
  background-color: #424242CC !important;
}
.C-424242-80-text {
  color: #424242CC;
}
.C-424242-80-border {
  border-color: #424242CC !important;
}
.C-424242-75 {
  background-color: #424242BF !important;
}
.C-424242-75-text {
  color: #424242BF;
}
.C-424242-75-border {
  border-color: #424242BF !important;
}
.C-424242-70 {
  background-color: #424242B3 !important;
}
.C-424242-70-text {
  color: #424242B3;
}
.C-424242-70-border {
  border-color: #424242B3 !important;
}
.C-424242-65 {
  background-color: #424242A6 !important;
}
.C-424242-65-text {
  color: #424242A6;
}
.C-424242-65-border {
  border-color: #424242A6 !important;
}
.C-424242-60 {
  background-color: #42424299 !important;
}
.C-424242-60-text {
  color: #42424299;
}
.C-424242-60-border {
  border-color: #42424299 !important;
}
.C-424242-55 {
  background-color: #4242428C !important;
}
.C-424242-55-text {
  color: #4242428C;
}
.C-424242-55-border {
  border-color: #4242428C !important;
}
.C-424242-50 {
  background-color: #42424280 !important;
}
.C-424242-50-text {
  color: #42424280;
}
.C-424242-50-border {
  border-color: #42424280 !important;
}
.C-424242-45 {
  background-color: #42424273 !important;
}
.C-424242-45-text {
  color: #42424273;
}
.C-424242-45-border {
  border-color: #42424273 !important;
}
.C-424242-40 {
  background-color: #42424266 !important;
}
.C-424242-40-text {
  color: #42424266;
}
.C-424242-40-border {
  border-color: #42424266 !important;
}
.C-424242-35 {
  background-color: #42424259 !important;
}
.C-424242-35-text {
  color: #42424259;
}
.C-424242-35-border {
  border-color: #42424259 !important;
}
.C-424242-30 {
  background-color: #4242424D !important;
}
.C-424242-30-text {
  color: #4242424D;
}
.C-424242-30-border {
  border-color: #4242424D !important;
}
.C-424242-25 {
  background-color: #42424240 !important;
}
.C-424242-25-text {
  color: #42424240;
}
.C-424242-25-border {
  border-color: #42424240 !important;
}
.C-424242-20 {
  background-color: #42424233 !important;
}
.C-424242-20-text {
  color: #42424233;
}
.C-424242-20-border {
  border-color: #42424233 !important;
}
.C-424242-15 {
  background-color: #42424226 !important;
}
.C-424242-15-text {
  color: #42424226;
}
.C-424242-15-border {
  border-color: #42424226 !important;
}
.C-424242-10 {
  background-color: #4242421A !important;
}
.C-424242-10-text {
  color: #4242421A;
}
.C-424242-10-border {
  border-color: #4242421A !important;
}
.C-424242-5 {
  background-color: #4242420D !important;
}
.C-424242-5-text {
  color: #4242420D;
}
.C-424242-5-border {
  border-color: #4242420D !important;
}
.C-424242-0 {
  background-color: #4242420 !important;
}
.C-424242-0-text {
  color: #4242420;
}
.C-424242-0-border {
  border-color: #4242420 !important;
}
.C-424242 {
  background-color: #424242 !important;
  --btn-background: #424242;
}
.C-424242-text {
  color: #424242;
}
.C-424242-border {
  border-color: #424242 !important;
}
@media (hover: hover) {
  .C-424242-hover-bg:hover {
    background-color: #424242 !important;
  }
}
.C-424242-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-424242-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #424242;
  fill: #424242;
  stroke: #424242;
}
.C-424242-hover-text[papaTarget]:hover.f_targetText {
  color: #424242 !important;
  fill: #424242 !important;
  stroke: #424242 !important;
}
.C-424242-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-424242-hover-text[fHover]:hover {
  color: #424242 !important;
}
.C-424242-after::after,
.C-424242-after::before {
  background-color: #424242;
}
.C-424242-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #424242;
  transition: box-shadow 0.2s;
}
.C-424242100 {
  background-color: #424242 !important;
}
.C-424242100-text {
  color: #424242;
}
.C-424242100-border {
  border-color: #424242;
}
.C-linearGradient-424242100 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424295 {
  background-color: #424242 !important;
}
.C-42424295-text {
  color: #424242;
}
.C-42424295-border {
  border-color: #424242;
}
.C-linearGradient-42424295 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424290 {
  background-color: #424242 !important;
}
.C-42424290-text {
  color: #424242;
}
.C-42424290-border {
  border-color: #424242;
}
.C-linearGradient-42424290 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424285 {
  background-color: #424242 !important;
}
.C-42424285-text {
  color: #424242;
}
.C-42424285-border {
  border-color: #424242;
}
.C-linearGradient-42424285 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424280 {
  background-color: #424242 !important;
}
.C-42424280-text {
  color: #424242;
}
.C-42424280-border {
  border-color: #424242;
}
.C-linearGradient-42424280 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424275 {
  background-color: #424242 !important;
}
.C-42424275-text {
  color: #424242;
}
.C-42424275-border {
  border-color: #424242;
}
.C-linearGradient-42424275 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424270 {
  background-color: #424242 !important;
}
.C-42424270-text {
  color: #424242;
}
.C-42424270-border {
  border-color: #424242;
}
.C-linearGradient-42424270 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424265 {
  background-color: #424242 !important;
}
.C-42424265-text {
  color: #424242;
}
.C-42424265-border {
  border-color: #424242;
}
.C-linearGradient-42424265 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424260 {
  background-color: #424242 !important;
}
.C-42424260-text {
  color: #424242;
}
.C-42424260-border {
  border-color: #424242;
}
.C-linearGradient-42424260 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424255 {
  background-color: #424242 !important;
}
.C-42424255-text {
  color: #424242;
}
.C-42424255-border {
  border-color: #424242;
}
.C-linearGradient-42424255 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424250 {
  background-color: #424242 !important;
}
.C-42424250-text {
  color: #424242;
}
.C-42424250-border {
  border-color: #424242;
}
.C-linearGradient-42424250 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424245 {
  background-color: #424242 !important;
}
.C-42424245-text {
  color: #424242;
}
.C-42424245-border {
  border-color: #424242;
}
.C-linearGradient-42424245 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424240 {
  background-color: #424242 !important;
}
.C-42424240-text {
  color: #424242;
}
.C-42424240-border {
  border-color: #424242;
}
.C-linearGradient-42424240 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424235 {
  background-color: #424242 !important;
}
.C-42424235-text {
  color: #424242;
}
.C-42424235-border {
  border-color: #424242;
}
.C-linearGradient-42424235 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424230 {
  background-color: #424242 !important;
}
.C-42424230-text {
  color: #424242;
}
.C-42424230-border {
  border-color: #424242;
}
.C-linearGradient-42424230 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424225 {
  background-color: #424242 !important;
}
.C-42424225-text {
  color: #424242;
}
.C-42424225-border {
  border-color: #424242;
}
.C-linearGradient-42424225 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424220 {
  background-color: #424242 !important;
}
.C-42424220-text {
  color: #424242;
}
.C-42424220-border {
  border-color: #424242;
}
.C-linearGradient-42424220 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424215 {
  background-color: #424242 !important;
}
.C-42424215-text {
  color: #424242;
}
.C-42424215-border {
  border-color: #424242;
}
.C-linearGradient-42424215 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-42424210 {
  background-color: #424242 !important;
}
.C-42424210-text {
  color: #424242;
}
.C-42424210-border {
  border-color: #424242;
}
.C-linearGradient-42424210 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-4242425 {
  background-color: #424242 !important;
}
.C-4242425-text {
  color: #424242;
}
.C-4242425-border {
  border-color: #424242;
}
.C-linearGradient-4242425 {
  background-image:
    linear-gradient(
      45deg,
      #424242 0%,
      #424242 99%,
      #424242 100%);
}
.C-4242420 {
  background-color: rgba(66, 66, 66, 0) !important;
}
.C-4242420-text {
  color: rgba(66, 66, 66, 0);
}
.C-4242420-border {
  border-color: rgba(66, 66, 66, 0);
}
.C-linearGradient-4242420 {
  background-image:
    linear-gradient(
      45deg,
      rgba(66, 66, 66, 0) 0%,
      #424242 99%,
      rgba(66, 66, 66, 0) 100%);
}
.C-424242-fill-1 #fill1 {
  fill: #424242;
}
.C-424242-fill-1.onHover:hover #fill1,
.C-424242-fill-1:hover #fill1 {
  fill: #424242;
}
.C-424242-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-424242100-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-424242100-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-424242100-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424295-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424295-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424295-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424290-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424290-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424290-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424285-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424285-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424285-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424280-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424280-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424280-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424275-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424275-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424275-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424270-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424270-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424270-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424265-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424265-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424265-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424260-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424260-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424260-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424255-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424255-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424255-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424250-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424250-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424250-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424245-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424245-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424245-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424240-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424240-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424240-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424235-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424235-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424235-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424230-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424230-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424230-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424225-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424225-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424225-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424220-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424220-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424220-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424215-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424215-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424215-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-42424210-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-42424210-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-42424210-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-4242425-fill-1 #fill1 {
  fill: #424242 !important;
}
.C-4242425-fill-1.onHover:hover #fill1 {
  fill: #424242 !important;
}
.C-4242425-stroke-1 #stroke1 {
  stroke: #424242 !important;
}
.C-4242420-fill-1 #fill1 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-fill-1.onHover:hover #fill1 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-stroke-1 #stroke1 {
  stroke: rgba(66, 66, 66, 0) !important;
}
.C-424242-fill-2 #fill2 {
  fill: #424242;
}
.C-424242-fill-2.onHover:hover #fill2,
.C-424242-fill-2:hover #fill2 {
  fill: #424242;
}
.C-424242-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-424242100-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-424242100-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-424242100-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424295-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424295-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424295-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424290-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424290-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424290-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424285-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424285-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424285-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424280-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424280-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424280-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424275-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424275-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424275-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424270-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424270-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424270-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424265-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424265-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424265-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424260-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424260-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424260-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424255-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424255-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424255-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424250-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424250-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424250-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424245-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424245-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424245-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424240-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424240-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424240-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424235-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424235-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424235-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424230-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424230-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424230-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424225-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424225-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424225-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424220-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424220-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424220-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424215-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424215-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424215-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-42424210-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-42424210-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-42424210-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-4242425-fill-2 #fill2 {
  fill: #424242 !important;
}
.C-4242425-fill-2.onHover:hover #fill2 {
  fill: #424242 !important;
}
.C-4242425-stroke-2 #stroke2 {
  stroke: #424242 !important;
}
.C-4242420-fill-2 #fill2 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-fill-2.onHover:hover #fill2 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-stroke-2 #stroke2 {
  stroke: rgba(66, 66, 66, 0) !important;
}
.C-424242-fill-3 #fill3 {
  fill: #424242;
}
.C-424242-fill-3.onHover:hover #fill3,
.C-424242-fill-3:hover #fill3 {
  fill: #424242;
}
.C-424242-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-424242100-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-424242100-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-424242100-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424295-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424295-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424295-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424290-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424290-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424290-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424285-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424285-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424285-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424280-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424280-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424280-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424275-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424275-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424275-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424270-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424270-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424270-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424265-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424265-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424265-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424260-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424260-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424260-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424255-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424255-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424255-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424250-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424250-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424250-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424245-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424245-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424245-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424240-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424240-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424240-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424235-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424235-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424235-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424230-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424230-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424230-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424225-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424225-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424225-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424220-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424220-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424220-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424215-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424215-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424215-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-42424210-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-42424210-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-42424210-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-4242425-fill-3 #fill3 {
  fill: #424242 !important;
}
.C-4242425-fill-3.onHover:hover #fill3 {
  fill: #424242 !important;
}
.C-4242425-stroke-3 #stroke3 {
  stroke: #424242 !important;
}
.C-4242420-fill-3 #fill3 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-fill-3.onHover:hover #fill3 {
  fill: rgba(66, 66, 66, 0) !important;
}
.C-4242420-stroke-3 #stroke3 {
  stroke: rgba(66, 66, 66, 0) !important;
}
.C-7F82C5-100 {
  background-color: #7f82c5FF !important;
}
.C-7F82C5-100-text {
  color: #7f82c5FF;
}
.C-7F82C5-100-border {
  border-color: #7f82c5FF !important;
}
.C-7F82C5-95 {
  background-color: #7f82c5F2 !important;
}
.C-7F82C5-95-text {
  color: #7f82c5F2;
}
.C-7F82C5-95-border {
  border-color: #7f82c5F2 !important;
}
.C-7F82C5-90 {
  background-color: #7f82c5E6 !important;
}
.C-7F82C5-90-text {
  color: #7f82c5E6;
}
.C-7F82C5-90-border {
  border-color: #7f82c5E6 !important;
}
.C-7F82C5-85 {
  background-color: #7f82c5D9 !important;
}
.C-7F82C5-85-text {
  color: #7f82c5D9;
}
.C-7F82C5-85-border {
  border-color: #7f82c5D9 !important;
}
.C-7F82C5-80 {
  background-color: #7f82c5CC !important;
}
.C-7F82C5-80-text {
  color: #7f82c5CC;
}
.C-7F82C5-80-border {
  border-color: #7f82c5CC !important;
}
.C-7F82C5-75 {
  background-color: #7f82c5BF !important;
}
.C-7F82C5-75-text {
  color: #7f82c5BF;
}
.C-7F82C5-75-border {
  border-color: #7f82c5BF !important;
}
.C-7F82C5-70 {
  background-color: #7f82c5B3 !important;
}
.C-7F82C5-70-text {
  color: #7f82c5B3;
}
.C-7F82C5-70-border {
  border-color: #7f82c5B3 !important;
}
.C-7F82C5-65 {
  background-color: #7f82c5A6 !important;
}
.C-7F82C5-65-text {
  color: #7f82c5A6;
}
.C-7F82C5-65-border {
  border-color: #7f82c5A6 !important;
}
.C-7F82C5-60 {
  background-color: #7f82c599 !important;
}
.C-7F82C5-60-text {
  color: #7f82c599;
}
.C-7F82C5-60-border {
  border-color: #7f82c599 !important;
}
.C-7F82C5-55 {
  background-color: #7f82c58C !important;
}
.C-7F82C5-55-text {
  color: #7f82c58C;
}
.C-7F82C5-55-border {
  border-color: #7f82c58C !important;
}
.C-7F82C5-50 {
  background-color: #7f82c580 !important;
}
.C-7F82C5-50-text {
  color: #7f82c580;
}
.C-7F82C5-50-border {
  border-color: #7f82c580 !important;
}
.C-7F82C5-45 {
  background-color: #7f82c573 !important;
}
.C-7F82C5-45-text {
  color: #7f82c573;
}
.C-7F82C5-45-border {
  border-color: #7f82c573 !important;
}
.C-7F82C5-40 {
  background-color: #7f82c566 !important;
}
.C-7F82C5-40-text {
  color: #7f82c566;
}
.C-7F82C5-40-border {
  border-color: #7f82c566 !important;
}
.C-7F82C5-35 {
  background-color: #7f82c559 !important;
}
.C-7F82C5-35-text {
  color: #7f82c559;
}
.C-7F82C5-35-border {
  border-color: #7f82c559 !important;
}
.C-7F82C5-30 {
  background-color: #7f82c54D !important;
}
.C-7F82C5-30-text {
  color: #7f82c54D;
}
.C-7F82C5-30-border {
  border-color: #7f82c54D !important;
}
.C-7F82C5-25 {
  background-color: #7f82c540 !important;
}
.C-7F82C5-25-text {
  color: #7f82c540;
}
.C-7F82C5-25-border {
  border-color: #7f82c540 !important;
}
.C-7F82C5-20 {
  background-color: #7f82c533 !important;
}
.C-7F82C5-20-text {
  color: #7f82c533;
}
.C-7F82C5-20-border {
  border-color: #7f82c533 !important;
}
.C-7F82C5-15 {
  background-color: #7f82c526 !important;
}
.C-7F82C5-15-text {
  color: #7f82c526;
}
.C-7F82C5-15-border {
  border-color: #7f82c526 !important;
}
.C-7F82C5-10 {
  background-color: #7f82c51A !important;
}
.C-7F82C5-10-text {
  color: #7f82c51A;
}
.C-7F82C5-10-border {
  border-color: #7f82c51A !important;
}
.C-7F82C5-5 {
  background-color: #7f82c50D !important;
}
.C-7F82C5-5-text {
  color: #7f82c50D;
}
.C-7F82C5-5-border {
  border-color: #7f82c50D !important;
}
.C-7F82C5-0 {
  background-color: #7f82c50 !important;
}
.C-7F82C5-0-text {
  color: #7f82c50;
}
.C-7F82C5-0-border {
  border-color: #7f82c50 !important;
}
.C-7F82C5 {
  background-color: #7f82c5 !important;
  --btn-background: #7f82c5;
}
.C-7F82C5-text {
  color: #7f82c5;
}
.C-7F82C5-border {
  border-color: #7f82c5 !important;
}
@media (hover: hover) {
  .C-7F82C5-hover-bg:hover {
    background-color: #7f82c5 !important;
  }
}
.C-7F82C5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-7F82C5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #7f82c5;
  fill: #7f82c5;
  stroke: #7f82c5;
}
.C-7F82C5-hover-text[papaTarget]:hover.f_targetText {
  color: #7f82c5 !important;
  fill: #7f82c5 !important;
  stroke: #7f82c5 !important;
}
.C-7F82C5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-7F82C5-hover-text[fHover]:hover {
  color: #7f82c5 !important;
}
.C-7F82C5-after::after,
.C-7F82C5-after::before {
  background-color: #7f82c5;
}
.C-7F82C5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #7f82c5;
  transition: box-shadow 0.2s;
}
.C-7F82C5100 {
  background-color: #7f82c5 !important;
}
.C-7F82C5100-text {
  color: #7f82c5;
}
.C-7F82C5100-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C5100 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C595 {
  background-color: #7f82c5 !important;
}
.C-7F82C595-text {
  color: #7f82c5;
}
.C-7F82C595-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C595 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C590 {
  background-color: #7f82c5 !important;
}
.C-7F82C590-text {
  color: #7f82c5;
}
.C-7F82C590-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C590 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C585 {
  background-color: #7f82c5 !important;
}
.C-7F82C585-text {
  color: #7f82c5;
}
.C-7F82C585-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C585 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C580 {
  background-color: #7f82c5 !important;
}
.C-7F82C580-text {
  color: #7f82c5;
}
.C-7F82C580-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C580 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C575 {
  background-color: #7f82c5 !important;
}
.C-7F82C575-text {
  color: #7f82c5;
}
.C-7F82C575-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C575 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C570 {
  background-color: #7f82c5 !important;
}
.C-7F82C570-text {
  color: #7f82c5;
}
.C-7F82C570-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C570 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C565 {
  background-color: #7f82c5 !important;
}
.C-7F82C565-text {
  color: #7f82c5;
}
.C-7F82C565-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C565 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C560 {
  background-color: #7f82c5 !important;
}
.C-7F82C560-text {
  color: #7f82c5;
}
.C-7F82C560-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C560 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C555 {
  background-color: #7f82c5 !important;
}
.C-7F82C555-text {
  color: #7f82c5;
}
.C-7F82C555-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C555 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C550 {
  background-color: #7f82c5 !important;
}
.C-7F82C550-text {
  color: #7f82c5;
}
.C-7F82C550-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C550 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C545 {
  background-color: #7f82c5 !important;
}
.C-7F82C545-text {
  color: #7f82c5;
}
.C-7F82C545-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C545 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C540 {
  background-color: #7f82c5 !important;
}
.C-7F82C540-text {
  color: #7f82c5;
}
.C-7F82C540-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C540 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C535 {
  background-color: #7f82c5 !important;
}
.C-7F82C535-text {
  color: #7f82c5;
}
.C-7F82C535-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C535 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C530 {
  background-color: #7f82c5 !important;
}
.C-7F82C530-text {
  color: #7f82c5;
}
.C-7F82C530-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C530 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C525 {
  background-color: #7f82c5 !important;
}
.C-7F82C525-text {
  color: #7f82c5;
}
.C-7F82C525-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C525 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C520 {
  background-color: #7f82c5 !important;
}
.C-7F82C520-text {
  color: #7f82c5;
}
.C-7F82C520-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C520 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C515 {
  background-color: #7f82c5 !important;
}
.C-7F82C515-text {
  color: #7f82c5;
}
.C-7F82C515-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C515 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C510 {
  background-color: #7f82c5 !important;
}
.C-7F82C510-text {
  color: #7f82c5;
}
.C-7F82C510-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C510 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C55 {
  background-color: #7f82c5 !important;
}
.C-7F82C55-text {
  color: #7f82c5;
}
.C-7F82C55-border {
  border-color: #7f82c5;
}
.C-linearGradient-7F82C55 {
  background-image:
    linear-gradient(
      45deg,
      #7f82c5 0%,
      #7f82c5 99%,
      #7f82c5 100%);
}
.C-7F82C50 {
  background-color: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-text {
  color: rgba(127, 130, 197, 0);
}
.C-7F82C50-border {
  border-color: rgba(127, 130, 197, 0);
}
.C-linearGradient-7F82C50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(127, 130, 197, 0) 0%,
      #7f82c5 99%,
      rgba(127, 130, 197, 0) 100%);
}
.C-7F82C5-fill-1 #fill1 {
  fill: #7f82c5;
}
.C-7F82C5-fill-1.onHover:hover #fill1,
.C-7F82C5-fill-1:hover #fill1 {
  fill: #7f82c5;
}
.C-7F82C5-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C5100-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C595-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C595-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C595-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C590-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C590-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C590-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C585-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C585-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C585-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C580-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C580-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C580-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C575-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C575-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C575-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C570-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C570-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C570-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C565-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C565-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C565-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C560-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C560-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C560-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C555-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C555-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C555-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C550-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C550-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C550-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C545-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C545-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C545-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C540-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C540-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C540-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C535-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C535-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C535-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C530-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C530-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C530-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C525-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C525-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C525-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C520-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C520-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C520-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C515-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C515-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C515-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C510-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C510-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C510-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C55-fill-1 #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C55-fill-1.onHover:hover #fill1 {
  fill: #7f82c5 !important;
}
.C-7F82C55-stroke-1 #stroke1 {
  stroke: #7f82c5 !important;
}
.C-7F82C50-fill-1 #fill1 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-fill-1.onHover:hover #fill1 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-stroke-1 #stroke1 {
  stroke: rgba(127, 130, 197, 0) !important;
}
.C-7F82C5-fill-2 #fill2 {
  fill: #7f82c5;
}
.C-7F82C5-fill-2.onHover:hover #fill2,
.C-7F82C5-fill-2:hover #fill2 {
  fill: #7f82c5;
}
.C-7F82C5-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C5100-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C595-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C595-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C595-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C590-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C590-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C590-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C585-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C585-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C585-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C580-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C580-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C580-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C575-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C575-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C575-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C570-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C570-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C570-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C565-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C565-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C565-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C560-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C560-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C560-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C555-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C555-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C555-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C550-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C550-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C550-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C545-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C545-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C545-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C540-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C540-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C540-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C535-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C535-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C535-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C530-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C530-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C530-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C525-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C525-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C525-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C520-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C520-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C520-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C515-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C515-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C515-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C510-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C510-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C510-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C55-fill-2 #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C55-fill-2.onHover:hover #fill2 {
  fill: #7f82c5 !important;
}
.C-7F82C55-stroke-2 #stroke2 {
  stroke: #7f82c5 !important;
}
.C-7F82C50-fill-2 #fill2 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-fill-2.onHover:hover #fill2 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-stroke-2 #stroke2 {
  stroke: rgba(127, 130, 197, 0) !important;
}
.C-7F82C5-fill-3 #fill3 {
  fill: #7f82c5;
}
.C-7F82C5-fill-3.onHover:hover #fill3,
.C-7F82C5-fill-3:hover #fill3 {
  fill: #7f82c5;
}
.C-7F82C5-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C5100-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C5100-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C595-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C595-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C595-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C590-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C590-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C590-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C585-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C585-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C585-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C580-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C580-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C580-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C575-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C575-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C575-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C570-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C570-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C570-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C565-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C565-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C565-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C560-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C560-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C560-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C555-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C555-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C555-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C550-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C550-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C550-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C545-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C545-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C545-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C540-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C540-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C540-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C535-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C535-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C535-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C530-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C530-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C530-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C525-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C525-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C525-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C520-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C520-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C520-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C515-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C515-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C515-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C510-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C510-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C510-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C55-fill-3 #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C55-fill-3.onHover:hover #fill3 {
  fill: #7f82c5 !important;
}
.C-7F82C55-stroke-3 #stroke3 {
  stroke: #7f82c5 !important;
}
.C-7F82C50-fill-3 #fill3 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-fill-3.onHover:hover #fill3 {
  fill: rgba(127, 130, 197, 0) !important;
}
.C-7F82C50-stroke-3 #stroke3 {
  stroke: rgba(127, 130, 197, 0) !important;
}
.C-6063A0-100 {
  background-color: #6063a0FF !important;
}
.C-6063A0-100-text {
  color: #6063a0FF;
}
.C-6063A0-100-border {
  border-color: #6063a0FF !important;
}
.C-6063A0-95 {
  background-color: #6063a0F2 !important;
}
.C-6063A0-95-text {
  color: #6063a0F2;
}
.C-6063A0-95-border {
  border-color: #6063a0F2 !important;
}
.C-6063A0-90 {
  background-color: #6063a0E6 !important;
}
.C-6063A0-90-text {
  color: #6063a0E6;
}
.C-6063A0-90-border {
  border-color: #6063a0E6 !important;
}
.C-6063A0-85 {
  background-color: #6063a0D9 !important;
}
.C-6063A0-85-text {
  color: #6063a0D9;
}
.C-6063A0-85-border {
  border-color: #6063a0D9 !important;
}
.C-6063A0-80 {
  background-color: #6063a0CC !important;
}
.C-6063A0-80-text {
  color: #6063a0CC;
}
.C-6063A0-80-border {
  border-color: #6063a0CC !important;
}
.C-6063A0-75 {
  background-color: #6063a0BF !important;
}
.C-6063A0-75-text {
  color: #6063a0BF;
}
.C-6063A0-75-border {
  border-color: #6063a0BF !important;
}
.C-6063A0-70 {
  background-color: #6063a0B3 !important;
}
.C-6063A0-70-text {
  color: #6063a0B3;
}
.C-6063A0-70-border {
  border-color: #6063a0B3 !important;
}
.C-6063A0-65 {
  background-color: #6063a0A6 !important;
}
.C-6063A0-65-text {
  color: #6063a0A6;
}
.C-6063A0-65-border {
  border-color: #6063a0A6 !important;
}
.C-6063A0-60 {
  background-color: #6063a099 !important;
}
.C-6063A0-60-text {
  color: #6063a099;
}
.C-6063A0-60-border {
  border-color: #6063a099 !important;
}
.C-6063A0-55 {
  background-color: #6063a08C !important;
}
.C-6063A0-55-text {
  color: #6063a08C;
}
.C-6063A0-55-border {
  border-color: #6063a08C !important;
}
.C-6063A0-50 {
  background-color: #6063a080 !important;
}
.C-6063A0-50-text {
  color: #6063a080;
}
.C-6063A0-50-border {
  border-color: #6063a080 !important;
}
.C-6063A0-45 {
  background-color: #6063a073 !important;
}
.C-6063A0-45-text {
  color: #6063a073;
}
.C-6063A0-45-border {
  border-color: #6063a073 !important;
}
.C-6063A0-40 {
  background-color: #6063a066 !important;
}
.C-6063A0-40-text {
  color: #6063a066;
}
.C-6063A0-40-border {
  border-color: #6063a066 !important;
}
.C-6063A0-35 {
  background-color: #6063a059 !important;
}
.C-6063A0-35-text {
  color: #6063a059;
}
.C-6063A0-35-border {
  border-color: #6063a059 !important;
}
.C-6063A0-30 {
  background-color: #6063a04D !important;
}
.C-6063A0-30-text {
  color: #6063a04D;
}
.C-6063A0-30-border {
  border-color: #6063a04D !important;
}
.C-6063A0-25 {
  background-color: #6063a040 !important;
}
.C-6063A0-25-text {
  color: #6063a040;
}
.C-6063A0-25-border {
  border-color: #6063a040 !important;
}
.C-6063A0-20 {
  background-color: #6063a033 !important;
}
.C-6063A0-20-text {
  color: #6063a033;
}
.C-6063A0-20-border {
  border-color: #6063a033 !important;
}
.C-6063A0-15 {
  background-color: #6063a026 !important;
}
.C-6063A0-15-text {
  color: #6063a026;
}
.C-6063A0-15-border {
  border-color: #6063a026 !important;
}
.C-6063A0-10 {
  background-color: #6063a01A !important;
}
.C-6063A0-10-text {
  color: #6063a01A;
}
.C-6063A0-10-border {
  border-color: #6063a01A !important;
}
.C-6063A0-5 {
  background-color: #6063a00D !important;
}
.C-6063A0-5-text {
  color: #6063a00D;
}
.C-6063A0-5-border {
  border-color: #6063a00D !important;
}
.C-6063A0-0 {
  background-color: #6063a00 !important;
}
.C-6063A0-0-text {
  color: #6063a00;
}
.C-6063A0-0-border {
  border-color: #6063a00 !important;
}
.C-6063A0 {
  background-color: #6063a0 !important;
  --btn-background: #6063a0;
}
.C-6063A0-text {
  color: #6063a0;
}
.C-6063A0-border {
  border-color: #6063a0 !important;
}
@media (hover: hover) {
  .C-6063A0-hover-bg:hover {
    background-color: #6063a0 !important;
  }
}
.C-6063A0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-6063A0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #6063a0;
  fill: #6063a0;
  stroke: #6063a0;
}
.C-6063A0-hover-text[papaTarget]:hover.f_targetText {
  color: #6063a0 !important;
  fill: #6063a0 !important;
  stroke: #6063a0 !important;
}
.C-6063A0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-6063A0-hover-text[fHover]:hover {
  color: #6063a0 !important;
}
.C-6063A0-after::after,
.C-6063A0-after::before {
  background-color: #6063a0;
}
.C-6063A0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #6063a0;
  transition: box-shadow 0.2s;
}
.C-6063A0100 {
  background-color: #6063a0 !important;
}
.C-6063A0100-text {
  color: #6063a0;
}
.C-6063A0100-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A0100 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A095 {
  background-color: #6063a0 !important;
}
.C-6063A095-text {
  color: #6063a0;
}
.C-6063A095-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A095 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A090 {
  background-color: #6063a0 !important;
}
.C-6063A090-text {
  color: #6063a0;
}
.C-6063A090-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A090 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A085 {
  background-color: #6063a0 !important;
}
.C-6063A085-text {
  color: #6063a0;
}
.C-6063A085-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A085 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A080 {
  background-color: #6063a0 !important;
}
.C-6063A080-text {
  color: #6063a0;
}
.C-6063A080-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A080 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A075 {
  background-color: #6063a0 !important;
}
.C-6063A075-text {
  color: #6063a0;
}
.C-6063A075-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A075 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A070 {
  background-color: #6063a0 !important;
}
.C-6063A070-text {
  color: #6063a0;
}
.C-6063A070-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A070 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A065 {
  background-color: #6063a0 !important;
}
.C-6063A065-text {
  color: #6063a0;
}
.C-6063A065-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A065 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A060 {
  background-color: #6063a0 !important;
}
.C-6063A060-text {
  color: #6063a0;
}
.C-6063A060-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A060 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A055 {
  background-color: #6063a0 !important;
}
.C-6063A055-text {
  color: #6063a0;
}
.C-6063A055-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A055 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A050 {
  background-color: #6063a0 !important;
}
.C-6063A050-text {
  color: #6063a0;
}
.C-6063A050-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A050 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A045 {
  background-color: #6063a0 !important;
}
.C-6063A045-text {
  color: #6063a0;
}
.C-6063A045-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A045 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A040 {
  background-color: #6063a0 !important;
}
.C-6063A040-text {
  color: #6063a0;
}
.C-6063A040-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A040 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A035 {
  background-color: #6063a0 !important;
}
.C-6063A035-text {
  color: #6063a0;
}
.C-6063A035-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A035 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A030 {
  background-color: #6063a0 !important;
}
.C-6063A030-text {
  color: #6063a0;
}
.C-6063A030-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A030 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A025 {
  background-color: #6063a0 !important;
}
.C-6063A025-text {
  color: #6063a0;
}
.C-6063A025-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A025 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A020 {
  background-color: #6063a0 !important;
}
.C-6063A020-text {
  color: #6063a0;
}
.C-6063A020-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A020 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A015 {
  background-color: #6063a0 !important;
}
.C-6063A015-text {
  color: #6063a0;
}
.C-6063A015-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A015 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A010 {
  background-color: #6063a0 !important;
}
.C-6063A010-text {
  color: #6063a0;
}
.C-6063A010-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A010 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A05 {
  background-color: #6063a0 !important;
}
.C-6063A05-text {
  color: #6063a0;
}
.C-6063A05-border {
  border-color: #6063a0;
}
.C-linearGradient-6063A05 {
  background-image:
    linear-gradient(
      45deg,
      #6063a0 0%,
      #6063a0 99%,
      #6063a0 100%);
}
.C-6063A00 {
  background-color: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-text {
  color: rgba(96, 99, 160, 0);
}
.C-6063A00-border {
  border-color: rgba(96, 99, 160, 0);
}
.C-linearGradient-6063A00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(96, 99, 160, 0) 0%,
      #6063a0 99%,
      rgba(96, 99, 160, 0) 100%);
}
.C-6063A0-fill-1 #fill1 {
  fill: #6063a0;
}
.C-6063A0-fill-1.onHover:hover #fill1,
.C-6063A0-fill-1:hover #fill1 {
  fill: #6063a0;
}
.C-6063A0-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A0100-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A0100-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A0100-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A095-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A095-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A095-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A090-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A090-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A090-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A085-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A085-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A085-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A080-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A080-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A080-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A075-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A075-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A075-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A070-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A070-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A070-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A065-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A065-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A065-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A060-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A060-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A060-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A055-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A055-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A055-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A050-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A050-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A050-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A045-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A045-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A045-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A040-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A040-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A040-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A035-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A035-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A035-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A030-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A030-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A030-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A025-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A025-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A025-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A020-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A020-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A020-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A015-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A015-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A015-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A010-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A010-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A010-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A05-fill-1 #fill1 {
  fill: #6063a0 !important;
}
.C-6063A05-fill-1.onHover:hover #fill1 {
  fill: #6063a0 !important;
}
.C-6063A05-stroke-1 #stroke1 {
  stroke: #6063a0 !important;
}
.C-6063A00-fill-1 #fill1 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-fill-1.onHover:hover #fill1 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-stroke-1 #stroke1 {
  stroke: rgba(96, 99, 160, 0) !important;
}
.C-6063A0-fill-2 #fill2 {
  fill: #6063a0;
}
.C-6063A0-fill-2.onHover:hover #fill2,
.C-6063A0-fill-2:hover #fill2 {
  fill: #6063a0;
}
.C-6063A0-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A0100-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A0100-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A0100-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A095-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A095-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A095-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A090-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A090-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A090-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A085-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A085-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A085-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A080-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A080-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A080-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A075-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A075-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A075-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A070-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A070-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A070-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A065-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A065-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A065-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A060-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A060-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A060-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A055-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A055-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A055-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A050-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A050-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A050-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A045-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A045-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A045-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A040-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A040-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A040-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A035-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A035-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A035-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A030-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A030-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A030-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A025-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A025-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A025-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A020-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A020-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A020-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A015-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A015-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A015-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A010-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A010-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A010-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A05-fill-2 #fill2 {
  fill: #6063a0 !important;
}
.C-6063A05-fill-2.onHover:hover #fill2 {
  fill: #6063a0 !important;
}
.C-6063A05-stroke-2 #stroke2 {
  stroke: #6063a0 !important;
}
.C-6063A00-fill-2 #fill2 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-fill-2.onHover:hover #fill2 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-stroke-2 #stroke2 {
  stroke: rgba(96, 99, 160, 0) !important;
}
.C-6063A0-fill-3 #fill3 {
  fill: #6063a0;
}
.C-6063A0-fill-3.onHover:hover #fill3,
.C-6063A0-fill-3:hover #fill3 {
  fill: #6063a0;
}
.C-6063A0-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A0100-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A0100-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A0100-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A095-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A095-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A095-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A090-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A090-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A090-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A085-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A085-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A085-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A080-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A080-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A080-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A075-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A075-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A075-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A070-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A070-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A070-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A065-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A065-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A065-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A060-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A060-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A060-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A055-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A055-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A055-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A050-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A050-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A050-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A045-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A045-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A045-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A040-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A040-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A040-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A035-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A035-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A035-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A030-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A030-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A030-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A025-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A025-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A025-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A020-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A020-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A020-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A015-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A015-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A015-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A010-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A010-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A010-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A05-fill-3 #fill3 {
  fill: #6063a0 !important;
}
.C-6063A05-fill-3.onHover:hover #fill3 {
  fill: #6063a0 !important;
}
.C-6063A05-stroke-3 #stroke3 {
  stroke: #6063a0 !important;
}
.C-6063A00-fill-3 #fill3 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-fill-3.onHover:hover #fill3 {
  fill: rgba(96, 99, 160, 0) !important;
}
.C-6063A00-stroke-3 #stroke3 {
  stroke: rgba(96, 99, 160, 0) !important;
}
.C-9EA1EA-100 {
  background-color: #9ea1eaFF !important;
}
.C-9EA1EA-100-text {
  color: #9ea1eaFF;
}
.C-9EA1EA-100-border {
  border-color: #9ea1eaFF !important;
}
.C-9EA1EA-95 {
  background-color: #9ea1eaF2 !important;
}
.C-9EA1EA-95-text {
  color: #9ea1eaF2;
}
.C-9EA1EA-95-border {
  border-color: #9ea1eaF2 !important;
}
.C-9EA1EA-90 {
  background-color: #9ea1eaE6 !important;
}
.C-9EA1EA-90-text {
  color: #9ea1eaE6;
}
.C-9EA1EA-90-border {
  border-color: #9ea1eaE6 !important;
}
.C-9EA1EA-85 {
  background-color: #9ea1eaD9 !important;
}
.C-9EA1EA-85-text {
  color: #9ea1eaD9;
}
.C-9EA1EA-85-border {
  border-color: #9ea1eaD9 !important;
}
.C-9EA1EA-80 {
  background-color: #9ea1eaCC !important;
}
.C-9EA1EA-80-text {
  color: #9ea1eaCC;
}
.C-9EA1EA-80-border {
  border-color: #9ea1eaCC !important;
}
.C-9EA1EA-75 {
  background-color: #9ea1eaBF !important;
}
.C-9EA1EA-75-text {
  color: #9ea1eaBF;
}
.C-9EA1EA-75-border {
  border-color: #9ea1eaBF !important;
}
.C-9EA1EA-70 {
  background-color: #9ea1eaB3 !important;
}
.C-9EA1EA-70-text {
  color: #9ea1eaB3;
}
.C-9EA1EA-70-border {
  border-color: #9ea1eaB3 !important;
}
.C-9EA1EA-65 {
  background-color: #9ea1eaA6 !important;
}
.C-9EA1EA-65-text {
  color: #9ea1eaA6;
}
.C-9EA1EA-65-border {
  border-color: #9ea1eaA6 !important;
}
.C-9EA1EA-60 {
  background-color: #9ea1ea99 !important;
}
.C-9EA1EA-60-text {
  color: #9ea1ea99;
}
.C-9EA1EA-60-border {
  border-color: #9ea1ea99 !important;
}
.C-9EA1EA-55 {
  background-color: #9ea1ea8C !important;
}
.C-9EA1EA-55-text {
  color: #9ea1ea8C;
}
.C-9EA1EA-55-border {
  border-color: #9ea1ea8C !important;
}
.C-9EA1EA-50 {
  background-color: #9ea1ea80 !important;
}
.C-9EA1EA-50-text {
  color: #9ea1ea80;
}
.C-9EA1EA-50-border {
  border-color: #9ea1ea80 !important;
}
.C-9EA1EA-45 {
  background-color: #9ea1ea73 !important;
}
.C-9EA1EA-45-text {
  color: #9ea1ea73;
}
.C-9EA1EA-45-border {
  border-color: #9ea1ea73 !important;
}
.C-9EA1EA-40 {
  background-color: #9ea1ea66 !important;
}
.C-9EA1EA-40-text {
  color: #9ea1ea66;
}
.C-9EA1EA-40-border {
  border-color: #9ea1ea66 !important;
}
.C-9EA1EA-35 {
  background-color: #9ea1ea59 !important;
}
.C-9EA1EA-35-text {
  color: #9ea1ea59;
}
.C-9EA1EA-35-border {
  border-color: #9ea1ea59 !important;
}
.C-9EA1EA-30 {
  background-color: #9ea1ea4D !important;
}
.C-9EA1EA-30-text {
  color: #9ea1ea4D;
}
.C-9EA1EA-30-border {
  border-color: #9ea1ea4D !important;
}
.C-9EA1EA-25 {
  background-color: #9ea1ea40 !important;
}
.C-9EA1EA-25-text {
  color: #9ea1ea40;
}
.C-9EA1EA-25-border {
  border-color: #9ea1ea40 !important;
}
.C-9EA1EA-20 {
  background-color: #9ea1ea33 !important;
}
.C-9EA1EA-20-text {
  color: #9ea1ea33;
}
.C-9EA1EA-20-border {
  border-color: #9ea1ea33 !important;
}
.C-9EA1EA-15 {
  background-color: #9ea1ea26 !important;
}
.C-9EA1EA-15-text {
  color: #9ea1ea26;
}
.C-9EA1EA-15-border {
  border-color: #9ea1ea26 !important;
}
.C-9EA1EA-10 {
  background-color: #9ea1ea1A !important;
}
.C-9EA1EA-10-text {
  color: #9ea1ea1A;
}
.C-9EA1EA-10-border {
  border-color: #9ea1ea1A !important;
}
.C-9EA1EA-5 {
  background-color: #9ea1ea0D !important;
}
.C-9EA1EA-5-text {
  color: #9ea1ea0D;
}
.C-9EA1EA-5-border {
  border-color: #9ea1ea0D !important;
}
.C-9EA1EA-0 {
  background-color: #9ea1ea0 !important;
}
.C-9EA1EA-0-text {
  color: #9ea1ea0;
}
.C-9EA1EA-0-border {
  border-color: #9ea1ea0 !important;
}
.C-9EA1EA {
  background-color: #9ea1ea !important;
  --btn-background: #9ea1ea;
}
.C-9EA1EA-text {
  color: #9ea1ea;
}
.C-9EA1EA-border {
  border-color: #9ea1ea !important;
}
@media (hover: hover) {
  .C-9EA1EA-hover-bg:hover {
    background-color: #9ea1ea !important;
  }
}
.C-9EA1EA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-9EA1EA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #9ea1ea;
  fill: #9ea1ea;
  stroke: #9ea1ea;
}
.C-9EA1EA-hover-text[papaTarget]:hover.f_targetText {
  color: #9ea1ea !important;
  fill: #9ea1ea !important;
  stroke: #9ea1ea !important;
}
.C-9EA1EA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-9EA1EA-hover-text[fHover]:hover {
  color: #9ea1ea !important;
}
.C-9EA1EA-after::after,
.C-9EA1EA-after::before {
  background-color: #9ea1ea;
}
.C-9EA1EA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #9ea1ea;
  transition: box-shadow 0.2s;
}
.C-9EA1EA100 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA100-text {
  color: #9ea1ea;
}
.C-9EA1EA100-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA100 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA95 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA95-text {
  color: #9ea1ea;
}
.C-9EA1EA95-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA95 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA90 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA90-text {
  color: #9ea1ea;
}
.C-9EA1EA90-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA90 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA85 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA85-text {
  color: #9ea1ea;
}
.C-9EA1EA85-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA85 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA80 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA80-text {
  color: #9ea1ea;
}
.C-9EA1EA80-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA80 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA75 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA75-text {
  color: #9ea1ea;
}
.C-9EA1EA75-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA75 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA70 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA70-text {
  color: #9ea1ea;
}
.C-9EA1EA70-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA70 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA65 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA65-text {
  color: #9ea1ea;
}
.C-9EA1EA65-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA65 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA60 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA60-text {
  color: #9ea1ea;
}
.C-9EA1EA60-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA60 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA55 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA55-text {
  color: #9ea1ea;
}
.C-9EA1EA55-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA55 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA50 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA50-text {
  color: #9ea1ea;
}
.C-9EA1EA50-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA50 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA45 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA45-text {
  color: #9ea1ea;
}
.C-9EA1EA45-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA45 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA40 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA40-text {
  color: #9ea1ea;
}
.C-9EA1EA40-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA40 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA35 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA35-text {
  color: #9ea1ea;
}
.C-9EA1EA35-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA35 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA30 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA30-text {
  color: #9ea1ea;
}
.C-9EA1EA30-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA30 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA25 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA25-text {
  color: #9ea1ea;
}
.C-9EA1EA25-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA25 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA20 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA20-text {
  color: #9ea1ea;
}
.C-9EA1EA20-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA20 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA15 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA15-text {
  color: #9ea1ea;
}
.C-9EA1EA15-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA15 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA10 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA10-text {
  color: #9ea1ea;
}
.C-9EA1EA10-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA10 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA5 {
  background-color: #9ea1ea !important;
}
.C-9EA1EA5-text {
  color: #9ea1ea;
}
.C-9EA1EA5-border {
  border-color: #9ea1ea;
}
.C-linearGradient-9EA1EA5 {
  background-image:
    linear-gradient(
      45deg,
      #9ea1ea 0%,
      #9ea1ea 99%,
      #9ea1ea 100%);
}
.C-9EA1EA0 {
  background-color: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-text {
  color: rgba(158, 161, 234, 0);
}
.C-9EA1EA0-border {
  border-color: rgba(158, 161, 234, 0);
}
.C-linearGradient-9EA1EA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(158, 161, 234, 0) 0%,
      #9ea1ea 99%,
      rgba(158, 161, 234, 0) 100%);
}
.C-9EA1EA-fill-1 #fill1 {
  fill: #9ea1ea;
}
.C-9EA1EA-fill-1.onHover:hover #fill1,
.C-9EA1EA-fill-1:hover #fill1 {
  fill: #9ea1ea;
}
.C-9EA1EA-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA100-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA95-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA90-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA85-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA80-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA75-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA70-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA65-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA60-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA55-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA50-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA45-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA40-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA35-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA30-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA25-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA20-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA15-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA10-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA5-fill-1 #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-fill-1.onHover:hover #fill1 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-stroke-1 #stroke1 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA0-fill-1 #fill1 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-fill-1.onHover:hover #fill1 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-stroke-1 #stroke1 {
  stroke: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA-fill-2 #fill2 {
  fill: #9ea1ea;
}
.C-9EA1EA-fill-2.onHover:hover #fill2,
.C-9EA1EA-fill-2:hover #fill2 {
  fill: #9ea1ea;
}
.C-9EA1EA-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA100-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA95-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA90-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA85-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA80-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA75-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA70-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA65-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA60-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA55-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA50-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA45-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA40-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA35-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA30-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA25-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA20-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA15-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA10-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA5-fill-2 #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-fill-2.onHover:hover #fill2 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-stroke-2 #stroke2 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA0-fill-2 #fill2 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-fill-2.onHover:hover #fill2 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-stroke-2 #stroke2 {
  stroke: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA-fill-3 #fill3 {
  fill: #9ea1ea;
}
.C-9EA1EA-fill-3.onHover:hover #fill3,
.C-9EA1EA-fill-3:hover #fill3 {
  fill: #9ea1ea;
}
.C-9EA1EA-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA100-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA100-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA95-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA95-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA90-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA90-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA85-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA85-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA80-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA80-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA75-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA75-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA70-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA70-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA65-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA65-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA60-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA60-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA55-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA55-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA50-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA50-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA45-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA45-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA40-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA40-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA35-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA35-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA30-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA30-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA25-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA25-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA20-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA20-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA15-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA15-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA10-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA10-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA5-fill-3 #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-fill-3.onHover:hover #fill3 {
  fill: #9ea1ea !important;
}
.C-9EA1EA5-stroke-3 #stroke3 {
  stroke: #9ea1ea !important;
}
.C-9EA1EA0-fill-3 #fill3 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-fill-3.onHover:hover #fill3 {
  fill: rgba(158, 161, 234, 0) !important;
}
.C-9EA1EA0-stroke-3 #stroke3 {
  stroke: rgba(158, 161, 234, 0) !important;
}
.C-3C61AE-100 {
  background-color: #3c61aeFF !important;
}
.C-3C61AE-100-text {
  color: #3c61aeFF;
}
.C-3C61AE-100-border {
  border-color: #3c61aeFF !important;
}
.C-3C61AE-95 {
  background-color: #3c61aeF2 !important;
}
.C-3C61AE-95-text {
  color: #3c61aeF2;
}
.C-3C61AE-95-border {
  border-color: #3c61aeF2 !important;
}
.C-3C61AE-90 {
  background-color: #3c61aeE6 !important;
}
.C-3C61AE-90-text {
  color: #3c61aeE6;
}
.C-3C61AE-90-border {
  border-color: #3c61aeE6 !important;
}
.C-3C61AE-85 {
  background-color: #3c61aeD9 !important;
}
.C-3C61AE-85-text {
  color: #3c61aeD9;
}
.C-3C61AE-85-border {
  border-color: #3c61aeD9 !important;
}
.C-3C61AE-80 {
  background-color: #3c61aeCC !important;
}
.C-3C61AE-80-text {
  color: #3c61aeCC;
}
.C-3C61AE-80-border {
  border-color: #3c61aeCC !important;
}
.C-3C61AE-75 {
  background-color: #3c61aeBF !important;
}
.C-3C61AE-75-text {
  color: #3c61aeBF;
}
.C-3C61AE-75-border {
  border-color: #3c61aeBF !important;
}
.C-3C61AE-70 {
  background-color: #3c61aeB3 !important;
}
.C-3C61AE-70-text {
  color: #3c61aeB3;
}
.C-3C61AE-70-border {
  border-color: #3c61aeB3 !important;
}
.C-3C61AE-65 {
  background-color: #3c61aeA6 !important;
}
.C-3C61AE-65-text {
  color: #3c61aeA6;
}
.C-3C61AE-65-border {
  border-color: #3c61aeA6 !important;
}
.C-3C61AE-60 {
  background-color: #3c61ae99 !important;
}
.C-3C61AE-60-text {
  color: #3c61ae99;
}
.C-3C61AE-60-border {
  border-color: #3c61ae99 !important;
}
.C-3C61AE-55 {
  background-color: #3c61ae8C !important;
}
.C-3C61AE-55-text {
  color: #3c61ae8C;
}
.C-3C61AE-55-border {
  border-color: #3c61ae8C !important;
}
.C-3C61AE-50 {
  background-color: #3c61ae80 !important;
}
.C-3C61AE-50-text {
  color: #3c61ae80;
}
.C-3C61AE-50-border {
  border-color: #3c61ae80 !important;
}
.C-3C61AE-45 {
  background-color: #3c61ae73 !important;
}
.C-3C61AE-45-text {
  color: #3c61ae73;
}
.C-3C61AE-45-border {
  border-color: #3c61ae73 !important;
}
.C-3C61AE-40 {
  background-color: #3c61ae66 !important;
}
.C-3C61AE-40-text {
  color: #3c61ae66;
}
.C-3C61AE-40-border {
  border-color: #3c61ae66 !important;
}
.C-3C61AE-35 {
  background-color: #3c61ae59 !important;
}
.C-3C61AE-35-text {
  color: #3c61ae59;
}
.C-3C61AE-35-border {
  border-color: #3c61ae59 !important;
}
.C-3C61AE-30 {
  background-color: #3c61ae4D !important;
}
.C-3C61AE-30-text {
  color: #3c61ae4D;
}
.C-3C61AE-30-border {
  border-color: #3c61ae4D !important;
}
.C-3C61AE-25 {
  background-color: #3c61ae40 !important;
}
.C-3C61AE-25-text {
  color: #3c61ae40;
}
.C-3C61AE-25-border {
  border-color: #3c61ae40 !important;
}
.C-3C61AE-20 {
  background-color: #3c61ae33 !important;
}
.C-3C61AE-20-text {
  color: #3c61ae33;
}
.C-3C61AE-20-border {
  border-color: #3c61ae33 !important;
}
.C-3C61AE-15 {
  background-color: #3c61ae26 !important;
}
.C-3C61AE-15-text {
  color: #3c61ae26;
}
.C-3C61AE-15-border {
  border-color: #3c61ae26 !important;
}
.C-3C61AE-10 {
  background-color: #3c61ae1A !important;
}
.C-3C61AE-10-text {
  color: #3c61ae1A;
}
.C-3C61AE-10-border {
  border-color: #3c61ae1A !important;
}
.C-3C61AE-5 {
  background-color: #3c61ae0D !important;
}
.C-3C61AE-5-text {
  color: #3c61ae0D;
}
.C-3C61AE-5-border {
  border-color: #3c61ae0D !important;
}
.C-3C61AE-0 {
  background-color: #3c61ae0 !important;
}
.C-3C61AE-0-text {
  color: #3c61ae0;
}
.C-3C61AE-0-border {
  border-color: #3c61ae0 !important;
}
.C-3C61AE {
  background-color: #3c61ae !important;
  --btn-background: #3c61ae;
}
.C-3C61AE-text {
  color: #3c61ae;
}
.C-3C61AE-border {
  border-color: #3c61ae !important;
}
@media (hover: hover) {
  .C-3C61AE-hover-bg:hover {
    background-color: #3c61ae !important;
  }
}
.C-3C61AE-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3C61AE-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3c61ae;
  fill: #3c61ae;
  stroke: #3c61ae;
}
.C-3C61AE-hover-text[papaTarget]:hover.f_targetText {
  color: #3c61ae !important;
  fill: #3c61ae !important;
  stroke: #3c61ae !important;
}
.C-3C61AE-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3C61AE-hover-text[fHover]:hover {
  color: #3c61ae !important;
}
.C-3C61AE-after::after,
.C-3C61AE-after::before {
  background-color: #3c61ae;
}
.C-3C61AE-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3c61ae;
  transition: box-shadow 0.2s;
}
.C-3C61AE100 {
  background-color: #3c61ae !important;
}
.C-3C61AE100-text {
  color: #3c61ae;
}
.C-3C61AE100-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE100 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE95 {
  background-color: #3c61ae !important;
}
.C-3C61AE95-text {
  color: #3c61ae;
}
.C-3C61AE95-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE95 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE90 {
  background-color: #3c61ae !important;
}
.C-3C61AE90-text {
  color: #3c61ae;
}
.C-3C61AE90-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE90 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE85 {
  background-color: #3c61ae !important;
}
.C-3C61AE85-text {
  color: #3c61ae;
}
.C-3C61AE85-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE85 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE80 {
  background-color: #3c61ae !important;
}
.C-3C61AE80-text {
  color: #3c61ae;
}
.C-3C61AE80-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE80 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE75 {
  background-color: #3c61ae !important;
}
.C-3C61AE75-text {
  color: #3c61ae;
}
.C-3C61AE75-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE75 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE70 {
  background-color: #3c61ae !important;
}
.C-3C61AE70-text {
  color: #3c61ae;
}
.C-3C61AE70-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE70 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE65 {
  background-color: #3c61ae !important;
}
.C-3C61AE65-text {
  color: #3c61ae;
}
.C-3C61AE65-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE65 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE60 {
  background-color: #3c61ae !important;
}
.C-3C61AE60-text {
  color: #3c61ae;
}
.C-3C61AE60-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE60 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE55 {
  background-color: #3c61ae !important;
}
.C-3C61AE55-text {
  color: #3c61ae;
}
.C-3C61AE55-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE55 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE50 {
  background-color: #3c61ae !important;
}
.C-3C61AE50-text {
  color: #3c61ae;
}
.C-3C61AE50-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE50 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE45 {
  background-color: #3c61ae !important;
}
.C-3C61AE45-text {
  color: #3c61ae;
}
.C-3C61AE45-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE45 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE40 {
  background-color: #3c61ae !important;
}
.C-3C61AE40-text {
  color: #3c61ae;
}
.C-3C61AE40-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE40 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE35 {
  background-color: #3c61ae !important;
}
.C-3C61AE35-text {
  color: #3c61ae;
}
.C-3C61AE35-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE35 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE30 {
  background-color: #3c61ae !important;
}
.C-3C61AE30-text {
  color: #3c61ae;
}
.C-3C61AE30-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE30 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE25 {
  background-color: #3c61ae !important;
}
.C-3C61AE25-text {
  color: #3c61ae;
}
.C-3C61AE25-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE25 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE20 {
  background-color: #3c61ae !important;
}
.C-3C61AE20-text {
  color: #3c61ae;
}
.C-3C61AE20-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE20 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE15 {
  background-color: #3c61ae !important;
}
.C-3C61AE15-text {
  color: #3c61ae;
}
.C-3C61AE15-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE15 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE10 {
  background-color: #3c61ae !important;
}
.C-3C61AE10-text {
  color: #3c61ae;
}
.C-3C61AE10-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE10 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE5 {
  background-color: #3c61ae !important;
}
.C-3C61AE5-text {
  color: #3c61ae;
}
.C-3C61AE5-border {
  border-color: #3c61ae;
}
.C-linearGradient-3C61AE5 {
  background-image:
    linear-gradient(
      45deg,
      #3c61ae 0%,
      #3c61ae 99%,
      #3c61ae 100%);
}
.C-3C61AE0 {
  background-color: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-text {
  color: rgba(60, 97, 174, 0);
}
.C-3C61AE0-border {
  border-color: rgba(60, 97, 174, 0);
}
.C-linearGradient-3C61AE0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(60, 97, 174, 0) 0%,
      #3c61ae 99%,
      rgba(60, 97, 174, 0) 100%);
}
.C-3C61AE-fill-1 #fill1 {
  fill: #3c61ae;
}
.C-3C61AE-fill-1.onHover:hover #fill1,
.C-3C61AE-fill-1:hover #fill1 {
  fill: #3c61ae;
}
.C-3C61AE-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE100-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE100-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE100-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE95-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE95-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE95-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE90-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE90-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE90-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE85-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE85-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE85-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE80-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE80-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE80-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE75-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE75-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE75-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE70-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE70-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE70-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE65-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE65-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE65-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE60-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE60-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE60-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE55-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE55-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE55-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE50-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE50-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE50-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE45-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE45-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE45-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE40-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE40-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE40-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE35-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE35-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE35-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE30-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE30-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE30-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE25-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE25-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE25-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE20-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE20-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE20-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE15-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE15-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE15-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE10-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE10-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE10-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE5-fill-1 #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE5-fill-1.onHover:hover #fill1 {
  fill: #3c61ae !important;
}
.C-3C61AE5-stroke-1 #stroke1 {
  stroke: #3c61ae !important;
}
.C-3C61AE0-fill-1 #fill1 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-fill-1.onHover:hover #fill1 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-stroke-1 #stroke1 {
  stroke: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE-fill-2 #fill2 {
  fill: #3c61ae;
}
.C-3C61AE-fill-2.onHover:hover #fill2,
.C-3C61AE-fill-2:hover #fill2 {
  fill: #3c61ae;
}
.C-3C61AE-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE100-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE100-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE100-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE95-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE95-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE95-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE90-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE90-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE90-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE85-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE85-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE85-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE80-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE80-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE80-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE75-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE75-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE75-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE70-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE70-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE70-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE65-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE65-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE65-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE60-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE60-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE60-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE55-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE55-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE55-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE50-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE50-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE50-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE45-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE45-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE45-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE40-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE40-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE40-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE35-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE35-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE35-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE30-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE30-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE30-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE25-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE25-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE25-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE20-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE20-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE20-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE15-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE15-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE15-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE10-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE10-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE10-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE5-fill-2 #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE5-fill-2.onHover:hover #fill2 {
  fill: #3c61ae !important;
}
.C-3C61AE5-stroke-2 #stroke2 {
  stroke: #3c61ae !important;
}
.C-3C61AE0-fill-2 #fill2 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-fill-2.onHover:hover #fill2 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-stroke-2 #stroke2 {
  stroke: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE-fill-3 #fill3 {
  fill: #3c61ae;
}
.C-3C61AE-fill-3.onHover:hover #fill3,
.C-3C61AE-fill-3:hover #fill3 {
  fill: #3c61ae;
}
.C-3C61AE-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE100-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE100-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE100-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE95-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE95-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE95-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE90-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE90-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE90-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE85-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE85-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE85-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE80-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE80-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE80-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE75-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE75-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE75-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE70-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE70-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE70-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE65-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE65-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE65-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE60-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE60-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE60-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE55-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE55-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE55-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE50-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE50-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE50-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE45-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE45-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE45-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE40-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE40-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE40-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE35-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE35-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE35-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE30-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE30-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE30-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE25-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE25-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE25-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE20-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE20-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE20-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE15-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE15-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE15-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE10-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE10-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE10-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE5-fill-3 #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE5-fill-3.onHover:hover #fill3 {
  fill: #3c61ae !important;
}
.C-3C61AE5-stroke-3 #stroke3 {
  stroke: #3c61ae !important;
}
.C-3C61AE0-fill-3 #fill3 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-fill-3.onHover:hover #fill3 {
  fill: rgba(60, 97, 174, 0) !important;
}
.C-3C61AE0-stroke-3 #stroke3 {
  stroke: rgba(60, 97, 174, 0) !important;
}
.C-2E4A87-100 {
  background-color: #2e4a87FF !important;
}
.C-2E4A87-100-text {
  color: #2e4a87FF;
}
.C-2E4A87-100-border {
  border-color: #2e4a87FF !important;
}
.C-2E4A87-95 {
  background-color: #2e4a87F2 !important;
}
.C-2E4A87-95-text {
  color: #2e4a87F2;
}
.C-2E4A87-95-border {
  border-color: #2e4a87F2 !important;
}
.C-2E4A87-90 {
  background-color: #2e4a87E6 !important;
}
.C-2E4A87-90-text {
  color: #2e4a87E6;
}
.C-2E4A87-90-border {
  border-color: #2e4a87E6 !important;
}
.C-2E4A87-85 {
  background-color: #2e4a87D9 !important;
}
.C-2E4A87-85-text {
  color: #2e4a87D9;
}
.C-2E4A87-85-border {
  border-color: #2e4a87D9 !important;
}
.C-2E4A87-80 {
  background-color: #2e4a87CC !important;
}
.C-2E4A87-80-text {
  color: #2e4a87CC;
}
.C-2E4A87-80-border {
  border-color: #2e4a87CC !important;
}
.C-2E4A87-75 {
  background-color: #2e4a87BF !important;
}
.C-2E4A87-75-text {
  color: #2e4a87BF;
}
.C-2E4A87-75-border {
  border-color: #2e4a87BF !important;
}
.C-2E4A87-70 {
  background-color: #2e4a87B3 !important;
}
.C-2E4A87-70-text {
  color: #2e4a87B3;
}
.C-2E4A87-70-border {
  border-color: #2e4a87B3 !important;
}
.C-2E4A87-65 {
  background-color: #2e4a87A6 !important;
}
.C-2E4A87-65-text {
  color: #2e4a87A6;
}
.C-2E4A87-65-border {
  border-color: #2e4a87A6 !important;
}
.C-2E4A87-60 {
  background-color: #2e4a8799 !important;
}
.C-2E4A87-60-text {
  color: #2e4a8799;
}
.C-2E4A87-60-border {
  border-color: #2e4a8799 !important;
}
.C-2E4A87-55 {
  background-color: #2e4a878C !important;
}
.C-2E4A87-55-text {
  color: #2e4a878C;
}
.C-2E4A87-55-border {
  border-color: #2e4a878C !important;
}
.C-2E4A87-50 {
  background-color: #2e4a8780 !important;
}
.C-2E4A87-50-text {
  color: #2e4a8780;
}
.C-2E4A87-50-border {
  border-color: #2e4a8780 !important;
}
.C-2E4A87-45 {
  background-color: #2e4a8773 !important;
}
.C-2E4A87-45-text {
  color: #2e4a8773;
}
.C-2E4A87-45-border {
  border-color: #2e4a8773 !important;
}
.C-2E4A87-40 {
  background-color: #2e4a8766 !important;
}
.C-2E4A87-40-text {
  color: #2e4a8766;
}
.C-2E4A87-40-border {
  border-color: #2e4a8766 !important;
}
.C-2E4A87-35 {
  background-color: #2e4a8759 !important;
}
.C-2E4A87-35-text {
  color: #2e4a8759;
}
.C-2E4A87-35-border {
  border-color: #2e4a8759 !important;
}
.C-2E4A87-30 {
  background-color: #2e4a874D !important;
}
.C-2E4A87-30-text {
  color: #2e4a874D;
}
.C-2E4A87-30-border {
  border-color: #2e4a874D !important;
}
.C-2E4A87-25 {
  background-color: #2e4a8740 !important;
}
.C-2E4A87-25-text {
  color: #2e4a8740;
}
.C-2E4A87-25-border {
  border-color: #2e4a8740 !important;
}
.C-2E4A87-20 {
  background-color: #2e4a8733 !important;
}
.C-2E4A87-20-text {
  color: #2e4a8733;
}
.C-2E4A87-20-border {
  border-color: #2e4a8733 !important;
}
.C-2E4A87-15 {
  background-color: #2e4a8726 !important;
}
.C-2E4A87-15-text {
  color: #2e4a8726;
}
.C-2E4A87-15-border {
  border-color: #2e4a8726 !important;
}
.C-2E4A87-10 {
  background-color: #2e4a871A !important;
}
.C-2E4A87-10-text {
  color: #2e4a871A;
}
.C-2E4A87-10-border {
  border-color: #2e4a871A !important;
}
.C-2E4A87-5 {
  background-color: #2e4a870D !important;
}
.C-2E4A87-5-text {
  color: #2e4a870D;
}
.C-2E4A87-5-border {
  border-color: #2e4a870D !important;
}
.C-2E4A87-0 {
  background-color: #2e4a870 !important;
}
.C-2E4A87-0-text {
  color: #2e4a870;
}
.C-2E4A87-0-border {
  border-color: #2e4a870 !important;
}
.C-2E4A87 {
  background-color: #2e4a87 !important;
  --btn-background: #2e4a87;
}
.C-2E4A87-text {
  color: #2e4a87;
}
.C-2E4A87-border {
  border-color: #2e4a87 !important;
}
@media (hover: hover) {
  .C-2E4A87-hover-bg:hover {
    background-color: #2e4a87 !important;
  }
}
.C-2E4A87-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2E4A87-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2e4a87;
  fill: #2e4a87;
  stroke: #2e4a87;
}
.C-2E4A87-hover-text[papaTarget]:hover.f_targetText {
  color: #2e4a87 !important;
  fill: #2e4a87 !important;
  stroke: #2e4a87 !important;
}
.C-2E4A87-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2E4A87-hover-text[fHover]:hover {
  color: #2e4a87 !important;
}
.C-2E4A87-after::after,
.C-2E4A87-after::before {
  background-color: #2e4a87;
}
.C-2E4A87-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2e4a87;
  transition: box-shadow 0.2s;
}
.C-2E4A87100 {
  background-color: #2e4a87 !important;
}
.C-2E4A87100-text {
  color: #2e4a87;
}
.C-2E4A87100-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A87100 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8795 {
  background-color: #2e4a87 !important;
}
.C-2E4A8795-text {
  color: #2e4a87;
}
.C-2E4A8795-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8795 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8790 {
  background-color: #2e4a87 !important;
}
.C-2E4A8790-text {
  color: #2e4a87;
}
.C-2E4A8790-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8790 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8785 {
  background-color: #2e4a87 !important;
}
.C-2E4A8785-text {
  color: #2e4a87;
}
.C-2E4A8785-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8785 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8780 {
  background-color: #2e4a87 !important;
}
.C-2E4A8780-text {
  color: #2e4a87;
}
.C-2E4A8780-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8780 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8775 {
  background-color: #2e4a87 !important;
}
.C-2E4A8775-text {
  color: #2e4a87;
}
.C-2E4A8775-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8775 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8770 {
  background-color: #2e4a87 !important;
}
.C-2E4A8770-text {
  color: #2e4a87;
}
.C-2E4A8770-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8770 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8765 {
  background-color: #2e4a87 !important;
}
.C-2E4A8765-text {
  color: #2e4a87;
}
.C-2E4A8765-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8765 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8760 {
  background-color: #2e4a87 !important;
}
.C-2E4A8760-text {
  color: #2e4a87;
}
.C-2E4A8760-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8760 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8755 {
  background-color: #2e4a87 !important;
}
.C-2E4A8755-text {
  color: #2e4a87;
}
.C-2E4A8755-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8755 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8750 {
  background-color: #2e4a87 !important;
}
.C-2E4A8750-text {
  color: #2e4a87;
}
.C-2E4A8750-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8750 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8745 {
  background-color: #2e4a87 !important;
}
.C-2E4A8745-text {
  color: #2e4a87;
}
.C-2E4A8745-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8745 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8740 {
  background-color: #2e4a87 !important;
}
.C-2E4A8740-text {
  color: #2e4a87;
}
.C-2E4A8740-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8740 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8735 {
  background-color: #2e4a87 !important;
}
.C-2E4A8735-text {
  color: #2e4a87;
}
.C-2E4A8735-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8735 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8730 {
  background-color: #2e4a87 !important;
}
.C-2E4A8730-text {
  color: #2e4a87;
}
.C-2E4A8730-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8730 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8725 {
  background-color: #2e4a87 !important;
}
.C-2E4A8725-text {
  color: #2e4a87;
}
.C-2E4A8725-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8725 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8720 {
  background-color: #2e4a87 !important;
}
.C-2E4A8720-text {
  color: #2e4a87;
}
.C-2E4A8720-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8720 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8715 {
  background-color: #2e4a87 !important;
}
.C-2E4A8715-text {
  color: #2e4a87;
}
.C-2E4A8715-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8715 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A8710 {
  background-color: #2e4a87 !important;
}
.C-2E4A8710-text {
  color: #2e4a87;
}
.C-2E4A8710-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A8710 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A875 {
  background-color: #2e4a87 !important;
}
.C-2E4A875-text {
  color: #2e4a87;
}
.C-2E4A875-border {
  border-color: #2e4a87;
}
.C-linearGradient-2E4A875 {
  background-image:
    linear-gradient(
      45deg,
      #2e4a87 0%,
      #2e4a87 99%,
      #2e4a87 100%);
}
.C-2E4A870 {
  background-color: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-text {
  color: rgba(46, 74, 135, 0);
}
.C-2E4A870-border {
  border-color: rgba(46, 74, 135, 0);
}
.C-linearGradient-2E4A870 {
  background-image:
    linear-gradient(
      45deg,
      rgba(46, 74, 135, 0) 0%,
      #2e4a87 99%,
      rgba(46, 74, 135, 0) 100%);
}
.C-2E4A87-fill-1 #fill1 {
  fill: #2e4a87;
}
.C-2E4A87-fill-1.onHover:hover #fill1,
.C-2E4A87-fill-1:hover #fill1 {
  fill: #2e4a87;
}
.C-2E4A87-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A87100-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8795-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8790-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8785-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8780-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8775-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8770-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8765-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8760-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8755-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8750-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8745-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8740-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8735-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8730-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8725-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8720-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8715-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A8710-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A875-fill-1 #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A875-fill-1.onHover:hover #fill1 {
  fill: #2e4a87 !important;
}
.C-2E4A875-stroke-1 #stroke1 {
  stroke: #2e4a87 !important;
}
.C-2E4A870-fill-1 #fill1 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-fill-1.onHover:hover #fill1 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-stroke-1 #stroke1 {
  stroke: rgba(46, 74, 135, 0) !important;
}
.C-2E4A87-fill-2 #fill2 {
  fill: #2e4a87;
}
.C-2E4A87-fill-2.onHover:hover #fill2,
.C-2E4A87-fill-2:hover #fill2 {
  fill: #2e4a87;
}
.C-2E4A87-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A87100-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8795-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8790-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8785-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8780-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8775-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8770-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8765-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8760-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8755-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8750-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8745-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8740-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8735-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8730-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8725-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8720-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8715-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A8710-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A875-fill-2 #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A875-fill-2.onHover:hover #fill2 {
  fill: #2e4a87 !important;
}
.C-2E4A875-stroke-2 #stroke2 {
  stroke: #2e4a87 !important;
}
.C-2E4A870-fill-2 #fill2 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-fill-2.onHover:hover #fill2 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-stroke-2 #stroke2 {
  stroke: rgba(46, 74, 135, 0) !important;
}
.C-2E4A87-fill-3 #fill3 {
  fill: #2e4a87;
}
.C-2E4A87-fill-3.onHover:hover #fill3,
.C-2E4A87-fill-3:hover #fill3 {
  fill: #2e4a87;
}
.C-2E4A87-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A87100-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A87100-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8795-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8795-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8790-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8790-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8785-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8785-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8780-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8780-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8775-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8775-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8770-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8770-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8765-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8765-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8760-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8760-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8755-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8755-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8750-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8750-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8745-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8745-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8740-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8740-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8735-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8735-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8730-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8730-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8725-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8725-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8720-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8720-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8715-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8715-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A8710-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A8710-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A875-fill-3 #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A875-fill-3.onHover:hover #fill3 {
  fill: #2e4a87 !important;
}
.C-2E4A875-stroke-3 #stroke3 {
  stroke: #2e4a87 !important;
}
.C-2E4A870-fill-3 #fill3 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-fill-3.onHover:hover #fill3 {
  fill: rgba(46, 74, 135, 0) !important;
}
.C-2E4A870-stroke-3 #stroke3 {
  stroke: rgba(46, 74, 135, 0) !important;
}
.C-4A78D5-100 {
  background-color: #4a78d5FF !important;
}
.C-4A78D5-100-text {
  color: #4a78d5FF;
}
.C-4A78D5-100-border {
  border-color: #4a78d5FF !important;
}
.C-4A78D5-95 {
  background-color: #4a78d5F2 !important;
}
.C-4A78D5-95-text {
  color: #4a78d5F2;
}
.C-4A78D5-95-border {
  border-color: #4a78d5F2 !important;
}
.C-4A78D5-90 {
  background-color: #4a78d5E6 !important;
}
.C-4A78D5-90-text {
  color: #4a78d5E6;
}
.C-4A78D5-90-border {
  border-color: #4a78d5E6 !important;
}
.C-4A78D5-85 {
  background-color: #4a78d5D9 !important;
}
.C-4A78D5-85-text {
  color: #4a78d5D9;
}
.C-4A78D5-85-border {
  border-color: #4a78d5D9 !important;
}
.C-4A78D5-80 {
  background-color: #4a78d5CC !important;
}
.C-4A78D5-80-text {
  color: #4a78d5CC;
}
.C-4A78D5-80-border {
  border-color: #4a78d5CC !important;
}
.C-4A78D5-75 {
  background-color: #4a78d5BF !important;
}
.C-4A78D5-75-text {
  color: #4a78d5BF;
}
.C-4A78D5-75-border {
  border-color: #4a78d5BF !important;
}
.C-4A78D5-70 {
  background-color: #4a78d5B3 !important;
}
.C-4A78D5-70-text {
  color: #4a78d5B3;
}
.C-4A78D5-70-border {
  border-color: #4a78d5B3 !important;
}
.C-4A78D5-65 {
  background-color: #4a78d5A6 !important;
}
.C-4A78D5-65-text {
  color: #4a78d5A6;
}
.C-4A78D5-65-border {
  border-color: #4a78d5A6 !important;
}
.C-4A78D5-60 {
  background-color: #4a78d599 !important;
}
.C-4A78D5-60-text {
  color: #4a78d599;
}
.C-4A78D5-60-border {
  border-color: #4a78d599 !important;
}
.C-4A78D5-55 {
  background-color: #4a78d58C !important;
}
.C-4A78D5-55-text {
  color: #4a78d58C;
}
.C-4A78D5-55-border {
  border-color: #4a78d58C !important;
}
.C-4A78D5-50 {
  background-color: #4a78d580 !important;
}
.C-4A78D5-50-text {
  color: #4a78d580;
}
.C-4A78D5-50-border {
  border-color: #4a78d580 !important;
}
.C-4A78D5-45 {
  background-color: #4a78d573 !important;
}
.C-4A78D5-45-text {
  color: #4a78d573;
}
.C-4A78D5-45-border {
  border-color: #4a78d573 !important;
}
.C-4A78D5-40 {
  background-color: #4a78d566 !important;
}
.C-4A78D5-40-text {
  color: #4a78d566;
}
.C-4A78D5-40-border {
  border-color: #4a78d566 !important;
}
.C-4A78D5-35 {
  background-color: #4a78d559 !important;
}
.C-4A78D5-35-text {
  color: #4a78d559;
}
.C-4A78D5-35-border {
  border-color: #4a78d559 !important;
}
.C-4A78D5-30 {
  background-color: #4a78d54D !important;
}
.C-4A78D5-30-text {
  color: #4a78d54D;
}
.C-4A78D5-30-border {
  border-color: #4a78d54D !important;
}
.C-4A78D5-25 {
  background-color: #4a78d540 !important;
}
.C-4A78D5-25-text {
  color: #4a78d540;
}
.C-4A78D5-25-border {
  border-color: #4a78d540 !important;
}
.C-4A78D5-20 {
  background-color: #4a78d533 !important;
}
.C-4A78D5-20-text {
  color: #4a78d533;
}
.C-4A78D5-20-border {
  border-color: #4a78d533 !important;
}
.C-4A78D5-15 {
  background-color: #4a78d526 !important;
}
.C-4A78D5-15-text {
  color: #4a78d526;
}
.C-4A78D5-15-border {
  border-color: #4a78d526 !important;
}
.C-4A78D5-10 {
  background-color: #4a78d51A !important;
}
.C-4A78D5-10-text {
  color: #4a78d51A;
}
.C-4A78D5-10-border {
  border-color: #4a78d51A !important;
}
.C-4A78D5-5 {
  background-color: #4a78d50D !important;
}
.C-4A78D5-5-text {
  color: #4a78d50D;
}
.C-4A78D5-5-border {
  border-color: #4a78d50D !important;
}
.C-4A78D5-0 {
  background-color: #4a78d50 !important;
}
.C-4A78D5-0-text {
  color: #4a78d50;
}
.C-4A78D5-0-border {
  border-color: #4a78d50 !important;
}
.C-4A78D5 {
  background-color: #4a78d5 !important;
  --btn-background: #4a78d5;
}
.C-4A78D5-text {
  color: #4a78d5;
}
.C-4A78D5-border {
  border-color: #4a78d5 !important;
}
@media (hover: hover) {
  .C-4A78D5-hover-bg:hover {
    background-color: #4a78d5 !important;
  }
}
.C-4A78D5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4A78D5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4a78d5;
  fill: #4a78d5;
  stroke: #4a78d5;
}
.C-4A78D5-hover-text[papaTarget]:hover.f_targetText {
  color: #4a78d5 !important;
  fill: #4a78d5 !important;
  stroke: #4a78d5 !important;
}
.C-4A78D5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4A78D5-hover-text[fHover]:hover {
  color: #4a78d5 !important;
}
.C-4A78D5-after::after,
.C-4A78D5-after::before {
  background-color: #4a78d5;
}
.C-4A78D5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4a78d5;
  transition: box-shadow 0.2s;
}
.C-4A78D5100 {
  background-color: #4a78d5 !important;
}
.C-4A78D5100-text {
  color: #4a78d5;
}
.C-4A78D5100-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D5100 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D595 {
  background-color: #4a78d5 !important;
}
.C-4A78D595-text {
  color: #4a78d5;
}
.C-4A78D595-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D595 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D590 {
  background-color: #4a78d5 !important;
}
.C-4A78D590-text {
  color: #4a78d5;
}
.C-4A78D590-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D590 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D585 {
  background-color: #4a78d5 !important;
}
.C-4A78D585-text {
  color: #4a78d5;
}
.C-4A78D585-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D585 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D580 {
  background-color: #4a78d5 !important;
}
.C-4A78D580-text {
  color: #4a78d5;
}
.C-4A78D580-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D580 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D575 {
  background-color: #4a78d5 !important;
}
.C-4A78D575-text {
  color: #4a78d5;
}
.C-4A78D575-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D575 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D570 {
  background-color: #4a78d5 !important;
}
.C-4A78D570-text {
  color: #4a78d5;
}
.C-4A78D570-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D570 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D565 {
  background-color: #4a78d5 !important;
}
.C-4A78D565-text {
  color: #4a78d5;
}
.C-4A78D565-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D565 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D560 {
  background-color: #4a78d5 !important;
}
.C-4A78D560-text {
  color: #4a78d5;
}
.C-4A78D560-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D560 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D555 {
  background-color: #4a78d5 !important;
}
.C-4A78D555-text {
  color: #4a78d5;
}
.C-4A78D555-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D555 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D550 {
  background-color: #4a78d5 !important;
}
.C-4A78D550-text {
  color: #4a78d5;
}
.C-4A78D550-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D550 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D545 {
  background-color: #4a78d5 !important;
}
.C-4A78D545-text {
  color: #4a78d5;
}
.C-4A78D545-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D545 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D540 {
  background-color: #4a78d5 !important;
}
.C-4A78D540-text {
  color: #4a78d5;
}
.C-4A78D540-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D540 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D535 {
  background-color: #4a78d5 !important;
}
.C-4A78D535-text {
  color: #4a78d5;
}
.C-4A78D535-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D535 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D530 {
  background-color: #4a78d5 !important;
}
.C-4A78D530-text {
  color: #4a78d5;
}
.C-4A78D530-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D530 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D525 {
  background-color: #4a78d5 !important;
}
.C-4A78D525-text {
  color: #4a78d5;
}
.C-4A78D525-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D525 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D520 {
  background-color: #4a78d5 !important;
}
.C-4A78D520-text {
  color: #4a78d5;
}
.C-4A78D520-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D520 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D515 {
  background-color: #4a78d5 !important;
}
.C-4A78D515-text {
  color: #4a78d5;
}
.C-4A78D515-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D515 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D510 {
  background-color: #4a78d5 !important;
}
.C-4A78D510-text {
  color: #4a78d5;
}
.C-4A78D510-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D510 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D55 {
  background-color: #4a78d5 !important;
}
.C-4A78D55-text {
  color: #4a78d5;
}
.C-4A78D55-border {
  border-color: #4a78d5;
}
.C-linearGradient-4A78D55 {
  background-image:
    linear-gradient(
      45deg,
      #4a78d5 0%,
      #4a78d5 99%,
      #4a78d5 100%);
}
.C-4A78D50 {
  background-color: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-text {
  color: rgba(74, 120, 213, 0);
}
.C-4A78D50-border {
  border-color: rgba(74, 120, 213, 0);
}
.C-linearGradient-4A78D50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(74, 120, 213, 0) 0%,
      #4a78d5 99%,
      rgba(74, 120, 213, 0) 100%);
}
.C-4A78D5-fill-1 #fill1 {
  fill: #4a78d5;
}
.C-4A78D5-fill-1.onHover:hover #fill1,
.C-4A78D5-fill-1:hover #fill1 {
  fill: #4a78d5;
}
.C-4A78D5-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D5100-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D595-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D595-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D595-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D590-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D590-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D590-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D585-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D585-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D585-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D580-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D580-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D580-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D575-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D575-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D575-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D570-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D570-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D570-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D565-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D565-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D565-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D560-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D560-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D560-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D555-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D555-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D555-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D550-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D550-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D550-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D545-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D545-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D545-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D540-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D540-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D540-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D535-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D535-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D535-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D530-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D530-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D530-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D525-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D525-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D525-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D520-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D520-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D520-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D515-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D515-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D515-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D510-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D510-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D510-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D55-fill-1 #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D55-fill-1.onHover:hover #fill1 {
  fill: #4a78d5 !important;
}
.C-4A78D55-stroke-1 #stroke1 {
  stroke: #4a78d5 !important;
}
.C-4A78D50-fill-1 #fill1 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-fill-1.onHover:hover #fill1 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-stroke-1 #stroke1 {
  stroke: rgba(74, 120, 213, 0) !important;
}
.C-4A78D5-fill-2 #fill2 {
  fill: #4a78d5;
}
.C-4A78D5-fill-2.onHover:hover #fill2,
.C-4A78D5-fill-2:hover #fill2 {
  fill: #4a78d5;
}
.C-4A78D5-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D5100-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D595-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D595-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D595-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D590-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D590-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D590-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D585-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D585-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D585-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D580-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D580-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D580-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D575-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D575-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D575-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D570-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D570-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D570-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D565-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D565-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D565-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D560-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D560-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D560-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D555-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D555-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D555-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D550-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D550-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D550-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D545-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D545-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D545-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D540-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D540-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D540-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D535-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D535-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D535-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D530-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D530-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D530-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D525-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D525-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D525-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D520-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D520-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D520-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D515-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D515-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D515-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D510-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D510-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D510-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D55-fill-2 #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D55-fill-2.onHover:hover #fill2 {
  fill: #4a78d5 !important;
}
.C-4A78D55-stroke-2 #stroke2 {
  stroke: #4a78d5 !important;
}
.C-4A78D50-fill-2 #fill2 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-fill-2.onHover:hover #fill2 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-stroke-2 #stroke2 {
  stroke: rgba(74, 120, 213, 0) !important;
}
.C-4A78D5-fill-3 #fill3 {
  fill: #4a78d5;
}
.C-4A78D5-fill-3.onHover:hover #fill3,
.C-4A78D5-fill-3:hover #fill3 {
  fill: #4a78d5;
}
.C-4A78D5-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D5100-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D5100-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D595-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D595-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D595-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D590-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D590-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D590-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D585-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D585-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D585-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D580-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D580-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D580-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D575-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D575-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D575-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D570-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D570-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D570-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D565-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D565-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D565-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D560-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D560-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D560-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D555-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D555-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D555-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D550-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D550-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D550-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D545-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D545-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D545-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D540-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D540-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D540-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D535-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D535-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D535-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D530-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D530-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D530-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D525-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D525-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D525-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D520-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D520-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D520-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D515-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D515-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D515-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D510-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D510-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D510-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D55-fill-3 #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D55-fill-3.onHover:hover #fill3 {
  fill: #4a78d5 !important;
}
.C-4A78D55-stroke-3 #stroke3 {
  stroke: #4a78d5 !important;
}
.C-4A78D50-fill-3 #fill3 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-fill-3.onHover:hover #fill3 {
  fill: rgba(74, 120, 213, 0) !important;
}
.C-4A78D50-stroke-3 #stroke3 {
  stroke: rgba(74, 120, 213, 0) !important;
}
.C-E6E6FA-100 {
  background-color: #e6e6faFF !important;
}
.C-E6E6FA-100-text {
  color: #e6e6faFF;
}
.C-E6E6FA-100-border {
  border-color: #e6e6faFF !important;
}
.C-E6E6FA-95 {
  background-color: #e6e6faF2 !important;
}
.C-E6E6FA-95-text {
  color: #e6e6faF2;
}
.C-E6E6FA-95-border {
  border-color: #e6e6faF2 !important;
}
.C-E6E6FA-90 {
  background-color: #e6e6faE6 !important;
}
.C-E6E6FA-90-text {
  color: #e6e6faE6;
}
.C-E6E6FA-90-border {
  border-color: #e6e6faE6 !important;
}
.C-E6E6FA-85 {
  background-color: #e6e6faD9 !important;
}
.C-E6E6FA-85-text {
  color: #e6e6faD9;
}
.C-E6E6FA-85-border {
  border-color: #e6e6faD9 !important;
}
.C-E6E6FA-80 {
  background-color: #e6e6faCC !important;
}
.C-E6E6FA-80-text {
  color: #e6e6faCC;
}
.C-E6E6FA-80-border {
  border-color: #e6e6faCC !important;
}
.C-E6E6FA-75 {
  background-color: #e6e6faBF !important;
}
.C-E6E6FA-75-text {
  color: #e6e6faBF;
}
.C-E6E6FA-75-border {
  border-color: #e6e6faBF !important;
}
.C-E6E6FA-70 {
  background-color: #e6e6faB3 !important;
}
.C-E6E6FA-70-text {
  color: #e6e6faB3;
}
.C-E6E6FA-70-border {
  border-color: #e6e6faB3 !important;
}
.C-E6E6FA-65 {
  background-color: #e6e6faA6 !important;
}
.C-E6E6FA-65-text {
  color: #e6e6faA6;
}
.C-E6E6FA-65-border {
  border-color: #e6e6faA6 !important;
}
.C-E6E6FA-60 {
  background-color: #e6e6fa99 !important;
}
.C-E6E6FA-60-text {
  color: #e6e6fa99;
}
.C-E6E6FA-60-border {
  border-color: #e6e6fa99 !important;
}
.C-E6E6FA-55 {
  background-color: #e6e6fa8C !important;
}
.C-E6E6FA-55-text {
  color: #e6e6fa8C;
}
.C-E6E6FA-55-border {
  border-color: #e6e6fa8C !important;
}
.C-E6E6FA-50 {
  background-color: #e6e6fa80 !important;
}
.C-E6E6FA-50-text {
  color: #e6e6fa80;
}
.C-E6E6FA-50-border {
  border-color: #e6e6fa80 !important;
}
.C-E6E6FA-45 {
  background-color: #e6e6fa73 !important;
}
.C-E6E6FA-45-text {
  color: #e6e6fa73;
}
.C-E6E6FA-45-border {
  border-color: #e6e6fa73 !important;
}
.C-E6E6FA-40 {
  background-color: #e6e6fa66 !important;
}
.C-E6E6FA-40-text {
  color: #e6e6fa66;
}
.C-E6E6FA-40-border {
  border-color: #e6e6fa66 !important;
}
.C-E6E6FA-35 {
  background-color: #e6e6fa59 !important;
}
.C-E6E6FA-35-text {
  color: #e6e6fa59;
}
.C-E6E6FA-35-border {
  border-color: #e6e6fa59 !important;
}
.C-E6E6FA-30 {
  background-color: #e6e6fa4D !important;
}
.C-E6E6FA-30-text {
  color: #e6e6fa4D;
}
.C-E6E6FA-30-border {
  border-color: #e6e6fa4D !important;
}
.C-E6E6FA-25 {
  background-color: #e6e6fa40 !important;
}
.C-E6E6FA-25-text {
  color: #e6e6fa40;
}
.C-E6E6FA-25-border {
  border-color: #e6e6fa40 !important;
}
.C-E6E6FA-20 {
  background-color: #e6e6fa33 !important;
}
.C-E6E6FA-20-text {
  color: #e6e6fa33;
}
.C-E6E6FA-20-border {
  border-color: #e6e6fa33 !important;
}
.C-E6E6FA-15 {
  background-color: #e6e6fa26 !important;
}
.C-E6E6FA-15-text {
  color: #e6e6fa26;
}
.C-E6E6FA-15-border {
  border-color: #e6e6fa26 !important;
}
.C-E6E6FA-10 {
  background-color: #e6e6fa1A !important;
}
.C-E6E6FA-10-text {
  color: #e6e6fa1A;
}
.C-E6E6FA-10-border {
  border-color: #e6e6fa1A !important;
}
.C-E6E6FA-5 {
  background-color: #e6e6fa0D !important;
}
.C-E6E6FA-5-text {
  color: #e6e6fa0D;
}
.C-E6E6FA-5-border {
  border-color: #e6e6fa0D !important;
}
.C-E6E6FA-0 {
  background-color: #e6e6fa0 !important;
}
.C-E6E6FA-0-text {
  color: #e6e6fa0;
}
.C-E6E6FA-0-border {
  border-color: #e6e6fa0 !important;
}
.C-E6E6FA {
  background-color: #e6e6fa !important;
  --btn-background: #e6e6fa;
}
.C-E6E6FA-text {
  color: #e6e6fa;
}
.C-E6E6FA-border {
  border-color: #e6e6fa !important;
}
@media (hover: hover) {
  .C-E6E6FA-hover-bg:hover {
    background-color: #e6e6fa !important;
  }
}
.C-E6E6FA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-E6E6FA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #e6e6fa;
  fill: #e6e6fa;
  stroke: #e6e6fa;
}
.C-E6E6FA-hover-text[papaTarget]:hover.f_targetText {
  color: #e6e6fa !important;
  fill: #e6e6fa !important;
  stroke: #e6e6fa !important;
}
.C-E6E6FA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-E6E6FA-hover-text[fHover]:hover {
  color: #e6e6fa !important;
}
.C-E6E6FA-after::after,
.C-E6E6FA-after::before {
  background-color: #e6e6fa;
}
.C-E6E6FA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #e6e6fa;
  transition: box-shadow 0.2s;
}
.C-E6E6FA100 {
  background-color: lavender !important;
}
.C-E6E6FA100-text {
  color: lavender;
}
.C-E6E6FA100-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA100 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA95 {
  background-color: lavender !important;
}
.C-E6E6FA95-text {
  color: lavender;
}
.C-E6E6FA95-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA95 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA90 {
  background-color: lavender !important;
}
.C-E6E6FA90-text {
  color: lavender;
}
.C-E6E6FA90-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA90 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA85 {
  background-color: lavender !important;
}
.C-E6E6FA85-text {
  color: lavender;
}
.C-E6E6FA85-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA85 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA80 {
  background-color: lavender !important;
}
.C-E6E6FA80-text {
  color: lavender;
}
.C-E6E6FA80-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA80 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA75 {
  background-color: lavender !important;
}
.C-E6E6FA75-text {
  color: lavender;
}
.C-E6E6FA75-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA75 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA70 {
  background-color: lavender !important;
}
.C-E6E6FA70-text {
  color: lavender;
}
.C-E6E6FA70-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA70 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA65 {
  background-color: lavender !important;
}
.C-E6E6FA65-text {
  color: lavender;
}
.C-E6E6FA65-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA65 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA60 {
  background-color: lavender !important;
}
.C-E6E6FA60-text {
  color: lavender;
}
.C-E6E6FA60-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA60 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA55 {
  background-color: lavender !important;
}
.C-E6E6FA55-text {
  color: lavender;
}
.C-E6E6FA55-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA55 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA50 {
  background-color: lavender !important;
}
.C-E6E6FA50-text {
  color: lavender;
}
.C-E6E6FA50-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA50 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA45 {
  background-color: lavender !important;
}
.C-E6E6FA45-text {
  color: lavender;
}
.C-E6E6FA45-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA45 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA40 {
  background-color: lavender !important;
}
.C-E6E6FA40-text {
  color: lavender;
}
.C-E6E6FA40-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA40 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA35 {
  background-color: lavender !important;
}
.C-E6E6FA35-text {
  color: lavender;
}
.C-E6E6FA35-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA35 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA30 {
  background-color: lavender !important;
}
.C-E6E6FA30-text {
  color: lavender;
}
.C-E6E6FA30-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA30 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA25 {
  background-color: lavender !important;
}
.C-E6E6FA25-text {
  color: lavender;
}
.C-E6E6FA25-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA25 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA20 {
  background-color: lavender !important;
}
.C-E6E6FA20-text {
  color: lavender;
}
.C-E6E6FA20-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA20 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA15 {
  background-color: lavender !important;
}
.C-E6E6FA15-text {
  color: lavender;
}
.C-E6E6FA15-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA15 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA10 {
  background-color: lavender !important;
}
.C-E6E6FA10-text {
  color: lavender;
}
.C-E6E6FA10-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA10 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA5 {
  background-color: lavender !important;
}
.C-E6E6FA5-text {
  color: lavender;
}
.C-E6E6FA5-border {
  border-color: lavender;
}
.C-linearGradient-E6E6FA5 {
  background-image:
    linear-gradient(
      45deg,
      lavender 0%,
      #e6e6fa 99%,
      lavender 100%);
}
.C-E6E6FA0 {
  background-color: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-text {
  color: rgba(230, 230, 250, 0);
}
.C-E6E6FA0-border {
  border-color: rgba(230, 230, 250, 0);
}
.C-linearGradient-E6E6FA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(230, 230, 250, 0) 0%,
      #e6e6fa 99%,
      rgba(230, 230, 250, 0) 100%);
}
.C-E6E6FA-fill-1 #fill1 {
  fill: #e6e6fa;
}
.C-E6E6FA-fill-1.onHover:hover #fill1,
.C-E6E6FA-fill-1:hover #fill1 {
  fill: #e6e6fa;
}
.C-E6E6FA-stroke-1 #stroke1 {
  stroke: #e6e6fa !important;
}
.C-E6E6FA100-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA100-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA100-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA95-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA95-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA95-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA90-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA90-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA90-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA85-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA85-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA85-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA80-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA80-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA80-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA75-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA75-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA75-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA70-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA70-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA70-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA65-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA65-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA65-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA60-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA60-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA60-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA55-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA55-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA55-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA50-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA50-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA50-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA45-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA45-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA45-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA40-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA40-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA40-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA35-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA35-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA35-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA30-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA30-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA30-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA25-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA25-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA25-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA20-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA20-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA20-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA15-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA15-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA15-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA10-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA10-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA10-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA5-fill-1 #fill1 {
  fill: lavender !important;
}
.C-E6E6FA5-fill-1.onHover:hover #fill1 {
  fill: lavender !important;
}
.C-E6E6FA5-stroke-1 #stroke1 {
  stroke: lavender !important;
}
.C-E6E6FA0-fill-1 #fill1 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-fill-1.onHover:hover #fill1 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-stroke-1 #stroke1 {
  stroke: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA-fill-2 #fill2 {
  fill: #e6e6fa;
}
.C-E6E6FA-fill-2.onHover:hover #fill2,
.C-E6E6FA-fill-2:hover #fill2 {
  fill: #e6e6fa;
}
.C-E6E6FA-stroke-2 #stroke2 {
  stroke: #e6e6fa !important;
}
.C-E6E6FA100-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA100-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA100-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA95-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA95-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA95-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA90-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA90-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA90-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA85-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA85-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA85-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA80-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA80-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA80-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA75-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA75-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA75-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA70-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA70-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA70-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA65-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA65-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA65-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA60-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA60-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA60-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA55-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA55-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA55-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA50-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA50-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA50-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA45-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA45-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA45-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA40-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA40-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA40-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA35-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA35-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA35-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA30-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA30-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA30-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA25-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA25-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA25-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA20-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA20-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA20-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA15-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA15-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA15-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA10-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA10-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA10-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA5-fill-2 #fill2 {
  fill: lavender !important;
}
.C-E6E6FA5-fill-2.onHover:hover #fill2 {
  fill: lavender !important;
}
.C-E6E6FA5-stroke-2 #stroke2 {
  stroke: lavender !important;
}
.C-E6E6FA0-fill-2 #fill2 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-fill-2.onHover:hover #fill2 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-stroke-2 #stroke2 {
  stroke: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA-fill-3 #fill3 {
  fill: #e6e6fa;
}
.C-E6E6FA-fill-3.onHover:hover #fill3,
.C-E6E6FA-fill-3:hover #fill3 {
  fill: #e6e6fa;
}
.C-E6E6FA-stroke-3 #stroke3 {
  stroke: #e6e6fa !important;
}
.C-E6E6FA100-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA100-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA100-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA95-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA95-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA95-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA90-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA90-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA90-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA85-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA85-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA85-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA80-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA80-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA80-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA75-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA75-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA75-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA70-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA70-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA70-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA65-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA65-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA65-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA60-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA60-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA60-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA55-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA55-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA55-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA50-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA50-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA50-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA45-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA45-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA45-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA40-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA40-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA40-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA35-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA35-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA35-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA30-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA30-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA30-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA25-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA25-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA25-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA20-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA20-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA20-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA15-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA15-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA15-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA10-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA10-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA10-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA5-fill-3 #fill3 {
  fill: lavender !important;
}
.C-E6E6FA5-fill-3.onHover:hover #fill3 {
  fill: lavender !important;
}
.C-E6E6FA5-stroke-3 #stroke3 {
  stroke: lavender !important;
}
.C-E6E6FA0-fill-3 #fill3 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-fill-3.onHover:hover #fill3 {
  fill: rgba(230, 230, 250, 0) !important;
}
.C-E6E6FA0-stroke-3 #stroke3 {
  stroke: rgba(230, 230, 250, 0) !important;
}
.C-B3B3F5-100 {
  background-color: #b3b3f5FF !important;
}
.C-B3B3F5-100-text {
  color: #b3b3f5FF;
}
.C-B3B3F5-100-border {
  border-color: #b3b3f5FF !important;
}
.C-B3B3F5-95 {
  background-color: #b3b3f5F2 !important;
}
.C-B3B3F5-95-text {
  color: #b3b3f5F2;
}
.C-B3B3F5-95-border {
  border-color: #b3b3f5F2 !important;
}
.C-B3B3F5-90 {
  background-color: #b3b3f5E6 !important;
}
.C-B3B3F5-90-text {
  color: #b3b3f5E6;
}
.C-B3B3F5-90-border {
  border-color: #b3b3f5E6 !important;
}
.C-B3B3F5-85 {
  background-color: #b3b3f5D9 !important;
}
.C-B3B3F5-85-text {
  color: #b3b3f5D9;
}
.C-B3B3F5-85-border {
  border-color: #b3b3f5D9 !important;
}
.C-B3B3F5-80 {
  background-color: #b3b3f5CC !important;
}
.C-B3B3F5-80-text {
  color: #b3b3f5CC;
}
.C-B3B3F5-80-border {
  border-color: #b3b3f5CC !important;
}
.C-B3B3F5-75 {
  background-color: #b3b3f5BF !important;
}
.C-B3B3F5-75-text {
  color: #b3b3f5BF;
}
.C-B3B3F5-75-border {
  border-color: #b3b3f5BF !important;
}
.C-B3B3F5-70 {
  background-color: #b3b3f5B3 !important;
}
.C-B3B3F5-70-text {
  color: #b3b3f5B3;
}
.C-B3B3F5-70-border {
  border-color: #b3b3f5B3 !important;
}
.C-B3B3F5-65 {
  background-color: #b3b3f5A6 !important;
}
.C-B3B3F5-65-text {
  color: #b3b3f5A6;
}
.C-B3B3F5-65-border {
  border-color: #b3b3f5A6 !important;
}
.C-B3B3F5-60 {
  background-color: #b3b3f599 !important;
}
.C-B3B3F5-60-text {
  color: #b3b3f599;
}
.C-B3B3F5-60-border {
  border-color: #b3b3f599 !important;
}
.C-B3B3F5-55 {
  background-color: #b3b3f58C !important;
}
.C-B3B3F5-55-text {
  color: #b3b3f58C;
}
.C-B3B3F5-55-border {
  border-color: #b3b3f58C !important;
}
.C-B3B3F5-50 {
  background-color: #b3b3f580 !important;
}
.C-B3B3F5-50-text {
  color: #b3b3f580;
}
.C-B3B3F5-50-border {
  border-color: #b3b3f580 !important;
}
.C-B3B3F5-45 {
  background-color: #b3b3f573 !important;
}
.C-B3B3F5-45-text {
  color: #b3b3f573;
}
.C-B3B3F5-45-border {
  border-color: #b3b3f573 !important;
}
.C-B3B3F5-40 {
  background-color: #b3b3f566 !important;
}
.C-B3B3F5-40-text {
  color: #b3b3f566;
}
.C-B3B3F5-40-border {
  border-color: #b3b3f566 !important;
}
.C-B3B3F5-35 {
  background-color: #b3b3f559 !important;
}
.C-B3B3F5-35-text {
  color: #b3b3f559;
}
.C-B3B3F5-35-border {
  border-color: #b3b3f559 !important;
}
.C-B3B3F5-30 {
  background-color: #b3b3f54D !important;
}
.C-B3B3F5-30-text {
  color: #b3b3f54D;
}
.C-B3B3F5-30-border {
  border-color: #b3b3f54D !important;
}
.C-B3B3F5-25 {
  background-color: #b3b3f540 !important;
}
.C-B3B3F5-25-text {
  color: #b3b3f540;
}
.C-B3B3F5-25-border {
  border-color: #b3b3f540 !important;
}
.C-B3B3F5-20 {
  background-color: #b3b3f533 !important;
}
.C-B3B3F5-20-text {
  color: #b3b3f533;
}
.C-B3B3F5-20-border {
  border-color: #b3b3f533 !important;
}
.C-B3B3F5-15 {
  background-color: #b3b3f526 !important;
}
.C-B3B3F5-15-text {
  color: #b3b3f526;
}
.C-B3B3F5-15-border {
  border-color: #b3b3f526 !important;
}
.C-B3B3F5-10 {
  background-color: #b3b3f51A !important;
}
.C-B3B3F5-10-text {
  color: #b3b3f51A;
}
.C-B3B3F5-10-border {
  border-color: #b3b3f51A !important;
}
.C-B3B3F5-5 {
  background-color: #b3b3f50D !important;
}
.C-B3B3F5-5-text {
  color: #b3b3f50D;
}
.C-B3B3F5-5-border {
  border-color: #b3b3f50D !important;
}
.C-B3B3F5-0 {
  background-color: #b3b3f50 !important;
}
.C-B3B3F5-0-text {
  color: #b3b3f50;
}
.C-B3B3F5-0-border {
  border-color: #b3b3f50 !important;
}
.C-B3B3F5 {
  background-color: #b3b3f5 !important;
  --btn-background: #b3b3f5;
}
.C-B3B3F5-text {
  color: #b3b3f5;
}
.C-B3B3F5-border {
  border-color: #b3b3f5 !important;
}
@media (hover: hover) {
  .C-B3B3F5-hover-bg:hover {
    background-color: #b3b3f5 !important;
  }
}
.C-B3B3F5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-B3B3F5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #b3b3f5;
  fill: #b3b3f5;
  stroke: #b3b3f5;
}
.C-B3B3F5-hover-text[papaTarget]:hover.f_targetText {
  color: #b3b3f5 !important;
  fill: #b3b3f5 !important;
  stroke: #b3b3f5 !important;
}
.C-B3B3F5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-B3B3F5-hover-text[fHover]:hover {
  color: #b3b3f5 !important;
}
.C-B3B3F5-after::after,
.C-B3B3F5-after::before {
  background-color: #b3b3f5;
}
.C-B3B3F5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #b3b3f5;
  transition: box-shadow 0.2s;
}
.C-B3B3F5100 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F5100-text {
  color: #b3b3f5;
}
.C-B3B3F5100-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F5100 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F595 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F595-text {
  color: #b3b3f5;
}
.C-B3B3F595-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F595 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F590 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F590-text {
  color: #b3b3f5;
}
.C-B3B3F590-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F590 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F585 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F585-text {
  color: #b3b3f5;
}
.C-B3B3F585-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F585 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F580 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F580-text {
  color: #b3b3f5;
}
.C-B3B3F580-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F580 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F575 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F575-text {
  color: #b3b3f5;
}
.C-B3B3F575-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F575 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F570 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F570-text {
  color: #b3b3f5;
}
.C-B3B3F570-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F570 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F565 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F565-text {
  color: #b3b3f5;
}
.C-B3B3F565-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F565 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F560 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F560-text {
  color: #b3b3f5;
}
.C-B3B3F560-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F560 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F555 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F555-text {
  color: #b3b3f5;
}
.C-B3B3F555-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F555 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F550 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F550-text {
  color: #b3b3f5;
}
.C-B3B3F550-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F550 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F545 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F545-text {
  color: #b3b3f5;
}
.C-B3B3F545-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F545 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F540 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F540-text {
  color: #b3b3f5;
}
.C-B3B3F540-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F540 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F535 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F535-text {
  color: #b3b3f5;
}
.C-B3B3F535-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F535 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F530 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F530-text {
  color: #b3b3f5;
}
.C-B3B3F530-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F530 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F525 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F525-text {
  color: #b3b3f5;
}
.C-B3B3F525-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F525 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F520 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F520-text {
  color: #b3b3f5;
}
.C-B3B3F520-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F520 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F515 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F515-text {
  color: #b3b3f5;
}
.C-B3B3F515-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F515 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F510 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F510-text {
  color: #b3b3f5;
}
.C-B3B3F510-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F510 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F55 {
  background-color: #b3b3f5 !important;
}
.C-B3B3F55-text {
  color: #b3b3f5;
}
.C-B3B3F55-border {
  border-color: #b3b3f5;
}
.C-linearGradient-B3B3F55 {
  background-image:
    linear-gradient(
      45deg,
      #b3b3f5 0%,
      #b3b3f5 99%,
      #b3b3f5 100%);
}
.C-B3B3F50 {
  background-color: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-text {
  color: rgba(179, 179, 245, 0);
}
.C-B3B3F50-border {
  border-color: rgba(179, 179, 245, 0);
}
.C-linearGradient-B3B3F50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(179, 179, 245, 0) 0%,
      #b3b3f5 99%,
      rgba(179, 179, 245, 0) 100%);
}
.C-B3B3F5-fill-1 #fill1 {
  fill: #b3b3f5;
}
.C-B3B3F5-fill-1.onHover:hover #fill1,
.C-B3B3F5-fill-1:hover #fill1 {
  fill: #b3b3f5;
}
.C-B3B3F5-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F5100-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F595-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F590-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F585-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F580-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F575-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F570-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F565-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F560-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F555-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F550-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F545-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F540-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F535-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F530-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F525-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F520-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F515-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F510-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F55-fill-1 #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-fill-1.onHover:hover #fill1 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-stroke-1 #stroke1 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F50-fill-1 #fill1 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-fill-1.onHover:hover #fill1 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-stroke-1 #stroke1 {
  stroke: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F5-fill-2 #fill2 {
  fill: #b3b3f5;
}
.C-B3B3F5-fill-2.onHover:hover #fill2,
.C-B3B3F5-fill-2:hover #fill2 {
  fill: #b3b3f5;
}
.C-B3B3F5-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F5100-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F595-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F590-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F585-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F580-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F575-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F570-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F565-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F560-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F555-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F550-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F545-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F540-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F535-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F530-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F525-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F520-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F515-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F510-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F55-fill-2 #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-fill-2.onHover:hover #fill2 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-stroke-2 #stroke2 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F50-fill-2 #fill2 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-fill-2.onHover:hover #fill2 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-stroke-2 #stroke2 {
  stroke: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F5-fill-3 #fill3 {
  fill: #b3b3f5;
}
.C-B3B3F5-fill-3.onHover:hover #fill3,
.C-B3B3F5-fill-3:hover #fill3 {
  fill: #b3b3f5;
}
.C-B3B3F5-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F5100-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F5100-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F595-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F595-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F590-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F590-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F585-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F585-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F580-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F580-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F575-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F575-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F570-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F570-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F565-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F565-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F560-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F560-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F555-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F555-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F550-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F550-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F545-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F545-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F540-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F540-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F535-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F535-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F530-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F530-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F525-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F525-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F520-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F520-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F515-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F515-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F510-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F510-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F55-fill-3 #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-fill-3.onHover:hover #fill3 {
  fill: #b3b3f5 !important;
}
.C-B3B3F55-stroke-3 #stroke3 {
  stroke: #b3b3f5 !important;
}
.C-B3B3F50-fill-3 #fill3 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-fill-3.onHover:hover #fill3 {
  fill: rgba(179, 179, 245, 0) !important;
}
.C-B3B3F50-stroke-3 #stroke3 {
  stroke: rgba(179, 179, 245, 0) !important;
}
.C-90EE90-100 {
  background-color: #90ee90FF !important;
}
.C-90EE90-100-text {
  color: #90ee90FF;
}
.C-90EE90-100-border {
  border-color: #90ee90FF !important;
}
.C-90EE90-95 {
  background-color: #90ee90F2 !important;
}
.C-90EE90-95-text {
  color: #90ee90F2;
}
.C-90EE90-95-border {
  border-color: #90ee90F2 !important;
}
.C-90EE90-90 {
  background-color: #90ee90E6 !important;
}
.C-90EE90-90-text {
  color: #90ee90E6;
}
.C-90EE90-90-border {
  border-color: #90ee90E6 !important;
}
.C-90EE90-85 {
  background-color: #90ee90D9 !important;
}
.C-90EE90-85-text {
  color: #90ee90D9;
}
.C-90EE90-85-border {
  border-color: #90ee90D9 !important;
}
.C-90EE90-80 {
  background-color: #90ee90CC !important;
}
.C-90EE90-80-text {
  color: #90ee90CC;
}
.C-90EE90-80-border {
  border-color: #90ee90CC !important;
}
.C-90EE90-75 {
  background-color: #90ee90BF !important;
}
.C-90EE90-75-text {
  color: #90ee90BF;
}
.C-90EE90-75-border {
  border-color: #90ee90BF !important;
}
.C-90EE90-70 {
  background-color: #90ee90B3 !important;
}
.C-90EE90-70-text {
  color: #90ee90B3;
}
.C-90EE90-70-border {
  border-color: #90ee90B3 !important;
}
.C-90EE90-65 {
  background-color: #90ee90A6 !important;
}
.C-90EE90-65-text {
  color: #90ee90A6;
}
.C-90EE90-65-border {
  border-color: #90ee90A6 !important;
}
.C-90EE90-60 {
  background-color: #90ee9099 !important;
}
.C-90EE90-60-text {
  color: #90ee9099;
}
.C-90EE90-60-border {
  border-color: #90ee9099 !important;
}
.C-90EE90-55 {
  background-color: #90ee908C !important;
}
.C-90EE90-55-text {
  color: #90ee908C;
}
.C-90EE90-55-border {
  border-color: #90ee908C !important;
}
.C-90EE90-50 {
  background-color: #90ee9080 !important;
}
.C-90EE90-50-text {
  color: #90ee9080;
}
.C-90EE90-50-border {
  border-color: #90ee9080 !important;
}
.C-90EE90-45 {
  background-color: #90ee9073 !important;
}
.C-90EE90-45-text {
  color: #90ee9073;
}
.C-90EE90-45-border {
  border-color: #90ee9073 !important;
}
.C-90EE90-40 {
  background-color: #90ee9066 !important;
}
.C-90EE90-40-text {
  color: #90ee9066;
}
.C-90EE90-40-border {
  border-color: #90ee9066 !important;
}
.C-90EE90-35 {
  background-color: #90ee9059 !important;
}
.C-90EE90-35-text {
  color: #90ee9059;
}
.C-90EE90-35-border {
  border-color: #90ee9059 !important;
}
.C-90EE90-30 {
  background-color: #90ee904D !important;
}
.C-90EE90-30-text {
  color: #90ee904D;
}
.C-90EE90-30-border {
  border-color: #90ee904D !important;
}
.C-90EE90-25 {
  background-color: #90ee9040 !important;
}
.C-90EE90-25-text {
  color: #90ee9040;
}
.C-90EE90-25-border {
  border-color: #90ee9040 !important;
}
.C-90EE90-20 {
  background-color: #90ee9033 !important;
}
.C-90EE90-20-text {
  color: #90ee9033;
}
.C-90EE90-20-border {
  border-color: #90ee9033 !important;
}
.C-90EE90-15 {
  background-color: #90ee9026 !important;
}
.C-90EE90-15-text {
  color: #90ee9026;
}
.C-90EE90-15-border {
  border-color: #90ee9026 !important;
}
.C-90EE90-10 {
  background-color: #90ee901A !important;
}
.C-90EE90-10-text {
  color: #90ee901A;
}
.C-90EE90-10-border {
  border-color: #90ee901A !important;
}
.C-90EE90-5 {
  background-color: #90ee900D !important;
}
.C-90EE90-5-text {
  color: #90ee900D;
}
.C-90EE90-5-border {
  border-color: #90ee900D !important;
}
.C-90EE90-0 {
  background-color: #90ee900 !important;
}
.C-90EE90-0-text {
  color: #90ee900;
}
.C-90EE90-0-border {
  border-color: #90ee900 !important;
}
.C-90EE90 {
  background-color: #90ee90 !important;
  --btn-background: #90ee90;
}
.C-90EE90-text {
  color: #90ee90;
}
.C-90EE90-border {
  border-color: #90ee90 !important;
}
@media (hover: hover) {
  .C-90EE90-hover-bg:hover {
    background-color: #90ee90 !important;
  }
}
.C-90EE90-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-90EE90-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #90ee90;
  fill: #90ee90;
  stroke: #90ee90;
}
.C-90EE90-hover-text[papaTarget]:hover.f_targetText {
  color: #90ee90 !important;
  fill: #90ee90 !important;
  stroke: #90ee90 !important;
}
.C-90EE90-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-90EE90-hover-text[fHover]:hover {
  color: #90ee90 !important;
}
.C-90EE90-after::after,
.C-90EE90-after::before {
  background-color: #90ee90;
}
.C-90EE90-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #90ee90;
  transition: box-shadow 0.2s;
}
.C-90EE90100 {
  background-color: lightgreen !important;
}
.C-90EE90100-text {
  color: lightgreen;
}
.C-90EE90100-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE90100 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9095 {
  background-color: lightgreen !important;
}
.C-90EE9095-text {
  color: lightgreen;
}
.C-90EE9095-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9095 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9090 {
  background-color: lightgreen !important;
}
.C-90EE9090-text {
  color: lightgreen;
}
.C-90EE9090-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9090 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9085 {
  background-color: lightgreen !important;
}
.C-90EE9085-text {
  color: lightgreen;
}
.C-90EE9085-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9085 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9080 {
  background-color: lightgreen !important;
}
.C-90EE9080-text {
  color: lightgreen;
}
.C-90EE9080-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9080 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9075 {
  background-color: lightgreen !important;
}
.C-90EE9075-text {
  color: lightgreen;
}
.C-90EE9075-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9075 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9070 {
  background-color: lightgreen !important;
}
.C-90EE9070-text {
  color: lightgreen;
}
.C-90EE9070-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9070 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9065 {
  background-color: lightgreen !important;
}
.C-90EE9065-text {
  color: lightgreen;
}
.C-90EE9065-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9065 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9060 {
  background-color: lightgreen !important;
}
.C-90EE9060-text {
  color: lightgreen;
}
.C-90EE9060-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9060 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9055 {
  background-color: lightgreen !important;
}
.C-90EE9055-text {
  color: lightgreen;
}
.C-90EE9055-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9055 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9050 {
  background-color: lightgreen !important;
}
.C-90EE9050-text {
  color: lightgreen;
}
.C-90EE9050-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9050 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9045 {
  background-color: lightgreen !important;
}
.C-90EE9045-text {
  color: lightgreen;
}
.C-90EE9045-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9045 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9040 {
  background-color: lightgreen !important;
}
.C-90EE9040-text {
  color: lightgreen;
}
.C-90EE9040-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9040 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9035 {
  background-color: lightgreen !important;
}
.C-90EE9035-text {
  color: lightgreen;
}
.C-90EE9035-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9035 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9030 {
  background-color: lightgreen !important;
}
.C-90EE9030-text {
  color: lightgreen;
}
.C-90EE9030-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9030 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9025 {
  background-color: lightgreen !important;
}
.C-90EE9025-text {
  color: lightgreen;
}
.C-90EE9025-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9025 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9020 {
  background-color: lightgreen !important;
}
.C-90EE9020-text {
  color: lightgreen;
}
.C-90EE9020-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9020 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9015 {
  background-color: lightgreen !important;
}
.C-90EE9015-text {
  color: lightgreen;
}
.C-90EE9015-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9015 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE9010 {
  background-color: lightgreen !important;
}
.C-90EE9010-text {
  color: lightgreen;
}
.C-90EE9010-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE9010 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE905 {
  background-color: lightgreen !important;
}
.C-90EE905-text {
  color: lightgreen;
}
.C-90EE905-border {
  border-color: lightgreen;
}
.C-linearGradient-90EE905 {
  background-image:
    linear-gradient(
      45deg,
      lightgreen 0%,
      #90ee90 99%,
      lightgreen 100%);
}
.C-90EE900 {
  background-color: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-text {
  color: rgba(144, 238, 144, 0);
}
.C-90EE900-border {
  border-color: rgba(144, 238, 144, 0);
}
.C-linearGradient-90EE900 {
  background-image:
    linear-gradient(
      45deg,
      rgba(144, 238, 144, 0) 0%,
      #90ee90 99%,
      rgba(144, 238, 144, 0) 100%);
}
.C-90EE90-fill-1 #fill1 {
  fill: #90ee90;
}
.C-90EE90-fill-1.onHover:hover #fill1,
.C-90EE90-fill-1:hover #fill1 {
  fill: #90ee90;
}
.C-90EE90-stroke-1 #stroke1 {
  stroke: #90ee90 !important;
}
.C-90EE90100-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE90100-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE90100-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9095-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9095-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9095-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9090-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9090-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9090-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9085-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9085-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9085-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9080-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9080-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9080-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9075-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9075-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9075-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9070-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9070-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9070-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9065-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9065-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9065-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9060-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9060-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9060-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9055-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9055-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9055-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9050-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9050-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9050-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9045-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9045-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9045-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9040-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9040-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9040-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9035-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9035-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9035-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9030-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9030-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9030-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9025-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9025-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9025-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9020-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9020-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9020-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9015-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9015-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9015-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE9010-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE9010-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE9010-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE905-fill-1 #fill1 {
  fill: lightgreen !important;
}
.C-90EE905-fill-1.onHover:hover #fill1 {
  fill: lightgreen !important;
}
.C-90EE905-stroke-1 #stroke1 {
  stroke: lightgreen !important;
}
.C-90EE900-fill-1 #fill1 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-fill-1.onHover:hover #fill1 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-stroke-1 #stroke1 {
  stroke: rgba(144, 238, 144, 0) !important;
}
.C-90EE90-fill-2 #fill2 {
  fill: #90ee90;
}
.C-90EE90-fill-2.onHover:hover #fill2,
.C-90EE90-fill-2:hover #fill2 {
  fill: #90ee90;
}
.C-90EE90-stroke-2 #stroke2 {
  stroke: #90ee90 !important;
}
.C-90EE90100-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE90100-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE90100-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9095-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9095-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9095-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9090-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9090-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9090-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9085-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9085-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9085-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9080-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9080-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9080-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9075-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9075-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9075-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9070-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9070-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9070-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9065-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9065-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9065-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9060-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9060-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9060-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9055-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9055-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9055-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9050-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9050-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9050-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9045-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9045-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9045-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9040-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9040-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9040-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9035-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9035-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9035-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9030-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9030-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9030-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9025-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9025-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9025-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9020-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9020-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9020-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9015-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9015-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9015-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE9010-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE9010-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE9010-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE905-fill-2 #fill2 {
  fill: lightgreen !important;
}
.C-90EE905-fill-2.onHover:hover #fill2 {
  fill: lightgreen !important;
}
.C-90EE905-stroke-2 #stroke2 {
  stroke: lightgreen !important;
}
.C-90EE900-fill-2 #fill2 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-fill-2.onHover:hover #fill2 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-stroke-2 #stroke2 {
  stroke: rgba(144, 238, 144, 0) !important;
}
.C-90EE90-fill-3 #fill3 {
  fill: #90ee90;
}
.C-90EE90-fill-3.onHover:hover #fill3,
.C-90EE90-fill-3:hover #fill3 {
  fill: #90ee90;
}
.C-90EE90-stroke-3 #stroke3 {
  stroke: #90ee90 !important;
}
.C-90EE90100-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE90100-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE90100-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9095-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9095-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9095-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9090-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9090-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9090-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9085-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9085-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9085-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9080-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9080-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9080-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9075-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9075-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9075-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9070-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9070-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9070-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9065-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9065-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9065-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9060-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9060-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9060-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9055-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9055-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9055-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9050-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9050-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9050-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9045-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9045-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9045-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9040-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9040-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9040-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9035-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9035-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9035-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9030-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9030-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9030-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9025-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9025-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9025-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9020-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9020-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9020-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9015-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9015-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9015-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE9010-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE9010-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE9010-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE905-fill-3 #fill3 {
  fill: lightgreen !important;
}
.C-90EE905-fill-3.onHover:hover #fill3 {
  fill: lightgreen !important;
}
.C-90EE905-stroke-3 #stroke3 {
  stroke: lightgreen !important;
}
.C-90EE900-fill-3 #fill3 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-fill-3.onHover:hover #fill3 {
  fill: rgba(144, 238, 144, 0) !important;
}
.C-90EE900-stroke-3 #stroke3 {
  stroke: rgba(144, 238, 144, 0) !important;
}
.C-6ECB6E-100 {
  background-color: #6ecb6eFF !important;
}
.C-6ECB6E-100-text {
  color: #6ecb6eFF;
}
.C-6ECB6E-100-border {
  border-color: #6ecb6eFF !important;
}
.C-6ECB6E-95 {
  background-color: #6ecb6eF2 !important;
}
.C-6ECB6E-95-text {
  color: #6ecb6eF2;
}
.C-6ECB6E-95-border {
  border-color: #6ecb6eF2 !important;
}
.C-6ECB6E-90 {
  background-color: #6ecb6eE6 !important;
}
.C-6ECB6E-90-text {
  color: #6ecb6eE6;
}
.C-6ECB6E-90-border {
  border-color: #6ecb6eE6 !important;
}
.C-6ECB6E-85 {
  background-color: #6ecb6eD9 !important;
}
.C-6ECB6E-85-text {
  color: #6ecb6eD9;
}
.C-6ECB6E-85-border {
  border-color: #6ecb6eD9 !important;
}
.C-6ECB6E-80 {
  background-color: #6ecb6eCC !important;
}
.C-6ECB6E-80-text {
  color: #6ecb6eCC;
}
.C-6ECB6E-80-border {
  border-color: #6ecb6eCC !important;
}
.C-6ECB6E-75 {
  background-color: #6ecb6eBF !important;
}
.C-6ECB6E-75-text {
  color: #6ecb6eBF;
}
.C-6ECB6E-75-border {
  border-color: #6ecb6eBF !important;
}
.C-6ECB6E-70 {
  background-color: #6ecb6eB3 !important;
}
.C-6ECB6E-70-text {
  color: #6ecb6eB3;
}
.C-6ECB6E-70-border {
  border-color: #6ecb6eB3 !important;
}
.C-6ECB6E-65 {
  background-color: #6ecb6eA6 !important;
}
.C-6ECB6E-65-text {
  color: #6ecb6eA6;
}
.C-6ECB6E-65-border {
  border-color: #6ecb6eA6 !important;
}
.C-6ECB6E-60 {
  background-color: #6ecb6e99 !important;
}
.C-6ECB6E-60-text {
  color: #6ecb6e99;
}
.C-6ECB6E-60-border {
  border-color: #6ecb6e99 !important;
}
.C-6ECB6E-55 {
  background-color: #6ecb6e8C !important;
}
.C-6ECB6E-55-text {
  color: #6ecb6e8C;
}
.C-6ECB6E-55-border {
  border-color: #6ecb6e8C !important;
}
.C-6ECB6E-50 {
  background-color: #6ecb6e80 !important;
}
.C-6ECB6E-50-text {
  color: #6ecb6e80;
}
.C-6ECB6E-50-border {
  border-color: #6ecb6e80 !important;
}
.C-6ECB6E-45 {
  background-color: #6ecb6e73 !important;
}
.C-6ECB6E-45-text {
  color: #6ecb6e73;
}
.C-6ECB6E-45-border {
  border-color: #6ecb6e73 !important;
}
.C-6ECB6E-40 {
  background-color: #6ecb6e66 !important;
}
.C-6ECB6E-40-text {
  color: #6ecb6e66;
}
.C-6ECB6E-40-border {
  border-color: #6ecb6e66 !important;
}
.C-6ECB6E-35 {
  background-color: #6ecb6e59 !important;
}
.C-6ECB6E-35-text {
  color: #6ecb6e59;
}
.C-6ECB6E-35-border {
  border-color: #6ecb6e59 !important;
}
.C-6ECB6E-30 {
  background-color: #6ecb6e4D !important;
}
.C-6ECB6E-30-text {
  color: #6ecb6e4D;
}
.C-6ECB6E-30-border {
  border-color: #6ecb6e4D !important;
}
.C-6ECB6E-25 {
  background-color: #6ecb6e40 !important;
}
.C-6ECB6E-25-text {
  color: #6ecb6e40;
}
.C-6ECB6E-25-border {
  border-color: #6ecb6e40 !important;
}
.C-6ECB6E-20 {
  background-color: #6ecb6e33 !important;
}
.C-6ECB6E-20-text {
  color: #6ecb6e33;
}
.C-6ECB6E-20-border {
  border-color: #6ecb6e33 !important;
}
.C-6ECB6E-15 {
  background-color: #6ecb6e26 !important;
}
.C-6ECB6E-15-text {
  color: #6ecb6e26;
}
.C-6ECB6E-15-border {
  border-color: #6ecb6e26 !important;
}
.C-6ECB6E-10 {
  background-color: #6ecb6e1A !important;
}
.C-6ECB6E-10-text {
  color: #6ecb6e1A;
}
.C-6ECB6E-10-border {
  border-color: #6ecb6e1A !important;
}
.C-6ECB6E-5 {
  background-color: #6ecb6e0D !important;
}
.C-6ECB6E-5-text {
  color: #6ecb6e0D;
}
.C-6ECB6E-5-border {
  border-color: #6ecb6e0D !important;
}
.C-6ECB6E-0 {
  background-color: #6ecb6e0 !important;
}
.C-6ECB6E-0-text {
  color: #6ecb6e0;
}
.C-6ECB6E-0-border {
  border-color: #6ecb6e0 !important;
}
.C-6ECB6E {
  background-color: #6ecb6e !important;
  --btn-background: #6ecb6e;
}
.C-6ECB6E-text {
  color: #6ecb6e;
}
.C-6ECB6E-border {
  border-color: #6ecb6e !important;
}
@media (hover: hover) {
  .C-6ECB6E-hover-bg:hover {
    background-color: #6ecb6e !important;
  }
}
.C-6ECB6E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-6ECB6E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #6ecb6e;
  fill: #6ecb6e;
  stroke: #6ecb6e;
}
.C-6ECB6E-hover-text[papaTarget]:hover.f_targetText {
  color: #6ecb6e !important;
  fill: #6ecb6e !important;
  stroke: #6ecb6e !important;
}
.C-6ECB6E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-6ECB6E-hover-text[fHover]:hover {
  color: #6ecb6e !important;
}
.C-6ECB6E-after::after,
.C-6ECB6E-after::before {
  background-color: #6ecb6e;
}
.C-6ECB6E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #6ecb6e;
  transition: box-shadow 0.2s;
}
.C-6ECB6E100 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E100-text {
  color: #6ecb6e;
}
.C-6ECB6E100-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E100 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E95 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E95-text {
  color: #6ecb6e;
}
.C-6ECB6E95-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E95 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E90 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E90-text {
  color: #6ecb6e;
}
.C-6ECB6E90-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E90 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E85 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E85-text {
  color: #6ecb6e;
}
.C-6ECB6E85-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E85 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E80 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E80-text {
  color: #6ecb6e;
}
.C-6ECB6E80-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E80 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E75 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E75-text {
  color: #6ecb6e;
}
.C-6ECB6E75-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E75 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E70 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E70-text {
  color: #6ecb6e;
}
.C-6ECB6E70-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E70 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E65 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E65-text {
  color: #6ecb6e;
}
.C-6ECB6E65-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E65 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E60 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E60-text {
  color: #6ecb6e;
}
.C-6ECB6E60-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E60 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E55 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E55-text {
  color: #6ecb6e;
}
.C-6ECB6E55-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E55 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E50 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E50-text {
  color: #6ecb6e;
}
.C-6ECB6E50-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E50 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E45 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E45-text {
  color: #6ecb6e;
}
.C-6ECB6E45-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E45 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E40 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E40-text {
  color: #6ecb6e;
}
.C-6ECB6E40-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E40 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E35 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E35-text {
  color: #6ecb6e;
}
.C-6ECB6E35-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E35 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E30 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E30-text {
  color: #6ecb6e;
}
.C-6ECB6E30-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E30 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E25 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E25-text {
  color: #6ecb6e;
}
.C-6ECB6E25-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E25 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E20 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E20-text {
  color: #6ecb6e;
}
.C-6ECB6E20-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E20 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E15 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E15-text {
  color: #6ecb6e;
}
.C-6ECB6E15-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E15 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E10 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E10-text {
  color: #6ecb6e;
}
.C-6ECB6E10-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E10 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E5 {
  background-color: #6ecb6e !important;
}
.C-6ECB6E5-text {
  color: #6ecb6e;
}
.C-6ECB6E5-border {
  border-color: #6ecb6e;
}
.C-linearGradient-6ECB6E5 {
  background-image:
    linear-gradient(
      45deg,
      #6ecb6e 0%,
      #6ecb6e 99%,
      #6ecb6e 100%);
}
.C-6ECB6E0 {
  background-color: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-text {
  color: rgba(110, 203, 110, 0);
}
.C-6ECB6E0-border {
  border-color: rgba(110, 203, 110, 0);
}
.C-linearGradient-6ECB6E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(110, 203, 110, 0) 0%,
      #6ecb6e 99%,
      rgba(110, 203, 110, 0) 100%);
}
.C-6ECB6E-fill-1 #fill1 {
  fill: #6ecb6e;
}
.C-6ECB6E-fill-1.onHover:hover #fill1,
.C-6ECB6E-fill-1:hover #fill1 {
  fill: #6ecb6e;
}
.C-6ECB6E-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E100-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E95-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E90-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E85-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E80-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E75-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E70-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E65-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E60-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E55-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E50-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E45-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E40-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E35-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E30-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E25-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E20-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E15-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E10-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E5-fill-1 #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-fill-1.onHover:hover #fill1 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-stroke-1 #stroke1 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E0-fill-1 #fill1 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-fill-1.onHover:hover #fill1 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-stroke-1 #stroke1 {
  stroke: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E-fill-2 #fill2 {
  fill: #6ecb6e;
}
.C-6ECB6E-fill-2.onHover:hover #fill2,
.C-6ECB6E-fill-2:hover #fill2 {
  fill: #6ecb6e;
}
.C-6ECB6E-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E100-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E95-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E90-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E85-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E80-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E75-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E70-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E65-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E60-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E55-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E50-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E45-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E40-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E35-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E30-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E25-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E20-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E15-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E10-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E5-fill-2 #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-fill-2.onHover:hover #fill2 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-stroke-2 #stroke2 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E0-fill-2 #fill2 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-fill-2.onHover:hover #fill2 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-stroke-2 #stroke2 {
  stroke: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E-fill-3 #fill3 {
  fill: #6ecb6e;
}
.C-6ECB6E-fill-3.onHover:hover #fill3,
.C-6ECB6E-fill-3:hover #fill3 {
  fill: #6ecb6e;
}
.C-6ECB6E-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E100-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E100-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E95-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E95-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E90-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E90-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E85-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E85-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E80-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E80-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E75-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E75-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E70-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E70-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E65-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E65-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E60-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E60-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E55-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E55-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E50-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E50-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E45-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E45-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E40-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E40-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E35-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E35-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E30-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E30-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E25-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E25-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E20-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E20-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E15-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E15-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E10-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E10-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E5-fill-3 #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-fill-3.onHover:hover #fill3 {
  fill: #6ecb6e !important;
}
.C-6ECB6E5-stroke-3 #stroke3 {
  stroke: #6ecb6e !important;
}
.C-6ECB6E0-fill-3 #fill3 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-fill-3.onHover:hover #fill3 {
  fill: rgba(110, 203, 110, 0) !important;
}
.C-6ECB6E0-stroke-3 #stroke3 {
  stroke: rgba(110, 203, 110, 0) !important;
}
.C-B4FEB4-100 {
  background-color: #b4feb4FF !important;
}
.C-B4FEB4-100-text {
  color: #b4feb4FF;
}
.C-B4FEB4-100-border {
  border-color: #b4feb4FF !important;
}
.C-B4FEB4-95 {
  background-color: #b4feb4F2 !important;
}
.C-B4FEB4-95-text {
  color: #b4feb4F2;
}
.C-B4FEB4-95-border {
  border-color: #b4feb4F2 !important;
}
.C-B4FEB4-90 {
  background-color: #b4feb4E6 !important;
}
.C-B4FEB4-90-text {
  color: #b4feb4E6;
}
.C-B4FEB4-90-border {
  border-color: #b4feb4E6 !important;
}
.C-B4FEB4-85 {
  background-color: #b4feb4D9 !important;
}
.C-B4FEB4-85-text {
  color: #b4feb4D9;
}
.C-B4FEB4-85-border {
  border-color: #b4feb4D9 !important;
}
.C-B4FEB4-80 {
  background-color: #b4feb4CC !important;
}
.C-B4FEB4-80-text {
  color: #b4feb4CC;
}
.C-B4FEB4-80-border {
  border-color: #b4feb4CC !important;
}
.C-B4FEB4-75 {
  background-color: #b4feb4BF !important;
}
.C-B4FEB4-75-text {
  color: #b4feb4BF;
}
.C-B4FEB4-75-border {
  border-color: #b4feb4BF !important;
}
.C-B4FEB4-70 {
  background-color: #b4feb4B3 !important;
}
.C-B4FEB4-70-text {
  color: #b4feb4B3;
}
.C-B4FEB4-70-border {
  border-color: #b4feb4B3 !important;
}
.C-B4FEB4-65 {
  background-color: #b4feb4A6 !important;
}
.C-B4FEB4-65-text {
  color: #b4feb4A6;
}
.C-B4FEB4-65-border {
  border-color: #b4feb4A6 !important;
}
.C-B4FEB4-60 {
  background-color: #b4feb499 !important;
}
.C-B4FEB4-60-text {
  color: #b4feb499;
}
.C-B4FEB4-60-border {
  border-color: #b4feb499 !important;
}
.C-B4FEB4-55 {
  background-color: #b4feb48C !important;
}
.C-B4FEB4-55-text {
  color: #b4feb48C;
}
.C-B4FEB4-55-border {
  border-color: #b4feb48C !important;
}
.C-B4FEB4-50 {
  background-color: #b4feb480 !important;
}
.C-B4FEB4-50-text {
  color: #b4feb480;
}
.C-B4FEB4-50-border {
  border-color: #b4feb480 !important;
}
.C-B4FEB4-45 {
  background-color: #b4feb473 !important;
}
.C-B4FEB4-45-text {
  color: #b4feb473;
}
.C-B4FEB4-45-border {
  border-color: #b4feb473 !important;
}
.C-B4FEB4-40 {
  background-color: #b4feb466 !important;
}
.C-B4FEB4-40-text {
  color: #b4feb466;
}
.C-B4FEB4-40-border {
  border-color: #b4feb466 !important;
}
.C-B4FEB4-35 {
  background-color: #b4feb459 !important;
}
.C-B4FEB4-35-text {
  color: #b4feb459;
}
.C-B4FEB4-35-border {
  border-color: #b4feb459 !important;
}
.C-B4FEB4-30 {
  background-color: #b4feb44D !important;
}
.C-B4FEB4-30-text {
  color: #b4feb44D;
}
.C-B4FEB4-30-border {
  border-color: #b4feb44D !important;
}
.C-B4FEB4-25 {
  background-color: #b4feb440 !important;
}
.C-B4FEB4-25-text {
  color: #b4feb440;
}
.C-B4FEB4-25-border {
  border-color: #b4feb440 !important;
}
.C-B4FEB4-20 {
  background-color: #b4feb433 !important;
}
.C-B4FEB4-20-text {
  color: #b4feb433;
}
.C-B4FEB4-20-border {
  border-color: #b4feb433 !important;
}
.C-B4FEB4-15 {
  background-color: #b4feb426 !important;
}
.C-B4FEB4-15-text {
  color: #b4feb426;
}
.C-B4FEB4-15-border {
  border-color: #b4feb426 !important;
}
.C-B4FEB4-10 {
  background-color: #b4feb41A !important;
}
.C-B4FEB4-10-text {
  color: #b4feb41A;
}
.C-B4FEB4-10-border {
  border-color: #b4feb41A !important;
}
.C-B4FEB4-5 {
  background-color: #b4feb40D !important;
}
.C-B4FEB4-5-text {
  color: #b4feb40D;
}
.C-B4FEB4-5-border {
  border-color: #b4feb40D !important;
}
.C-B4FEB4-0 {
  background-color: #b4feb40 !important;
}
.C-B4FEB4-0-text {
  color: #b4feb40;
}
.C-B4FEB4-0-border {
  border-color: #b4feb40 !important;
}
.C-B4FEB4 {
  background-color: #b4feb4 !important;
  --btn-background: #b4feb4;
}
.C-B4FEB4-text {
  color: #b4feb4;
}
.C-B4FEB4-border {
  border-color: #b4feb4 !important;
}
@media (hover: hover) {
  .C-B4FEB4-hover-bg:hover {
    background-color: #b4feb4 !important;
  }
}
.C-B4FEB4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-B4FEB4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #b4feb4;
  fill: #b4feb4;
  stroke: #b4feb4;
}
.C-B4FEB4-hover-text[papaTarget]:hover.f_targetText {
  color: #b4feb4 !important;
  fill: #b4feb4 !important;
  stroke: #b4feb4 !important;
}
.C-B4FEB4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-B4FEB4-hover-text[fHover]:hover {
  color: #b4feb4 !important;
}
.C-B4FEB4-after::after,
.C-B4FEB4-after::before {
  background-color: #b4feb4;
}
.C-B4FEB4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #b4feb4;
  transition: box-shadow 0.2s;
}
.C-B4FEB4100 {
  background-color: #b4feb4 !important;
}
.C-B4FEB4100-text {
  color: #b4feb4;
}
.C-B4FEB4100-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB4100 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB495 {
  background-color: #b4feb4 !important;
}
.C-B4FEB495-text {
  color: #b4feb4;
}
.C-B4FEB495-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB495 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB490 {
  background-color: #b4feb4 !important;
}
.C-B4FEB490-text {
  color: #b4feb4;
}
.C-B4FEB490-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB490 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB485 {
  background-color: #b4feb4 !important;
}
.C-B4FEB485-text {
  color: #b4feb4;
}
.C-B4FEB485-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB485 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB480 {
  background-color: #b4feb4 !important;
}
.C-B4FEB480-text {
  color: #b4feb4;
}
.C-B4FEB480-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB480 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB475 {
  background-color: #b4feb4 !important;
}
.C-B4FEB475-text {
  color: #b4feb4;
}
.C-B4FEB475-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB475 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB470 {
  background-color: #b4feb4 !important;
}
.C-B4FEB470-text {
  color: #b4feb4;
}
.C-B4FEB470-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB470 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB465 {
  background-color: #b4feb4 !important;
}
.C-B4FEB465-text {
  color: #b4feb4;
}
.C-B4FEB465-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB465 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB460 {
  background-color: #b4feb4 !important;
}
.C-B4FEB460-text {
  color: #b4feb4;
}
.C-B4FEB460-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB460 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB455 {
  background-color: #b4feb4 !important;
}
.C-B4FEB455-text {
  color: #b4feb4;
}
.C-B4FEB455-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB455 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB450 {
  background-color: #b4feb4 !important;
}
.C-B4FEB450-text {
  color: #b4feb4;
}
.C-B4FEB450-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB450 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB445 {
  background-color: #b4feb4 !important;
}
.C-B4FEB445-text {
  color: #b4feb4;
}
.C-B4FEB445-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB445 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB440 {
  background-color: #b4feb4 !important;
}
.C-B4FEB440-text {
  color: #b4feb4;
}
.C-B4FEB440-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB440 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB435 {
  background-color: #b4feb4 !important;
}
.C-B4FEB435-text {
  color: #b4feb4;
}
.C-B4FEB435-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB435 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB430 {
  background-color: #b4feb4 !important;
}
.C-B4FEB430-text {
  color: #b4feb4;
}
.C-B4FEB430-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB430 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB425 {
  background-color: #b4feb4 !important;
}
.C-B4FEB425-text {
  color: #b4feb4;
}
.C-B4FEB425-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB425 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB420 {
  background-color: #b4feb4 !important;
}
.C-B4FEB420-text {
  color: #b4feb4;
}
.C-B4FEB420-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB420 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB415 {
  background-color: #b4feb4 !important;
}
.C-B4FEB415-text {
  color: #b4feb4;
}
.C-B4FEB415-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB415 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB410 {
  background-color: #b4feb4 !important;
}
.C-B4FEB410-text {
  color: #b4feb4;
}
.C-B4FEB410-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB410 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB45 {
  background-color: #b4feb4 !important;
}
.C-B4FEB45-text {
  color: #b4feb4;
}
.C-B4FEB45-border {
  border-color: #b4feb4;
}
.C-linearGradient-B4FEB45 {
  background-image:
    linear-gradient(
      45deg,
      #b4feb4 0%,
      #b4feb4 99%,
      #b4feb4 100%);
}
.C-B4FEB40 {
  background-color: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-text {
  color: rgba(180, 254, 180, 0);
}
.C-B4FEB40-border {
  border-color: rgba(180, 254, 180, 0);
}
.C-linearGradient-B4FEB40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(180, 254, 180, 0) 0%,
      #b4feb4 99%,
      rgba(180, 254, 180, 0) 100%);
}
.C-B4FEB4-fill-1 #fill1 {
  fill: #b4feb4;
}
.C-B4FEB4-fill-1.onHover:hover #fill1,
.C-B4FEB4-fill-1:hover #fill1 {
  fill: #b4feb4;
}
.C-B4FEB4-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB4100-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB495-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB490-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB485-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB480-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB475-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB470-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB465-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB460-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB455-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB450-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB445-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB440-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB435-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB430-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB425-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB420-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB415-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB410-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB45-fill-1 #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-fill-1.onHover:hover #fill1 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-stroke-1 #stroke1 {
  stroke: #b4feb4 !important;
}
.C-B4FEB40-fill-1 #fill1 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-fill-1.onHover:hover #fill1 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-stroke-1 #stroke1 {
  stroke: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB4-fill-2 #fill2 {
  fill: #b4feb4;
}
.C-B4FEB4-fill-2.onHover:hover #fill2,
.C-B4FEB4-fill-2:hover #fill2 {
  fill: #b4feb4;
}
.C-B4FEB4-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB4100-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB495-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB490-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB485-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB480-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB475-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB470-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB465-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB460-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB455-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB450-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB445-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB440-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB435-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB430-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB425-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB420-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB415-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB410-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB45-fill-2 #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-fill-2.onHover:hover #fill2 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-stroke-2 #stroke2 {
  stroke: #b4feb4 !important;
}
.C-B4FEB40-fill-2 #fill2 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-fill-2.onHover:hover #fill2 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-stroke-2 #stroke2 {
  stroke: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB4-fill-3 #fill3 {
  fill: #b4feb4;
}
.C-B4FEB4-fill-3.onHover:hover #fill3,
.C-B4FEB4-fill-3:hover #fill3 {
  fill: #b4feb4;
}
.C-B4FEB4-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB4100-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB4100-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB495-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB495-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB490-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB490-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB485-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB485-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB480-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB480-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB475-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB475-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB470-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB470-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB465-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB465-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB460-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB460-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB455-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB455-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB450-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB450-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB445-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB445-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB440-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB440-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB435-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB435-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB430-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB430-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB425-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB425-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB420-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB420-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB415-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB415-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB410-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB410-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB45-fill-3 #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-fill-3.onHover:hover #fill3 {
  fill: #b4feb4 !important;
}
.C-B4FEB45-stroke-3 #stroke3 {
  stroke: #b4feb4 !important;
}
.C-B4FEB40-fill-3 #fill3 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-fill-3.onHover:hover #fill3 {
  fill: rgba(180, 254, 180, 0) !important;
}
.C-B4FEB40-stroke-3 #stroke3 {
  stroke: rgba(180, 254, 180, 0) !important;
}
.C-FFFACD-100 {
  background-color: #fffacdFF !important;
}
.C-FFFACD-100-text {
  color: #fffacdFF;
}
.C-FFFACD-100-border {
  border-color: #fffacdFF !important;
}
.C-FFFACD-95 {
  background-color: #fffacdF2 !important;
}
.C-FFFACD-95-text {
  color: #fffacdF2;
}
.C-FFFACD-95-border {
  border-color: #fffacdF2 !important;
}
.C-FFFACD-90 {
  background-color: #fffacdE6 !important;
}
.C-FFFACD-90-text {
  color: #fffacdE6;
}
.C-FFFACD-90-border {
  border-color: #fffacdE6 !important;
}
.C-FFFACD-85 {
  background-color: #fffacdD9 !important;
}
.C-FFFACD-85-text {
  color: #fffacdD9;
}
.C-FFFACD-85-border {
  border-color: #fffacdD9 !important;
}
.C-FFFACD-80 {
  background-color: #fffacdCC !important;
}
.C-FFFACD-80-text {
  color: #fffacdCC;
}
.C-FFFACD-80-border {
  border-color: #fffacdCC !important;
}
.C-FFFACD-75 {
  background-color: #fffacdBF !important;
}
.C-FFFACD-75-text {
  color: #fffacdBF;
}
.C-FFFACD-75-border {
  border-color: #fffacdBF !important;
}
.C-FFFACD-70 {
  background-color: #fffacdB3 !important;
}
.C-FFFACD-70-text {
  color: #fffacdB3;
}
.C-FFFACD-70-border {
  border-color: #fffacdB3 !important;
}
.C-FFFACD-65 {
  background-color: #fffacdA6 !important;
}
.C-FFFACD-65-text {
  color: #fffacdA6;
}
.C-FFFACD-65-border {
  border-color: #fffacdA6 !important;
}
.C-FFFACD-60 {
  background-color: #fffacd99 !important;
}
.C-FFFACD-60-text {
  color: #fffacd99;
}
.C-FFFACD-60-border {
  border-color: #fffacd99 !important;
}
.C-FFFACD-55 {
  background-color: #fffacd8C !important;
}
.C-FFFACD-55-text {
  color: #fffacd8C;
}
.C-FFFACD-55-border {
  border-color: #fffacd8C !important;
}
.C-FFFACD-50 {
  background-color: #fffacd80 !important;
}
.C-FFFACD-50-text {
  color: #fffacd80;
}
.C-FFFACD-50-border {
  border-color: #fffacd80 !important;
}
.C-FFFACD-45 {
  background-color: #fffacd73 !important;
}
.C-FFFACD-45-text {
  color: #fffacd73;
}
.C-FFFACD-45-border {
  border-color: #fffacd73 !important;
}
.C-FFFACD-40 {
  background-color: #fffacd66 !important;
}
.C-FFFACD-40-text {
  color: #fffacd66;
}
.C-FFFACD-40-border {
  border-color: #fffacd66 !important;
}
.C-FFFACD-35 {
  background-color: #fffacd59 !important;
}
.C-FFFACD-35-text {
  color: #fffacd59;
}
.C-FFFACD-35-border {
  border-color: #fffacd59 !important;
}
.C-FFFACD-30 {
  background-color: #fffacd4D !important;
}
.C-FFFACD-30-text {
  color: #fffacd4D;
}
.C-FFFACD-30-border {
  border-color: #fffacd4D !important;
}
.C-FFFACD-25 {
  background-color: #fffacd40 !important;
}
.C-FFFACD-25-text {
  color: #fffacd40;
}
.C-FFFACD-25-border {
  border-color: #fffacd40 !important;
}
.C-FFFACD-20 {
  background-color: #fffacd33 !important;
}
.C-FFFACD-20-text {
  color: #fffacd33;
}
.C-FFFACD-20-border {
  border-color: #fffacd33 !important;
}
.C-FFFACD-15 {
  background-color: #fffacd26 !important;
}
.C-FFFACD-15-text {
  color: #fffacd26;
}
.C-FFFACD-15-border {
  border-color: #fffacd26 !important;
}
.C-FFFACD-10 {
  background-color: #fffacd1A !important;
}
.C-FFFACD-10-text {
  color: #fffacd1A;
}
.C-FFFACD-10-border {
  border-color: #fffacd1A !important;
}
.C-FFFACD-5 {
  background-color: #fffacd0D !important;
}
.C-FFFACD-5-text {
  color: #fffacd0D;
}
.C-FFFACD-5-border {
  border-color: #fffacd0D !important;
}
.C-FFFACD-0 {
  background-color: #fffacd0 !important;
}
.C-FFFACD-0-text {
  color: #fffacd0;
}
.C-FFFACD-0-border {
  border-color: #fffacd0 !important;
}
.C-FFFACD {
  background-color: #fffacd !important;
  --btn-background: #fffacd;
}
.C-FFFACD-text {
  color: #fffacd;
}
.C-FFFACD-border {
  border-color: #fffacd !important;
}
@media (hover: hover) {
  .C-FFFACD-hover-bg:hover {
    background-color: #fffacd !important;
  }
}
.C-FFFACD-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFFACD-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fffacd;
  fill: #fffacd;
  stroke: #fffacd;
}
.C-FFFACD-hover-text[papaTarget]:hover.f_targetText {
  color: #fffacd !important;
  fill: #fffacd !important;
  stroke: #fffacd !important;
}
.C-FFFACD-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFFACD-hover-text[fHover]:hover {
  color: #fffacd !important;
}
.C-FFFACD-after::after,
.C-FFFACD-after::before {
  background-color: #fffacd;
}
.C-FFFACD-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fffacd;
  transition: box-shadow 0.2s;
}
.C-FFFACD100 {
  background-color: lemonchiffon !important;
}
.C-FFFACD100-text {
  color: lemonchiffon;
}
.C-FFFACD100-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD100 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD95 {
  background-color: lemonchiffon !important;
}
.C-FFFACD95-text {
  color: lemonchiffon;
}
.C-FFFACD95-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD95 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD90 {
  background-color: lemonchiffon !important;
}
.C-FFFACD90-text {
  color: lemonchiffon;
}
.C-FFFACD90-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD90 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD85 {
  background-color: lemonchiffon !important;
}
.C-FFFACD85-text {
  color: lemonchiffon;
}
.C-FFFACD85-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD85 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD80 {
  background-color: lemonchiffon !important;
}
.C-FFFACD80-text {
  color: lemonchiffon;
}
.C-FFFACD80-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD80 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD75 {
  background-color: lemonchiffon !important;
}
.C-FFFACD75-text {
  color: lemonchiffon;
}
.C-FFFACD75-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD75 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD70 {
  background-color: lemonchiffon !important;
}
.C-FFFACD70-text {
  color: lemonchiffon;
}
.C-FFFACD70-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD70 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD65 {
  background-color: lemonchiffon !important;
}
.C-FFFACD65-text {
  color: lemonchiffon;
}
.C-FFFACD65-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD65 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD60 {
  background-color: lemonchiffon !important;
}
.C-FFFACD60-text {
  color: lemonchiffon;
}
.C-FFFACD60-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD60 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD55 {
  background-color: lemonchiffon !important;
}
.C-FFFACD55-text {
  color: lemonchiffon;
}
.C-FFFACD55-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD55 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD50 {
  background-color: lemonchiffon !important;
}
.C-FFFACD50-text {
  color: lemonchiffon;
}
.C-FFFACD50-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD50 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD45 {
  background-color: lemonchiffon !important;
}
.C-FFFACD45-text {
  color: lemonchiffon;
}
.C-FFFACD45-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD45 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD40 {
  background-color: lemonchiffon !important;
}
.C-FFFACD40-text {
  color: lemonchiffon;
}
.C-FFFACD40-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD40 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD35 {
  background-color: lemonchiffon !important;
}
.C-FFFACD35-text {
  color: lemonchiffon;
}
.C-FFFACD35-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD35 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD30 {
  background-color: lemonchiffon !important;
}
.C-FFFACD30-text {
  color: lemonchiffon;
}
.C-FFFACD30-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD30 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD25 {
  background-color: lemonchiffon !important;
}
.C-FFFACD25-text {
  color: lemonchiffon;
}
.C-FFFACD25-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD25 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD20 {
  background-color: lemonchiffon !important;
}
.C-FFFACD20-text {
  color: lemonchiffon;
}
.C-FFFACD20-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD20 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD15 {
  background-color: lemonchiffon !important;
}
.C-FFFACD15-text {
  color: lemonchiffon;
}
.C-FFFACD15-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD15 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD10 {
  background-color: lemonchiffon !important;
}
.C-FFFACD10-text {
  color: lemonchiffon;
}
.C-FFFACD10-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD10 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD5 {
  background-color: lemonchiffon !important;
}
.C-FFFACD5-text {
  color: lemonchiffon;
}
.C-FFFACD5-border {
  border-color: lemonchiffon;
}
.C-linearGradient-FFFACD5 {
  background-image:
    linear-gradient(
      45deg,
      lemonchiffon 0%,
      #fffacd 99%,
      lemonchiffon 100%);
}
.C-FFFACD0 {
  background-color: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-text {
  color: rgba(255, 250, 205, 0);
}
.C-FFFACD0-border {
  border-color: rgba(255, 250, 205, 0);
}
.C-linearGradient-FFFACD0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 250, 205, 0) 0%,
      #fffacd 99%,
      rgba(255, 250, 205, 0) 100%);
}
.C-FFFACD-fill-1 #fill1 {
  fill: #fffacd;
}
.C-FFFACD-fill-1.onHover:hover #fill1,
.C-FFFACD-fill-1:hover #fill1 {
  fill: #fffacd;
}
.C-FFFACD-stroke-1 #stroke1 {
  stroke: #fffacd !important;
}
.C-FFFACD100-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD95-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD90-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD85-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD80-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD75-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD70-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD65-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD60-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD55-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD50-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD45-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD40-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD35-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD30-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD25-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD20-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD15-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD10-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD5-fill-1 #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-fill-1.onHover:hover #fill1 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-stroke-1 #stroke1 {
  stroke: lemonchiffon !important;
}
.C-FFFACD0-fill-1 #fill1 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-stroke-1 #stroke1 {
  stroke: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD-fill-2 #fill2 {
  fill: #fffacd;
}
.C-FFFACD-fill-2.onHover:hover #fill2,
.C-FFFACD-fill-2:hover #fill2 {
  fill: #fffacd;
}
.C-FFFACD-stroke-2 #stroke2 {
  stroke: #fffacd !important;
}
.C-FFFACD100-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD95-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD90-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD85-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD80-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD75-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD70-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD65-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD60-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD55-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD50-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD45-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD40-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD35-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD30-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD25-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD20-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD15-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD10-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD5-fill-2 #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-fill-2.onHover:hover #fill2 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-stroke-2 #stroke2 {
  stroke: lemonchiffon !important;
}
.C-FFFACD0-fill-2 #fill2 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-stroke-2 #stroke2 {
  stroke: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD-fill-3 #fill3 {
  fill: #fffacd;
}
.C-FFFACD-fill-3.onHover:hover #fill3,
.C-FFFACD-fill-3:hover #fill3 {
  fill: #fffacd;
}
.C-FFFACD-stroke-3 #stroke3 {
  stroke: #fffacd !important;
}
.C-FFFACD100-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD100-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD95-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD95-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD90-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD90-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD85-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD85-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD80-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD80-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD75-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD75-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD70-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD70-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD65-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD65-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD60-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD60-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD55-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD55-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD50-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD50-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD45-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD45-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD40-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD40-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD35-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD35-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD30-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD30-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD25-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD25-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD20-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD20-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD15-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD15-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD10-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD10-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD5-fill-3 #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-fill-3.onHover:hover #fill3 {
  fill: lemonchiffon !important;
}
.C-FFFACD5-stroke-3 #stroke3 {
  stroke: lemonchiffon !important;
}
.C-FFFACD0-fill-3 #fill3 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 250, 205, 0) !important;
}
.C-FFFACD0-stroke-3 #stroke3 {
  stroke: rgba(255, 250, 205, 0) !important;
}
.C-CCC99A-100 {
  background-color: #ccc99aFF !important;
}
.C-CCC99A-100-text {
  color: #ccc99aFF;
}
.C-CCC99A-100-border {
  border-color: #ccc99aFF !important;
}
.C-CCC99A-95 {
  background-color: #ccc99aF2 !important;
}
.C-CCC99A-95-text {
  color: #ccc99aF2;
}
.C-CCC99A-95-border {
  border-color: #ccc99aF2 !important;
}
.C-CCC99A-90 {
  background-color: #ccc99aE6 !important;
}
.C-CCC99A-90-text {
  color: #ccc99aE6;
}
.C-CCC99A-90-border {
  border-color: #ccc99aE6 !important;
}
.C-CCC99A-85 {
  background-color: #ccc99aD9 !important;
}
.C-CCC99A-85-text {
  color: #ccc99aD9;
}
.C-CCC99A-85-border {
  border-color: #ccc99aD9 !important;
}
.C-CCC99A-80 {
  background-color: #ccc99aCC !important;
}
.C-CCC99A-80-text {
  color: #ccc99aCC;
}
.C-CCC99A-80-border {
  border-color: #ccc99aCC !important;
}
.C-CCC99A-75 {
  background-color: #ccc99aBF !important;
}
.C-CCC99A-75-text {
  color: #ccc99aBF;
}
.C-CCC99A-75-border {
  border-color: #ccc99aBF !important;
}
.C-CCC99A-70 {
  background-color: #ccc99aB3 !important;
}
.C-CCC99A-70-text {
  color: #ccc99aB3;
}
.C-CCC99A-70-border {
  border-color: #ccc99aB3 !important;
}
.C-CCC99A-65 {
  background-color: #ccc99aA6 !important;
}
.C-CCC99A-65-text {
  color: #ccc99aA6;
}
.C-CCC99A-65-border {
  border-color: #ccc99aA6 !important;
}
.C-CCC99A-60 {
  background-color: #ccc99a99 !important;
}
.C-CCC99A-60-text {
  color: #ccc99a99;
}
.C-CCC99A-60-border {
  border-color: #ccc99a99 !important;
}
.C-CCC99A-55 {
  background-color: #ccc99a8C !important;
}
.C-CCC99A-55-text {
  color: #ccc99a8C;
}
.C-CCC99A-55-border {
  border-color: #ccc99a8C !important;
}
.C-CCC99A-50 {
  background-color: #ccc99a80 !important;
}
.C-CCC99A-50-text {
  color: #ccc99a80;
}
.C-CCC99A-50-border {
  border-color: #ccc99a80 !important;
}
.C-CCC99A-45 {
  background-color: #ccc99a73 !important;
}
.C-CCC99A-45-text {
  color: #ccc99a73;
}
.C-CCC99A-45-border {
  border-color: #ccc99a73 !important;
}
.C-CCC99A-40 {
  background-color: #ccc99a66 !important;
}
.C-CCC99A-40-text {
  color: #ccc99a66;
}
.C-CCC99A-40-border {
  border-color: #ccc99a66 !important;
}
.C-CCC99A-35 {
  background-color: #ccc99a59 !important;
}
.C-CCC99A-35-text {
  color: #ccc99a59;
}
.C-CCC99A-35-border {
  border-color: #ccc99a59 !important;
}
.C-CCC99A-30 {
  background-color: #ccc99a4D !important;
}
.C-CCC99A-30-text {
  color: #ccc99a4D;
}
.C-CCC99A-30-border {
  border-color: #ccc99a4D !important;
}
.C-CCC99A-25 {
  background-color: #ccc99a40 !important;
}
.C-CCC99A-25-text {
  color: #ccc99a40;
}
.C-CCC99A-25-border {
  border-color: #ccc99a40 !important;
}
.C-CCC99A-20 {
  background-color: #ccc99a33 !important;
}
.C-CCC99A-20-text {
  color: #ccc99a33;
}
.C-CCC99A-20-border {
  border-color: #ccc99a33 !important;
}
.C-CCC99A-15 {
  background-color: #ccc99a26 !important;
}
.C-CCC99A-15-text {
  color: #ccc99a26;
}
.C-CCC99A-15-border {
  border-color: #ccc99a26 !important;
}
.C-CCC99A-10 {
  background-color: #ccc99a1A !important;
}
.C-CCC99A-10-text {
  color: #ccc99a1A;
}
.C-CCC99A-10-border {
  border-color: #ccc99a1A !important;
}
.C-CCC99A-5 {
  background-color: #ccc99a0D !important;
}
.C-CCC99A-5-text {
  color: #ccc99a0D;
}
.C-CCC99A-5-border {
  border-color: #ccc99a0D !important;
}
.C-CCC99A-0 {
  background-color: #ccc99a0 !important;
}
.C-CCC99A-0-text {
  color: #ccc99a0;
}
.C-CCC99A-0-border {
  border-color: #ccc99a0 !important;
}
.C-CCC99A {
  background-color: #ccc99a !important;
  --btn-background: #ccc99a;
}
.C-CCC99A-text {
  color: #ccc99a;
}
.C-CCC99A-border {
  border-color: #ccc99a !important;
}
@media (hover: hover) {
  .C-CCC99A-hover-bg:hover {
    background-color: #ccc99a !important;
  }
}
.C-CCC99A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CCC99A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ccc99a;
  fill: #ccc99a;
  stroke: #ccc99a;
}
.C-CCC99A-hover-text[papaTarget]:hover.f_targetText {
  color: #ccc99a !important;
  fill: #ccc99a !important;
  stroke: #ccc99a !important;
}
.C-CCC99A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CCC99A-hover-text[fHover]:hover {
  color: #ccc99a !important;
}
.C-CCC99A-after::after,
.C-CCC99A-after::before {
  background-color: #ccc99a;
}
.C-CCC99A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ccc99a;
  transition: box-shadow 0.2s;
}
.C-CCC99A100 {
  background-color: #ccc99a !important;
}
.C-CCC99A100-text {
  color: #ccc99a;
}
.C-CCC99A100-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A100 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A95 {
  background-color: #ccc99a !important;
}
.C-CCC99A95-text {
  color: #ccc99a;
}
.C-CCC99A95-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A95 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A90 {
  background-color: #ccc99a !important;
}
.C-CCC99A90-text {
  color: #ccc99a;
}
.C-CCC99A90-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A90 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A85 {
  background-color: #ccc99a !important;
}
.C-CCC99A85-text {
  color: #ccc99a;
}
.C-CCC99A85-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A85 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A80 {
  background-color: #ccc99a !important;
}
.C-CCC99A80-text {
  color: #ccc99a;
}
.C-CCC99A80-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A80 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A75 {
  background-color: #ccc99a !important;
}
.C-CCC99A75-text {
  color: #ccc99a;
}
.C-CCC99A75-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A75 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A70 {
  background-color: #ccc99a !important;
}
.C-CCC99A70-text {
  color: #ccc99a;
}
.C-CCC99A70-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A70 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A65 {
  background-color: #ccc99a !important;
}
.C-CCC99A65-text {
  color: #ccc99a;
}
.C-CCC99A65-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A65 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A60 {
  background-color: #ccc99a !important;
}
.C-CCC99A60-text {
  color: #ccc99a;
}
.C-CCC99A60-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A60 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A55 {
  background-color: #ccc99a !important;
}
.C-CCC99A55-text {
  color: #ccc99a;
}
.C-CCC99A55-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A55 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A50 {
  background-color: #ccc99a !important;
}
.C-CCC99A50-text {
  color: #ccc99a;
}
.C-CCC99A50-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A50 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A45 {
  background-color: #ccc99a !important;
}
.C-CCC99A45-text {
  color: #ccc99a;
}
.C-CCC99A45-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A45 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A40 {
  background-color: #ccc99a !important;
}
.C-CCC99A40-text {
  color: #ccc99a;
}
.C-CCC99A40-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A40 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A35 {
  background-color: #ccc99a !important;
}
.C-CCC99A35-text {
  color: #ccc99a;
}
.C-CCC99A35-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A35 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A30 {
  background-color: #ccc99a !important;
}
.C-CCC99A30-text {
  color: #ccc99a;
}
.C-CCC99A30-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A30 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A25 {
  background-color: #ccc99a !important;
}
.C-CCC99A25-text {
  color: #ccc99a;
}
.C-CCC99A25-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A25 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A20 {
  background-color: #ccc99a !important;
}
.C-CCC99A20-text {
  color: #ccc99a;
}
.C-CCC99A20-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A20 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A15 {
  background-color: #ccc99a !important;
}
.C-CCC99A15-text {
  color: #ccc99a;
}
.C-CCC99A15-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A15 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A10 {
  background-color: #ccc99a !important;
}
.C-CCC99A10-text {
  color: #ccc99a;
}
.C-CCC99A10-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A10 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A5 {
  background-color: #ccc99a !important;
}
.C-CCC99A5-text {
  color: #ccc99a;
}
.C-CCC99A5-border {
  border-color: #ccc99a;
}
.C-linearGradient-CCC99A5 {
  background-image:
    linear-gradient(
      45deg,
      #ccc99a 0%,
      #ccc99a 99%,
      #ccc99a 100%);
}
.C-CCC99A0 {
  background-color: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-text {
  color: rgba(204, 201, 154, 0);
}
.C-CCC99A0-border {
  border-color: rgba(204, 201, 154, 0);
}
.C-linearGradient-CCC99A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 201, 154, 0) 0%,
      #ccc99a 99%,
      rgba(204, 201, 154, 0) 100%);
}
.C-CCC99A-fill-1 #fill1 {
  fill: #ccc99a;
}
.C-CCC99A-fill-1.onHover:hover #fill1,
.C-CCC99A-fill-1:hover #fill1 {
  fill: #ccc99a;
}
.C-CCC99A-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A100-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A100-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A100-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A95-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A95-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A95-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A90-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A90-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A90-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A85-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A85-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A85-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A80-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A80-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A80-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A75-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A75-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A75-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A70-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A70-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A70-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A65-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A65-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A65-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A60-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A60-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A60-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A55-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A55-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A55-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A50-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A50-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A50-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A45-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A45-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A45-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A40-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A40-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A40-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A35-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A35-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A35-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A30-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A30-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A30-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A25-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A25-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A25-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A20-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A20-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A20-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A15-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A15-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A15-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A10-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A10-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A10-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A5-fill-1 #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A5-fill-1.onHover:hover #fill1 {
  fill: #ccc99a !important;
}
.C-CCC99A5-stroke-1 #stroke1 {
  stroke: #ccc99a !important;
}
.C-CCC99A0-fill-1 #fill1 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-stroke-1 #stroke1 {
  stroke: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A-fill-2 #fill2 {
  fill: #ccc99a;
}
.C-CCC99A-fill-2.onHover:hover #fill2,
.C-CCC99A-fill-2:hover #fill2 {
  fill: #ccc99a;
}
.C-CCC99A-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A100-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A100-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A100-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A95-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A95-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A95-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A90-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A90-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A90-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A85-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A85-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A85-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A80-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A80-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A80-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A75-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A75-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A75-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A70-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A70-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A70-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A65-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A65-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A65-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A60-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A60-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A60-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A55-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A55-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A55-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A50-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A50-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A50-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A45-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A45-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A45-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A40-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A40-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A40-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A35-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A35-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A35-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A30-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A30-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A30-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A25-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A25-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A25-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A20-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A20-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A20-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A15-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A15-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A15-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A10-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A10-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A10-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A5-fill-2 #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A5-fill-2.onHover:hover #fill2 {
  fill: #ccc99a !important;
}
.C-CCC99A5-stroke-2 #stroke2 {
  stroke: #ccc99a !important;
}
.C-CCC99A0-fill-2 #fill2 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-stroke-2 #stroke2 {
  stroke: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A-fill-3 #fill3 {
  fill: #ccc99a;
}
.C-CCC99A-fill-3.onHover:hover #fill3,
.C-CCC99A-fill-3:hover #fill3 {
  fill: #ccc99a;
}
.C-CCC99A-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A100-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A100-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A100-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A95-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A95-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A95-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A90-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A90-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A90-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A85-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A85-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A85-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A80-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A80-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A80-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A75-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A75-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A75-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A70-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A70-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A70-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A65-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A65-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A65-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A60-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A60-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A60-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A55-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A55-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A55-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A50-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A50-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A50-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A45-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A45-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A45-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A40-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A40-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A40-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A35-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A35-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A35-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A30-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A30-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A30-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A25-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A25-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A25-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A20-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A20-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A20-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A15-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A15-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A15-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A10-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A10-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A10-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A5-fill-3 #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A5-fill-3.onHover:hover #fill3 {
  fill: #ccc99a !important;
}
.C-CCC99A5-stroke-3 #stroke3 {
  stroke: #ccc99a !important;
}
.C-CCC99A0-fill-3 #fill3 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 201, 154, 0) !important;
}
.C-CCC99A0-stroke-3 #stroke3 {
  stroke: rgba(204, 201, 154, 0) !important;
}
.C-DD2222-100 {
  background-color: #dd2222FF !important;
}
.C-DD2222-100-text {
  color: #dd2222FF;
}
.C-DD2222-100-border {
  border-color: #dd2222FF !important;
}
.C-DD2222-95 {
  background-color: #dd2222F2 !important;
}
.C-DD2222-95-text {
  color: #dd2222F2;
}
.C-DD2222-95-border {
  border-color: #dd2222F2 !important;
}
.C-DD2222-90 {
  background-color: #dd2222E6 !important;
}
.C-DD2222-90-text {
  color: #dd2222E6;
}
.C-DD2222-90-border {
  border-color: #dd2222E6 !important;
}
.C-DD2222-85 {
  background-color: #dd2222D9 !important;
}
.C-DD2222-85-text {
  color: #dd2222D9;
}
.C-DD2222-85-border {
  border-color: #dd2222D9 !important;
}
.C-DD2222-80 {
  background-color: #dd2222CC !important;
}
.C-DD2222-80-text {
  color: #dd2222CC;
}
.C-DD2222-80-border {
  border-color: #dd2222CC !important;
}
.C-DD2222-75 {
  background-color: #dd2222BF !important;
}
.C-DD2222-75-text {
  color: #dd2222BF;
}
.C-DD2222-75-border {
  border-color: #dd2222BF !important;
}
.C-DD2222-70 {
  background-color: #dd2222B3 !important;
}
.C-DD2222-70-text {
  color: #dd2222B3;
}
.C-DD2222-70-border {
  border-color: #dd2222B3 !important;
}
.C-DD2222-65 {
  background-color: #dd2222A6 !important;
}
.C-DD2222-65-text {
  color: #dd2222A6;
}
.C-DD2222-65-border {
  border-color: #dd2222A6 !important;
}
.C-DD2222-60 {
  background-color: #dd222299 !important;
}
.C-DD2222-60-text {
  color: #dd222299;
}
.C-DD2222-60-border {
  border-color: #dd222299 !important;
}
.C-DD2222-55 {
  background-color: #dd22228C !important;
}
.C-DD2222-55-text {
  color: #dd22228C;
}
.C-DD2222-55-border {
  border-color: #dd22228C !important;
}
.C-DD2222-50 {
  background-color: #dd222280 !important;
}
.C-DD2222-50-text {
  color: #dd222280;
}
.C-DD2222-50-border {
  border-color: #dd222280 !important;
}
.C-DD2222-45 {
  background-color: #dd222273 !important;
}
.C-DD2222-45-text {
  color: #dd222273;
}
.C-DD2222-45-border {
  border-color: #dd222273 !important;
}
.C-DD2222-40 {
  background-color: #dd222266 !important;
}
.C-DD2222-40-text {
  color: #dd222266;
}
.C-DD2222-40-border {
  border-color: #dd222266 !important;
}
.C-DD2222-35 {
  background-color: #dd222259 !important;
}
.C-DD2222-35-text {
  color: #dd222259;
}
.C-DD2222-35-border {
  border-color: #dd222259 !important;
}
.C-DD2222-30 {
  background-color: #dd22224D !important;
}
.C-DD2222-30-text {
  color: #dd22224D;
}
.C-DD2222-30-border {
  border-color: #dd22224D !important;
}
.C-DD2222-25 {
  background-color: #dd222240 !important;
}
.C-DD2222-25-text {
  color: #dd222240;
}
.C-DD2222-25-border {
  border-color: #dd222240 !important;
}
.C-DD2222-20 {
  background-color: #dd222233 !important;
}
.C-DD2222-20-text {
  color: #dd222233;
}
.C-DD2222-20-border {
  border-color: #dd222233 !important;
}
.C-DD2222-15 {
  background-color: #dd222226 !important;
}
.C-DD2222-15-text {
  color: #dd222226;
}
.C-DD2222-15-border {
  border-color: #dd222226 !important;
}
.C-DD2222-10 {
  background-color: #dd22221A !important;
}
.C-DD2222-10-text {
  color: #dd22221A;
}
.C-DD2222-10-border {
  border-color: #dd22221A !important;
}
.C-DD2222-5 {
  background-color: #dd22220D !important;
}
.C-DD2222-5-text {
  color: #dd22220D;
}
.C-DD2222-5-border {
  border-color: #dd22220D !important;
}
.C-DD2222-0 {
  background-color: #dd22220 !important;
}
.C-DD2222-0-text {
  color: #dd22220;
}
.C-DD2222-0-border {
  border-color: #dd22220 !important;
}
.C-DD2222 {
  background-color: #dd2222 !important;
  --btn-background: #dd2222;
}
.C-DD2222-text {
  color: #dd2222;
}
.C-DD2222-border {
  border-color: #dd2222 !important;
}
@media (hover: hover) {
  .C-DD2222-hover-bg:hover {
    background-color: #dd2222 !important;
  }
}
.C-DD2222-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-DD2222-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #dd2222;
  fill: #dd2222;
  stroke: #dd2222;
}
.C-DD2222-hover-text[papaTarget]:hover.f_targetText {
  color: #dd2222 !important;
  fill: #dd2222 !important;
  stroke: #dd2222 !important;
}
.C-DD2222-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-DD2222-hover-text[fHover]:hover {
  color: #dd2222 !important;
}
.C-DD2222-after::after,
.C-DD2222-after::before {
  background-color: #dd2222;
}
.C-DD2222-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #dd2222;
  transition: box-shadow 0.2s;
}
.C-DD2222100 {
  background-color: #dd2222 !important;
}
.C-DD2222100-text {
  color: #dd2222;
}
.C-DD2222100-border {
  border-color: #dd2222;
}
.C-linearGradient-DD2222100 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222295 {
  background-color: #dd2222 !important;
}
.C-DD222295-text {
  color: #dd2222;
}
.C-DD222295-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222295 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222290 {
  background-color: #dd2222 !important;
}
.C-DD222290-text {
  color: #dd2222;
}
.C-DD222290-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222290 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222285 {
  background-color: #dd2222 !important;
}
.C-DD222285-text {
  color: #dd2222;
}
.C-DD222285-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222285 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222280 {
  background-color: #dd2222 !important;
}
.C-DD222280-text {
  color: #dd2222;
}
.C-DD222280-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222280 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222275 {
  background-color: #dd2222 !important;
}
.C-DD222275-text {
  color: #dd2222;
}
.C-DD222275-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222275 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222270 {
  background-color: #dd2222 !important;
}
.C-DD222270-text {
  color: #dd2222;
}
.C-DD222270-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222270 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222265 {
  background-color: #dd2222 !important;
}
.C-DD222265-text {
  color: #dd2222;
}
.C-DD222265-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222265 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222260 {
  background-color: #dd2222 !important;
}
.C-DD222260-text {
  color: #dd2222;
}
.C-DD222260-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222260 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222255 {
  background-color: #dd2222 !important;
}
.C-DD222255-text {
  color: #dd2222;
}
.C-DD222255-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222255 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222250 {
  background-color: #dd2222 !important;
}
.C-DD222250-text {
  color: #dd2222;
}
.C-DD222250-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222250 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222245 {
  background-color: #dd2222 !important;
}
.C-DD222245-text {
  color: #dd2222;
}
.C-DD222245-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222245 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222240 {
  background-color: #dd2222 !important;
}
.C-DD222240-text {
  color: #dd2222;
}
.C-DD222240-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222240 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222235 {
  background-color: #dd2222 !important;
}
.C-DD222235-text {
  color: #dd2222;
}
.C-DD222235-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222235 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222230 {
  background-color: #dd2222 !important;
}
.C-DD222230-text {
  color: #dd2222;
}
.C-DD222230-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222230 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222225 {
  background-color: #dd2222 !important;
}
.C-DD222225-text {
  color: #dd2222;
}
.C-DD222225-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222225 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222220 {
  background-color: #dd2222 !important;
}
.C-DD222220-text {
  color: #dd2222;
}
.C-DD222220-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222220 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222215 {
  background-color: #dd2222 !important;
}
.C-DD222215-text {
  color: #dd2222;
}
.C-DD222215-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222215 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD222210 {
  background-color: #dd2222 !important;
}
.C-DD222210-text {
  color: #dd2222;
}
.C-DD222210-border {
  border-color: #dd2222;
}
.C-linearGradient-DD222210 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD22225 {
  background-color: #dd2222 !important;
}
.C-DD22225-text {
  color: #dd2222;
}
.C-DD22225-border {
  border-color: #dd2222;
}
.C-linearGradient-DD22225 {
  background-image:
    linear-gradient(
      45deg,
      #dd2222 0%,
      #dd2222 99%,
      #dd2222 100%);
}
.C-DD22220 {
  background-color: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-text {
  color: rgba(221, 34, 34, 0);
}
.C-DD22220-border {
  border-color: rgba(221, 34, 34, 0);
}
.C-linearGradient-DD22220 {
  background-image:
    linear-gradient(
      45deg,
      rgba(221, 34, 34, 0) 0%,
      #dd2222 99%,
      rgba(221, 34, 34, 0) 100%);
}
.C-DD2222-fill-1 #fill1 {
  fill: #dd2222;
}
.C-DD2222-fill-1.onHover:hover #fill1,
.C-DD2222-fill-1:hover #fill1 {
  fill: #dd2222;
}
.C-DD2222-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD2222100-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD2222100-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD2222100-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222295-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222295-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222295-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222290-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222290-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222290-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222285-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222285-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222285-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222280-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222280-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222280-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222275-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222275-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222275-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222270-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222270-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222270-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222265-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222265-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222265-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222260-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222260-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222260-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222255-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222255-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222255-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222250-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222250-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222250-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222245-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222245-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222245-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222240-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222240-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222240-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222235-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222235-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222235-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222230-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222230-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222230-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222225-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222225-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222225-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222220-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222220-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222220-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222215-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222215-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222215-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD222210-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD222210-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD222210-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD22225-fill-1 #fill1 {
  fill: #dd2222 !important;
}
.C-DD22225-fill-1.onHover:hover #fill1 {
  fill: #dd2222 !important;
}
.C-DD22225-stroke-1 #stroke1 {
  stroke: #dd2222 !important;
}
.C-DD22220-fill-1 #fill1 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-fill-1.onHover:hover #fill1 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-stroke-1 #stroke1 {
  stroke: rgba(221, 34, 34, 0) !important;
}
.C-DD2222-fill-2 #fill2 {
  fill: #dd2222;
}
.C-DD2222-fill-2.onHover:hover #fill2,
.C-DD2222-fill-2:hover #fill2 {
  fill: #dd2222;
}
.C-DD2222-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD2222100-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD2222100-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD2222100-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222295-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222295-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222295-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222290-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222290-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222290-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222285-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222285-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222285-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222280-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222280-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222280-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222275-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222275-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222275-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222270-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222270-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222270-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222265-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222265-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222265-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222260-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222260-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222260-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222255-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222255-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222255-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222250-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222250-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222250-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222245-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222245-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222245-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222240-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222240-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222240-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222235-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222235-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222235-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222230-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222230-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222230-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222225-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222225-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222225-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222220-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222220-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222220-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222215-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222215-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222215-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD222210-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD222210-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD222210-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD22225-fill-2 #fill2 {
  fill: #dd2222 !important;
}
.C-DD22225-fill-2.onHover:hover #fill2 {
  fill: #dd2222 !important;
}
.C-DD22225-stroke-2 #stroke2 {
  stroke: #dd2222 !important;
}
.C-DD22220-fill-2 #fill2 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-fill-2.onHover:hover #fill2 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-stroke-2 #stroke2 {
  stroke: rgba(221, 34, 34, 0) !important;
}
.C-DD2222-fill-3 #fill3 {
  fill: #dd2222;
}
.C-DD2222-fill-3.onHover:hover #fill3,
.C-DD2222-fill-3:hover #fill3 {
  fill: #dd2222;
}
.C-DD2222-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD2222100-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD2222100-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD2222100-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222295-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222295-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222295-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222290-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222290-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222290-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222285-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222285-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222285-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222280-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222280-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222280-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222275-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222275-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222275-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222270-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222270-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222270-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222265-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222265-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222265-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222260-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222260-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222260-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222255-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222255-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222255-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222250-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222250-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222250-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222245-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222245-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222245-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222240-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222240-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222240-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222235-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222235-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222235-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222230-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222230-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222230-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222225-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222225-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222225-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222220-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222220-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222220-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222215-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222215-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222215-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD222210-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD222210-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD222210-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD22225-fill-3 #fill3 {
  fill: #dd2222 !important;
}
.C-DD22225-fill-3.onHover:hover #fill3 {
  fill: #dd2222 !important;
}
.C-DD22225-stroke-3 #stroke3 {
  stroke: #dd2222 !important;
}
.C-DD22220-fill-3 #fill3 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-fill-3.onHover:hover #fill3 {
  fill: rgba(221, 34, 34, 0) !important;
}
.C-DD22220-stroke-3 #stroke3 {
  stroke: rgba(221, 34, 34, 0) !important;
}
.C-0E0E0E-100 {
  background-color: #0e0e0eFF !important;
}
.C-0E0E0E-100-text {
  color: #0e0e0eFF;
}
.C-0E0E0E-100-border {
  border-color: #0e0e0eFF !important;
}
.C-0E0E0E-95 {
  background-color: #0e0e0eF2 !important;
}
.C-0E0E0E-95-text {
  color: #0e0e0eF2;
}
.C-0E0E0E-95-border {
  border-color: #0e0e0eF2 !important;
}
.C-0E0E0E-90 {
  background-color: #0e0e0eE6 !important;
}
.C-0E0E0E-90-text {
  color: #0e0e0eE6;
}
.C-0E0E0E-90-border {
  border-color: #0e0e0eE6 !important;
}
.C-0E0E0E-85 {
  background-color: #0e0e0eD9 !important;
}
.C-0E0E0E-85-text {
  color: #0e0e0eD9;
}
.C-0E0E0E-85-border {
  border-color: #0e0e0eD9 !important;
}
.C-0E0E0E-80 {
  background-color: #0e0e0eCC !important;
}
.C-0E0E0E-80-text {
  color: #0e0e0eCC;
}
.C-0E0E0E-80-border {
  border-color: #0e0e0eCC !important;
}
.C-0E0E0E-75 {
  background-color: #0e0e0eBF !important;
}
.C-0E0E0E-75-text {
  color: #0e0e0eBF;
}
.C-0E0E0E-75-border {
  border-color: #0e0e0eBF !important;
}
.C-0E0E0E-70 {
  background-color: #0e0e0eB3 !important;
}
.C-0E0E0E-70-text {
  color: #0e0e0eB3;
}
.C-0E0E0E-70-border {
  border-color: #0e0e0eB3 !important;
}
.C-0E0E0E-65 {
  background-color: #0e0e0eA6 !important;
}
.C-0E0E0E-65-text {
  color: #0e0e0eA6;
}
.C-0E0E0E-65-border {
  border-color: #0e0e0eA6 !important;
}
.C-0E0E0E-60 {
  background-color: #0e0e0e99 !important;
}
.C-0E0E0E-60-text {
  color: #0e0e0e99;
}
.C-0E0E0E-60-border {
  border-color: #0e0e0e99 !important;
}
.C-0E0E0E-55 {
  background-color: #0e0e0e8C !important;
}
.C-0E0E0E-55-text {
  color: #0e0e0e8C;
}
.C-0E0E0E-55-border {
  border-color: #0e0e0e8C !important;
}
.C-0E0E0E-50 {
  background-color: #0e0e0e80 !important;
}
.C-0E0E0E-50-text {
  color: #0e0e0e80;
}
.C-0E0E0E-50-border {
  border-color: #0e0e0e80 !important;
}
.C-0E0E0E-45 {
  background-color: #0e0e0e73 !important;
}
.C-0E0E0E-45-text {
  color: #0e0e0e73;
}
.C-0E0E0E-45-border {
  border-color: #0e0e0e73 !important;
}
.C-0E0E0E-40 {
  background-color: #0e0e0e66 !important;
}
.C-0E0E0E-40-text {
  color: #0e0e0e66;
}
.C-0E0E0E-40-border {
  border-color: #0e0e0e66 !important;
}
.C-0E0E0E-35 {
  background-color: #0e0e0e59 !important;
}
.C-0E0E0E-35-text {
  color: #0e0e0e59;
}
.C-0E0E0E-35-border {
  border-color: #0e0e0e59 !important;
}
.C-0E0E0E-30 {
  background-color: #0e0e0e4D !important;
}
.C-0E0E0E-30-text {
  color: #0e0e0e4D;
}
.C-0E0E0E-30-border {
  border-color: #0e0e0e4D !important;
}
.C-0E0E0E-25 {
  background-color: #0e0e0e40 !important;
}
.C-0E0E0E-25-text {
  color: #0e0e0e40;
}
.C-0E0E0E-25-border {
  border-color: #0e0e0e40 !important;
}
.C-0E0E0E-20 {
  background-color: #0e0e0e33 !important;
}
.C-0E0E0E-20-text {
  color: #0e0e0e33;
}
.C-0E0E0E-20-border {
  border-color: #0e0e0e33 !important;
}
.C-0E0E0E-15 {
  background-color: #0e0e0e26 !important;
}
.C-0E0E0E-15-text {
  color: #0e0e0e26;
}
.C-0E0E0E-15-border {
  border-color: #0e0e0e26 !important;
}
.C-0E0E0E-10 {
  background-color: #0e0e0e1A !important;
}
.C-0E0E0E-10-text {
  color: #0e0e0e1A;
}
.C-0E0E0E-10-border {
  border-color: #0e0e0e1A !important;
}
.C-0E0E0E-5 {
  background-color: #0e0e0e0D !important;
}
.C-0E0E0E-5-text {
  color: #0e0e0e0D;
}
.C-0E0E0E-5-border {
  border-color: #0e0e0e0D !important;
}
.C-0E0E0E-0 {
  background-color: #0e0e0e0 !important;
}
.C-0E0E0E-0-text {
  color: #0e0e0e0;
}
.C-0E0E0E-0-border {
  border-color: #0e0e0e0 !important;
}
.C-0E0E0E {
  background-color: #0e0e0e !important;
  --btn-background: #0e0e0e;
}
.C-0E0E0E-text {
  color: #0e0e0e;
}
.C-0E0E0E-border {
  border-color: #0e0e0e !important;
}
@media (hover: hover) {
  .C-0E0E0E-hover-bg:hover {
    background-color: #0e0e0e !important;
  }
}
.C-0E0E0E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0E0E0E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0e0e0e;
  fill: #0e0e0e;
  stroke: #0e0e0e;
}
.C-0E0E0E-hover-text[papaTarget]:hover.f_targetText {
  color: #0e0e0e !important;
  fill: #0e0e0e !important;
  stroke: #0e0e0e !important;
}
.C-0E0E0E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0E0E0E-hover-text[fHover]:hover {
  color: #0e0e0e !important;
}
.C-0E0E0E-after::after,
.C-0E0E0E-after::before {
  background-color: #0e0e0e;
}
.C-0E0E0E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0e0e0e;
  transition: box-shadow 0.2s;
}
.C-0E0E0E100 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E100-text {
  color: #0e0e0e;
}
.C-0E0E0E100-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E100 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E95 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E95-text {
  color: #0e0e0e;
}
.C-0E0E0E95-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E95 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E90 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E90-text {
  color: #0e0e0e;
}
.C-0E0E0E90-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E90 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E85 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E85-text {
  color: #0e0e0e;
}
.C-0E0E0E85-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E85 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E80 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E80-text {
  color: #0e0e0e;
}
.C-0E0E0E80-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E80 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E75 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E75-text {
  color: #0e0e0e;
}
.C-0E0E0E75-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E75 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E70 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E70-text {
  color: #0e0e0e;
}
.C-0E0E0E70-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E70 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E65 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E65-text {
  color: #0e0e0e;
}
.C-0E0E0E65-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E65 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E60 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E60-text {
  color: #0e0e0e;
}
.C-0E0E0E60-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E60 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E55 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E55-text {
  color: #0e0e0e;
}
.C-0E0E0E55-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E55 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E50 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E50-text {
  color: #0e0e0e;
}
.C-0E0E0E50-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E50 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E45 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E45-text {
  color: #0e0e0e;
}
.C-0E0E0E45-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E45 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E40 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E40-text {
  color: #0e0e0e;
}
.C-0E0E0E40-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E40 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E35 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E35-text {
  color: #0e0e0e;
}
.C-0E0E0E35-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E35 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E30 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E30-text {
  color: #0e0e0e;
}
.C-0E0E0E30-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E30 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E25 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E25-text {
  color: #0e0e0e;
}
.C-0E0E0E25-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E25 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E20 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E20-text {
  color: #0e0e0e;
}
.C-0E0E0E20-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E20 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E15 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E15-text {
  color: #0e0e0e;
}
.C-0E0E0E15-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E15 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E10 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E10-text {
  color: #0e0e0e;
}
.C-0E0E0E10-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E10 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E5 {
  background-color: #0e0e0e !important;
}
.C-0E0E0E5-text {
  color: #0e0e0e;
}
.C-0E0E0E5-border {
  border-color: #0e0e0e;
}
.C-linearGradient-0E0E0E5 {
  background-image:
    linear-gradient(
      45deg,
      #0e0e0e 0%,
      #0e0e0e 99%,
      #0e0e0e 100%);
}
.C-0E0E0E0 {
  background-color: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-text {
  color: rgba(14, 14, 14, 0);
}
.C-0E0E0E0-border {
  border-color: rgba(14, 14, 14, 0);
}
.C-linearGradient-0E0E0E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(14, 14, 14, 0) 0%,
      #0e0e0e 99%,
      rgba(14, 14, 14, 0) 100%);
}
.C-0E0E0E-fill-1 #fill1 {
  fill: #0e0e0e;
}
.C-0E0E0E-fill-1.onHover:hover #fill1,
.C-0E0E0E-fill-1:hover #fill1 {
  fill: #0e0e0e;
}
.C-0E0E0E-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E100-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E95-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E90-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E85-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E80-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E75-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E70-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E65-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E60-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E55-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E50-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E45-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E40-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E35-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E30-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E25-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E20-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E15-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E10-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E5-fill-1 #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-fill-1.onHover:hover #fill1 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-stroke-1 #stroke1 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E0-fill-1 #fill1 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-fill-1.onHover:hover #fill1 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-stroke-1 #stroke1 {
  stroke: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E-fill-2 #fill2 {
  fill: #0e0e0e;
}
.C-0E0E0E-fill-2.onHover:hover #fill2,
.C-0E0E0E-fill-2:hover #fill2 {
  fill: #0e0e0e;
}
.C-0E0E0E-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E100-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E95-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E90-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E85-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E80-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E75-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E70-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E65-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E60-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E55-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E50-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E45-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E40-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E35-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E30-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E25-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E20-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E15-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E10-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E5-fill-2 #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-fill-2.onHover:hover #fill2 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-stroke-2 #stroke2 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E0-fill-2 #fill2 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-fill-2.onHover:hover #fill2 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-stroke-2 #stroke2 {
  stroke: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E-fill-3 #fill3 {
  fill: #0e0e0e;
}
.C-0E0E0E-fill-3.onHover:hover #fill3,
.C-0E0E0E-fill-3:hover #fill3 {
  fill: #0e0e0e;
}
.C-0E0E0E-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E100-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E100-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E95-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E95-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E90-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E90-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E85-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E85-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E80-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E80-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E75-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E75-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E70-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E70-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E65-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E65-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E60-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E60-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E55-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E55-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E50-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E50-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E45-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E45-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E40-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E40-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E35-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E35-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E30-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E30-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E25-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E25-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E20-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E20-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E15-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E15-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E10-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E10-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E5-fill-3 #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-fill-3.onHover:hover #fill3 {
  fill: #0e0e0e !important;
}
.C-0E0E0E5-stroke-3 #stroke3 {
  stroke: #0e0e0e !important;
}
.C-0E0E0E0-fill-3 #fill3 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-fill-3.onHover:hover #fill3 {
  fill: rgba(14, 14, 14, 0) !important;
}
.C-0E0E0E0-stroke-3 #stroke3 {
  stroke: rgba(14, 14, 14, 0) !important;
}
.C-332E2E-100 {
  background-color: #332e2eFF !important;
}
.C-332E2E-100-text {
  color: #332e2eFF;
}
.C-332E2E-100-border {
  border-color: #332e2eFF !important;
}
.C-332E2E-95 {
  background-color: #332e2eF2 !important;
}
.C-332E2E-95-text {
  color: #332e2eF2;
}
.C-332E2E-95-border {
  border-color: #332e2eF2 !important;
}
.C-332E2E-90 {
  background-color: #332e2eE6 !important;
}
.C-332E2E-90-text {
  color: #332e2eE6;
}
.C-332E2E-90-border {
  border-color: #332e2eE6 !important;
}
.C-332E2E-85 {
  background-color: #332e2eD9 !important;
}
.C-332E2E-85-text {
  color: #332e2eD9;
}
.C-332E2E-85-border {
  border-color: #332e2eD9 !important;
}
.C-332E2E-80 {
  background-color: #332e2eCC !important;
}
.C-332E2E-80-text {
  color: #332e2eCC;
}
.C-332E2E-80-border {
  border-color: #332e2eCC !important;
}
.C-332E2E-75 {
  background-color: #332e2eBF !important;
}
.C-332E2E-75-text {
  color: #332e2eBF;
}
.C-332E2E-75-border {
  border-color: #332e2eBF !important;
}
.C-332E2E-70 {
  background-color: #332e2eB3 !important;
}
.C-332E2E-70-text {
  color: #332e2eB3;
}
.C-332E2E-70-border {
  border-color: #332e2eB3 !important;
}
.C-332E2E-65 {
  background-color: #332e2eA6 !important;
}
.C-332E2E-65-text {
  color: #332e2eA6;
}
.C-332E2E-65-border {
  border-color: #332e2eA6 !important;
}
.C-332E2E-60 {
  background-color: #332e2e99 !important;
}
.C-332E2E-60-text {
  color: #332e2e99;
}
.C-332E2E-60-border {
  border-color: #332e2e99 !important;
}
.C-332E2E-55 {
  background-color: #332e2e8C !important;
}
.C-332E2E-55-text {
  color: #332e2e8C;
}
.C-332E2E-55-border {
  border-color: #332e2e8C !important;
}
.C-332E2E-50 {
  background-color: #332e2e80 !important;
}
.C-332E2E-50-text {
  color: #332e2e80;
}
.C-332E2E-50-border {
  border-color: #332e2e80 !important;
}
.C-332E2E-45 {
  background-color: #332e2e73 !important;
}
.C-332E2E-45-text {
  color: #332e2e73;
}
.C-332E2E-45-border {
  border-color: #332e2e73 !important;
}
.C-332E2E-40 {
  background-color: #332e2e66 !important;
}
.C-332E2E-40-text {
  color: #332e2e66;
}
.C-332E2E-40-border {
  border-color: #332e2e66 !important;
}
.C-332E2E-35 {
  background-color: #332e2e59 !important;
}
.C-332E2E-35-text {
  color: #332e2e59;
}
.C-332E2E-35-border {
  border-color: #332e2e59 !important;
}
.C-332E2E-30 {
  background-color: #332e2e4D !important;
}
.C-332E2E-30-text {
  color: #332e2e4D;
}
.C-332E2E-30-border {
  border-color: #332e2e4D !important;
}
.C-332E2E-25 {
  background-color: #332e2e40 !important;
}
.C-332E2E-25-text {
  color: #332e2e40;
}
.C-332E2E-25-border {
  border-color: #332e2e40 !important;
}
.C-332E2E-20 {
  background-color: #332e2e33 !important;
}
.C-332E2E-20-text {
  color: #332e2e33;
}
.C-332E2E-20-border {
  border-color: #332e2e33 !important;
}
.C-332E2E-15 {
  background-color: #332e2e26 !important;
}
.C-332E2E-15-text {
  color: #332e2e26;
}
.C-332E2E-15-border {
  border-color: #332e2e26 !important;
}
.C-332E2E-10 {
  background-color: #332e2e1A !important;
}
.C-332E2E-10-text {
  color: #332e2e1A;
}
.C-332E2E-10-border {
  border-color: #332e2e1A !important;
}
.C-332E2E-5 {
  background-color: #332e2e0D !important;
}
.C-332E2E-5-text {
  color: #332e2e0D;
}
.C-332E2E-5-border {
  border-color: #332e2e0D !important;
}
.C-332E2E-0 {
  background-color: #332e2e0 !important;
}
.C-332E2E-0-text {
  color: #332e2e0;
}
.C-332E2E-0-border {
  border-color: #332e2e0 !important;
}
.C-332E2E {
  background-color: #332e2e !important;
  --btn-background: #332e2e;
}
.C-332E2E-text {
  color: #332e2e;
}
.C-332E2E-border {
  border-color: #332e2e !important;
}
@media (hover: hover) {
  .C-332E2E-hover-bg:hover {
    background-color: #332e2e !important;
  }
}
.C-332E2E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-332E2E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #332e2e;
  fill: #332e2e;
  stroke: #332e2e;
}
.C-332E2E-hover-text[papaTarget]:hover.f_targetText {
  color: #332e2e !important;
  fill: #332e2e !important;
  stroke: #332e2e !important;
}
.C-332E2E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-332E2E-hover-text[fHover]:hover {
  color: #332e2e !important;
}
.C-332E2E-after::after,
.C-332E2E-after::before {
  background-color: #332e2e;
}
.C-332E2E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #332e2e;
  transition: box-shadow 0.2s;
}
.C-332E2E100 {
  background-color: #332e2e !important;
}
.C-332E2E100-text {
  color: #332e2e;
}
.C-332E2E100-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E100 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E95 {
  background-color: #332e2e !important;
}
.C-332E2E95-text {
  color: #332e2e;
}
.C-332E2E95-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E95 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E90 {
  background-color: #332e2e !important;
}
.C-332E2E90-text {
  color: #332e2e;
}
.C-332E2E90-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E90 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E85 {
  background-color: #332e2e !important;
}
.C-332E2E85-text {
  color: #332e2e;
}
.C-332E2E85-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E85 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E80 {
  background-color: #332e2e !important;
}
.C-332E2E80-text {
  color: #332e2e;
}
.C-332E2E80-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E80 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E75 {
  background-color: #332e2e !important;
}
.C-332E2E75-text {
  color: #332e2e;
}
.C-332E2E75-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E75 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E70 {
  background-color: #332e2e !important;
}
.C-332E2E70-text {
  color: #332e2e;
}
.C-332E2E70-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E70 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E65 {
  background-color: #332e2e !important;
}
.C-332E2E65-text {
  color: #332e2e;
}
.C-332E2E65-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E65 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E60 {
  background-color: #332e2e !important;
}
.C-332E2E60-text {
  color: #332e2e;
}
.C-332E2E60-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E60 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E55 {
  background-color: #332e2e !important;
}
.C-332E2E55-text {
  color: #332e2e;
}
.C-332E2E55-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E55 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E50 {
  background-color: #332e2e !important;
}
.C-332E2E50-text {
  color: #332e2e;
}
.C-332E2E50-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E50 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E45 {
  background-color: #332e2e !important;
}
.C-332E2E45-text {
  color: #332e2e;
}
.C-332E2E45-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E45 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E40 {
  background-color: #332e2e !important;
}
.C-332E2E40-text {
  color: #332e2e;
}
.C-332E2E40-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E40 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E35 {
  background-color: #332e2e !important;
}
.C-332E2E35-text {
  color: #332e2e;
}
.C-332E2E35-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E35 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E30 {
  background-color: #332e2e !important;
}
.C-332E2E30-text {
  color: #332e2e;
}
.C-332E2E30-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E30 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E25 {
  background-color: #332e2e !important;
}
.C-332E2E25-text {
  color: #332e2e;
}
.C-332E2E25-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E25 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E20 {
  background-color: #332e2e !important;
}
.C-332E2E20-text {
  color: #332e2e;
}
.C-332E2E20-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E20 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E15 {
  background-color: #332e2e !important;
}
.C-332E2E15-text {
  color: #332e2e;
}
.C-332E2E15-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E15 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E10 {
  background-color: #332e2e !important;
}
.C-332E2E10-text {
  color: #332e2e;
}
.C-332E2E10-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E10 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E5 {
  background-color: #332e2e !important;
}
.C-332E2E5-text {
  color: #332e2e;
}
.C-332E2E5-border {
  border-color: #332e2e;
}
.C-linearGradient-332E2E5 {
  background-image:
    linear-gradient(
      45deg,
      #332e2e 0%,
      #332e2e 99%,
      #332e2e 100%);
}
.C-332E2E0 {
  background-color: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-text {
  color: rgba(51, 46, 46, 0);
}
.C-332E2E0-border {
  border-color: rgba(51, 46, 46, 0);
}
.C-linearGradient-332E2E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(51, 46, 46, 0) 0%,
      #332e2e 99%,
      rgba(51, 46, 46, 0) 100%);
}
.C-332E2E-fill-1 #fill1 {
  fill: #332e2e;
}
.C-332E2E-fill-1.onHover:hover #fill1,
.C-332E2E-fill-1:hover #fill1 {
  fill: #332e2e;
}
.C-332E2E-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E100-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E100-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E100-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E95-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E95-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E95-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E90-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E90-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E90-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E85-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E85-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E85-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E80-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E80-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E80-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E75-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E75-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E75-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E70-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E70-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E70-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E65-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E65-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E65-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E60-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E60-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E60-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E55-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E55-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E55-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E50-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E50-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E50-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E45-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E45-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E45-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E40-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E40-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E40-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E35-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E35-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E35-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E30-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E30-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E30-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E25-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E25-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E25-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E20-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E20-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E20-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E15-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E15-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E15-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E10-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E10-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E10-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E5-fill-1 #fill1 {
  fill: #332e2e !important;
}
.C-332E2E5-fill-1.onHover:hover #fill1 {
  fill: #332e2e !important;
}
.C-332E2E5-stroke-1 #stroke1 {
  stroke: #332e2e !important;
}
.C-332E2E0-fill-1 #fill1 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-fill-1.onHover:hover #fill1 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-stroke-1 #stroke1 {
  stroke: rgba(51, 46, 46, 0) !important;
}
.C-332E2E-fill-2 #fill2 {
  fill: #332e2e;
}
.C-332E2E-fill-2.onHover:hover #fill2,
.C-332E2E-fill-2:hover #fill2 {
  fill: #332e2e;
}
.C-332E2E-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E100-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E100-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E100-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E95-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E95-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E95-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E90-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E90-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E90-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E85-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E85-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E85-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E80-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E80-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E80-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E75-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E75-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E75-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E70-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E70-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E70-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E65-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E65-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E65-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E60-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E60-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E60-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E55-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E55-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E55-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E50-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E50-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E50-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E45-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E45-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E45-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E40-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E40-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E40-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E35-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E35-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E35-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E30-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E30-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E30-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E25-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E25-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E25-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E20-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E20-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E20-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E15-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E15-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E15-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E10-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E10-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E10-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E5-fill-2 #fill2 {
  fill: #332e2e !important;
}
.C-332E2E5-fill-2.onHover:hover #fill2 {
  fill: #332e2e !important;
}
.C-332E2E5-stroke-2 #stroke2 {
  stroke: #332e2e !important;
}
.C-332E2E0-fill-2 #fill2 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-fill-2.onHover:hover #fill2 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-stroke-2 #stroke2 {
  stroke: rgba(51, 46, 46, 0) !important;
}
.C-332E2E-fill-3 #fill3 {
  fill: #332e2e;
}
.C-332E2E-fill-3.onHover:hover #fill3,
.C-332E2E-fill-3:hover #fill3 {
  fill: #332e2e;
}
.C-332E2E-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E100-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E100-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E100-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E95-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E95-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E95-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E90-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E90-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E90-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E85-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E85-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E85-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E80-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E80-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E80-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E75-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E75-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E75-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E70-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E70-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E70-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E65-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E65-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E65-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E60-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E60-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E60-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E55-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E55-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E55-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E50-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E50-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E50-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E45-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E45-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E45-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E40-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E40-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E40-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E35-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E35-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E35-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E30-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E30-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E30-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E25-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E25-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E25-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E20-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E20-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E20-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E15-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E15-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E15-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E10-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E10-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E10-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E5-fill-3 #fill3 {
  fill: #332e2e !important;
}
.C-332E2E5-fill-3.onHover:hover #fill3 {
  fill: #332e2e !important;
}
.C-332E2E5-stroke-3 #stroke3 {
  stroke: #332e2e !important;
}
.C-332E2E0-fill-3 #fill3 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-fill-3.onHover:hover #fill3 {
  fill: rgba(51, 46, 46, 0) !important;
}
.C-332E2E0-stroke-3 #stroke3 {
  stroke: rgba(51, 46, 46, 0) !important;
}
.C-AA1B1B-100 {
  background-color: #aa1b1bFF !important;
}
.C-AA1B1B-100-text {
  color: #aa1b1bFF;
}
.C-AA1B1B-100-border {
  border-color: #aa1b1bFF !important;
}
.C-AA1B1B-95 {
  background-color: #aa1b1bF2 !important;
}
.C-AA1B1B-95-text {
  color: #aa1b1bF2;
}
.C-AA1B1B-95-border {
  border-color: #aa1b1bF2 !important;
}
.C-AA1B1B-90 {
  background-color: #aa1b1bE6 !important;
}
.C-AA1B1B-90-text {
  color: #aa1b1bE6;
}
.C-AA1B1B-90-border {
  border-color: #aa1b1bE6 !important;
}
.C-AA1B1B-85 {
  background-color: #aa1b1bD9 !important;
}
.C-AA1B1B-85-text {
  color: #aa1b1bD9;
}
.C-AA1B1B-85-border {
  border-color: #aa1b1bD9 !important;
}
.C-AA1B1B-80 {
  background-color: #aa1b1bCC !important;
}
.C-AA1B1B-80-text {
  color: #aa1b1bCC;
}
.C-AA1B1B-80-border {
  border-color: #aa1b1bCC !important;
}
.C-AA1B1B-75 {
  background-color: #aa1b1bBF !important;
}
.C-AA1B1B-75-text {
  color: #aa1b1bBF;
}
.C-AA1B1B-75-border {
  border-color: #aa1b1bBF !important;
}
.C-AA1B1B-70 {
  background-color: #aa1b1bB3 !important;
}
.C-AA1B1B-70-text {
  color: #aa1b1bB3;
}
.C-AA1B1B-70-border {
  border-color: #aa1b1bB3 !important;
}
.C-AA1B1B-65 {
  background-color: #aa1b1bA6 !important;
}
.C-AA1B1B-65-text {
  color: #aa1b1bA6;
}
.C-AA1B1B-65-border {
  border-color: #aa1b1bA6 !important;
}
.C-AA1B1B-60 {
  background-color: #aa1b1b99 !important;
}
.C-AA1B1B-60-text {
  color: #aa1b1b99;
}
.C-AA1B1B-60-border {
  border-color: #aa1b1b99 !important;
}
.C-AA1B1B-55 {
  background-color: #aa1b1b8C !important;
}
.C-AA1B1B-55-text {
  color: #aa1b1b8C;
}
.C-AA1B1B-55-border {
  border-color: #aa1b1b8C !important;
}
.C-AA1B1B-50 {
  background-color: #aa1b1b80 !important;
}
.C-AA1B1B-50-text {
  color: #aa1b1b80;
}
.C-AA1B1B-50-border {
  border-color: #aa1b1b80 !important;
}
.C-AA1B1B-45 {
  background-color: #aa1b1b73 !important;
}
.C-AA1B1B-45-text {
  color: #aa1b1b73;
}
.C-AA1B1B-45-border {
  border-color: #aa1b1b73 !important;
}
.C-AA1B1B-40 {
  background-color: #aa1b1b66 !important;
}
.C-AA1B1B-40-text {
  color: #aa1b1b66;
}
.C-AA1B1B-40-border {
  border-color: #aa1b1b66 !important;
}
.C-AA1B1B-35 {
  background-color: #aa1b1b59 !important;
}
.C-AA1B1B-35-text {
  color: #aa1b1b59;
}
.C-AA1B1B-35-border {
  border-color: #aa1b1b59 !important;
}
.C-AA1B1B-30 {
  background-color: #aa1b1b4D !important;
}
.C-AA1B1B-30-text {
  color: #aa1b1b4D;
}
.C-AA1B1B-30-border {
  border-color: #aa1b1b4D !important;
}
.C-AA1B1B-25 {
  background-color: #aa1b1b40 !important;
}
.C-AA1B1B-25-text {
  color: #aa1b1b40;
}
.C-AA1B1B-25-border {
  border-color: #aa1b1b40 !important;
}
.C-AA1B1B-20 {
  background-color: #aa1b1b33 !important;
}
.C-AA1B1B-20-text {
  color: #aa1b1b33;
}
.C-AA1B1B-20-border {
  border-color: #aa1b1b33 !important;
}
.C-AA1B1B-15 {
  background-color: #aa1b1b26 !important;
}
.C-AA1B1B-15-text {
  color: #aa1b1b26;
}
.C-AA1B1B-15-border {
  border-color: #aa1b1b26 !important;
}
.C-AA1B1B-10 {
  background-color: #aa1b1b1A !important;
}
.C-AA1B1B-10-text {
  color: #aa1b1b1A;
}
.C-AA1B1B-10-border {
  border-color: #aa1b1b1A !important;
}
.C-AA1B1B-5 {
  background-color: #aa1b1b0D !important;
}
.C-AA1B1B-5-text {
  color: #aa1b1b0D;
}
.C-AA1B1B-5-border {
  border-color: #aa1b1b0D !important;
}
.C-AA1B1B-0 {
  background-color: #aa1b1b0 !important;
}
.C-AA1B1B-0-text {
  color: #aa1b1b0;
}
.C-AA1B1B-0-border {
  border-color: #aa1b1b0 !important;
}
.C-AA1B1B {
  background-color: #aa1b1b !important;
  --btn-background: #aa1b1b;
}
.C-AA1B1B-text {
  color: #aa1b1b;
}
.C-AA1B1B-border {
  border-color: #aa1b1b !important;
}
@media (hover: hover) {
  .C-AA1B1B-hover-bg:hover {
    background-color: #aa1b1b !important;
  }
}
.C-AA1B1B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AA1B1B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aa1b1b;
  fill: #aa1b1b;
  stroke: #aa1b1b;
}
.C-AA1B1B-hover-text[papaTarget]:hover.f_targetText {
  color: #aa1b1b !important;
  fill: #aa1b1b !important;
  stroke: #aa1b1b !important;
}
.C-AA1B1B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AA1B1B-hover-text[fHover]:hover {
  color: #aa1b1b !important;
}
.C-AA1B1B-after::after,
.C-AA1B1B-after::before {
  background-color: #aa1b1b;
}
.C-AA1B1B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aa1b1b;
  transition: box-shadow 0.2s;
}
.C-AA1B1B100 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B100-text {
  color: #aa1b1b;
}
.C-AA1B1B100-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B100 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B95 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B95-text {
  color: #aa1b1b;
}
.C-AA1B1B95-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B95 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B90 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B90-text {
  color: #aa1b1b;
}
.C-AA1B1B90-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B90 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B85 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B85-text {
  color: #aa1b1b;
}
.C-AA1B1B85-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B85 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B80 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B80-text {
  color: #aa1b1b;
}
.C-AA1B1B80-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B80 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B75 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B75-text {
  color: #aa1b1b;
}
.C-AA1B1B75-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B75 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B70 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B70-text {
  color: #aa1b1b;
}
.C-AA1B1B70-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B70 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B65 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B65-text {
  color: #aa1b1b;
}
.C-AA1B1B65-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B65 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B60 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B60-text {
  color: #aa1b1b;
}
.C-AA1B1B60-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B60 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B55 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B55-text {
  color: #aa1b1b;
}
.C-AA1B1B55-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B55 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B50 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B50-text {
  color: #aa1b1b;
}
.C-AA1B1B50-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B50 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B45 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B45-text {
  color: #aa1b1b;
}
.C-AA1B1B45-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B45 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B40 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B40-text {
  color: #aa1b1b;
}
.C-AA1B1B40-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B40 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B35 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B35-text {
  color: #aa1b1b;
}
.C-AA1B1B35-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B35 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B30 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B30-text {
  color: #aa1b1b;
}
.C-AA1B1B30-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B30 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B25 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B25-text {
  color: #aa1b1b;
}
.C-AA1B1B25-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B25 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B20 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B20-text {
  color: #aa1b1b;
}
.C-AA1B1B20-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B20 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B15 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B15-text {
  color: #aa1b1b;
}
.C-AA1B1B15-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B15 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B10 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B10-text {
  color: #aa1b1b;
}
.C-AA1B1B10-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B10 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B5 {
  background-color: #aa1b1b !important;
}
.C-AA1B1B5-text {
  color: #aa1b1b;
}
.C-AA1B1B5-border {
  border-color: #aa1b1b;
}
.C-linearGradient-AA1B1B5 {
  background-image:
    linear-gradient(
      45deg,
      #aa1b1b 0%,
      #aa1b1b 99%,
      #aa1b1b 100%);
}
.C-AA1B1B0 {
  background-color: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-text {
  color: rgba(170, 27, 27, 0);
}
.C-AA1B1B0-border {
  border-color: rgba(170, 27, 27, 0);
}
.C-linearGradient-AA1B1B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(170, 27, 27, 0) 0%,
      #aa1b1b 99%,
      rgba(170, 27, 27, 0) 100%);
}
.C-AA1B1B-fill-1 #fill1 {
  fill: #aa1b1b;
}
.C-AA1B1B-fill-1.onHover:hover #fill1,
.C-AA1B1B-fill-1:hover #fill1 {
  fill: #aa1b1b;
}
.C-AA1B1B-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B100-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B95-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B90-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B85-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B80-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B75-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B70-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B65-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B60-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B55-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B50-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B45-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B40-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B35-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B30-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B25-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B20-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B15-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B10-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B5-fill-1 #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-fill-1.onHover:hover #fill1 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-stroke-1 #stroke1 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B0-fill-1 #fill1 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-fill-1.onHover:hover #fill1 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-stroke-1 #stroke1 {
  stroke: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B-fill-2 #fill2 {
  fill: #aa1b1b;
}
.C-AA1B1B-fill-2.onHover:hover #fill2,
.C-AA1B1B-fill-2:hover #fill2 {
  fill: #aa1b1b;
}
.C-AA1B1B-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B100-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B95-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B90-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B85-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B80-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B75-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B70-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B65-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B60-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B55-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B50-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B45-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B40-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B35-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B30-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B25-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B20-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B15-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B10-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B5-fill-2 #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-fill-2.onHover:hover #fill2 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-stroke-2 #stroke2 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B0-fill-2 #fill2 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-fill-2.onHover:hover #fill2 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-stroke-2 #stroke2 {
  stroke: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B-fill-3 #fill3 {
  fill: #aa1b1b;
}
.C-AA1B1B-fill-3.onHover:hover #fill3,
.C-AA1B1B-fill-3:hover #fill3 {
  fill: #aa1b1b;
}
.C-AA1B1B-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B100-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B100-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B95-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B95-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B90-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B90-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B85-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B85-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B80-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B80-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B75-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B75-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B70-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B70-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B65-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B65-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B60-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B60-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B55-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B55-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B50-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B50-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B45-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B45-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B40-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B40-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B35-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B35-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B30-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B30-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B25-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B25-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B20-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B20-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B15-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B15-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B10-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B10-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B5-fill-3 #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-fill-3.onHover:hover #fill3 {
  fill: #aa1b1b !important;
}
.C-AA1B1B5-stroke-3 #stroke3 {
  stroke: #aa1b1b !important;
}
.C-AA1B1B0-fill-3 #fill3 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-fill-3.onHover:hover #fill3 {
  fill: rgba(170, 27, 27, 0) !important;
}
.C-AA1B1B0-stroke-3 #stroke3 {
  stroke: rgba(170, 27, 27, 0) !important;
}
.C-FF4949-100 {
  background-color: #ff4949FF !important;
}
.C-FF4949-100-text {
  color: #ff4949FF;
}
.C-FF4949-100-border {
  border-color: #ff4949FF !important;
}
.C-FF4949-95 {
  background-color: #ff4949F2 !important;
}
.C-FF4949-95-text {
  color: #ff4949F2;
}
.C-FF4949-95-border {
  border-color: #ff4949F2 !important;
}
.C-FF4949-90 {
  background-color: #ff4949E6 !important;
}
.C-FF4949-90-text {
  color: #ff4949E6;
}
.C-FF4949-90-border {
  border-color: #ff4949E6 !important;
}
.C-FF4949-85 {
  background-color: #ff4949D9 !important;
}
.C-FF4949-85-text {
  color: #ff4949D9;
}
.C-FF4949-85-border {
  border-color: #ff4949D9 !important;
}
.C-FF4949-80 {
  background-color: #ff4949CC !important;
}
.C-FF4949-80-text {
  color: #ff4949CC;
}
.C-FF4949-80-border {
  border-color: #ff4949CC !important;
}
.C-FF4949-75 {
  background-color: #ff4949BF !important;
}
.C-FF4949-75-text {
  color: #ff4949BF;
}
.C-FF4949-75-border {
  border-color: #ff4949BF !important;
}
.C-FF4949-70 {
  background-color: #ff4949B3 !important;
}
.C-FF4949-70-text {
  color: #ff4949B3;
}
.C-FF4949-70-border {
  border-color: #ff4949B3 !important;
}
.C-FF4949-65 {
  background-color: #ff4949A6 !important;
}
.C-FF4949-65-text {
  color: #ff4949A6;
}
.C-FF4949-65-border {
  border-color: #ff4949A6 !important;
}
.C-FF4949-60 {
  background-color: #ff494999 !important;
}
.C-FF4949-60-text {
  color: #ff494999;
}
.C-FF4949-60-border {
  border-color: #ff494999 !important;
}
.C-FF4949-55 {
  background-color: #ff49498C !important;
}
.C-FF4949-55-text {
  color: #ff49498C;
}
.C-FF4949-55-border {
  border-color: #ff49498C !important;
}
.C-FF4949-50 {
  background-color: #ff494980 !important;
}
.C-FF4949-50-text {
  color: #ff494980;
}
.C-FF4949-50-border {
  border-color: #ff494980 !important;
}
.C-FF4949-45 {
  background-color: #ff494973 !important;
}
.C-FF4949-45-text {
  color: #ff494973;
}
.C-FF4949-45-border {
  border-color: #ff494973 !important;
}
.C-FF4949-40 {
  background-color: #ff494966 !important;
}
.C-FF4949-40-text {
  color: #ff494966;
}
.C-FF4949-40-border {
  border-color: #ff494966 !important;
}
.C-FF4949-35 {
  background-color: #ff494959 !important;
}
.C-FF4949-35-text {
  color: #ff494959;
}
.C-FF4949-35-border {
  border-color: #ff494959 !important;
}
.C-FF4949-30 {
  background-color: #ff49494D !important;
}
.C-FF4949-30-text {
  color: #ff49494D;
}
.C-FF4949-30-border {
  border-color: #ff49494D !important;
}
.C-FF4949-25 {
  background-color: #ff494940 !important;
}
.C-FF4949-25-text {
  color: #ff494940;
}
.C-FF4949-25-border {
  border-color: #ff494940 !important;
}
.C-FF4949-20 {
  background-color: #ff494933 !important;
}
.C-FF4949-20-text {
  color: #ff494933;
}
.C-FF4949-20-border {
  border-color: #ff494933 !important;
}
.C-FF4949-15 {
  background-color: #ff494926 !important;
}
.C-FF4949-15-text {
  color: #ff494926;
}
.C-FF4949-15-border {
  border-color: #ff494926 !important;
}
.C-FF4949-10 {
  background-color: #ff49491A !important;
}
.C-FF4949-10-text {
  color: #ff49491A;
}
.C-FF4949-10-border {
  border-color: #ff49491A !important;
}
.C-FF4949-5 {
  background-color: #ff49490D !important;
}
.C-FF4949-5-text {
  color: #ff49490D;
}
.C-FF4949-5-border {
  border-color: #ff49490D !important;
}
.C-FF4949-0 {
  background-color: #ff49490 !important;
}
.C-FF4949-0-text {
  color: #ff49490;
}
.C-FF4949-0-border {
  border-color: #ff49490 !important;
}
.C-FF4949 {
  background-color: #ff4949 !important;
  --btn-background: #ff4949;
}
.C-FF4949-text {
  color: #ff4949;
}
.C-FF4949-border {
  border-color: #ff4949 !important;
}
@media (hover: hover) {
  .C-FF4949-hover-bg:hover {
    background-color: #ff4949 !important;
  }
}
.C-FF4949-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF4949-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff4949;
  fill: #ff4949;
  stroke: #ff4949;
}
.C-FF4949-hover-text[papaTarget]:hover.f_targetText {
  color: #ff4949 !important;
  fill: #ff4949 !important;
  stroke: #ff4949 !important;
}
.C-FF4949-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF4949-hover-text[fHover]:hover {
  color: #ff4949 !important;
}
.C-FF4949-after::after,
.C-FF4949-after::before {
  background-color: #ff4949;
}
.C-FF4949-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff4949;
  transition: box-shadow 0.2s;
}
.C-FF4949100 {
  background-color: #ff4949 !important;
}
.C-FF4949100-text {
  color: #ff4949;
}
.C-FF4949100-border {
  border-color: #ff4949;
}
.C-linearGradient-FF4949100 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494995 {
  background-color: #ff4949 !important;
}
.C-FF494995-text {
  color: #ff4949;
}
.C-FF494995-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494995 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494990 {
  background-color: #ff4949 !important;
}
.C-FF494990-text {
  color: #ff4949;
}
.C-FF494990-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494990 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494985 {
  background-color: #ff4949 !important;
}
.C-FF494985-text {
  color: #ff4949;
}
.C-FF494985-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494985 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494980 {
  background-color: #ff4949 !important;
}
.C-FF494980-text {
  color: #ff4949;
}
.C-FF494980-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494980 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494975 {
  background-color: #ff4949 !important;
}
.C-FF494975-text {
  color: #ff4949;
}
.C-FF494975-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494975 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494970 {
  background-color: #ff4949 !important;
}
.C-FF494970-text {
  color: #ff4949;
}
.C-FF494970-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494970 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494965 {
  background-color: #ff4949 !important;
}
.C-FF494965-text {
  color: #ff4949;
}
.C-FF494965-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494965 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494960 {
  background-color: #ff4949 !important;
}
.C-FF494960-text {
  color: #ff4949;
}
.C-FF494960-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494960 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494955 {
  background-color: #ff4949 !important;
}
.C-FF494955-text {
  color: #ff4949;
}
.C-FF494955-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494955 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494950 {
  background-color: #ff4949 !important;
}
.C-FF494950-text {
  color: #ff4949;
}
.C-FF494950-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494950 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494945 {
  background-color: #ff4949 !important;
}
.C-FF494945-text {
  color: #ff4949;
}
.C-FF494945-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494945 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494940 {
  background-color: #ff4949 !important;
}
.C-FF494940-text {
  color: #ff4949;
}
.C-FF494940-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494940 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494935 {
  background-color: #ff4949 !important;
}
.C-FF494935-text {
  color: #ff4949;
}
.C-FF494935-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494935 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494930 {
  background-color: #ff4949 !important;
}
.C-FF494930-text {
  color: #ff4949;
}
.C-FF494930-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494930 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494925 {
  background-color: #ff4949 !important;
}
.C-FF494925-text {
  color: #ff4949;
}
.C-FF494925-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494925 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494920 {
  background-color: #ff4949 !important;
}
.C-FF494920-text {
  color: #ff4949;
}
.C-FF494920-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494920 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494915 {
  background-color: #ff4949 !important;
}
.C-FF494915-text {
  color: #ff4949;
}
.C-FF494915-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494915 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF494910 {
  background-color: #ff4949 !important;
}
.C-FF494910-text {
  color: #ff4949;
}
.C-FF494910-border {
  border-color: #ff4949;
}
.C-linearGradient-FF494910 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF49495 {
  background-color: #ff4949 !important;
}
.C-FF49495-text {
  color: #ff4949;
}
.C-FF49495-border {
  border-color: #ff4949;
}
.C-linearGradient-FF49495 {
  background-image:
    linear-gradient(
      45deg,
      #ff4949 0%,
      #ff4949 99%,
      #ff4949 100%);
}
.C-FF49490 {
  background-color: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-text {
  color: rgba(255, 73, 73, 0);
}
.C-FF49490-border {
  border-color: rgba(255, 73, 73, 0);
}
.C-linearGradient-FF49490 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 73, 73, 0) 0%,
      #ff4949 99%,
      rgba(255, 73, 73, 0) 100%);
}
.C-FF4949-fill-1 #fill1 {
  fill: #ff4949;
}
.C-FF4949-fill-1.onHover:hover #fill1,
.C-FF4949-fill-1:hover #fill1 {
  fill: #ff4949;
}
.C-FF4949-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF4949100-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF4949100-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF4949100-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494995-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494995-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494995-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494990-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494990-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494990-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494985-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494985-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494985-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494980-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494980-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494980-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494975-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494975-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494975-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494970-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494970-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494970-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494965-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494965-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494965-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494960-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494960-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494960-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494955-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494955-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494955-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494950-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494950-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494950-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494945-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494945-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494945-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494940-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494940-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494940-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494935-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494935-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494935-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494930-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494930-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494930-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494925-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494925-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494925-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494920-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494920-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494920-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494915-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494915-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494915-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF494910-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF494910-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF494910-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF49495-fill-1 #fill1 {
  fill: #ff4949 !important;
}
.C-FF49495-fill-1.onHover:hover #fill1 {
  fill: #ff4949 !important;
}
.C-FF49495-stroke-1 #stroke1 {
  stroke: #ff4949 !important;
}
.C-FF49490-fill-1 #fill1 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-stroke-1 #stroke1 {
  stroke: rgba(255, 73, 73, 0) !important;
}
.C-FF4949-fill-2 #fill2 {
  fill: #ff4949;
}
.C-FF4949-fill-2.onHover:hover #fill2,
.C-FF4949-fill-2:hover #fill2 {
  fill: #ff4949;
}
.C-FF4949-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF4949100-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF4949100-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF4949100-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494995-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494995-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494995-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494990-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494990-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494990-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494985-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494985-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494985-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494980-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494980-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494980-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494975-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494975-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494975-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494970-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494970-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494970-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494965-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494965-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494965-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494960-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494960-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494960-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494955-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494955-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494955-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494950-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494950-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494950-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494945-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494945-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494945-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494940-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494940-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494940-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494935-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494935-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494935-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494930-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494930-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494930-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494925-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494925-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494925-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494920-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494920-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494920-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494915-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494915-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494915-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF494910-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF494910-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF494910-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF49495-fill-2 #fill2 {
  fill: #ff4949 !important;
}
.C-FF49495-fill-2.onHover:hover #fill2 {
  fill: #ff4949 !important;
}
.C-FF49495-stroke-2 #stroke2 {
  stroke: #ff4949 !important;
}
.C-FF49490-fill-2 #fill2 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-stroke-2 #stroke2 {
  stroke: rgba(255, 73, 73, 0) !important;
}
.C-FF4949-fill-3 #fill3 {
  fill: #ff4949;
}
.C-FF4949-fill-3.onHover:hover #fill3,
.C-FF4949-fill-3:hover #fill3 {
  fill: #ff4949;
}
.C-FF4949-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF4949100-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF4949100-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF4949100-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494995-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494995-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494995-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494990-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494990-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494990-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494985-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494985-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494985-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494980-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494980-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494980-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494975-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494975-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494975-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494970-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494970-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494970-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494965-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494965-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494965-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494960-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494960-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494960-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494955-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494955-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494955-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494950-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494950-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494950-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494945-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494945-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494945-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494940-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494940-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494940-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494935-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494935-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494935-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494930-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494930-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494930-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494925-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494925-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494925-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494920-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494920-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494920-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494915-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494915-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494915-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF494910-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF494910-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF494910-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF49495-fill-3 #fill3 {
  fill: #ff4949 !important;
}
.C-FF49495-fill-3.onHover:hover #fill3 {
  fill: #ff4949 !important;
}
.C-FF49495-stroke-3 #stroke3 {
  stroke: #ff4949 !important;
}
.C-FF49490-fill-3 #fill3 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 73, 73, 0) !important;
}
.C-FF49490-stroke-3 #stroke3 {
  stroke: rgba(255, 73, 73, 0) !important;
}
.C-1C1B1B-100 {
  background-color: #1c1b1bFF !important;
}
.C-1C1B1B-100-text {
  color: #1c1b1bFF;
}
.C-1C1B1B-100-border {
  border-color: #1c1b1bFF !important;
}
.C-1C1B1B-95 {
  background-color: #1c1b1bF2 !important;
}
.C-1C1B1B-95-text {
  color: #1c1b1bF2;
}
.C-1C1B1B-95-border {
  border-color: #1c1b1bF2 !important;
}
.C-1C1B1B-90 {
  background-color: #1c1b1bE6 !important;
}
.C-1C1B1B-90-text {
  color: #1c1b1bE6;
}
.C-1C1B1B-90-border {
  border-color: #1c1b1bE6 !important;
}
.C-1C1B1B-85 {
  background-color: #1c1b1bD9 !important;
}
.C-1C1B1B-85-text {
  color: #1c1b1bD9;
}
.C-1C1B1B-85-border {
  border-color: #1c1b1bD9 !important;
}
.C-1C1B1B-80 {
  background-color: #1c1b1bCC !important;
}
.C-1C1B1B-80-text {
  color: #1c1b1bCC;
}
.C-1C1B1B-80-border {
  border-color: #1c1b1bCC !important;
}
.C-1C1B1B-75 {
  background-color: #1c1b1bBF !important;
}
.C-1C1B1B-75-text {
  color: #1c1b1bBF;
}
.C-1C1B1B-75-border {
  border-color: #1c1b1bBF !important;
}
.C-1C1B1B-70 {
  background-color: #1c1b1bB3 !important;
}
.C-1C1B1B-70-text {
  color: #1c1b1bB3;
}
.C-1C1B1B-70-border {
  border-color: #1c1b1bB3 !important;
}
.C-1C1B1B-65 {
  background-color: #1c1b1bA6 !important;
}
.C-1C1B1B-65-text {
  color: #1c1b1bA6;
}
.C-1C1B1B-65-border {
  border-color: #1c1b1bA6 !important;
}
.C-1C1B1B-60 {
  background-color: #1c1b1b99 !important;
}
.C-1C1B1B-60-text {
  color: #1c1b1b99;
}
.C-1C1B1B-60-border {
  border-color: #1c1b1b99 !important;
}
.C-1C1B1B-55 {
  background-color: #1c1b1b8C !important;
}
.C-1C1B1B-55-text {
  color: #1c1b1b8C;
}
.C-1C1B1B-55-border {
  border-color: #1c1b1b8C !important;
}
.C-1C1B1B-50 {
  background-color: #1c1b1b80 !important;
}
.C-1C1B1B-50-text {
  color: #1c1b1b80;
}
.C-1C1B1B-50-border {
  border-color: #1c1b1b80 !important;
}
.C-1C1B1B-45 {
  background-color: #1c1b1b73 !important;
}
.C-1C1B1B-45-text {
  color: #1c1b1b73;
}
.C-1C1B1B-45-border {
  border-color: #1c1b1b73 !important;
}
.C-1C1B1B-40 {
  background-color: #1c1b1b66 !important;
}
.C-1C1B1B-40-text {
  color: #1c1b1b66;
}
.C-1C1B1B-40-border {
  border-color: #1c1b1b66 !important;
}
.C-1C1B1B-35 {
  background-color: #1c1b1b59 !important;
}
.C-1C1B1B-35-text {
  color: #1c1b1b59;
}
.C-1C1B1B-35-border {
  border-color: #1c1b1b59 !important;
}
.C-1C1B1B-30 {
  background-color: #1c1b1b4D !important;
}
.C-1C1B1B-30-text {
  color: #1c1b1b4D;
}
.C-1C1B1B-30-border {
  border-color: #1c1b1b4D !important;
}
.C-1C1B1B-25 {
  background-color: #1c1b1b40 !important;
}
.C-1C1B1B-25-text {
  color: #1c1b1b40;
}
.C-1C1B1B-25-border {
  border-color: #1c1b1b40 !important;
}
.C-1C1B1B-20 {
  background-color: #1c1b1b33 !important;
}
.C-1C1B1B-20-text {
  color: #1c1b1b33;
}
.C-1C1B1B-20-border {
  border-color: #1c1b1b33 !important;
}
.C-1C1B1B-15 {
  background-color: #1c1b1b26 !important;
}
.C-1C1B1B-15-text {
  color: #1c1b1b26;
}
.C-1C1B1B-15-border {
  border-color: #1c1b1b26 !important;
}
.C-1C1B1B-10 {
  background-color: #1c1b1b1A !important;
}
.C-1C1B1B-10-text {
  color: #1c1b1b1A;
}
.C-1C1B1B-10-border {
  border-color: #1c1b1b1A !important;
}
.C-1C1B1B-5 {
  background-color: #1c1b1b0D !important;
}
.C-1C1B1B-5-text {
  color: #1c1b1b0D;
}
.C-1C1B1B-5-border {
  border-color: #1c1b1b0D !important;
}
.C-1C1B1B-0 {
  background-color: #1c1b1b0 !important;
}
.C-1C1B1B-0-text {
  color: #1c1b1b0;
}
.C-1C1B1B-0-border {
  border-color: #1c1b1b0 !important;
}
.C-1C1B1B {
  background-color: #1c1b1b !important;
  --btn-background: #1c1b1b;
}
.C-1C1B1B-text {
  color: #1c1b1b;
}
.C-1C1B1B-border {
  border-color: #1c1b1b !important;
}
@media (hover: hover) {
  .C-1C1B1B-hover-bg:hover {
    background-color: #1c1b1b !important;
  }
}
.C-1C1B1B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1C1B1B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1c1b1b;
  fill: #1c1b1b;
  stroke: #1c1b1b;
}
.C-1C1B1B-hover-text[papaTarget]:hover.f_targetText {
  color: #1c1b1b !important;
  fill: #1c1b1b !important;
  stroke: #1c1b1b !important;
}
.C-1C1B1B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1C1B1B-hover-text[fHover]:hover {
  color: #1c1b1b !important;
}
.C-1C1B1B-after::after,
.C-1C1B1B-after::before {
  background-color: #1c1b1b;
}
.C-1C1B1B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1c1b1b;
  transition: box-shadow 0.2s;
}
.C-1C1B1B100 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B100-text {
  color: #1c1b1b;
}
.C-1C1B1B100-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B100 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B95 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B95-text {
  color: #1c1b1b;
}
.C-1C1B1B95-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B95 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B90 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B90-text {
  color: #1c1b1b;
}
.C-1C1B1B90-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B90 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B85 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B85-text {
  color: #1c1b1b;
}
.C-1C1B1B85-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B85 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B80 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B80-text {
  color: #1c1b1b;
}
.C-1C1B1B80-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B80 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B75 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B75-text {
  color: #1c1b1b;
}
.C-1C1B1B75-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B75 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B70 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B70-text {
  color: #1c1b1b;
}
.C-1C1B1B70-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B70 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B65 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B65-text {
  color: #1c1b1b;
}
.C-1C1B1B65-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B65 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B60 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B60-text {
  color: #1c1b1b;
}
.C-1C1B1B60-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B60 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B55 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B55-text {
  color: #1c1b1b;
}
.C-1C1B1B55-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B55 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B50 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B50-text {
  color: #1c1b1b;
}
.C-1C1B1B50-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B50 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B45 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B45-text {
  color: #1c1b1b;
}
.C-1C1B1B45-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B45 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B40 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B40-text {
  color: #1c1b1b;
}
.C-1C1B1B40-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B40 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B35 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B35-text {
  color: #1c1b1b;
}
.C-1C1B1B35-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B35 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B30 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B30-text {
  color: #1c1b1b;
}
.C-1C1B1B30-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B30 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B25 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B25-text {
  color: #1c1b1b;
}
.C-1C1B1B25-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B25 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B20 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B20-text {
  color: #1c1b1b;
}
.C-1C1B1B20-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B20 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B15 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B15-text {
  color: #1c1b1b;
}
.C-1C1B1B15-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B15 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B10 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B10-text {
  color: #1c1b1b;
}
.C-1C1B1B10-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B10 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B5 {
  background-color: #1c1b1b !important;
}
.C-1C1B1B5-text {
  color: #1c1b1b;
}
.C-1C1B1B5-border {
  border-color: #1c1b1b;
}
.C-linearGradient-1C1B1B5 {
  background-image:
    linear-gradient(
      45deg,
      #1c1b1b 0%,
      #1c1b1b 99%,
      #1c1b1b 100%);
}
.C-1C1B1B0 {
  background-color: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-text {
  color: rgba(28, 27, 27, 0);
}
.C-1C1B1B0-border {
  border-color: rgba(28, 27, 27, 0);
}
.C-linearGradient-1C1B1B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(28, 27, 27, 0) 0%,
      #1c1b1b 99%,
      rgba(28, 27, 27, 0) 100%);
}
.C-1C1B1B-fill-1 #fill1 {
  fill: #1c1b1b;
}
.C-1C1B1B-fill-1.onHover:hover #fill1,
.C-1C1B1B-fill-1:hover #fill1 {
  fill: #1c1b1b;
}
.C-1C1B1B-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B100-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B95-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B90-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B85-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B80-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B75-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B70-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B65-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B60-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B55-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B50-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B45-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B40-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B35-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B30-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B25-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B20-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B15-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B10-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B5-fill-1 #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-fill-1.onHover:hover #fill1 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-stroke-1 #stroke1 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B0-fill-1 #fill1 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-fill-1.onHover:hover #fill1 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-stroke-1 #stroke1 {
  stroke: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B-fill-2 #fill2 {
  fill: #1c1b1b;
}
.C-1C1B1B-fill-2.onHover:hover #fill2,
.C-1C1B1B-fill-2:hover #fill2 {
  fill: #1c1b1b;
}
.C-1C1B1B-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B100-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B95-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B90-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B85-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B80-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B75-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B70-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B65-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B60-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B55-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B50-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B45-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B40-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B35-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B30-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B25-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B20-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B15-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B10-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B5-fill-2 #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-fill-2.onHover:hover #fill2 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-stroke-2 #stroke2 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B0-fill-2 #fill2 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-fill-2.onHover:hover #fill2 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-stroke-2 #stroke2 {
  stroke: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B-fill-3 #fill3 {
  fill: #1c1b1b;
}
.C-1C1B1B-fill-3.onHover:hover #fill3,
.C-1C1B1B-fill-3:hover #fill3 {
  fill: #1c1b1b;
}
.C-1C1B1B-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B100-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B100-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B95-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B95-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B90-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B90-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B85-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B85-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B80-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B80-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B75-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B75-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B70-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B70-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B65-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B65-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B60-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B60-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B55-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B55-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B50-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B50-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B45-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B45-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B40-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B40-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B35-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B35-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B30-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B30-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B25-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B25-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B20-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B20-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B15-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B15-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B10-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B10-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B5-fill-3 #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-fill-3.onHover:hover #fill3 {
  fill: #1c1b1b !important;
}
.C-1C1B1B5-stroke-3 #stroke3 {
  stroke: #1c1b1b !important;
}
.C-1C1B1B0-fill-3 #fill3 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-fill-3.onHover:hover #fill3 {
  fill: rgba(28, 27, 27, 0) !important;
}
.C-1C1B1B0-stroke-3 #stroke3 {
  stroke: rgba(28, 27, 27, 0) !important;
}
.C-141414-100 {
  background-color: #141414FF !important;
}
.C-141414-100-text {
  color: #141414FF;
}
.C-141414-100-border {
  border-color: #141414FF !important;
}
.C-141414-95 {
  background-color: #141414F2 !important;
}
.C-141414-95-text {
  color: #141414F2;
}
.C-141414-95-border {
  border-color: #141414F2 !important;
}
.C-141414-90 {
  background-color: #141414E6 !important;
}
.C-141414-90-text {
  color: #141414E6;
}
.C-141414-90-border {
  border-color: #141414E6 !important;
}
.C-141414-85 {
  background-color: #141414D9 !important;
}
.C-141414-85-text {
  color: #141414D9;
}
.C-141414-85-border {
  border-color: #141414D9 !important;
}
.C-141414-80 {
  background-color: #141414CC !important;
}
.C-141414-80-text {
  color: #141414CC;
}
.C-141414-80-border {
  border-color: #141414CC !important;
}
.C-141414-75 {
  background-color: #141414BF !important;
}
.C-141414-75-text {
  color: #141414BF;
}
.C-141414-75-border {
  border-color: #141414BF !important;
}
.C-141414-70 {
  background-color: #141414B3 !important;
}
.C-141414-70-text {
  color: #141414B3;
}
.C-141414-70-border {
  border-color: #141414B3 !important;
}
.C-141414-65 {
  background-color: #141414A6 !important;
}
.C-141414-65-text {
  color: #141414A6;
}
.C-141414-65-border {
  border-color: #141414A6 !important;
}
.C-141414-60 {
  background-color: #14141499 !important;
}
.C-141414-60-text {
  color: #14141499;
}
.C-141414-60-border {
  border-color: #14141499 !important;
}
.C-141414-55 {
  background-color: #1414148C !important;
}
.C-141414-55-text {
  color: #1414148C;
}
.C-141414-55-border {
  border-color: #1414148C !important;
}
.C-141414-50 {
  background-color: #14141480 !important;
}
.C-141414-50-text {
  color: #14141480;
}
.C-141414-50-border {
  border-color: #14141480 !important;
}
.C-141414-45 {
  background-color: #14141473 !important;
}
.C-141414-45-text {
  color: #14141473;
}
.C-141414-45-border {
  border-color: #14141473 !important;
}
.C-141414-40 {
  background-color: #14141466 !important;
}
.C-141414-40-text {
  color: #14141466;
}
.C-141414-40-border {
  border-color: #14141466 !important;
}
.C-141414-35 {
  background-color: #14141459 !important;
}
.C-141414-35-text {
  color: #14141459;
}
.C-141414-35-border {
  border-color: #14141459 !important;
}
.C-141414-30 {
  background-color: #1414144D !important;
}
.C-141414-30-text {
  color: #1414144D;
}
.C-141414-30-border {
  border-color: #1414144D !important;
}
.C-141414-25 {
  background-color: #14141440 !important;
}
.C-141414-25-text {
  color: #14141440;
}
.C-141414-25-border {
  border-color: #14141440 !important;
}
.C-141414-20 {
  background-color: #14141433 !important;
}
.C-141414-20-text {
  color: #14141433;
}
.C-141414-20-border {
  border-color: #14141433 !important;
}
.C-141414-15 {
  background-color: #14141426 !important;
}
.C-141414-15-text {
  color: #14141426;
}
.C-141414-15-border {
  border-color: #14141426 !important;
}
.C-141414-10 {
  background-color: #1414141A !important;
}
.C-141414-10-text {
  color: #1414141A;
}
.C-141414-10-border {
  border-color: #1414141A !important;
}
.C-141414-5 {
  background-color: #1414140D !important;
}
.C-141414-5-text {
  color: #1414140D;
}
.C-141414-5-border {
  border-color: #1414140D !important;
}
.C-141414-0 {
  background-color: #1414140 !important;
}
.C-141414-0-text {
  color: #1414140;
}
.C-141414-0-border {
  border-color: #1414140 !important;
}
.C-141414 {
  background-color: #141414 !important;
  --btn-background: #141414;
}
.C-141414-text {
  color: #141414;
}
.C-141414-border {
  border-color: #141414 !important;
}
@media (hover: hover) {
  .C-141414-hover-bg:hover {
    background-color: #141414 !important;
  }
}
.C-141414-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-141414-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #141414;
  fill: #141414;
  stroke: #141414;
}
.C-141414-hover-text[papaTarget]:hover.f_targetText {
  color: #141414 !important;
  fill: #141414 !important;
  stroke: #141414 !important;
}
.C-141414-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-141414-hover-text[fHover]:hover {
  color: #141414 !important;
}
.C-141414-after::after,
.C-141414-after::before {
  background-color: #141414;
}
.C-141414-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #141414;
  transition: box-shadow 0.2s;
}
.C-141414100 {
  background-color: #141414 !important;
}
.C-141414100-text {
  color: #141414;
}
.C-141414100-border {
  border-color: #141414;
}
.C-linearGradient-141414100 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141495 {
  background-color: #141414 !important;
}
.C-14141495-text {
  color: #141414;
}
.C-14141495-border {
  border-color: #141414;
}
.C-linearGradient-14141495 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141490 {
  background-color: #141414 !important;
}
.C-14141490-text {
  color: #141414;
}
.C-14141490-border {
  border-color: #141414;
}
.C-linearGradient-14141490 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141485 {
  background-color: #141414 !important;
}
.C-14141485-text {
  color: #141414;
}
.C-14141485-border {
  border-color: #141414;
}
.C-linearGradient-14141485 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141480 {
  background-color: #141414 !important;
}
.C-14141480-text {
  color: #141414;
}
.C-14141480-border {
  border-color: #141414;
}
.C-linearGradient-14141480 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141475 {
  background-color: #141414 !important;
}
.C-14141475-text {
  color: #141414;
}
.C-14141475-border {
  border-color: #141414;
}
.C-linearGradient-14141475 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141470 {
  background-color: #141414 !important;
}
.C-14141470-text {
  color: #141414;
}
.C-14141470-border {
  border-color: #141414;
}
.C-linearGradient-14141470 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141465 {
  background-color: #141414 !important;
}
.C-14141465-text {
  color: #141414;
}
.C-14141465-border {
  border-color: #141414;
}
.C-linearGradient-14141465 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141460 {
  background-color: #141414 !important;
}
.C-14141460-text {
  color: #141414;
}
.C-14141460-border {
  border-color: #141414;
}
.C-linearGradient-14141460 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141455 {
  background-color: #141414 !important;
}
.C-14141455-text {
  color: #141414;
}
.C-14141455-border {
  border-color: #141414;
}
.C-linearGradient-14141455 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141450 {
  background-color: #141414 !important;
}
.C-14141450-text {
  color: #141414;
}
.C-14141450-border {
  border-color: #141414;
}
.C-linearGradient-14141450 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141445 {
  background-color: #141414 !important;
}
.C-14141445-text {
  color: #141414;
}
.C-14141445-border {
  border-color: #141414;
}
.C-linearGradient-14141445 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141440 {
  background-color: #141414 !important;
}
.C-14141440-text {
  color: #141414;
}
.C-14141440-border {
  border-color: #141414;
}
.C-linearGradient-14141440 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141435 {
  background-color: #141414 !important;
}
.C-14141435-text {
  color: #141414;
}
.C-14141435-border {
  border-color: #141414;
}
.C-linearGradient-14141435 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141430 {
  background-color: #141414 !important;
}
.C-14141430-text {
  color: #141414;
}
.C-14141430-border {
  border-color: #141414;
}
.C-linearGradient-14141430 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141425 {
  background-color: #141414 !important;
}
.C-14141425-text {
  color: #141414;
}
.C-14141425-border {
  border-color: #141414;
}
.C-linearGradient-14141425 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141420 {
  background-color: #141414 !important;
}
.C-14141420-text {
  color: #141414;
}
.C-14141420-border {
  border-color: #141414;
}
.C-linearGradient-14141420 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141415 {
  background-color: #141414 !important;
}
.C-14141415-text {
  color: #141414;
}
.C-14141415-border {
  border-color: #141414;
}
.C-linearGradient-14141415 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-14141410 {
  background-color: #141414 !important;
}
.C-14141410-text {
  color: #141414;
}
.C-14141410-border {
  border-color: #141414;
}
.C-linearGradient-14141410 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-1414145 {
  background-color: #141414 !important;
}
.C-1414145-text {
  color: #141414;
}
.C-1414145-border {
  border-color: #141414;
}
.C-linearGradient-1414145 {
  background-image:
    linear-gradient(
      45deg,
      #141414 0%,
      #141414 99%,
      #141414 100%);
}
.C-1414140 {
  background-color: rgba(20, 20, 20, 0) !important;
}
.C-1414140-text {
  color: rgba(20, 20, 20, 0);
}
.C-1414140-border {
  border-color: rgba(20, 20, 20, 0);
}
.C-linearGradient-1414140 {
  background-image:
    linear-gradient(
      45deg,
      rgba(20, 20, 20, 0) 0%,
      #141414 99%,
      rgba(20, 20, 20, 0) 100%);
}
.C-141414-fill-1 #fill1 {
  fill: #141414;
}
.C-141414-fill-1.onHover:hover #fill1,
.C-141414-fill-1:hover #fill1 {
  fill: #141414;
}
.C-141414-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-141414100-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-141414100-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-141414100-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141495-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141495-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141495-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141490-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141490-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141490-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141485-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141485-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141485-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141480-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141480-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141480-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141475-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141475-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141475-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141470-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141470-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141470-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141465-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141465-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141465-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141460-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141460-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141460-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141455-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141455-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141455-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141450-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141450-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141450-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141445-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141445-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141445-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141440-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141440-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141440-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141435-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141435-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141435-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141430-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141430-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141430-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141425-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141425-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141425-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141420-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141420-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141420-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141415-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141415-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141415-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-14141410-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-14141410-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-14141410-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-1414145-fill-1 #fill1 {
  fill: #141414 !important;
}
.C-1414145-fill-1.onHover:hover #fill1 {
  fill: #141414 !important;
}
.C-1414145-stroke-1 #stroke1 {
  stroke: #141414 !important;
}
.C-1414140-fill-1 #fill1 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-fill-1.onHover:hover #fill1 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-stroke-1 #stroke1 {
  stroke: rgba(20, 20, 20, 0) !important;
}
.C-141414-fill-2 #fill2 {
  fill: #141414;
}
.C-141414-fill-2.onHover:hover #fill2,
.C-141414-fill-2:hover #fill2 {
  fill: #141414;
}
.C-141414-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-141414100-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-141414100-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-141414100-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141495-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141495-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141495-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141490-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141490-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141490-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141485-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141485-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141485-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141480-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141480-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141480-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141475-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141475-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141475-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141470-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141470-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141470-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141465-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141465-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141465-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141460-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141460-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141460-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141455-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141455-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141455-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141450-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141450-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141450-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141445-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141445-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141445-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141440-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141440-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141440-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141435-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141435-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141435-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141430-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141430-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141430-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141425-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141425-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141425-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141420-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141420-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141420-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141415-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141415-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141415-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-14141410-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-14141410-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-14141410-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-1414145-fill-2 #fill2 {
  fill: #141414 !important;
}
.C-1414145-fill-2.onHover:hover #fill2 {
  fill: #141414 !important;
}
.C-1414145-stroke-2 #stroke2 {
  stroke: #141414 !important;
}
.C-1414140-fill-2 #fill2 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-fill-2.onHover:hover #fill2 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-stroke-2 #stroke2 {
  stroke: rgba(20, 20, 20, 0) !important;
}
.C-141414-fill-3 #fill3 {
  fill: #141414;
}
.C-141414-fill-3.onHover:hover #fill3,
.C-141414-fill-3:hover #fill3 {
  fill: #141414;
}
.C-141414-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-141414100-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-141414100-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-141414100-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141495-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141495-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141495-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141490-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141490-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141490-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141485-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141485-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141485-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141480-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141480-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141480-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141475-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141475-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141475-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141470-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141470-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141470-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141465-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141465-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141465-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141460-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141460-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141460-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141455-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141455-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141455-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141450-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141450-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141450-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141445-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141445-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141445-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141440-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141440-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141440-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141435-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141435-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141435-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141430-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141430-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141430-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141425-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141425-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141425-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141420-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141420-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141420-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141415-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141415-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141415-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-14141410-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-14141410-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-14141410-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-1414145-fill-3 #fill3 {
  fill: #141414 !important;
}
.C-1414145-fill-3.onHover:hover #fill3 {
  fill: #141414 !important;
}
.C-1414145-stroke-3 #stroke3 {
  stroke: #141414 !important;
}
.C-1414140-fill-3 #fill3 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-fill-3.onHover:hover #fill3 {
  fill: rgba(20, 20, 20, 0) !important;
}
.C-1414140-stroke-3 #stroke3 {
  stroke: rgba(20, 20, 20, 0) !important;
}
.C-252424-100 {
  background-color: #252424FF !important;
}
.C-252424-100-text {
  color: #252424FF;
}
.C-252424-100-border {
  border-color: #252424FF !important;
}
.C-252424-95 {
  background-color: #252424F2 !important;
}
.C-252424-95-text {
  color: #252424F2;
}
.C-252424-95-border {
  border-color: #252424F2 !important;
}
.C-252424-90 {
  background-color: #252424E6 !important;
}
.C-252424-90-text {
  color: #252424E6;
}
.C-252424-90-border {
  border-color: #252424E6 !important;
}
.C-252424-85 {
  background-color: #252424D9 !important;
}
.C-252424-85-text {
  color: #252424D9;
}
.C-252424-85-border {
  border-color: #252424D9 !important;
}
.C-252424-80 {
  background-color: #252424CC !important;
}
.C-252424-80-text {
  color: #252424CC;
}
.C-252424-80-border {
  border-color: #252424CC !important;
}
.C-252424-75 {
  background-color: #252424BF !important;
}
.C-252424-75-text {
  color: #252424BF;
}
.C-252424-75-border {
  border-color: #252424BF !important;
}
.C-252424-70 {
  background-color: #252424B3 !important;
}
.C-252424-70-text {
  color: #252424B3;
}
.C-252424-70-border {
  border-color: #252424B3 !important;
}
.C-252424-65 {
  background-color: #252424A6 !important;
}
.C-252424-65-text {
  color: #252424A6;
}
.C-252424-65-border {
  border-color: #252424A6 !important;
}
.C-252424-60 {
  background-color: #25242499 !important;
}
.C-252424-60-text {
  color: #25242499;
}
.C-252424-60-border {
  border-color: #25242499 !important;
}
.C-252424-55 {
  background-color: #2524248C !important;
}
.C-252424-55-text {
  color: #2524248C;
}
.C-252424-55-border {
  border-color: #2524248C !important;
}
.C-252424-50 {
  background-color: #25242480 !important;
}
.C-252424-50-text {
  color: #25242480;
}
.C-252424-50-border {
  border-color: #25242480 !important;
}
.C-252424-45 {
  background-color: #25242473 !important;
}
.C-252424-45-text {
  color: #25242473;
}
.C-252424-45-border {
  border-color: #25242473 !important;
}
.C-252424-40 {
  background-color: #25242466 !important;
}
.C-252424-40-text {
  color: #25242466;
}
.C-252424-40-border {
  border-color: #25242466 !important;
}
.C-252424-35 {
  background-color: #25242459 !important;
}
.C-252424-35-text {
  color: #25242459;
}
.C-252424-35-border {
  border-color: #25242459 !important;
}
.C-252424-30 {
  background-color: #2524244D !important;
}
.C-252424-30-text {
  color: #2524244D;
}
.C-252424-30-border {
  border-color: #2524244D !important;
}
.C-252424-25 {
  background-color: #25242440 !important;
}
.C-252424-25-text {
  color: #25242440;
}
.C-252424-25-border {
  border-color: #25242440 !important;
}
.C-252424-20 {
  background-color: #25242433 !important;
}
.C-252424-20-text {
  color: #25242433;
}
.C-252424-20-border {
  border-color: #25242433 !important;
}
.C-252424-15 {
  background-color: #25242426 !important;
}
.C-252424-15-text {
  color: #25242426;
}
.C-252424-15-border {
  border-color: #25242426 !important;
}
.C-252424-10 {
  background-color: #2524241A !important;
}
.C-252424-10-text {
  color: #2524241A;
}
.C-252424-10-border {
  border-color: #2524241A !important;
}
.C-252424-5 {
  background-color: #2524240D !important;
}
.C-252424-5-text {
  color: #2524240D;
}
.C-252424-5-border {
  border-color: #2524240D !important;
}
.C-252424-0 {
  background-color: #2524240 !important;
}
.C-252424-0-text {
  color: #2524240;
}
.C-252424-0-border {
  border-color: #2524240 !important;
}
.C-252424 {
  background-color: #252424 !important;
  --btn-background: #252424;
}
.C-252424-text {
  color: #252424;
}
.C-252424-border {
  border-color: #252424 !important;
}
@media (hover: hover) {
  .C-252424-hover-bg:hover {
    background-color: #252424 !important;
  }
}
.C-252424-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-252424-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #252424;
  fill: #252424;
  stroke: #252424;
}
.C-252424-hover-text[papaTarget]:hover.f_targetText {
  color: #252424 !important;
  fill: #252424 !important;
  stroke: #252424 !important;
}
.C-252424-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-252424-hover-text[fHover]:hover {
  color: #252424 !important;
}
.C-252424-after::after,
.C-252424-after::before {
  background-color: #252424;
}
.C-252424-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #252424;
  transition: box-shadow 0.2s;
}
.C-252424100 {
  background-color: #252424 !important;
}
.C-252424100-text {
  color: #252424;
}
.C-252424100-border {
  border-color: #252424;
}
.C-linearGradient-252424100 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242495 {
  background-color: #252424 !important;
}
.C-25242495-text {
  color: #252424;
}
.C-25242495-border {
  border-color: #252424;
}
.C-linearGradient-25242495 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242490 {
  background-color: #252424 !important;
}
.C-25242490-text {
  color: #252424;
}
.C-25242490-border {
  border-color: #252424;
}
.C-linearGradient-25242490 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242485 {
  background-color: #252424 !important;
}
.C-25242485-text {
  color: #252424;
}
.C-25242485-border {
  border-color: #252424;
}
.C-linearGradient-25242485 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242480 {
  background-color: #252424 !important;
}
.C-25242480-text {
  color: #252424;
}
.C-25242480-border {
  border-color: #252424;
}
.C-linearGradient-25242480 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242475 {
  background-color: #252424 !important;
}
.C-25242475-text {
  color: #252424;
}
.C-25242475-border {
  border-color: #252424;
}
.C-linearGradient-25242475 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242470 {
  background-color: #252424 !important;
}
.C-25242470-text {
  color: #252424;
}
.C-25242470-border {
  border-color: #252424;
}
.C-linearGradient-25242470 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242465 {
  background-color: #252424 !important;
}
.C-25242465-text {
  color: #252424;
}
.C-25242465-border {
  border-color: #252424;
}
.C-linearGradient-25242465 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242460 {
  background-color: #252424 !important;
}
.C-25242460-text {
  color: #252424;
}
.C-25242460-border {
  border-color: #252424;
}
.C-linearGradient-25242460 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242455 {
  background-color: #252424 !important;
}
.C-25242455-text {
  color: #252424;
}
.C-25242455-border {
  border-color: #252424;
}
.C-linearGradient-25242455 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242450 {
  background-color: #252424 !important;
}
.C-25242450-text {
  color: #252424;
}
.C-25242450-border {
  border-color: #252424;
}
.C-linearGradient-25242450 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242445 {
  background-color: #252424 !important;
}
.C-25242445-text {
  color: #252424;
}
.C-25242445-border {
  border-color: #252424;
}
.C-linearGradient-25242445 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242440 {
  background-color: #252424 !important;
}
.C-25242440-text {
  color: #252424;
}
.C-25242440-border {
  border-color: #252424;
}
.C-linearGradient-25242440 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242435 {
  background-color: #252424 !important;
}
.C-25242435-text {
  color: #252424;
}
.C-25242435-border {
  border-color: #252424;
}
.C-linearGradient-25242435 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242430 {
  background-color: #252424 !important;
}
.C-25242430-text {
  color: #252424;
}
.C-25242430-border {
  border-color: #252424;
}
.C-linearGradient-25242430 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242425 {
  background-color: #252424 !important;
}
.C-25242425-text {
  color: #252424;
}
.C-25242425-border {
  border-color: #252424;
}
.C-linearGradient-25242425 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242420 {
  background-color: #252424 !important;
}
.C-25242420-text {
  color: #252424;
}
.C-25242420-border {
  border-color: #252424;
}
.C-linearGradient-25242420 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242415 {
  background-color: #252424 !important;
}
.C-25242415-text {
  color: #252424;
}
.C-25242415-border {
  border-color: #252424;
}
.C-linearGradient-25242415 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-25242410 {
  background-color: #252424 !important;
}
.C-25242410-text {
  color: #252424;
}
.C-25242410-border {
  border-color: #252424;
}
.C-linearGradient-25242410 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-2524245 {
  background-color: #252424 !important;
}
.C-2524245-text {
  color: #252424;
}
.C-2524245-border {
  border-color: #252424;
}
.C-linearGradient-2524245 {
  background-image:
    linear-gradient(
      45deg,
      #252424 0%,
      #252424 99%,
      #252424 100%);
}
.C-2524240 {
  background-color: rgba(37, 36, 36, 0) !important;
}
.C-2524240-text {
  color: rgba(37, 36, 36, 0);
}
.C-2524240-border {
  border-color: rgba(37, 36, 36, 0);
}
.C-linearGradient-2524240 {
  background-image:
    linear-gradient(
      45deg,
      rgba(37, 36, 36, 0) 0%,
      #252424 99%,
      rgba(37, 36, 36, 0) 100%);
}
.C-252424-fill-1 #fill1 {
  fill: #252424;
}
.C-252424-fill-1.onHover:hover #fill1,
.C-252424-fill-1:hover #fill1 {
  fill: #252424;
}
.C-252424-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-252424100-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-252424100-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-252424100-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242495-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242495-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242495-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242490-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242490-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242490-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242485-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242485-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242485-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242480-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242480-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242480-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242475-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242475-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242475-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242470-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242470-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242470-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242465-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242465-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242465-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242460-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242460-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242460-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242455-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242455-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242455-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242450-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242450-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242450-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242445-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242445-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242445-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242440-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242440-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242440-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242435-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242435-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242435-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242430-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242430-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242430-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242425-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242425-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242425-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242420-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242420-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242420-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242415-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242415-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242415-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-25242410-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-25242410-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-25242410-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-2524245-fill-1 #fill1 {
  fill: #252424 !important;
}
.C-2524245-fill-1.onHover:hover #fill1 {
  fill: #252424 !important;
}
.C-2524245-stroke-1 #stroke1 {
  stroke: #252424 !important;
}
.C-2524240-fill-1 #fill1 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-fill-1.onHover:hover #fill1 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-stroke-1 #stroke1 {
  stroke: rgba(37, 36, 36, 0) !important;
}
.C-252424-fill-2 #fill2 {
  fill: #252424;
}
.C-252424-fill-2.onHover:hover #fill2,
.C-252424-fill-2:hover #fill2 {
  fill: #252424;
}
.C-252424-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-252424100-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-252424100-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-252424100-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242495-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242495-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242495-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242490-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242490-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242490-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242485-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242485-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242485-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242480-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242480-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242480-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242475-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242475-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242475-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242470-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242470-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242470-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242465-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242465-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242465-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242460-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242460-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242460-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242455-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242455-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242455-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242450-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242450-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242450-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242445-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242445-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242445-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242440-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242440-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242440-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242435-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242435-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242435-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242430-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242430-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242430-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242425-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242425-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242425-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242420-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242420-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242420-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242415-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242415-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242415-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-25242410-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-25242410-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-25242410-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-2524245-fill-2 #fill2 {
  fill: #252424 !important;
}
.C-2524245-fill-2.onHover:hover #fill2 {
  fill: #252424 !important;
}
.C-2524245-stroke-2 #stroke2 {
  stroke: #252424 !important;
}
.C-2524240-fill-2 #fill2 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-fill-2.onHover:hover #fill2 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-stroke-2 #stroke2 {
  stroke: rgba(37, 36, 36, 0) !important;
}
.C-252424-fill-3 #fill3 {
  fill: #252424;
}
.C-252424-fill-3.onHover:hover #fill3,
.C-252424-fill-3:hover #fill3 {
  fill: #252424;
}
.C-252424-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-252424100-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-252424100-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-252424100-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242495-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242495-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242495-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242490-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242490-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242490-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242485-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242485-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242485-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242480-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242480-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242480-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242475-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242475-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242475-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242470-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242470-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242470-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242465-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242465-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242465-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242460-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242460-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242460-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242455-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242455-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242455-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242450-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242450-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242450-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242445-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242445-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242445-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242440-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242440-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242440-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242435-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242435-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242435-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242430-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242430-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242430-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242425-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242425-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242425-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242420-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242420-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242420-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242415-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242415-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242415-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-25242410-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-25242410-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-25242410-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-2524245-fill-3 #fill3 {
  fill: #252424 !important;
}
.C-2524245-fill-3.onHover:hover #fill3 {
  fill: #252424 !important;
}
.C-2524245-stroke-3 #stroke3 {
  stroke: #252424 !important;
}
.C-2524240-fill-3 #fill3 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-fill-3.onHover:hover #fill3 {
  fill: rgba(37, 36, 36, 0) !important;
}
.C-2524240-stroke-3 #stroke3 {
  stroke: rgba(37, 36, 36, 0) !important;
}
.C-33B5E5-100 {
  background-color: #33b5e5FF !important;
}
.C-33B5E5-100-text {
  color: #33b5e5FF;
}
.C-33B5E5-100-border {
  border-color: #33b5e5FF !important;
}
.C-33B5E5-95 {
  background-color: #33b5e5F2 !important;
}
.C-33B5E5-95-text {
  color: #33b5e5F2;
}
.C-33B5E5-95-border {
  border-color: #33b5e5F2 !important;
}
.C-33B5E5-90 {
  background-color: #33b5e5E6 !important;
}
.C-33B5E5-90-text {
  color: #33b5e5E6;
}
.C-33B5E5-90-border {
  border-color: #33b5e5E6 !important;
}
.C-33B5E5-85 {
  background-color: #33b5e5D9 !important;
}
.C-33B5E5-85-text {
  color: #33b5e5D9;
}
.C-33B5E5-85-border {
  border-color: #33b5e5D9 !important;
}
.C-33B5E5-80 {
  background-color: #33b5e5CC !important;
}
.C-33B5E5-80-text {
  color: #33b5e5CC;
}
.C-33B5E5-80-border {
  border-color: #33b5e5CC !important;
}
.C-33B5E5-75 {
  background-color: #33b5e5BF !important;
}
.C-33B5E5-75-text {
  color: #33b5e5BF;
}
.C-33B5E5-75-border {
  border-color: #33b5e5BF !important;
}
.C-33B5E5-70 {
  background-color: #33b5e5B3 !important;
}
.C-33B5E5-70-text {
  color: #33b5e5B3;
}
.C-33B5E5-70-border {
  border-color: #33b5e5B3 !important;
}
.C-33B5E5-65 {
  background-color: #33b5e5A6 !important;
}
.C-33B5E5-65-text {
  color: #33b5e5A6;
}
.C-33B5E5-65-border {
  border-color: #33b5e5A6 !important;
}
.C-33B5E5-60 {
  background-color: #33b5e599 !important;
}
.C-33B5E5-60-text {
  color: #33b5e599;
}
.C-33B5E5-60-border {
  border-color: #33b5e599 !important;
}
.C-33B5E5-55 {
  background-color: #33b5e58C !important;
}
.C-33B5E5-55-text {
  color: #33b5e58C;
}
.C-33B5E5-55-border {
  border-color: #33b5e58C !important;
}
.C-33B5E5-50 {
  background-color: #33b5e580 !important;
}
.C-33B5E5-50-text {
  color: #33b5e580;
}
.C-33B5E5-50-border {
  border-color: #33b5e580 !important;
}
.C-33B5E5-45 {
  background-color: #33b5e573 !important;
}
.C-33B5E5-45-text {
  color: #33b5e573;
}
.C-33B5E5-45-border {
  border-color: #33b5e573 !important;
}
.C-33B5E5-40 {
  background-color: #33b5e566 !important;
}
.C-33B5E5-40-text {
  color: #33b5e566;
}
.C-33B5E5-40-border {
  border-color: #33b5e566 !important;
}
.C-33B5E5-35 {
  background-color: #33b5e559 !important;
}
.C-33B5E5-35-text {
  color: #33b5e559;
}
.C-33B5E5-35-border {
  border-color: #33b5e559 !important;
}
.C-33B5E5-30 {
  background-color: #33b5e54D !important;
}
.C-33B5E5-30-text {
  color: #33b5e54D;
}
.C-33B5E5-30-border {
  border-color: #33b5e54D !important;
}
.C-33B5E5-25 {
  background-color: #33b5e540 !important;
}
.C-33B5E5-25-text {
  color: #33b5e540;
}
.C-33B5E5-25-border {
  border-color: #33b5e540 !important;
}
.C-33B5E5-20 {
  background-color: #33b5e533 !important;
}
.C-33B5E5-20-text {
  color: #33b5e533;
}
.C-33B5E5-20-border {
  border-color: #33b5e533 !important;
}
.C-33B5E5-15 {
  background-color: #33b5e526 !important;
}
.C-33B5E5-15-text {
  color: #33b5e526;
}
.C-33B5E5-15-border {
  border-color: #33b5e526 !important;
}
.C-33B5E5-10 {
  background-color: #33b5e51A !important;
}
.C-33B5E5-10-text {
  color: #33b5e51A;
}
.C-33B5E5-10-border {
  border-color: #33b5e51A !important;
}
.C-33B5E5-5 {
  background-color: #33b5e50D !important;
}
.C-33B5E5-5-text {
  color: #33b5e50D;
}
.C-33B5E5-5-border {
  border-color: #33b5e50D !important;
}
.C-33B5E5-0 {
  background-color: #33b5e50 !important;
}
.C-33B5E5-0-text {
  color: #33b5e50;
}
.C-33B5E5-0-border {
  border-color: #33b5e50 !important;
}
.C-33B5E5 {
  background-color: #33b5e5 !important;
  --btn-background: #33b5e5;
}
.C-33B5E5-text {
  color: #33b5e5;
}
.C-33B5E5-border {
  border-color: #33b5e5 !important;
}
@media (hover: hover) {
  .C-33B5E5-hover-bg:hover {
    background-color: #33b5e5 !important;
  }
}
.C-33B5E5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-33B5E5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #33b5e5;
  fill: #33b5e5;
  stroke: #33b5e5;
}
.C-33B5E5-hover-text[papaTarget]:hover.f_targetText {
  color: #33b5e5 !important;
  fill: #33b5e5 !important;
  stroke: #33b5e5 !important;
}
.C-33B5E5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-33B5E5-hover-text[fHover]:hover {
  color: #33b5e5 !important;
}
.C-33B5E5-after::after,
.C-33B5E5-after::before {
  background-color: #33b5e5;
}
.C-33B5E5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #33b5e5;
  transition: box-shadow 0.2s;
}
.C-33B5E5100 {
  background-color: #33b5e5 !important;
}
.C-33B5E5100-text {
  color: #33b5e5;
}
.C-33B5E5100-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E5100 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E595 {
  background-color: #33b5e5 !important;
}
.C-33B5E595-text {
  color: #33b5e5;
}
.C-33B5E595-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E595 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E590 {
  background-color: #33b5e5 !important;
}
.C-33B5E590-text {
  color: #33b5e5;
}
.C-33B5E590-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E590 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E585 {
  background-color: #33b5e5 !important;
}
.C-33B5E585-text {
  color: #33b5e5;
}
.C-33B5E585-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E585 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E580 {
  background-color: #33b5e5 !important;
}
.C-33B5E580-text {
  color: #33b5e5;
}
.C-33B5E580-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E580 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E575 {
  background-color: #33b5e5 !important;
}
.C-33B5E575-text {
  color: #33b5e5;
}
.C-33B5E575-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E575 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E570 {
  background-color: #33b5e5 !important;
}
.C-33B5E570-text {
  color: #33b5e5;
}
.C-33B5E570-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E570 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E565 {
  background-color: #33b5e5 !important;
}
.C-33B5E565-text {
  color: #33b5e5;
}
.C-33B5E565-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E565 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E560 {
  background-color: #33b5e5 !important;
}
.C-33B5E560-text {
  color: #33b5e5;
}
.C-33B5E560-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E560 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E555 {
  background-color: #33b5e5 !important;
}
.C-33B5E555-text {
  color: #33b5e5;
}
.C-33B5E555-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E555 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E550 {
  background-color: #33b5e5 !important;
}
.C-33B5E550-text {
  color: #33b5e5;
}
.C-33B5E550-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E550 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E545 {
  background-color: #33b5e5 !important;
}
.C-33B5E545-text {
  color: #33b5e5;
}
.C-33B5E545-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E545 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E540 {
  background-color: #33b5e5 !important;
}
.C-33B5E540-text {
  color: #33b5e5;
}
.C-33B5E540-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E540 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E535 {
  background-color: #33b5e5 !important;
}
.C-33B5E535-text {
  color: #33b5e5;
}
.C-33B5E535-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E535 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E530 {
  background-color: #33b5e5 !important;
}
.C-33B5E530-text {
  color: #33b5e5;
}
.C-33B5E530-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E530 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E525 {
  background-color: #33b5e5 !important;
}
.C-33B5E525-text {
  color: #33b5e5;
}
.C-33B5E525-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E525 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E520 {
  background-color: #33b5e5 !important;
}
.C-33B5E520-text {
  color: #33b5e5;
}
.C-33B5E520-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E520 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E515 {
  background-color: #33b5e5 !important;
}
.C-33B5E515-text {
  color: #33b5e5;
}
.C-33B5E515-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E515 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E510 {
  background-color: #33b5e5 !important;
}
.C-33B5E510-text {
  color: #33b5e5;
}
.C-33B5E510-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E510 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E55 {
  background-color: #33b5e5 !important;
}
.C-33B5E55-text {
  color: #33b5e5;
}
.C-33B5E55-border {
  border-color: #33b5e5;
}
.C-linearGradient-33B5E55 {
  background-image:
    linear-gradient(
      45deg,
      #33b5e5 0%,
      #33b5e5 99%,
      #33b5e5 100%);
}
.C-33B5E50 {
  background-color: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-text {
  color: rgba(51, 181, 229, 0);
}
.C-33B5E50-border {
  border-color: rgba(51, 181, 229, 0);
}
.C-linearGradient-33B5E50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(51, 181, 229, 0) 0%,
      #33b5e5 99%,
      rgba(51, 181, 229, 0) 100%);
}
.C-33B5E5-fill-1 #fill1 {
  fill: #33b5e5;
}
.C-33B5E5-fill-1.onHover:hover #fill1,
.C-33B5E5-fill-1:hover #fill1 {
  fill: #33b5e5;
}
.C-33B5E5-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E5100-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E595-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E595-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E595-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E590-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E590-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E590-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E585-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E585-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E585-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E580-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E580-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E580-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E575-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E575-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E575-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E570-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E570-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E570-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E565-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E565-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E565-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E560-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E560-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E560-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E555-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E555-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E555-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E550-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E550-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E550-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E545-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E545-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E545-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E540-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E540-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E540-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E535-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E535-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E535-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E530-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E530-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E530-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E525-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E525-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E525-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E520-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E520-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E520-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E515-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E515-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E515-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E510-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E510-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E510-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E55-fill-1 #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E55-fill-1.onHover:hover #fill1 {
  fill: #33b5e5 !important;
}
.C-33B5E55-stroke-1 #stroke1 {
  stroke: #33b5e5 !important;
}
.C-33B5E50-fill-1 #fill1 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-fill-1.onHover:hover #fill1 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-stroke-1 #stroke1 {
  stroke: rgba(51, 181, 229, 0) !important;
}
.C-33B5E5-fill-2 #fill2 {
  fill: #33b5e5;
}
.C-33B5E5-fill-2.onHover:hover #fill2,
.C-33B5E5-fill-2:hover #fill2 {
  fill: #33b5e5;
}
.C-33B5E5-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E5100-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E595-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E595-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E595-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E590-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E590-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E590-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E585-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E585-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E585-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E580-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E580-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E580-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E575-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E575-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E575-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E570-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E570-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E570-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E565-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E565-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E565-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E560-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E560-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E560-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E555-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E555-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E555-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E550-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E550-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E550-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E545-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E545-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E545-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E540-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E540-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E540-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E535-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E535-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E535-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E530-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E530-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E530-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E525-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E525-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E525-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E520-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E520-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E520-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E515-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E515-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E515-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E510-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E510-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E510-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E55-fill-2 #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E55-fill-2.onHover:hover #fill2 {
  fill: #33b5e5 !important;
}
.C-33B5E55-stroke-2 #stroke2 {
  stroke: #33b5e5 !important;
}
.C-33B5E50-fill-2 #fill2 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-fill-2.onHover:hover #fill2 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-stroke-2 #stroke2 {
  stroke: rgba(51, 181, 229, 0) !important;
}
.C-33B5E5-fill-3 #fill3 {
  fill: #33b5e5;
}
.C-33B5E5-fill-3.onHover:hover #fill3,
.C-33B5E5-fill-3:hover #fill3 {
  fill: #33b5e5;
}
.C-33B5E5-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E5100-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E5100-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E595-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E595-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E595-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E590-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E590-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E590-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E585-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E585-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E585-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E580-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E580-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E580-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E575-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E575-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E575-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E570-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E570-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E570-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E565-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E565-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E565-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E560-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E560-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E560-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E555-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E555-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E555-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E550-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E550-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E550-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E545-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E545-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E545-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E540-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E540-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E540-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E535-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E535-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E535-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E530-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E530-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E530-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E525-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E525-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E525-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E520-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E520-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E520-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E515-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E515-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E515-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E510-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E510-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E510-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E55-fill-3 #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E55-fill-3.onHover:hover #fill3 {
  fill: #33b5e5 !important;
}
.C-33B5E55-stroke-3 #stroke3 {
  stroke: #33b5e5 !important;
}
.C-33B5E50-fill-3 #fill3 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-fill-3.onHover:hover #fill3 {
  fill: rgba(51, 181, 229, 0) !important;
}
.C-33B5E50-stroke-3 #stroke3 {
  stroke: rgba(51, 181, 229, 0) !important;
}
.C-2C76B8-100 {
  background-color: #2c76b8FF !important;
}
.C-2C76B8-100-text {
  color: #2c76b8FF;
}
.C-2C76B8-100-border {
  border-color: #2c76b8FF !important;
}
.C-2C76B8-95 {
  background-color: #2c76b8F2 !important;
}
.C-2C76B8-95-text {
  color: #2c76b8F2;
}
.C-2C76B8-95-border {
  border-color: #2c76b8F2 !important;
}
.C-2C76B8-90 {
  background-color: #2c76b8E6 !important;
}
.C-2C76B8-90-text {
  color: #2c76b8E6;
}
.C-2C76B8-90-border {
  border-color: #2c76b8E6 !important;
}
.C-2C76B8-85 {
  background-color: #2c76b8D9 !important;
}
.C-2C76B8-85-text {
  color: #2c76b8D9;
}
.C-2C76B8-85-border {
  border-color: #2c76b8D9 !important;
}
.C-2C76B8-80 {
  background-color: #2c76b8CC !important;
}
.C-2C76B8-80-text {
  color: #2c76b8CC;
}
.C-2C76B8-80-border {
  border-color: #2c76b8CC !important;
}
.C-2C76B8-75 {
  background-color: #2c76b8BF !important;
}
.C-2C76B8-75-text {
  color: #2c76b8BF;
}
.C-2C76B8-75-border {
  border-color: #2c76b8BF !important;
}
.C-2C76B8-70 {
  background-color: #2c76b8B3 !important;
}
.C-2C76B8-70-text {
  color: #2c76b8B3;
}
.C-2C76B8-70-border {
  border-color: #2c76b8B3 !important;
}
.C-2C76B8-65 {
  background-color: #2c76b8A6 !important;
}
.C-2C76B8-65-text {
  color: #2c76b8A6;
}
.C-2C76B8-65-border {
  border-color: #2c76b8A6 !important;
}
.C-2C76B8-60 {
  background-color: #2c76b899 !important;
}
.C-2C76B8-60-text {
  color: #2c76b899;
}
.C-2C76B8-60-border {
  border-color: #2c76b899 !important;
}
.C-2C76B8-55 {
  background-color: #2c76b88C !important;
}
.C-2C76B8-55-text {
  color: #2c76b88C;
}
.C-2C76B8-55-border {
  border-color: #2c76b88C !important;
}
.C-2C76B8-50 {
  background-color: #2c76b880 !important;
}
.C-2C76B8-50-text {
  color: #2c76b880;
}
.C-2C76B8-50-border {
  border-color: #2c76b880 !important;
}
.C-2C76B8-45 {
  background-color: #2c76b873 !important;
}
.C-2C76B8-45-text {
  color: #2c76b873;
}
.C-2C76B8-45-border {
  border-color: #2c76b873 !important;
}
.C-2C76B8-40 {
  background-color: #2c76b866 !important;
}
.C-2C76B8-40-text {
  color: #2c76b866;
}
.C-2C76B8-40-border {
  border-color: #2c76b866 !important;
}
.C-2C76B8-35 {
  background-color: #2c76b859 !important;
}
.C-2C76B8-35-text {
  color: #2c76b859;
}
.C-2C76B8-35-border {
  border-color: #2c76b859 !important;
}
.C-2C76B8-30 {
  background-color: #2c76b84D !important;
}
.C-2C76B8-30-text {
  color: #2c76b84D;
}
.C-2C76B8-30-border {
  border-color: #2c76b84D !important;
}
.C-2C76B8-25 {
  background-color: #2c76b840 !important;
}
.C-2C76B8-25-text {
  color: #2c76b840;
}
.C-2C76B8-25-border {
  border-color: #2c76b840 !important;
}
.C-2C76B8-20 {
  background-color: #2c76b833 !important;
}
.C-2C76B8-20-text {
  color: #2c76b833;
}
.C-2C76B8-20-border {
  border-color: #2c76b833 !important;
}
.C-2C76B8-15 {
  background-color: #2c76b826 !important;
}
.C-2C76B8-15-text {
  color: #2c76b826;
}
.C-2C76B8-15-border {
  border-color: #2c76b826 !important;
}
.C-2C76B8-10 {
  background-color: #2c76b81A !important;
}
.C-2C76B8-10-text {
  color: #2c76b81A;
}
.C-2C76B8-10-border {
  border-color: #2c76b81A !important;
}
.C-2C76B8-5 {
  background-color: #2c76b80D !important;
}
.C-2C76B8-5-text {
  color: #2c76b80D;
}
.C-2C76B8-5-border {
  border-color: #2c76b80D !important;
}
.C-2C76B8-0 {
  background-color: #2c76b80 !important;
}
.C-2C76B8-0-text {
  color: #2c76b80;
}
.C-2C76B8-0-border {
  border-color: #2c76b80 !important;
}
.C-2C76B8 {
  background-color: #2c76b8 !important;
  --btn-background: #2c76b8;
}
.C-2C76B8-text {
  color: #2c76b8;
}
.C-2C76B8-border {
  border-color: #2c76b8 !important;
}
@media (hover: hover) {
  .C-2C76B8-hover-bg:hover {
    background-color: #2c76b8 !important;
  }
}
.C-2C76B8-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2C76B8-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2c76b8;
  fill: #2c76b8;
  stroke: #2c76b8;
}
.C-2C76B8-hover-text[papaTarget]:hover.f_targetText {
  color: #2c76b8 !important;
  fill: #2c76b8 !important;
  stroke: #2c76b8 !important;
}
.C-2C76B8-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2C76B8-hover-text[fHover]:hover {
  color: #2c76b8 !important;
}
.C-2C76B8-after::after,
.C-2C76B8-after::before {
  background-color: #2c76b8;
}
.C-2C76B8-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2c76b8;
  transition: box-shadow 0.2s;
}
.C-2C76B8100 {
  background-color: #2c76b8 !important;
}
.C-2C76B8100-text {
  color: #2c76b8;
}
.C-2C76B8100-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B8100 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B895 {
  background-color: #2c76b8 !important;
}
.C-2C76B895-text {
  color: #2c76b8;
}
.C-2C76B895-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B895 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B890 {
  background-color: #2c76b8 !important;
}
.C-2C76B890-text {
  color: #2c76b8;
}
.C-2C76B890-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B890 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B885 {
  background-color: #2c76b8 !important;
}
.C-2C76B885-text {
  color: #2c76b8;
}
.C-2C76B885-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B885 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B880 {
  background-color: #2c76b8 !important;
}
.C-2C76B880-text {
  color: #2c76b8;
}
.C-2C76B880-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B880 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B875 {
  background-color: #2c76b8 !important;
}
.C-2C76B875-text {
  color: #2c76b8;
}
.C-2C76B875-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B875 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B870 {
  background-color: #2c76b8 !important;
}
.C-2C76B870-text {
  color: #2c76b8;
}
.C-2C76B870-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B870 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B865 {
  background-color: #2c76b8 !important;
}
.C-2C76B865-text {
  color: #2c76b8;
}
.C-2C76B865-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B865 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B860 {
  background-color: #2c76b8 !important;
}
.C-2C76B860-text {
  color: #2c76b8;
}
.C-2C76B860-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B860 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B855 {
  background-color: #2c76b8 !important;
}
.C-2C76B855-text {
  color: #2c76b8;
}
.C-2C76B855-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B855 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B850 {
  background-color: #2c76b8 !important;
}
.C-2C76B850-text {
  color: #2c76b8;
}
.C-2C76B850-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B850 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B845 {
  background-color: #2c76b8 !important;
}
.C-2C76B845-text {
  color: #2c76b8;
}
.C-2C76B845-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B845 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B840 {
  background-color: #2c76b8 !important;
}
.C-2C76B840-text {
  color: #2c76b8;
}
.C-2C76B840-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B840 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B835 {
  background-color: #2c76b8 !important;
}
.C-2C76B835-text {
  color: #2c76b8;
}
.C-2C76B835-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B835 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B830 {
  background-color: #2c76b8 !important;
}
.C-2C76B830-text {
  color: #2c76b8;
}
.C-2C76B830-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B830 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B825 {
  background-color: #2c76b8 !important;
}
.C-2C76B825-text {
  color: #2c76b8;
}
.C-2C76B825-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B825 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B820 {
  background-color: #2c76b8 !important;
}
.C-2C76B820-text {
  color: #2c76b8;
}
.C-2C76B820-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B820 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B815 {
  background-color: #2c76b8 !important;
}
.C-2C76B815-text {
  color: #2c76b8;
}
.C-2C76B815-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B815 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B810 {
  background-color: #2c76b8 !important;
}
.C-2C76B810-text {
  color: #2c76b8;
}
.C-2C76B810-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B810 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B85 {
  background-color: #2c76b8 !important;
}
.C-2C76B85-text {
  color: #2c76b8;
}
.C-2C76B85-border {
  border-color: #2c76b8;
}
.C-linearGradient-2C76B85 {
  background-image:
    linear-gradient(
      45deg,
      #2c76b8 0%,
      #2c76b8 99%,
      #2c76b8 100%);
}
.C-2C76B80 {
  background-color: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-text {
  color: rgba(44, 118, 184, 0);
}
.C-2C76B80-border {
  border-color: rgba(44, 118, 184, 0);
}
.C-linearGradient-2C76B80 {
  background-image:
    linear-gradient(
      45deg,
      rgba(44, 118, 184, 0) 0%,
      #2c76b8 99%,
      rgba(44, 118, 184, 0) 100%);
}
.C-2C76B8-fill-1 #fill1 {
  fill: #2c76b8;
}
.C-2C76B8-fill-1.onHover:hover #fill1,
.C-2C76B8-fill-1:hover #fill1 {
  fill: #2c76b8;
}
.C-2C76B8-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B8100-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B895-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B895-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B895-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B890-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B890-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B890-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B885-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B885-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B885-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B880-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B880-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B880-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B875-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B875-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B875-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B870-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B870-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B870-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B865-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B865-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B865-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B860-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B860-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B860-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B855-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B855-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B855-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B850-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B850-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B850-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B845-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B845-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B845-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B840-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B840-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B840-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B835-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B835-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B835-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B830-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B830-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B830-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B825-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B825-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B825-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B820-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B820-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B820-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B815-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B815-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B815-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B810-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B810-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B810-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B85-fill-1 #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B85-fill-1.onHover:hover #fill1 {
  fill: #2c76b8 !important;
}
.C-2C76B85-stroke-1 #stroke1 {
  stroke: #2c76b8 !important;
}
.C-2C76B80-fill-1 #fill1 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-fill-1.onHover:hover #fill1 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-stroke-1 #stroke1 {
  stroke: rgba(44, 118, 184, 0) !important;
}
.C-2C76B8-fill-2 #fill2 {
  fill: #2c76b8;
}
.C-2C76B8-fill-2.onHover:hover #fill2,
.C-2C76B8-fill-2:hover #fill2 {
  fill: #2c76b8;
}
.C-2C76B8-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B8100-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B895-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B895-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B895-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B890-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B890-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B890-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B885-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B885-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B885-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B880-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B880-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B880-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B875-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B875-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B875-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B870-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B870-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B870-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B865-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B865-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B865-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B860-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B860-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B860-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B855-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B855-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B855-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B850-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B850-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B850-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B845-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B845-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B845-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B840-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B840-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B840-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B835-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B835-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B835-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B830-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B830-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B830-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B825-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B825-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B825-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B820-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B820-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B820-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B815-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B815-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B815-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B810-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B810-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B810-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B85-fill-2 #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B85-fill-2.onHover:hover #fill2 {
  fill: #2c76b8 !important;
}
.C-2C76B85-stroke-2 #stroke2 {
  stroke: #2c76b8 !important;
}
.C-2C76B80-fill-2 #fill2 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-fill-2.onHover:hover #fill2 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-stroke-2 #stroke2 {
  stroke: rgba(44, 118, 184, 0) !important;
}
.C-2C76B8-fill-3 #fill3 {
  fill: #2c76b8;
}
.C-2C76B8-fill-3.onHover:hover #fill3,
.C-2C76B8-fill-3:hover #fill3 {
  fill: #2c76b8;
}
.C-2C76B8-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B8100-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B8100-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B895-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B895-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B895-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B890-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B890-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B890-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B885-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B885-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B885-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B880-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B880-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B880-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B875-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B875-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B875-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B870-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B870-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B870-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B865-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B865-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B865-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B860-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B860-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B860-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B855-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B855-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B855-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B850-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B850-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B850-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B845-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B845-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B845-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B840-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B840-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B840-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B835-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B835-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B835-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B830-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B830-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B830-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B825-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B825-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B825-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B820-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B820-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B820-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B815-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B815-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B815-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B810-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B810-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B810-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B85-fill-3 #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B85-fill-3.onHover:hover #fill3 {
  fill: #2c76b8 !important;
}
.C-2C76B85-stroke-3 #stroke3 {
  stroke: #2c76b8 !important;
}
.C-2C76B80-fill-3 #fill3 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-fill-3.onHover:hover #fill3 {
  fill: rgba(44, 118, 184, 0) !important;
}
.C-2C76B80-stroke-3 #stroke3 {
  stroke: rgba(44, 118, 184, 0) !important;
}
.C-1A6398-100 {
  background-color: #1a6398FF !important;
}
.C-1A6398-100-text {
  color: #1a6398FF;
}
.C-1A6398-100-border {
  border-color: #1a6398FF !important;
}
.C-1A6398-95 {
  background-color: #1a6398F2 !important;
}
.C-1A6398-95-text {
  color: #1a6398F2;
}
.C-1A6398-95-border {
  border-color: #1a6398F2 !important;
}
.C-1A6398-90 {
  background-color: #1a6398E6 !important;
}
.C-1A6398-90-text {
  color: #1a6398E6;
}
.C-1A6398-90-border {
  border-color: #1a6398E6 !important;
}
.C-1A6398-85 {
  background-color: #1a6398D9 !important;
}
.C-1A6398-85-text {
  color: #1a6398D9;
}
.C-1A6398-85-border {
  border-color: #1a6398D9 !important;
}
.C-1A6398-80 {
  background-color: #1a6398CC !important;
}
.C-1A6398-80-text {
  color: #1a6398CC;
}
.C-1A6398-80-border {
  border-color: #1a6398CC !important;
}
.C-1A6398-75 {
  background-color: #1a6398BF !important;
}
.C-1A6398-75-text {
  color: #1a6398BF;
}
.C-1A6398-75-border {
  border-color: #1a6398BF !important;
}
.C-1A6398-70 {
  background-color: #1a6398B3 !important;
}
.C-1A6398-70-text {
  color: #1a6398B3;
}
.C-1A6398-70-border {
  border-color: #1a6398B3 !important;
}
.C-1A6398-65 {
  background-color: #1a6398A6 !important;
}
.C-1A6398-65-text {
  color: #1a6398A6;
}
.C-1A6398-65-border {
  border-color: #1a6398A6 !important;
}
.C-1A6398-60 {
  background-color: #1a639899 !important;
}
.C-1A6398-60-text {
  color: #1a639899;
}
.C-1A6398-60-border {
  border-color: #1a639899 !important;
}
.C-1A6398-55 {
  background-color: #1a63988C !important;
}
.C-1A6398-55-text {
  color: #1a63988C;
}
.C-1A6398-55-border {
  border-color: #1a63988C !important;
}
.C-1A6398-50 {
  background-color: #1a639880 !important;
}
.C-1A6398-50-text {
  color: #1a639880;
}
.C-1A6398-50-border {
  border-color: #1a639880 !important;
}
.C-1A6398-45 {
  background-color: #1a639873 !important;
}
.C-1A6398-45-text {
  color: #1a639873;
}
.C-1A6398-45-border {
  border-color: #1a639873 !important;
}
.C-1A6398-40 {
  background-color: #1a639866 !important;
}
.C-1A6398-40-text {
  color: #1a639866;
}
.C-1A6398-40-border {
  border-color: #1a639866 !important;
}
.C-1A6398-35 {
  background-color: #1a639859 !important;
}
.C-1A6398-35-text {
  color: #1a639859;
}
.C-1A6398-35-border {
  border-color: #1a639859 !important;
}
.C-1A6398-30 {
  background-color: #1a63984D !important;
}
.C-1A6398-30-text {
  color: #1a63984D;
}
.C-1A6398-30-border {
  border-color: #1a63984D !important;
}
.C-1A6398-25 {
  background-color: #1a639840 !important;
}
.C-1A6398-25-text {
  color: #1a639840;
}
.C-1A6398-25-border {
  border-color: #1a639840 !important;
}
.C-1A6398-20 {
  background-color: #1a639833 !important;
}
.C-1A6398-20-text {
  color: #1a639833;
}
.C-1A6398-20-border {
  border-color: #1a639833 !important;
}
.C-1A6398-15 {
  background-color: #1a639826 !important;
}
.C-1A6398-15-text {
  color: #1a639826;
}
.C-1A6398-15-border {
  border-color: #1a639826 !important;
}
.C-1A6398-10 {
  background-color: #1a63981A !important;
}
.C-1A6398-10-text {
  color: #1a63981A;
}
.C-1A6398-10-border {
  border-color: #1a63981A !important;
}
.C-1A6398-5 {
  background-color: #1a63980D !important;
}
.C-1A6398-5-text {
  color: #1a63980D;
}
.C-1A6398-5-border {
  border-color: #1a63980D !important;
}
.C-1A6398-0 {
  background-color: #1a63980 !important;
}
.C-1A6398-0-text {
  color: #1a63980;
}
.C-1A6398-0-border {
  border-color: #1a63980 !important;
}
.C-1A6398 {
  background-color: #1a6398 !important;
  --btn-background: #1a6398;
}
.C-1A6398-text {
  color: #1a6398;
}
.C-1A6398-border {
  border-color: #1a6398 !important;
}
@media (hover: hover) {
  .C-1A6398-hover-bg:hover {
    background-color: #1a6398 !important;
  }
}
.C-1A6398-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1A6398-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1a6398;
  fill: #1a6398;
  stroke: #1a6398;
}
.C-1A6398-hover-text[papaTarget]:hover.f_targetText {
  color: #1a6398 !important;
  fill: #1a6398 !important;
  stroke: #1a6398 !important;
}
.C-1A6398-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1A6398-hover-text[fHover]:hover {
  color: #1a6398 !important;
}
.C-1A6398-after::after,
.C-1A6398-after::before {
  background-color: #1a6398;
}
.C-1A6398-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1a6398;
  transition: box-shadow 0.2s;
}
.C-1A6398100 {
  background-color: #1a6398 !important;
}
.C-1A6398100-text {
  color: #1a6398;
}
.C-1A6398100-border {
  border-color: #1a6398;
}
.C-linearGradient-1A6398100 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639895 {
  background-color: #1a6398 !important;
}
.C-1A639895-text {
  color: #1a6398;
}
.C-1A639895-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639895 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639890 {
  background-color: #1a6398 !important;
}
.C-1A639890-text {
  color: #1a6398;
}
.C-1A639890-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639890 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639885 {
  background-color: #1a6398 !important;
}
.C-1A639885-text {
  color: #1a6398;
}
.C-1A639885-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639885 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639880 {
  background-color: #1a6398 !important;
}
.C-1A639880-text {
  color: #1a6398;
}
.C-1A639880-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639880 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639875 {
  background-color: #1a6398 !important;
}
.C-1A639875-text {
  color: #1a6398;
}
.C-1A639875-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639875 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639870 {
  background-color: #1a6398 !important;
}
.C-1A639870-text {
  color: #1a6398;
}
.C-1A639870-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639870 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639865 {
  background-color: #1a6398 !important;
}
.C-1A639865-text {
  color: #1a6398;
}
.C-1A639865-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639865 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639860 {
  background-color: #1a6398 !important;
}
.C-1A639860-text {
  color: #1a6398;
}
.C-1A639860-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639860 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639855 {
  background-color: #1a6398 !important;
}
.C-1A639855-text {
  color: #1a6398;
}
.C-1A639855-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639855 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639850 {
  background-color: #1a6398 !important;
}
.C-1A639850-text {
  color: #1a6398;
}
.C-1A639850-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639850 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639845 {
  background-color: #1a6398 !important;
}
.C-1A639845-text {
  color: #1a6398;
}
.C-1A639845-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639845 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639840 {
  background-color: #1a6398 !important;
}
.C-1A639840-text {
  color: #1a6398;
}
.C-1A639840-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639840 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639835 {
  background-color: #1a6398 !important;
}
.C-1A639835-text {
  color: #1a6398;
}
.C-1A639835-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639835 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639830 {
  background-color: #1a6398 !important;
}
.C-1A639830-text {
  color: #1a6398;
}
.C-1A639830-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639830 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639825 {
  background-color: #1a6398 !important;
}
.C-1A639825-text {
  color: #1a6398;
}
.C-1A639825-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639825 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639820 {
  background-color: #1a6398 !important;
}
.C-1A639820-text {
  color: #1a6398;
}
.C-1A639820-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639820 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639815 {
  background-color: #1a6398 !important;
}
.C-1A639815-text {
  color: #1a6398;
}
.C-1A639815-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639815 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A639810 {
  background-color: #1a6398 !important;
}
.C-1A639810-text {
  color: #1a6398;
}
.C-1A639810-border {
  border-color: #1a6398;
}
.C-linearGradient-1A639810 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A63985 {
  background-color: #1a6398 !important;
}
.C-1A63985-text {
  color: #1a6398;
}
.C-1A63985-border {
  border-color: #1a6398;
}
.C-linearGradient-1A63985 {
  background-image:
    linear-gradient(
      45deg,
      #1a6398 0%,
      #1a6398 99%,
      #1a6398 100%);
}
.C-1A63980 {
  background-color: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-text {
  color: rgba(26, 99, 152, 0);
}
.C-1A63980-border {
  border-color: rgba(26, 99, 152, 0);
}
.C-linearGradient-1A63980 {
  background-image:
    linear-gradient(
      45deg,
      rgba(26, 99, 152, 0) 0%,
      #1a6398 99%,
      rgba(26, 99, 152, 0) 100%);
}
.C-1A6398-fill-1 #fill1 {
  fill: #1a6398;
}
.C-1A6398-fill-1.onHover:hover #fill1,
.C-1A6398-fill-1:hover #fill1 {
  fill: #1a6398;
}
.C-1A6398-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A6398100-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A6398100-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A6398100-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639895-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639895-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639895-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639890-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639890-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639890-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639885-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639885-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639885-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639880-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639880-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639880-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639875-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639875-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639875-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639870-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639870-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639870-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639865-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639865-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639865-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639860-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639860-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639860-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639855-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639855-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639855-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639850-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639850-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639850-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639845-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639845-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639845-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639840-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639840-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639840-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639835-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639835-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639835-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639830-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639830-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639830-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639825-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639825-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639825-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639820-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639820-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639820-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639815-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639815-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639815-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A639810-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A639810-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A639810-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A63985-fill-1 #fill1 {
  fill: #1a6398 !important;
}
.C-1A63985-fill-1.onHover:hover #fill1 {
  fill: #1a6398 !important;
}
.C-1A63985-stroke-1 #stroke1 {
  stroke: #1a6398 !important;
}
.C-1A63980-fill-1 #fill1 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-fill-1.onHover:hover #fill1 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-stroke-1 #stroke1 {
  stroke: rgba(26, 99, 152, 0) !important;
}
.C-1A6398-fill-2 #fill2 {
  fill: #1a6398;
}
.C-1A6398-fill-2.onHover:hover #fill2,
.C-1A6398-fill-2:hover #fill2 {
  fill: #1a6398;
}
.C-1A6398-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A6398100-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A6398100-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A6398100-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639895-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639895-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639895-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639890-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639890-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639890-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639885-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639885-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639885-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639880-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639880-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639880-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639875-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639875-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639875-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639870-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639870-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639870-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639865-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639865-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639865-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639860-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639860-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639860-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639855-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639855-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639855-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639850-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639850-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639850-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639845-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639845-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639845-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639840-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639840-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639840-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639835-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639835-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639835-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639830-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639830-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639830-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639825-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639825-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639825-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639820-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639820-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639820-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639815-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639815-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639815-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A639810-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A639810-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A639810-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A63985-fill-2 #fill2 {
  fill: #1a6398 !important;
}
.C-1A63985-fill-2.onHover:hover #fill2 {
  fill: #1a6398 !important;
}
.C-1A63985-stroke-2 #stroke2 {
  stroke: #1a6398 !important;
}
.C-1A63980-fill-2 #fill2 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-fill-2.onHover:hover #fill2 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-stroke-2 #stroke2 {
  stroke: rgba(26, 99, 152, 0) !important;
}
.C-1A6398-fill-3 #fill3 {
  fill: #1a6398;
}
.C-1A6398-fill-3.onHover:hover #fill3,
.C-1A6398-fill-3:hover #fill3 {
  fill: #1a6398;
}
.C-1A6398-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A6398100-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A6398100-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A6398100-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639895-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639895-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639895-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639890-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639890-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639890-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639885-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639885-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639885-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639880-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639880-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639880-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639875-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639875-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639875-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639870-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639870-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639870-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639865-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639865-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639865-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639860-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639860-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639860-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639855-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639855-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639855-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639850-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639850-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639850-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639845-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639845-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639845-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639840-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639840-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639840-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639835-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639835-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639835-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639830-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639830-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639830-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639825-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639825-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639825-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639820-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639820-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639820-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639815-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639815-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639815-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A639810-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A639810-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A639810-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A63985-fill-3 #fill3 {
  fill: #1a6398 !important;
}
.C-1A63985-fill-3.onHover:hover #fill3 {
  fill: #1a6398 !important;
}
.C-1A63985-stroke-3 #stroke3 {
  stroke: #1a6398 !important;
}
.C-1A63980-fill-3 #fill3 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-fill-3.onHover:hover #fill3 {
  fill: rgba(26, 99, 152, 0) !important;
}
.C-1A63980-stroke-3 #stroke3 {
  stroke: rgba(26, 99, 152, 0) !important;
}
.C-36B4B4-100 {
  background-color: #36b4b4FF !important;
}
.C-36B4B4-100-text {
  color: #36b4b4FF;
}
.C-36B4B4-100-border {
  border-color: #36b4b4FF !important;
}
.C-36B4B4-95 {
  background-color: #36b4b4F2 !important;
}
.C-36B4B4-95-text {
  color: #36b4b4F2;
}
.C-36B4B4-95-border {
  border-color: #36b4b4F2 !important;
}
.C-36B4B4-90 {
  background-color: #36b4b4E6 !important;
}
.C-36B4B4-90-text {
  color: #36b4b4E6;
}
.C-36B4B4-90-border {
  border-color: #36b4b4E6 !important;
}
.C-36B4B4-85 {
  background-color: #36b4b4D9 !important;
}
.C-36B4B4-85-text {
  color: #36b4b4D9;
}
.C-36B4B4-85-border {
  border-color: #36b4b4D9 !important;
}
.C-36B4B4-80 {
  background-color: #36b4b4CC !important;
}
.C-36B4B4-80-text {
  color: #36b4b4CC;
}
.C-36B4B4-80-border {
  border-color: #36b4b4CC !important;
}
.C-36B4B4-75 {
  background-color: #36b4b4BF !important;
}
.C-36B4B4-75-text {
  color: #36b4b4BF;
}
.C-36B4B4-75-border {
  border-color: #36b4b4BF !important;
}
.C-36B4B4-70 {
  background-color: #36b4b4B3 !important;
}
.C-36B4B4-70-text {
  color: #36b4b4B3;
}
.C-36B4B4-70-border {
  border-color: #36b4b4B3 !important;
}
.C-36B4B4-65 {
  background-color: #36b4b4A6 !important;
}
.C-36B4B4-65-text {
  color: #36b4b4A6;
}
.C-36B4B4-65-border {
  border-color: #36b4b4A6 !important;
}
.C-36B4B4-60 {
  background-color: #36b4b499 !important;
}
.C-36B4B4-60-text {
  color: #36b4b499;
}
.C-36B4B4-60-border {
  border-color: #36b4b499 !important;
}
.C-36B4B4-55 {
  background-color: #36b4b48C !important;
}
.C-36B4B4-55-text {
  color: #36b4b48C;
}
.C-36B4B4-55-border {
  border-color: #36b4b48C !important;
}
.C-36B4B4-50 {
  background-color: #36b4b480 !important;
}
.C-36B4B4-50-text {
  color: #36b4b480;
}
.C-36B4B4-50-border {
  border-color: #36b4b480 !important;
}
.C-36B4B4-45 {
  background-color: #36b4b473 !important;
}
.C-36B4B4-45-text {
  color: #36b4b473;
}
.C-36B4B4-45-border {
  border-color: #36b4b473 !important;
}
.C-36B4B4-40 {
  background-color: #36b4b466 !important;
}
.C-36B4B4-40-text {
  color: #36b4b466;
}
.C-36B4B4-40-border {
  border-color: #36b4b466 !important;
}
.C-36B4B4-35 {
  background-color: #36b4b459 !important;
}
.C-36B4B4-35-text {
  color: #36b4b459;
}
.C-36B4B4-35-border {
  border-color: #36b4b459 !important;
}
.C-36B4B4-30 {
  background-color: #36b4b44D !important;
}
.C-36B4B4-30-text {
  color: #36b4b44D;
}
.C-36B4B4-30-border {
  border-color: #36b4b44D !important;
}
.C-36B4B4-25 {
  background-color: #36b4b440 !important;
}
.C-36B4B4-25-text {
  color: #36b4b440;
}
.C-36B4B4-25-border {
  border-color: #36b4b440 !important;
}
.C-36B4B4-20 {
  background-color: #36b4b433 !important;
}
.C-36B4B4-20-text {
  color: #36b4b433;
}
.C-36B4B4-20-border {
  border-color: #36b4b433 !important;
}
.C-36B4B4-15 {
  background-color: #36b4b426 !important;
}
.C-36B4B4-15-text {
  color: #36b4b426;
}
.C-36B4B4-15-border {
  border-color: #36b4b426 !important;
}
.C-36B4B4-10 {
  background-color: #36b4b41A !important;
}
.C-36B4B4-10-text {
  color: #36b4b41A;
}
.C-36B4B4-10-border {
  border-color: #36b4b41A !important;
}
.C-36B4B4-5 {
  background-color: #36b4b40D !important;
}
.C-36B4B4-5-text {
  color: #36b4b40D;
}
.C-36B4B4-5-border {
  border-color: #36b4b40D !important;
}
.C-36B4B4-0 {
  background-color: #36b4b40 !important;
}
.C-36B4B4-0-text {
  color: #36b4b40;
}
.C-36B4B4-0-border {
  border-color: #36b4b40 !important;
}
.C-36B4B4 {
  background-color: #36b4b4 !important;
  --btn-background: #36b4b4;
}
.C-36B4B4-text {
  color: #36b4b4;
}
.C-36B4B4-border {
  border-color: #36b4b4 !important;
}
@media (hover: hover) {
  .C-36B4B4-hover-bg:hover {
    background-color: #36b4b4 !important;
  }
}
.C-36B4B4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-36B4B4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #36b4b4;
  fill: #36b4b4;
  stroke: #36b4b4;
}
.C-36B4B4-hover-text[papaTarget]:hover.f_targetText {
  color: #36b4b4 !important;
  fill: #36b4b4 !important;
  stroke: #36b4b4 !important;
}
.C-36B4B4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-36B4B4-hover-text[fHover]:hover {
  color: #36b4b4 !important;
}
.C-36B4B4-after::after,
.C-36B4B4-after::before {
  background-color: #36b4b4;
}
.C-36B4B4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #36b4b4;
  transition: box-shadow 0.2s;
}
.C-36B4B4100 {
  background-color: #36b4b4 !important;
}
.C-36B4B4100-text {
  color: #36b4b4;
}
.C-36B4B4100-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B4100 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B495 {
  background-color: #36b4b4 !important;
}
.C-36B4B495-text {
  color: #36b4b4;
}
.C-36B4B495-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B495 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B490 {
  background-color: #36b4b4 !important;
}
.C-36B4B490-text {
  color: #36b4b4;
}
.C-36B4B490-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B490 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B485 {
  background-color: #36b4b4 !important;
}
.C-36B4B485-text {
  color: #36b4b4;
}
.C-36B4B485-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B485 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B480 {
  background-color: #36b4b4 !important;
}
.C-36B4B480-text {
  color: #36b4b4;
}
.C-36B4B480-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B480 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B475 {
  background-color: #36b4b4 !important;
}
.C-36B4B475-text {
  color: #36b4b4;
}
.C-36B4B475-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B475 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B470 {
  background-color: #36b4b4 !important;
}
.C-36B4B470-text {
  color: #36b4b4;
}
.C-36B4B470-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B470 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B465 {
  background-color: #36b4b4 !important;
}
.C-36B4B465-text {
  color: #36b4b4;
}
.C-36B4B465-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B465 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B460 {
  background-color: #36b4b4 !important;
}
.C-36B4B460-text {
  color: #36b4b4;
}
.C-36B4B460-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B460 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B455 {
  background-color: #36b4b4 !important;
}
.C-36B4B455-text {
  color: #36b4b4;
}
.C-36B4B455-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B455 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B450 {
  background-color: #36b4b4 !important;
}
.C-36B4B450-text {
  color: #36b4b4;
}
.C-36B4B450-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B450 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B445 {
  background-color: #36b4b4 !important;
}
.C-36B4B445-text {
  color: #36b4b4;
}
.C-36B4B445-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B445 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B440 {
  background-color: #36b4b4 !important;
}
.C-36B4B440-text {
  color: #36b4b4;
}
.C-36B4B440-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B440 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B435 {
  background-color: #36b4b4 !important;
}
.C-36B4B435-text {
  color: #36b4b4;
}
.C-36B4B435-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B435 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B430 {
  background-color: #36b4b4 !important;
}
.C-36B4B430-text {
  color: #36b4b4;
}
.C-36B4B430-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B430 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B425 {
  background-color: #36b4b4 !important;
}
.C-36B4B425-text {
  color: #36b4b4;
}
.C-36B4B425-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B425 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B420 {
  background-color: #36b4b4 !important;
}
.C-36B4B420-text {
  color: #36b4b4;
}
.C-36B4B420-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B420 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B415 {
  background-color: #36b4b4 !important;
}
.C-36B4B415-text {
  color: #36b4b4;
}
.C-36B4B415-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B415 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B410 {
  background-color: #36b4b4 !important;
}
.C-36B4B410-text {
  color: #36b4b4;
}
.C-36B4B410-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B410 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B45 {
  background-color: #36b4b4 !important;
}
.C-36B4B45-text {
  color: #36b4b4;
}
.C-36B4B45-border {
  border-color: #36b4b4;
}
.C-linearGradient-36B4B45 {
  background-image:
    linear-gradient(
      45deg,
      #36b4b4 0%,
      #36b4b4 99%,
      #36b4b4 100%);
}
.C-36B4B40 {
  background-color: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-text {
  color: rgba(54, 180, 180, 0);
}
.C-36B4B40-border {
  border-color: rgba(54, 180, 180, 0);
}
.C-linearGradient-36B4B40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(54, 180, 180, 0) 0%,
      #36b4b4 99%,
      rgba(54, 180, 180, 0) 100%);
}
.C-36B4B4-fill-1 #fill1 {
  fill: #36b4b4;
}
.C-36B4B4-fill-1.onHover:hover #fill1,
.C-36B4B4-fill-1:hover #fill1 {
  fill: #36b4b4;
}
.C-36B4B4-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B4100-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B495-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B495-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B495-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B490-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B490-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B490-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B485-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B485-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B485-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B480-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B480-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B480-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B475-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B475-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B475-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B470-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B470-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B470-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B465-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B465-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B465-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B460-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B460-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B460-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B455-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B455-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B455-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B450-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B450-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B450-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B445-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B445-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B445-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B440-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B440-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B440-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B435-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B435-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B435-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B430-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B430-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B430-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B425-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B425-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B425-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B420-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B420-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B420-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B415-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B415-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B415-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B410-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B410-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B410-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B45-fill-1 #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B45-fill-1.onHover:hover #fill1 {
  fill: #36b4b4 !important;
}
.C-36B4B45-stroke-1 #stroke1 {
  stroke: #36b4b4 !important;
}
.C-36B4B40-fill-1 #fill1 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-fill-1.onHover:hover #fill1 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-stroke-1 #stroke1 {
  stroke: rgba(54, 180, 180, 0) !important;
}
.C-36B4B4-fill-2 #fill2 {
  fill: #36b4b4;
}
.C-36B4B4-fill-2.onHover:hover #fill2,
.C-36B4B4-fill-2:hover #fill2 {
  fill: #36b4b4;
}
.C-36B4B4-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B4100-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B495-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B495-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B495-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B490-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B490-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B490-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B485-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B485-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B485-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B480-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B480-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B480-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B475-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B475-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B475-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B470-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B470-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B470-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B465-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B465-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B465-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B460-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B460-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B460-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B455-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B455-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B455-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B450-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B450-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B450-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B445-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B445-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B445-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B440-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B440-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B440-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B435-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B435-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B435-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B430-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B430-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B430-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B425-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B425-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B425-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B420-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B420-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B420-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B415-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B415-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B415-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B410-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B410-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B410-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B45-fill-2 #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B45-fill-2.onHover:hover #fill2 {
  fill: #36b4b4 !important;
}
.C-36B4B45-stroke-2 #stroke2 {
  stroke: #36b4b4 !important;
}
.C-36B4B40-fill-2 #fill2 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-fill-2.onHover:hover #fill2 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-stroke-2 #stroke2 {
  stroke: rgba(54, 180, 180, 0) !important;
}
.C-36B4B4-fill-3 #fill3 {
  fill: #36b4b4;
}
.C-36B4B4-fill-3.onHover:hover #fill3,
.C-36B4B4-fill-3:hover #fill3 {
  fill: #36b4b4;
}
.C-36B4B4-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B4100-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B4100-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B495-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B495-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B495-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B490-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B490-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B490-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B485-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B485-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B485-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B480-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B480-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B480-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B475-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B475-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B475-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B470-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B470-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B470-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B465-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B465-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B465-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B460-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B460-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B460-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B455-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B455-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B455-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B450-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B450-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B450-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B445-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B445-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B445-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B440-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B440-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B440-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B435-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B435-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B435-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B430-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B430-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B430-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B425-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B425-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B425-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B420-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B420-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B420-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B415-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B415-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B415-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B410-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B410-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B410-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B45-fill-3 #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B45-fill-3.onHover:hover #fill3 {
  fill: #36b4b4 !important;
}
.C-36B4B45-stroke-3 #stroke3 {
  stroke: #36b4b4 !important;
}
.C-36B4B40-fill-3 #fill3 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-fill-3.onHover:hover #fill3 {
  fill: rgba(54, 180, 180, 0) !important;
}
.C-36B4B40-stroke-3 #stroke3 {
  stroke: rgba(54, 180, 180, 0) !important;
}
.C-2A8F8F-100 {
  background-color: #2a8f8fFF !important;
}
.C-2A8F8F-100-text {
  color: #2a8f8fFF;
}
.C-2A8F8F-100-border {
  border-color: #2a8f8fFF !important;
}
.C-2A8F8F-95 {
  background-color: #2a8f8fF2 !important;
}
.C-2A8F8F-95-text {
  color: #2a8f8fF2;
}
.C-2A8F8F-95-border {
  border-color: #2a8f8fF2 !important;
}
.C-2A8F8F-90 {
  background-color: #2a8f8fE6 !important;
}
.C-2A8F8F-90-text {
  color: #2a8f8fE6;
}
.C-2A8F8F-90-border {
  border-color: #2a8f8fE6 !important;
}
.C-2A8F8F-85 {
  background-color: #2a8f8fD9 !important;
}
.C-2A8F8F-85-text {
  color: #2a8f8fD9;
}
.C-2A8F8F-85-border {
  border-color: #2a8f8fD9 !important;
}
.C-2A8F8F-80 {
  background-color: #2a8f8fCC !important;
}
.C-2A8F8F-80-text {
  color: #2a8f8fCC;
}
.C-2A8F8F-80-border {
  border-color: #2a8f8fCC !important;
}
.C-2A8F8F-75 {
  background-color: #2a8f8fBF !important;
}
.C-2A8F8F-75-text {
  color: #2a8f8fBF;
}
.C-2A8F8F-75-border {
  border-color: #2a8f8fBF !important;
}
.C-2A8F8F-70 {
  background-color: #2a8f8fB3 !important;
}
.C-2A8F8F-70-text {
  color: #2a8f8fB3;
}
.C-2A8F8F-70-border {
  border-color: #2a8f8fB3 !important;
}
.C-2A8F8F-65 {
  background-color: #2a8f8fA6 !important;
}
.C-2A8F8F-65-text {
  color: #2a8f8fA6;
}
.C-2A8F8F-65-border {
  border-color: #2a8f8fA6 !important;
}
.C-2A8F8F-60 {
  background-color: #2a8f8f99 !important;
}
.C-2A8F8F-60-text {
  color: #2a8f8f99;
}
.C-2A8F8F-60-border {
  border-color: #2a8f8f99 !important;
}
.C-2A8F8F-55 {
  background-color: #2a8f8f8C !important;
}
.C-2A8F8F-55-text {
  color: #2a8f8f8C;
}
.C-2A8F8F-55-border {
  border-color: #2a8f8f8C !important;
}
.C-2A8F8F-50 {
  background-color: #2a8f8f80 !important;
}
.C-2A8F8F-50-text {
  color: #2a8f8f80;
}
.C-2A8F8F-50-border {
  border-color: #2a8f8f80 !important;
}
.C-2A8F8F-45 {
  background-color: #2a8f8f73 !important;
}
.C-2A8F8F-45-text {
  color: #2a8f8f73;
}
.C-2A8F8F-45-border {
  border-color: #2a8f8f73 !important;
}
.C-2A8F8F-40 {
  background-color: #2a8f8f66 !important;
}
.C-2A8F8F-40-text {
  color: #2a8f8f66;
}
.C-2A8F8F-40-border {
  border-color: #2a8f8f66 !important;
}
.C-2A8F8F-35 {
  background-color: #2a8f8f59 !important;
}
.C-2A8F8F-35-text {
  color: #2a8f8f59;
}
.C-2A8F8F-35-border {
  border-color: #2a8f8f59 !important;
}
.C-2A8F8F-30 {
  background-color: #2a8f8f4D !important;
}
.C-2A8F8F-30-text {
  color: #2a8f8f4D;
}
.C-2A8F8F-30-border {
  border-color: #2a8f8f4D !important;
}
.C-2A8F8F-25 {
  background-color: #2a8f8f40 !important;
}
.C-2A8F8F-25-text {
  color: #2a8f8f40;
}
.C-2A8F8F-25-border {
  border-color: #2a8f8f40 !important;
}
.C-2A8F8F-20 {
  background-color: #2a8f8f33 !important;
}
.C-2A8F8F-20-text {
  color: #2a8f8f33;
}
.C-2A8F8F-20-border {
  border-color: #2a8f8f33 !important;
}
.C-2A8F8F-15 {
  background-color: #2a8f8f26 !important;
}
.C-2A8F8F-15-text {
  color: #2a8f8f26;
}
.C-2A8F8F-15-border {
  border-color: #2a8f8f26 !important;
}
.C-2A8F8F-10 {
  background-color: #2a8f8f1A !important;
}
.C-2A8F8F-10-text {
  color: #2a8f8f1A;
}
.C-2A8F8F-10-border {
  border-color: #2a8f8f1A !important;
}
.C-2A8F8F-5 {
  background-color: #2a8f8f0D !important;
}
.C-2A8F8F-5-text {
  color: #2a8f8f0D;
}
.C-2A8F8F-5-border {
  border-color: #2a8f8f0D !important;
}
.C-2A8F8F-0 {
  background-color: #2a8f8f0 !important;
}
.C-2A8F8F-0-text {
  color: #2a8f8f0;
}
.C-2A8F8F-0-border {
  border-color: #2a8f8f0 !important;
}
.C-2A8F8F {
  background-color: #2a8f8f !important;
  --btn-background: #2a8f8f;
}
.C-2A8F8F-text {
  color: #2a8f8f;
}
.C-2A8F8F-border {
  border-color: #2a8f8f !important;
}
@media (hover: hover) {
  .C-2A8F8F-hover-bg:hover {
    background-color: #2a8f8f !important;
  }
}
.C-2A8F8F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2A8F8F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2a8f8f;
  fill: #2a8f8f;
  stroke: #2a8f8f;
}
.C-2A8F8F-hover-text[papaTarget]:hover.f_targetText {
  color: #2a8f8f !important;
  fill: #2a8f8f !important;
  stroke: #2a8f8f !important;
}
.C-2A8F8F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2A8F8F-hover-text[fHover]:hover {
  color: #2a8f8f !important;
}
.C-2A8F8F-after::after,
.C-2A8F8F-after::before {
  background-color: #2a8f8f;
}
.C-2A8F8F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2a8f8f;
  transition: box-shadow 0.2s;
}
.C-2A8F8F100 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F100-text {
  color: #2a8f8f;
}
.C-2A8F8F100-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F100 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F95 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F95-text {
  color: #2a8f8f;
}
.C-2A8F8F95-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F95 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F90 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F90-text {
  color: #2a8f8f;
}
.C-2A8F8F90-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F90 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F85 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F85-text {
  color: #2a8f8f;
}
.C-2A8F8F85-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F85 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F80 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F80-text {
  color: #2a8f8f;
}
.C-2A8F8F80-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F80 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F75 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F75-text {
  color: #2a8f8f;
}
.C-2A8F8F75-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F75 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F70 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F70-text {
  color: #2a8f8f;
}
.C-2A8F8F70-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F70 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F65 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F65-text {
  color: #2a8f8f;
}
.C-2A8F8F65-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F65 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F60 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F60-text {
  color: #2a8f8f;
}
.C-2A8F8F60-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F60 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F55 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F55-text {
  color: #2a8f8f;
}
.C-2A8F8F55-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F55 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F50 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F50-text {
  color: #2a8f8f;
}
.C-2A8F8F50-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F50 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F45 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F45-text {
  color: #2a8f8f;
}
.C-2A8F8F45-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F45 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F40 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F40-text {
  color: #2a8f8f;
}
.C-2A8F8F40-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F40 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F35 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F35-text {
  color: #2a8f8f;
}
.C-2A8F8F35-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F35 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F30 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F30-text {
  color: #2a8f8f;
}
.C-2A8F8F30-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F30 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F25 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F25-text {
  color: #2a8f8f;
}
.C-2A8F8F25-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F25 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F20 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F20-text {
  color: #2a8f8f;
}
.C-2A8F8F20-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F20 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F15 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F15-text {
  color: #2a8f8f;
}
.C-2A8F8F15-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F15 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F10 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F10-text {
  color: #2a8f8f;
}
.C-2A8F8F10-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F10 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F5 {
  background-color: #2a8f8f !important;
}
.C-2A8F8F5-text {
  color: #2a8f8f;
}
.C-2A8F8F5-border {
  border-color: #2a8f8f;
}
.C-linearGradient-2A8F8F5 {
  background-image:
    linear-gradient(
      45deg,
      #2a8f8f 0%,
      #2a8f8f 99%,
      #2a8f8f 100%);
}
.C-2A8F8F0 {
  background-color: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-text {
  color: rgba(42, 143, 143, 0);
}
.C-2A8F8F0-border {
  border-color: rgba(42, 143, 143, 0);
}
.C-linearGradient-2A8F8F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(42, 143, 143, 0) 0%,
      #2a8f8f 99%,
      rgba(42, 143, 143, 0) 100%);
}
.C-2A8F8F-fill-1 #fill1 {
  fill: #2a8f8f;
}
.C-2A8F8F-fill-1.onHover:hover #fill1,
.C-2A8F8F-fill-1:hover #fill1 {
  fill: #2a8f8f;
}
.C-2A8F8F-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F100-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F95-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F90-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F85-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F80-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F75-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F70-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F65-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F60-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F55-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F50-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F45-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F40-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F35-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F30-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F25-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F20-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F15-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F10-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F5-fill-1 #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-fill-1.onHover:hover #fill1 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-stroke-1 #stroke1 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F0-fill-1 #fill1 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-fill-1.onHover:hover #fill1 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-stroke-1 #stroke1 {
  stroke: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F-fill-2 #fill2 {
  fill: #2a8f8f;
}
.C-2A8F8F-fill-2.onHover:hover #fill2,
.C-2A8F8F-fill-2:hover #fill2 {
  fill: #2a8f8f;
}
.C-2A8F8F-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F100-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F95-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F90-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F85-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F80-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F75-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F70-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F65-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F60-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F55-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F50-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F45-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F40-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F35-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F30-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F25-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F20-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F15-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F10-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F5-fill-2 #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-fill-2.onHover:hover #fill2 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-stroke-2 #stroke2 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F0-fill-2 #fill2 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-fill-2.onHover:hover #fill2 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-stroke-2 #stroke2 {
  stroke: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F-fill-3 #fill3 {
  fill: #2a8f8f;
}
.C-2A8F8F-fill-3.onHover:hover #fill3,
.C-2A8F8F-fill-3:hover #fill3 {
  fill: #2a8f8f;
}
.C-2A8F8F-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F100-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F100-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F95-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F95-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F90-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F90-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F85-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F85-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F80-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F80-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F75-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F75-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F70-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F70-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F65-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F65-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F60-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F60-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F55-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F55-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F50-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F50-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F45-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F45-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F40-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F40-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F35-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F35-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F30-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F30-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F25-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F25-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F20-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F20-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F15-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F15-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F10-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F10-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F5-fill-3 #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-fill-3.onHover:hover #fill3 {
  fill: #2a8f8f !important;
}
.C-2A8F8F5-stroke-3 #stroke3 {
  stroke: #2a8f8f !important;
}
.C-2A8F8F0-fill-3 #fill3 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-fill-3.onHover:hover #fill3 {
  fill: rgba(42, 143, 143, 0) !important;
}
.C-2A8F8F0-stroke-3 #stroke3 {
  stroke: rgba(42, 143, 143, 0) !important;
}
.C-42D9D9-100 {
  background-color: #42d9d9FF !important;
}
.C-42D9D9-100-text {
  color: #42d9d9FF;
}
.C-42D9D9-100-border {
  border-color: #42d9d9FF !important;
}
.C-42D9D9-95 {
  background-color: #42d9d9F2 !important;
}
.C-42D9D9-95-text {
  color: #42d9d9F2;
}
.C-42D9D9-95-border {
  border-color: #42d9d9F2 !important;
}
.C-42D9D9-90 {
  background-color: #42d9d9E6 !important;
}
.C-42D9D9-90-text {
  color: #42d9d9E6;
}
.C-42D9D9-90-border {
  border-color: #42d9d9E6 !important;
}
.C-42D9D9-85 {
  background-color: #42d9d9D9 !important;
}
.C-42D9D9-85-text {
  color: #42d9d9D9;
}
.C-42D9D9-85-border {
  border-color: #42d9d9D9 !important;
}
.C-42D9D9-80 {
  background-color: #42d9d9CC !important;
}
.C-42D9D9-80-text {
  color: #42d9d9CC;
}
.C-42D9D9-80-border {
  border-color: #42d9d9CC !important;
}
.C-42D9D9-75 {
  background-color: #42d9d9BF !important;
}
.C-42D9D9-75-text {
  color: #42d9d9BF;
}
.C-42D9D9-75-border {
  border-color: #42d9d9BF !important;
}
.C-42D9D9-70 {
  background-color: #42d9d9B3 !important;
}
.C-42D9D9-70-text {
  color: #42d9d9B3;
}
.C-42D9D9-70-border {
  border-color: #42d9d9B3 !important;
}
.C-42D9D9-65 {
  background-color: #42d9d9A6 !important;
}
.C-42D9D9-65-text {
  color: #42d9d9A6;
}
.C-42D9D9-65-border {
  border-color: #42d9d9A6 !important;
}
.C-42D9D9-60 {
  background-color: #42d9d999 !important;
}
.C-42D9D9-60-text {
  color: #42d9d999;
}
.C-42D9D9-60-border {
  border-color: #42d9d999 !important;
}
.C-42D9D9-55 {
  background-color: #42d9d98C !important;
}
.C-42D9D9-55-text {
  color: #42d9d98C;
}
.C-42D9D9-55-border {
  border-color: #42d9d98C !important;
}
.C-42D9D9-50 {
  background-color: #42d9d980 !important;
}
.C-42D9D9-50-text {
  color: #42d9d980;
}
.C-42D9D9-50-border {
  border-color: #42d9d980 !important;
}
.C-42D9D9-45 {
  background-color: #42d9d973 !important;
}
.C-42D9D9-45-text {
  color: #42d9d973;
}
.C-42D9D9-45-border {
  border-color: #42d9d973 !important;
}
.C-42D9D9-40 {
  background-color: #42d9d966 !important;
}
.C-42D9D9-40-text {
  color: #42d9d966;
}
.C-42D9D9-40-border {
  border-color: #42d9d966 !important;
}
.C-42D9D9-35 {
  background-color: #42d9d959 !important;
}
.C-42D9D9-35-text {
  color: #42d9d959;
}
.C-42D9D9-35-border {
  border-color: #42d9d959 !important;
}
.C-42D9D9-30 {
  background-color: #42d9d94D !important;
}
.C-42D9D9-30-text {
  color: #42d9d94D;
}
.C-42D9D9-30-border {
  border-color: #42d9d94D !important;
}
.C-42D9D9-25 {
  background-color: #42d9d940 !important;
}
.C-42D9D9-25-text {
  color: #42d9d940;
}
.C-42D9D9-25-border {
  border-color: #42d9d940 !important;
}
.C-42D9D9-20 {
  background-color: #42d9d933 !important;
}
.C-42D9D9-20-text {
  color: #42d9d933;
}
.C-42D9D9-20-border {
  border-color: #42d9d933 !important;
}
.C-42D9D9-15 {
  background-color: #42d9d926 !important;
}
.C-42D9D9-15-text {
  color: #42d9d926;
}
.C-42D9D9-15-border {
  border-color: #42d9d926 !important;
}
.C-42D9D9-10 {
  background-color: #42d9d91A !important;
}
.C-42D9D9-10-text {
  color: #42d9d91A;
}
.C-42D9D9-10-border {
  border-color: #42d9d91A !important;
}
.C-42D9D9-5 {
  background-color: #42d9d90D !important;
}
.C-42D9D9-5-text {
  color: #42d9d90D;
}
.C-42D9D9-5-border {
  border-color: #42d9d90D !important;
}
.C-42D9D9-0 {
  background-color: #42d9d90 !important;
}
.C-42D9D9-0-text {
  color: #42d9d90;
}
.C-42D9D9-0-border {
  border-color: #42d9d90 !important;
}
.C-42D9D9 {
  background-color: #42d9d9 !important;
  --btn-background: #42d9d9;
}
.C-42D9D9-text {
  color: #42d9d9;
}
.C-42D9D9-border {
  border-color: #42d9d9 !important;
}
@media (hover: hover) {
  .C-42D9D9-hover-bg:hover {
    background-color: #42d9d9 !important;
  }
}
.C-42D9D9-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-42D9D9-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #42d9d9;
  fill: #42d9d9;
  stroke: #42d9d9;
}
.C-42D9D9-hover-text[papaTarget]:hover.f_targetText {
  color: #42d9d9 !important;
  fill: #42d9d9 !important;
  stroke: #42d9d9 !important;
}
.C-42D9D9-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-42D9D9-hover-text[fHover]:hover {
  color: #42d9d9 !important;
}
.C-42D9D9-after::after,
.C-42D9D9-after::before {
  background-color: #42d9d9;
}
.C-42D9D9-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #42d9d9;
  transition: box-shadow 0.2s;
}
.C-42D9D9100 {
  background-color: #42d9d9 !important;
}
.C-42D9D9100-text {
  color: #42d9d9;
}
.C-42D9D9100-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D9100 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D995 {
  background-color: #42d9d9 !important;
}
.C-42D9D995-text {
  color: #42d9d9;
}
.C-42D9D995-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D995 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D990 {
  background-color: #42d9d9 !important;
}
.C-42D9D990-text {
  color: #42d9d9;
}
.C-42D9D990-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D990 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D985 {
  background-color: #42d9d9 !important;
}
.C-42D9D985-text {
  color: #42d9d9;
}
.C-42D9D985-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D985 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D980 {
  background-color: #42d9d9 !important;
}
.C-42D9D980-text {
  color: #42d9d9;
}
.C-42D9D980-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D980 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D975 {
  background-color: #42d9d9 !important;
}
.C-42D9D975-text {
  color: #42d9d9;
}
.C-42D9D975-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D975 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D970 {
  background-color: #42d9d9 !important;
}
.C-42D9D970-text {
  color: #42d9d9;
}
.C-42D9D970-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D970 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D965 {
  background-color: #42d9d9 !important;
}
.C-42D9D965-text {
  color: #42d9d9;
}
.C-42D9D965-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D965 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D960 {
  background-color: #42d9d9 !important;
}
.C-42D9D960-text {
  color: #42d9d9;
}
.C-42D9D960-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D960 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D955 {
  background-color: #42d9d9 !important;
}
.C-42D9D955-text {
  color: #42d9d9;
}
.C-42D9D955-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D955 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D950 {
  background-color: #42d9d9 !important;
}
.C-42D9D950-text {
  color: #42d9d9;
}
.C-42D9D950-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D950 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D945 {
  background-color: #42d9d9 !important;
}
.C-42D9D945-text {
  color: #42d9d9;
}
.C-42D9D945-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D945 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D940 {
  background-color: #42d9d9 !important;
}
.C-42D9D940-text {
  color: #42d9d9;
}
.C-42D9D940-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D940 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D935 {
  background-color: #42d9d9 !important;
}
.C-42D9D935-text {
  color: #42d9d9;
}
.C-42D9D935-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D935 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D930 {
  background-color: #42d9d9 !important;
}
.C-42D9D930-text {
  color: #42d9d9;
}
.C-42D9D930-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D930 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D925 {
  background-color: #42d9d9 !important;
}
.C-42D9D925-text {
  color: #42d9d9;
}
.C-42D9D925-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D925 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D920 {
  background-color: #42d9d9 !important;
}
.C-42D9D920-text {
  color: #42d9d9;
}
.C-42D9D920-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D920 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D915 {
  background-color: #42d9d9 !important;
}
.C-42D9D915-text {
  color: #42d9d9;
}
.C-42D9D915-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D915 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D910 {
  background-color: #42d9d9 !important;
}
.C-42D9D910-text {
  color: #42d9d9;
}
.C-42D9D910-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D910 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D95 {
  background-color: #42d9d9 !important;
}
.C-42D9D95-text {
  color: #42d9d9;
}
.C-42D9D95-border {
  border-color: #42d9d9;
}
.C-linearGradient-42D9D95 {
  background-image:
    linear-gradient(
      45deg,
      #42d9d9 0%,
      #42d9d9 99%,
      #42d9d9 100%);
}
.C-42D9D90 {
  background-color: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-text {
  color: rgba(66, 217, 217, 0);
}
.C-42D9D90-border {
  border-color: rgba(66, 217, 217, 0);
}
.C-linearGradient-42D9D90 {
  background-image:
    linear-gradient(
      45deg,
      rgba(66, 217, 217, 0) 0%,
      #42d9d9 99%,
      rgba(66, 217, 217, 0) 100%);
}
.C-42D9D9-fill-1 #fill1 {
  fill: #42d9d9;
}
.C-42D9D9-fill-1.onHover:hover #fill1,
.C-42D9D9-fill-1:hover #fill1 {
  fill: #42d9d9;
}
.C-42D9D9-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D9100-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D995-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D995-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D995-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D990-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D990-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D990-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D985-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D985-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D985-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D980-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D980-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D980-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D975-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D975-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D975-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D970-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D970-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D970-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D965-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D965-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D965-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D960-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D960-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D960-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D955-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D955-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D955-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D950-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D950-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D950-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D945-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D945-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D945-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D940-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D940-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D940-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D935-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D935-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D935-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D930-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D930-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D930-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D925-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D925-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D925-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D920-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D920-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D920-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D915-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D915-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D915-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D910-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D910-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D910-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D95-fill-1 #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D95-fill-1.onHover:hover #fill1 {
  fill: #42d9d9 !important;
}
.C-42D9D95-stroke-1 #stroke1 {
  stroke: #42d9d9 !important;
}
.C-42D9D90-fill-1 #fill1 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-fill-1.onHover:hover #fill1 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-stroke-1 #stroke1 {
  stroke: rgba(66, 217, 217, 0) !important;
}
.C-42D9D9-fill-2 #fill2 {
  fill: #42d9d9;
}
.C-42D9D9-fill-2.onHover:hover #fill2,
.C-42D9D9-fill-2:hover #fill2 {
  fill: #42d9d9;
}
.C-42D9D9-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D9100-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D995-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D995-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D995-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D990-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D990-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D990-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D985-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D985-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D985-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D980-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D980-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D980-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D975-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D975-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D975-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D970-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D970-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D970-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D965-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D965-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D965-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D960-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D960-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D960-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D955-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D955-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D955-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D950-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D950-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D950-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D945-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D945-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D945-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D940-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D940-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D940-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D935-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D935-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D935-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D930-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D930-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D930-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D925-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D925-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D925-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D920-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D920-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D920-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D915-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D915-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D915-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D910-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D910-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D910-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D95-fill-2 #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D95-fill-2.onHover:hover #fill2 {
  fill: #42d9d9 !important;
}
.C-42D9D95-stroke-2 #stroke2 {
  stroke: #42d9d9 !important;
}
.C-42D9D90-fill-2 #fill2 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-fill-2.onHover:hover #fill2 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-stroke-2 #stroke2 {
  stroke: rgba(66, 217, 217, 0) !important;
}
.C-42D9D9-fill-3 #fill3 {
  fill: #42d9d9;
}
.C-42D9D9-fill-3.onHover:hover #fill3,
.C-42D9D9-fill-3:hover #fill3 {
  fill: #42d9d9;
}
.C-42D9D9-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D9100-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D9100-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D995-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D995-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D995-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D990-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D990-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D990-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D985-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D985-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D985-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D980-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D980-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D980-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D975-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D975-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D975-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D970-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D970-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D970-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D965-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D965-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D965-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D960-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D960-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D960-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D955-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D955-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D955-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D950-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D950-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D950-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D945-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D945-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D945-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D940-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D940-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D940-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D935-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D935-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D935-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D930-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D930-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D930-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D925-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D925-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D925-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D920-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D920-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D920-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D915-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D915-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D915-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D910-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D910-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D910-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D95-fill-3 #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D95-fill-3.onHover:hover #fill3 {
  fill: #42d9d9 !important;
}
.C-42D9D95-stroke-3 #stroke3 {
  stroke: #42d9d9 !important;
}
.C-42D9D90-fill-3 #fill3 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-fill-3.onHover:hover #fill3 {
  fill: rgba(66, 217, 217, 0) !important;
}
.C-42D9D90-stroke-3 #stroke3 {
  stroke: rgba(66, 217, 217, 0) !important;
}
.C-BE2CAA-100 {
  background-color: #be2caaFF !important;
}
.C-BE2CAA-100-text {
  color: #be2caaFF;
}
.C-BE2CAA-100-border {
  border-color: #be2caaFF !important;
}
.C-BE2CAA-95 {
  background-color: #be2caaF2 !important;
}
.C-BE2CAA-95-text {
  color: #be2caaF2;
}
.C-BE2CAA-95-border {
  border-color: #be2caaF2 !important;
}
.C-BE2CAA-90 {
  background-color: #be2caaE6 !important;
}
.C-BE2CAA-90-text {
  color: #be2caaE6;
}
.C-BE2CAA-90-border {
  border-color: #be2caaE6 !important;
}
.C-BE2CAA-85 {
  background-color: #be2caaD9 !important;
}
.C-BE2CAA-85-text {
  color: #be2caaD9;
}
.C-BE2CAA-85-border {
  border-color: #be2caaD9 !important;
}
.C-BE2CAA-80 {
  background-color: #be2caaCC !important;
}
.C-BE2CAA-80-text {
  color: #be2caaCC;
}
.C-BE2CAA-80-border {
  border-color: #be2caaCC !important;
}
.C-BE2CAA-75 {
  background-color: #be2caaBF !important;
}
.C-BE2CAA-75-text {
  color: #be2caaBF;
}
.C-BE2CAA-75-border {
  border-color: #be2caaBF !important;
}
.C-BE2CAA-70 {
  background-color: #be2caaB3 !important;
}
.C-BE2CAA-70-text {
  color: #be2caaB3;
}
.C-BE2CAA-70-border {
  border-color: #be2caaB3 !important;
}
.C-BE2CAA-65 {
  background-color: #be2caaA6 !important;
}
.C-BE2CAA-65-text {
  color: #be2caaA6;
}
.C-BE2CAA-65-border {
  border-color: #be2caaA6 !important;
}
.C-BE2CAA-60 {
  background-color: #be2caa99 !important;
}
.C-BE2CAA-60-text {
  color: #be2caa99;
}
.C-BE2CAA-60-border {
  border-color: #be2caa99 !important;
}
.C-BE2CAA-55 {
  background-color: #be2caa8C !important;
}
.C-BE2CAA-55-text {
  color: #be2caa8C;
}
.C-BE2CAA-55-border {
  border-color: #be2caa8C !important;
}
.C-BE2CAA-50 {
  background-color: #be2caa80 !important;
}
.C-BE2CAA-50-text {
  color: #be2caa80;
}
.C-BE2CAA-50-border {
  border-color: #be2caa80 !important;
}
.C-BE2CAA-45 {
  background-color: #be2caa73 !important;
}
.C-BE2CAA-45-text {
  color: #be2caa73;
}
.C-BE2CAA-45-border {
  border-color: #be2caa73 !important;
}
.C-BE2CAA-40 {
  background-color: #be2caa66 !important;
}
.C-BE2CAA-40-text {
  color: #be2caa66;
}
.C-BE2CAA-40-border {
  border-color: #be2caa66 !important;
}
.C-BE2CAA-35 {
  background-color: #be2caa59 !important;
}
.C-BE2CAA-35-text {
  color: #be2caa59;
}
.C-BE2CAA-35-border {
  border-color: #be2caa59 !important;
}
.C-BE2CAA-30 {
  background-color: #be2caa4D !important;
}
.C-BE2CAA-30-text {
  color: #be2caa4D;
}
.C-BE2CAA-30-border {
  border-color: #be2caa4D !important;
}
.C-BE2CAA-25 {
  background-color: #be2caa40 !important;
}
.C-BE2CAA-25-text {
  color: #be2caa40;
}
.C-BE2CAA-25-border {
  border-color: #be2caa40 !important;
}
.C-BE2CAA-20 {
  background-color: #be2caa33 !important;
}
.C-BE2CAA-20-text {
  color: #be2caa33;
}
.C-BE2CAA-20-border {
  border-color: #be2caa33 !important;
}
.C-BE2CAA-15 {
  background-color: #be2caa26 !important;
}
.C-BE2CAA-15-text {
  color: #be2caa26;
}
.C-BE2CAA-15-border {
  border-color: #be2caa26 !important;
}
.C-BE2CAA-10 {
  background-color: #be2caa1A !important;
}
.C-BE2CAA-10-text {
  color: #be2caa1A;
}
.C-BE2CAA-10-border {
  border-color: #be2caa1A !important;
}
.C-BE2CAA-5 {
  background-color: #be2caa0D !important;
}
.C-BE2CAA-5-text {
  color: #be2caa0D;
}
.C-BE2CAA-5-border {
  border-color: #be2caa0D !important;
}
.C-BE2CAA-0 {
  background-color: #be2caa0 !important;
}
.C-BE2CAA-0-text {
  color: #be2caa0;
}
.C-BE2CAA-0-border {
  border-color: #be2caa0 !important;
}
.C-BE2CAA {
  background-color: #be2caa !important;
  --btn-background: #be2caa;
}
.C-BE2CAA-text {
  color: #be2caa;
}
.C-BE2CAA-border {
  border-color: #be2caa !important;
}
@media (hover: hover) {
  .C-BE2CAA-hover-bg:hover {
    background-color: #be2caa !important;
  }
}
.C-BE2CAA-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-BE2CAA-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #be2caa;
  fill: #be2caa;
  stroke: #be2caa;
}
.C-BE2CAA-hover-text[papaTarget]:hover.f_targetText {
  color: #be2caa !important;
  fill: #be2caa !important;
  stroke: #be2caa !important;
}
.C-BE2CAA-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-BE2CAA-hover-text[fHover]:hover {
  color: #be2caa !important;
}
.C-BE2CAA-after::after,
.C-BE2CAA-after::before {
  background-color: #be2caa;
}
.C-BE2CAA-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #be2caa;
  transition: box-shadow 0.2s;
}
.C-BE2CAA100 {
  background-color: #be2caa !important;
}
.C-BE2CAA100-text {
  color: #be2caa;
}
.C-BE2CAA100-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA100 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA95 {
  background-color: #be2caa !important;
}
.C-BE2CAA95-text {
  color: #be2caa;
}
.C-BE2CAA95-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA95 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA90 {
  background-color: #be2caa !important;
}
.C-BE2CAA90-text {
  color: #be2caa;
}
.C-BE2CAA90-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA90 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA85 {
  background-color: #be2caa !important;
}
.C-BE2CAA85-text {
  color: #be2caa;
}
.C-BE2CAA85-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA85 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA80 {
  background-color: #be2caa !important;
}
.C-BE2CAA80-text {
  color: #be2caa;
}
.C-BE2CAA80-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA80 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA75 {
  background-color: #be2caa !important;
}
.C-BE2CAA75-text {
  color: #be2caa;
}
.C-BE2CAA75-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA75 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA70 {
  background-color: #be2caa !important;
}
.C-BE2CAA70-text {
  color: #be2caa;
}
.C-BE2CAA70-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA70 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA65 {
  background-color: #be2caa !important;
}
.C-BE2CAA65-text {
  color: #be2caa;
}
.C-BE2CAA65-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA65 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA60 {
  background-color: #be2caa !important;
}
.C-BE2CAA60-text {
  color: #be2caa;
}
.C-BE2CAA60-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA60 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA55 {
  background-color: #be2caa !important;
}
.C-BE2CAA55-text {
  color: #be2caa;
}
.C-BE2CAA55-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA55 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA50 {
  background-color: #be2caa !important;
}
.C-BE2CAA50-text {
  color: #be2caa;
}
.C-BE2CAA50-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA50 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA45 {
  background-color: #be2caa !important;
}
.C-BE2CAA45-text {
  color: #be2caa;
}
.C-BE2CAA45-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA45 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA40 {
  background-color: #be2caa !important;
}
.C-BE2CAA40-text {
  color: #be2caa;
}
.C-BE2CAA40-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA40 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA35 {
  background-color: #be2caa !important;
}
.C-BE2CAA35-text {
  color: #be2caa;
}
.C-BE2CAA35-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA35 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA30 {
  background-color: #be2caa !important;
}
.C-BE2CAA30-text {
  color: #be2caa;
}
.C-BE2CAA30-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA30 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA25 {
  background-color: #be2caa !important;
}
.C-BE2CAA25-text {
  color: #be2caa;
}
.C-BE2CAA25-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA25 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA20 {
  background-color: #be2caa !important;
}
.C-BE2CAA20-text {
  color: #be2caa;
}
.C-BE2CAA20-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA20 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA15 {
  background-color: #be2caa !important;
}
.C-BE2CAA15-text {
  color: #be2caa;
}
.C-BE2CAA15-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA15 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA10 {
  background-color: #be2caa !important;
}
.C-BE2CAA10-text {
  color: #be2caa;
}
.C-BE2CAA10-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA10 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA5 {
  background-color: #be2caa !important;
}
.C-BE2CAA5-text {
  color: #be2caa;
}
.C-BE2CAA5-border {
  border-color: #be2caa;
}
.C-linearGradient-BE2CAA5 {
  background-image:
    linear-gradient(
      45deg,
      #be2caa 0%,
      #be2caa 99%,
      #be2caa 100%);
}
.C-BE2CAA0 {
  background-color: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-text {
  color: rgba(190, 44, 170, 0);
}
.C-BE2CAA0-border {
  border-color: rgba(190, 44, 170, 0);
}
.C-linearGradient-BE2CAA0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(190, 44, 170, 0) 0%,
      #be2caa 99%,
      rgba(190, 44, 170, 0) 100%);
}
.C-BE2CAA-fill-1 #fill1 {
  fill: #be2caa;
}
.C-BE2CAA-fill-1.onHover:hover #fill1,
.C-BE2CAA-fill-1:hover #fill1 {
  fill: #be2caa;
}
.C-BE2CAA-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA100-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA100-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA100-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA95-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA95-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA95-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA90-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA90-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA90-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA85-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA85-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA85-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA80-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA80-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA80-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA75-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA75-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA75-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA70-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA70-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA70-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA65-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA65-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA65-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA60-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA60-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA60-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA55-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA55-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA55-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA50-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA50-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA50-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA45-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA45-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA45-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA40-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA40-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA40-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA35-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA35-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA35-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA30-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA30-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA30-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA25-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA25-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA25-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA20-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA20-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA20-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA15-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA15-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA15-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA10-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA10-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA10-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA5-fill-1 #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA5-fill-1.onHover:hover #fill1 {
  fill: #be2caa !important;
}
.C-BE2CAA5-stroke-1 #stroke1 {
  stroke: #be2caa !important;
}
.C-BE2CAA0-fill-1 #fill1 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-fill-1.onHover:hover #fill1 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-stroke-1 #stroke1 {
  stroke: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA-fill-2 #fill2 {
  fill: #be2caa;
}
.C-BE2CAA-fill-2.onHover:hover #fill2,
.C-BE2CAA-fill-2:hover #fill2 {
  fill: #be2caa;
}
.C-BE2CAA-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA100-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA100-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA100-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA95-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA95-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA95-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA90-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA90-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA90-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA85-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA85-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA85-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA80-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA80-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA80-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA75-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA75-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA75-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA70-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA70-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA70-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA65-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA65-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA65-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA60-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA60-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA60-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA55-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA55-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA55-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA50-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA50-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA50-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA45-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA45-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA45-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA40-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA40-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA40-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA35-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA35-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA35-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA30-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA30-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA30-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA25-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA25-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA25-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA20-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA20-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA20-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA15-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA15-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA15-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA10-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA10-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA10-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA5-fill-2 #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA5-fill-2.onHover:hover #fill2 {
  fill: #be2caa !important;
}
.C-BE2CAA5-stroke-2 #stroke2 {
  stroke: #be2caa !important;
}
.C-BE2CAA0-fill-2 #fill2 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-fill-2.onHover:hover #fill2 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-stroke-2 #stroke2 {
  stroke: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA-fill-3 #fill3 {
  fill: #be2caa;
}
.C-BE2CAA-fill-3.onHover:hover #fill3,
.C-BE2CAA-fill-3:hover #fill3 {
  fill: #be2caa;
}
.C-BE2CAA-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA100-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA100-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA100-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA95-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA95-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA95-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA90-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA90-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA90-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA85-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA85-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA85-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA80-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA80-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA80-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA75-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA75-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA75-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA70-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA70-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA70-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA65-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA65-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA65-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA60-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA60-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA60-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA55-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA55-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA55-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA50-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA50-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA50-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA45-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA45-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA45-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA40-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA40-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA40-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA35-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA35-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA35-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA30-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA30-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA30-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA25-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA25-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA25-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA20-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA20-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA20-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA15-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA15-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA15-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA10-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA10-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA10-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA5-fill-3 #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA5-fill-3.onHover:hover #fill3 {
  fill: #be2caa !important;
}
.C-BE2CAA5-stroke-3 #stroke3 {
  stroke: #be2caa !important;
}
.C-BE2CAA0-fill-3 #fill3 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-fill-3.onHover:hover #fill3 {
  fill: rgba(190, 44, 170, 0) !important;
}
.C-BE2CAA0-stroke-3 #stroke3 {
  stroke: rgba(190, 44, 170, 0) !important;
}
.C-95207F-100 {
  background-color: #95207fFF !important;
}
.C-95207F-100-text {
  color: #95207fFF;
}
.C-95207F-100-border {
  border-color: #95207fFF !important;
}
.C-95207F-95 {
  background-color: #95207fF2 !important;
}
.C-95207F-95-text {
  color: #95207fF2;
}
.C-95207F-95-border {
  border-color: #95207fF2 !important;
}
.C-95207F-90 {
  background-color: #95207fE6 !important;
}
.C-95207F-90-text {
  color: #95207fE6;
}
.C-95207F-90-border {
  border-color: #95207fE6 !important;
}
.C-95207F-85 {
  background-color: #95207fD9 !important;
}
.C-95207F-85-text {
  color: #95207fD9;
}
.C-95207F-85-border {
  border-color: #95207fD9 !important;
}
.C-95207F-80 {
  background-color: #95207fCC !important;
}
.C-95207F-80-text {
  color: #95207fCC;
}
.C-95207F-80-border {
  border-color: #95207fCC !important;
}
.C-95207F-75 {
  background-color: #95207fBF !important;
}
.C-95207F-75-text {
  color: #95207fBF;
}
.C-95207F-75-border {
  border-color: #95207fBF !important;
}
.C-95207F-70 {
  background-color: #95207fB3 !important;
}
.C-95207F-70-text {
  color: #95207fB3;
}
.C-95207F-70-border {
  border-color: #95207fB3 !important;
}
.C-95207F-65 {
  background-color: #95207fA6 !important;
}
.C-95207F-65-text {
  color: #95207fA6;
}
.C-95207F-65-border {
  border-color: #95207fA6 !important;
}
.C-95207F-60 {
  background-color: #95207f99 !important;
}
.C-95207F-60-text {
  color: #95207f99;
}
.C-95207F-60-border {
  border-color: #95207f99 !important;
}
.C-95207F-55 {
  background-color: #95207f8C !important;
}
.C-95207F-55-text {
  color: #95207f8C;
}
.C-95207F-55-border {
  border-color: #95207f8C !important;
}
.C-95207F-50 {
  background-color: #95207f80 !important;
}
.C-95207F-50-text {
  color: #95207f80;
}
.C-95207F-50-border {
  border-color: #95207f80 !important;
}
.C-95207F-45 {
  background-color: #95207f73 !important;
}
.C-95207F-45-text {
  color: #95207f73;
}
.C-95207F-45-border {
  border-color: #95207f73 !important;
}
.C-95207F-40 {
  background-color: #95207f66 !important;
}
.C-95207F-40-text {
  color: #95207f66;
}
.C-95207F-40-border {
  border-color: #95207f66 !important;
}
.C-95207F-35 {
  background-color: #95207f59 !important;
}
.C-95207F-35-text {
  color: #95207f59;
}
.C-95207F-35-border {
  border-color: #95207f59 !important;
}
.C-95207F-30 {
  background-color: #95207f4D !important;
}
.C-95207F-30-text {
  color: #95207f4D;
}
.C-95207F-30-border {
  border-color: #95207f4D !important;
}
.C-95207F-25 {
  background-color: #95207f40 !important;
}
.C-95207F-25-text {
  color: #95207f40;
}
.C-95207F-25-border {
  border-color: #95207f40 !important;
}
.C-95207F-20 {
  background-color: #95207f33 !important;
}
.C-95207F-20-text {
  color: #95207f33;
}
.C-95207F-20-border {
  border-color: #95207f33 !important;
}
.C-95207F-15 {
  background-color: #95207f26 !important;
}
.C-95207F-15-text {
  color: #95207f26;
}
.C-95207F-15-border {
  border-color: #95207f26 !important;
}
.C-95207F-10 {
  background-color: #95207f1A !important;
}
.C-95207F-10-text {
  color: #95207f1A;
}
.C-95207F-10-border {
  border-color: #95207f1A !important;
}
.C-95207F-5 {
  background-color: #95207f0D !important;
}
.C-95207F-5-text {
  color: #95207f0D;
}
.C-95207F-5-border {
  border-color: #95207f0D !important;
}
.C-95207F-0 {
  background-color: #95207f0 !important;
}
.C-95207F-0-text {
  color: #95207f0;
}
.C-95207F-0-border {
  border-color: #95207f0 !important;
}
.C-95207F {
  background-color: #95207f !important;
  --btn-background: #95207f;
}
.C-95207F-text {
  color: #95207f;
}
.C-95207F-border {
  border-color: #95207f !important;
}
@media (hover: hover) {
  .C-95207F-hover-bg:hover {
    background-color: #95207f !important;
  }
}
.C-95207F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-95207F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #95207f;
  fill: #95207f;
  stroke: #95207f;
}
.C-95207F-hover-text[papaTarget]:hover.f_targetText {
  color: #95207f !important;
  fill: #95207f !important;
  stroke: #95207f !important;
}
.C-95207F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-95207F-hover-text[fHover]:hover {
  color: #95207f !important;
}
.C-95207F-after::after,
.C-95207F-after::before {
  background-color: #95207f;
}
.C-95207F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #95207f;
  transition: box-shadow 0.2s;
}
.C-95207F100 {
  background-color: #95207f !important;
}
.C-95207F100-text {
  color: #95207f;
}
.C-95207F100-border {
  border-color: #95207f;
}
.C-linearGradient-95207F100 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F95 {
  background-color: #95207f !important;
}
.C-95207F95-text {
  color: #95207f;
}
.C-95207F95-border {
  border-color: #95207f;
}
.C-linearGradient-95207F95 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F90 {
  background-color: #95207f !important;
}
.C-95207F90-text {
  color: #95207f;
}
.C-95207F90-border {
  border-color: #95207f;
}
.C-linearGradient-95207F90 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F85 {
  background-color: #95207f !important;
}
.C-95207F85-text {
  color: #95207f;
}
.C-95207F85-border {
  border-color: #95207f;
}
.C-linearGradient-95207F85 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F80 {
  background-color: #95207f !important;
}
.C-95207F80-text {
  color: #95207f;
}
.C-95207F80-border {
  border-color: #95207f;
}
.C-linearGradient-95207F80 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F75 {
  background-color: #95207f !important;
}
.C-95207F75-text {
  color: #95207f;
}
.C-95207F75-border {
  border-color: #95207f;
}
.C-linearGradient-95207F75 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F70 {
  background-color: #95207f !important;
}
.C-95207F70-text {
  color: #95207f;
}
.C-95207F70-border {
  border-color: #95207f;
}
.C-linearGradient-95207F70 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F65 {
  background-color: #95207f !important;
}
.C-95207F65-text {
  color: #95207f;
}
.C-95207F65-border {
  border-color: #95207f;
}
.C-linearGradient-95207F65 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F60 {
  background-color: #95207f !important;
}
.C-95207F60-text {
  color: #95207f;
}
.C-95207F60-border {
  border-color: #95207f;
}
.C-linearGradient-95207F60 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F55 {
  background-color: #95207f !important;
}
.C-95207F55-text {
  color: #95207f;
}
.C-95207F55-border {
  border-color: #95207f;
}
.C-linearGradient-95207F55 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F50 {
  background-color: #95207f !important;
}
.C-95207F50-text {
  color: #95207f;
}
.C-95207F50-border {
  border-color: #95207f;
}
.C-linearGradient-95207F50 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F45 {
  background-color: #95207f !important;
}
.C-95207F45-text {
  color: #95207f;
}
.C-95207F45-border {
  border-color: #95207f;
}
.C-linearGradient-95207F45 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F40 {
  background-color: #95207f !important;
}
.C-95207F40-text {
  color: #95207f;
}
.C-95207F40-border {
  border-color: #95207f;
}
.C-linearGradient-95207F40 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F35 {
  background-color: #95207f !important;
}
.C-95207F35-text {
  color: #95207f;
}
.C-95207F35-border {
  border-color: #95207f;
}
.C-linearGradient-95207F35 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F30 {
  background-color: #95207f !important;
}
.C-95207F30-text {
  color: #95207f;
}
.C-95207F30-border {
  border-color: #95207f;
}
.C-linearGradient-95207F30 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F25 {
  background-color: #95207f !important;
}
.C-95207F25-text {
  color: #95207f;
}
.C-95207F25-border {
  border-color: #95207f;
}
.C-linearGradient-95207F25 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F20 {
  background-color: #95207f !important;
}
.C-95207F20-text {
  color: #95207f;
}
.C-95207F20-border {
  border-color: #95207f;
}
.C-linearGradient-95207F20 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F15 {
  background-color: #95207f !important;
}
.C-95207F15-text {
  color: #95207f;
}
.C-95207F15-border {
  border-color: #95207f;
}
.C-linearGradient-95207F15 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F10 {
  background-color: #95207f !important;
}
.C-95207F10-text {
  color: #95207f;
}
.C-95207F10-border {
  border-color: #95207f;
}
.C-linearGradient-95207F10 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F5 {
  background-color: #95207f !important;
}
.C-95207F5-text {
  color: #95207f;
}
.C-95207F5-border {
  border-color: #95207f;
}
.C-linearGradient-95207F5 {
  background-image:
    linear-gradient(
      45deg,
      #95207f 0%,
      #95207f 99%,
      #95207f 100%);
}
.C-95207F0 {
  background-color: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-text {
  color: rgba(149, 32, 127, 0);
}
.C-95207F0-border {
  border-color: rgba(149, 32, 127, 0);
}
.C-linearGradient-95207F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(149, 32, 127, 0) 0%,
      #95207f 99%,
      rgba(149, 32, 127, 0) 100%);
}
.C-95207F-fill-1 #fill1 {
  fill: #95207f;
}
.C-95207F-fill-1.onHover:hover #fill1,
.C-95207F-fill-1:hover #fill1 {
  fill: #95207f;
}
.C-95207F-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F100-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F100-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F100-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F95-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F95-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F95-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F90-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F90-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F90-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F85-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F85-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F85-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F80-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F80-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F80-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F75-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F75-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F75-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F70-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F70-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F70-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F65-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F65-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F65-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F60-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F60-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F60-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F55-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F55-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F55-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F50-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F50-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F50-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F45-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F45-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F45-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F40-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F40-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F40-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F35-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F35-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F35-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F30-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F30-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F30-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F25-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F25-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F25-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F20-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F20-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F20-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F15-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F15-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F15-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F10-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F10-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F10-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F5-fill-1 #fill1 {
  fill: #95207f !important;
}
.C-95207F5-fill-1.onHover:hover #fill1 {
  fill: #95207f !important;
}
.C-95207F5-stroke-1 #stroke1 {
  stroke: #95207f !important;
}
.C-95207F0-fill-1 #fill1 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-fill-1.onHover:hover #fill1 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-stroke-1 #stroke1 {
  stroke: rgba(149, 32, 127, 0) !important;
}
.C-95207F-fill-2 #fill2 {
  fill: #95207f;
}
.C-95207F-fill-2.onHover:hover #fill2,
.C-95207F-fill-2:hover #fill2 {
  fill: #95207f;
}
.C-95207F-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F100-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F100-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F100-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F95-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F95-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F95-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F90-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F90-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F90-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F85-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F85-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F85-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F80-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F80-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F80-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F75-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F75-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F75-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F70-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F70-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F70-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F65-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F65-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F65-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F60-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F60-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F60-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F55-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F55-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F55-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F50-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F50-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F50-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F45-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F45-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F45-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F40-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F40-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F40-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F35-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F35-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F35-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F30-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F30-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F30-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F25-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F25-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F25-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F20-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F20-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F20-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F15-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F15-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F15-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F10-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F10-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F10-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F5-fill-2 #fill2 {
  fill: #95207f !important;
}
.C-95207F5-fill-2.onHover:hover #fill2 {
  fill: #95207f !important;
}
.C-95207F5-stroke-2 #stroke2 {
  stroke: #95207f !important;
}
.C-95207F0-fill-2 #fill2 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-fill-2.onHover:hover #fill2 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-stroke-2 #stroke2 {
  stroke: rgba(149, 32, 127, 0) !important;
}
.C-95207F-fill-3 #fill3 {
  fill: #95207f;
}
.C-95207F-fill-3.onHover:hover #fill3,
.C-95207F-fill-3:hover #fill3 {
  fill: #95207f;
}
.C-95207F-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F100-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F100-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F100-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F95-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F95-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F95-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F90-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F90-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F90-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F85-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F85-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F85-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F80-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F80-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F80-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F75-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F75-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F75-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F70-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F70-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F70-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F65-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F65-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F65-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F60-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F60-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F60-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F55-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F55-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F55-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F50-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F50-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F50-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F45-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F45-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F45-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F40-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F40-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F40-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F35-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F35-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F35-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F30-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F30-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F30-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F25-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F25-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F25-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F20-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F20-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F20-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F15-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F15-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F15-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F10-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F10-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F10-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F5-fill-3 #fill3 {
  fill: #95207f !important;
}
.C-95207F5-fill-3.onHover:hover #fill3 {
  fill: #95207f !important;
}
.C-95207F5-stroke-3 #stroke3 {
  stroke: #95207f !important;
}
.C-95207F0-fill-3 #fill3 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-fill-3.onHover:hover #fill3 {
  fill: rgba(149, 32, 127, 0) !important;
}
.C-95207F0-stroke-3 #stroke3 {
  stroke: rgba(149, 32, 127, 0) !important;
}
.C-E254D1-100 {
  background-color: #e254d1FF !important;
}
.C-E254D1-100-text {
  color: #e254d1FF;
}
.C-E254D1-100-border {
  border-color: #e254d1FF !important;
}
.C-E254D1-95 {
  background-color: #e254d1F2 !important;
}
.C-E254D1-95-text {
  color: #e254d1F2;
}
.C-E254D1-95-border {
  border-color: #e254d1F2 !important;
}
.C-E254D1-90 {
  background-color: #e254d1E6 !important;
}
.C-E254D1-90-text {
  color: #e254d1E6;
}
.C-E254D1-90-border {
  border-color: #e254d1E6 !important;
}
.C-E254D1-85 {
  background-color: #e254d1D9 !important;
}
.C-E254D1-85-text {
  color: #e254d1D9;
}
.C-E254D1-85-border {
  border-color: #e254d1D9 !important;
}
.C-E254D1-80 {
  background-color: #e254d1CC !important;
}
.C-E254D1-80-text {
  color: #e254d1CC;
}
.C-E254D1-80-border {
  border-color: #e254d1CC !important;
}
.C-E254D1-75 {
  background-color: #e254d1BF !important;
}
.C-E254D1-75-text {
  color: #e254d1BF;
}
.C-E254D1-75-border {
  border-color: #e254d1BF !important;
}
.C-E254D1-70 {
  background-color: #e254d1B3 !important;
}
.C-E254D1-70-text {
  color: #e254d1B3;
}
.C-E254D1-70-border {
  border-color: #e254d1B3 !important;
}
.C-E254D1-65 {
  background-color: #e254d1A6 !important;
}
.C-E254D1-65-text {
  color: #e254d1A6;
}
.C-E254D1-65-border {
  border-color: #e254d1A6 !important;
}
.C-E254D1-60 {
  background-color: #e254d199 !important;
}
.C-E254D1-60-text {
  color: #e254d199;
}
.C-E254D1-60-border {
  border-color: #e254d199 !important;
}
.C-E254D1-55 {
  background-color: #e254d18C !important;
}
.C-E254D1-55-text {
  color: #e254d18C;
}
.C-E254D1-55-border {
  border-color: #e254d18C !important;
}
.C-E254D1-50 {
  background-color: #e254d180 !important;
}
.C-E254D1-50-text {
  color: #e254d180;
}
.C-E254D1-50-border {
  border-color: #e254d180 !important;
}
.C-E254D1-45 {
  background-color: #e254d173 !important;
}
.C-E254D1-45-text {
  color: #e254d173;
}
.C-E254D1-45-border {
  border-color: #e254d173 !important;
}
.C-E254D1-40 {
  background-color: #e254d166 !important;
}
.C-E254D1-40-text {
  color: #e254d166;
}
.C-E254D1-40-border {
  border-color: #e254d166 !important;
}
.C-E254D1-35 {
  background-color: #e254d159 !important;
}
.C-E254D1-35-text {
  color: #e254d159;
}
.C-E254D1-35-border {
  border-color: #e254d159 !important;
}
.C-E254D1-30 {
  background-color: #e254d14D !important;
}
.C-E254D1-30-text {
  color: #e254d14D;
}
.C-E254D1-30-border {
  border-color: #e254d14D !important;
}
.C-E254D1-25 {
  background-color: #e254d140 !important;
}
.C-E254D1-25-text {
  color: #e254d140;
}
.C-E254D1-25-border {
  border-color: #e254d140 !important;
}
.C-E254D1-20 {
  background-color: #e254d133 !important;
}
.C-E254D1-20-text {
  color: #e254d133;
}
.C-E254D1-20-border {
  border-color: #e254d133 !important;
}
.C-E254D1-15 {
  background-color: #e254d126 !important;
}
.C-E254D1-15-text {
  color: #e254d126;
}
.C-E254D1-15-border {
  border-color: #e254d126 !important;
}
.C-E254D1-10 {
  background-color: #e254d11A !important;
}
.C-E254D1-10-text {
  color: #e254d11A;
}
.C-E254D1-10-border {
  border-color: #e254d11A !important;
}
.C-E254D1-5 {
  background-color: #e254d10D !important;
}
.C-E254D1-5-text {
  color: #e254d10D;
}
.C-E254D1-5-border {
  border-color: #e254d10D !important;
}
.C-E254D1-0 {
  background-color: #e254d10 !important;
}
.C-E254D1-0-text {
  color: #e254d10;
}
.C-E254D1-0-border {
  border-color: #e254d10 !important;
}
.C-E254D1 {
  background-color: #e254d1 !important;
  --btn-background: #e254d1;
}
.C-E254D1-text {
  color: #e254d1;
}
.C-E254D1-border {
  border-color: #e254d1 !important;
}
@media (hover: hover) {
  .C-E254D1-hover-bg:hover {
    background-color: #e254d1 !important;
  }
}
.C-E254D1-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-E254D1-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #e254d1;
  fill: #e254d1;
  stroke: #e254d1;
}
.C-E254D1-hover-text[papaTarget]:hover.f_targetText {
  color: #e254d1 !important;
  fill: #e254d1 !important;
  stroke: #e254d1 !important;
}
.C-E254D1-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-E254D1-hover-text[fHover]:hover {
  color: #e254d1 !important;
}
.C-E254D1-after::after,
.C-E254D1-after::before {
  background-color: #e254d1;
}
.C-E254D1-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #e254d1;
  transition: box-shadow 0.2s;
}
.C-E254D1100 {
  background-color: #e254d1 !important;
}
.C-E254D1100-text {
  color: #e254d1;
}
.C-E254D1100-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D1100 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D195 {
  background-color: #e254d1 !important;
}
.C-E254D195-text {
  color: #e254d1;
}
.C-E254D195-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D195 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D190 {
  background-color: #e254d1 !important;
}
.C-E254D190-text {
  color: #e254d1;
}
.C-E254D190-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D190 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D185 {
  background-color: #e254d1 !important;
}
.C-E254D185-text {
  color: #e254d1;
}
.C-E254D185-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D185 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D180 {
  background-color: #e254d1 !important;
}
.C-E254D180-text {
  color: #e254d1;
}
.C-E254D180-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D180 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D175 {
  background-color: #e254d1 !important;
}
.C-E254D175-text {
  color: #e254d1;
}
.C-E254D175-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D175 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D170 {
  background-color: #e254d1 !important;
}
.C-E254D170-text {
  color: #e254d1;
}
.C-E254D170-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D170 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D165 {
  background-color: #e254d1 !important;
}
.C-E254D165-text {
  color: #e254d1;
}
.C-E254D165-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D165 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D160 {
  background-color: #e254d1 !important;
}
.C-E254D160-text {
  color: #e254d1;
}
.C-E254D160-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D160 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D155 {
  background-color: #e254d1 !important;
}
.C-E254D155-text {
  color: #e254d1;
}
.C-E254D155-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D155 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D150 {
  background-color: #e254d1 !important;
}
.C-E254D150-text {
  color: #e254d1;
}
.C-E254D150-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D150 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D145 {
  background-color: #e254d1 !important;
}
.C-E254D145-text {
  color: #e254d1;
}
.C-E254D145-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D145 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D140 {
  background-color: #e254d1 !important;
}
.C-E254D140-text {
  color: #e254d1;
}
.C-E254D140-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D140 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D135 {
  background-color: #e254d1 !important;
}
.C-E254D135-text {
  color: #e254d1;
}
.C-E254D135-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D135 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D130 {
  background-color: #e254d1 !important;
}
.C-E254D130-text {
  color: #e254d1;
}
.C-E254D130-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D130 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D125 {
  background-color: #e254d1 !important;
}
.C-E254D125-text {
  color: #e254d1;
}
.C-E254D125-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D125 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D120 {
  background-color: #e254d1 !important;
}
.C-E254D120-text {
  color: #e254d1;
}
.C-E254D120-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D120 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D115 {
  background-color: #e254d1 !important;
}
.C-E254D115-text {
  color: #e254d1;
}
.C-E254D115-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D115 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D110 {
  background-color: #e254d1 !important;
}
.C-E254D110-text {
  color: #e254d1;
}
.C-E254D110-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D110 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D15 {
  background-color: #e254d1 !important;
}
.C-E254D15-text {
  color: #e254d1;
}
.C-E254D15-border {
  border-color: #e254d1;
}
.C-linearGradient-E254D15 {
  background-image:
    linear-gradient(
      45deg,
      #e254d1 0%,
      #e254d1 99%,
      #e254d1 100%);
}
.C-E254D10 {
  background-color: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-text {
  color: rgba(226, 84, 209, 0);
}
.C-E254D10-border {
  border-color: rgba(226, 84, 209, 0);
}
.C-linearGradient-E254D10 {
  background-image:
    linear-gradient(
      45deg,
      rgba(226, 84, 209, 0) 0%,
      #e254d1 99%,
      rgba(226, 84, 209, 0) 100%);
}
.C-E254D1-fill-1 #fill1 {
  fill: #e254d1;
}
.C-E254D1-fill-1.onHover:hover #fill1,
.C-E254D1-fill-1:hover #fill1 {
  fill: #e254d1;
}
.C-E254D1-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D1100-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D1100-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D1100-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D195-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D195-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D195-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D190-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D190-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D190-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D185-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D185-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D185-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D180-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D180-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D180-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D175-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D175-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D175-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D170-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D170-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D170-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D165-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D165-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D165-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D160-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D160-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D160-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D155-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D155-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D155-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D150-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D150-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D150-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D145-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D145-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D145-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D140-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D140-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D140-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D135-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D135-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D135-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D130-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D130-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D130-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D125-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D125-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D125-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D120-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D120-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D120-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D115-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D115-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D115-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D110-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D110-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D110-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D15-fill-1 #fill1 {
  fill: #e254d1 !important;
}
.C-E254D15-fill-1.onHover:hover #fill1 {
  fill: #e254d1 !important;
}
.C-E254D15-stroke-1 #stroke1 {
  stroke: #e254d1 !important;
}
.C-E254D10-fill-1 #fill1 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-fill-1.onHover:hover #fill1 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-stroke-1 #stroke1 {
  stroke: rgba(226, 84, 209, 0) !important;
}
.C-E254D1-fill-2 #fill2 {
  fill: #e254d1;
}
.C-E254D1-fill-2.onHover:hover #fill2,
.C-E254D1-fill-2:hover #fill2 {
  fill: #e254d1;
}
.C-E254D1-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D1100-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D1100-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D1100-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D195-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D195-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D195-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D190-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D190-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D190-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D185-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D185-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D185-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D180-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D180-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D180-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D175-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D175-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D175-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D170-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D170-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D170-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D165-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D165-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D165-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D160-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D160-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D160-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D155-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D155-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D155-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D150-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D150-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D150-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D145-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D145-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D145-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D140-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D140-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D140-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D135-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D135-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D135-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D130-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D130-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D130-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D125-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D125-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D125-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D120-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D120-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D120-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D115-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D115-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D115-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D110-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D110-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D110-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D15-fill-2 #fill2 {
  fill: #e254d1 !important;
}
.C-E254D15-fill-2.onHover:hover #fill2 {
  fill: #e254d1 !important;
}
.C-E254D15-stroke-2 #stroke2 {
  stroke: #e254d1 !important;
}
.C-E254D10-fill-2 #fill2 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-fill-2.onHover:hover #fill2 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-stroke-2 #stroke2 {
  stroke: rgba(226, 84, 209, 0) !important;
}
.C-E254D1-fill-3 #fill3 {
  fill: #e254d1;
}
.C-E254D1-fill-3.onHover:hover #fill3,
.C-E254D1-fill-3:hover #fill3 {
  fill: #e254d1;
}
.C-E254D1-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D1100-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D1100-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D1100-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D195-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D195-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D195-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D190-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D190-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D190-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D185-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D185-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D185-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D180-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D180-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D180-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D175-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D175-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D175-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D170-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D170-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D170-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D165-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D165-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D165-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D160-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D160-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D160-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D155-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D155-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D155-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D150-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D150-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D150-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D145-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D145-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D145-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D140-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D140-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D140-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D135-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D135-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D135-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D130-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D130-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D130-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D125-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D125-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D125-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D120-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D120-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D120-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D115-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D115-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D115-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D110-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D110-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D110-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D15-fill-3 #fill3 {
  fill: #e254d1 !important;
}
.C-E254D15-fill-3.onHover:hover #fill3 {
  fill: #e254d1 !important;
}
.C-E254D15-stroke-3 #stroke3 {
  stroke: #e254d1 !important;
}
.C-E254D10-fill-3 #fill3 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-fill-3.onHover:hover #fill3 {
  fill: rgba(226, 84, 209, 0) !important;
}
.C-E254D10-stroke-3 #stroke3 {
  stroke: rgba(226, 84, 209, 0) !important;
}
.C-4081C6-100 {
  background-color: #4081c6FF !important;
}
.C-4081C6-100-text {
  color: #4081c6FF;
}
.C-4081C6-100-border {
  border-color: #4081c6FF !important;
}
.C-4081C6-95 {
  background-color: #4081c6F2 !important;
}
.C-4081C6-95-text {
  color: #4081c6F2;
}
.C-4081C6-95-border {
  border-color: #4081c6F2 !important;
}
.C-4081C6-90 {
  background-color: #4081c6E6 !important;
}
.C-4081C6-90-text {
  color: #4081c6E6;
}
.C-4081C6-90-border {
  border-color: #4081c6E6 !important;
}
.C-4081C6-85 {
  background-color: #4081c6D9 !important;
}
.C-4081C6-85-text {
  color: #4081c6D9;
}
.C-4081C6-85-border {
  border-color: #4081c6D9 !important;
}
.C-4081C6-80 {
  background-color: #4081c6CC !important;
}
.C-4081C6-80-text {
  color: #4081c6CC;
}
.C-4081C6-80-border {
  border-color: #4081c6CC !important;
}
.C-4081C6-75 {
  background-color: #4081c6BF !important;
}
.C-4081C6-75-text {
  color: #4081c6BF;
}
.C-4081C6-75-border {
  border-color: #4081c6BF !important;
}
.C-4081C6-70 {
  background-color: #4081c6B3 !important;
}
.C-4081C6-70-text {
  color: #4081c6B3;
}
.C-4081C6-70-border {
  border-color: #4081c6B3 !important;
}
.C-4081C6-65 {
  background-color: #4081c6A6 !important;
}
.C-4081C6-65-text {
  color: #4081c6A6;
}
.C-4081C6-65-border {
  border-color: #4081c6A6 !important;
}
.C-4081C6-60 {
  background-color: #4081c699 !important;
}
.C-4081C6-60-text {
  color: #4081c699;
}
.C-4081C6-60-border {
  border-color: #4081c699 !important;
}
.C-4081C6-55 {
  background-color: #4081c68C !important;
}
.C-4081C6-55-text {
  color: #4081c68C;
}
.C-4081C6-55-border {
  border-color: #4081c68C !important;
}
.C-4081C6-50 {
  background-color: #4081c680 !important;
}
.C-4081C6-50-text {
  color: #4081c680;
}
.C-4081C6-50-border {
  border-color: #4081c680 !important;
}
.C-4081C6-45 {
  background-color: #4081c673 !important;
}
.C-4081C6-45-text {
  color: #4081c673;
}
.C-4081C6-45-border {
  border-color: #4081c673 !important;
}
.C-4081C6-40 {
  background-color: #4081c666 !important;
}
.C-4081C6-40-text {
  color: #4081c666;
}
.C-4081C6-40-border {
  border-color: #4081c666 !important;
}
.C-4081C6-35 {
  background-color: #4081c659 !important;
}
.C-4081C6-35-text {
  color: #4081c659;
}
.C-4081C6-35-border {
  border-color: #4081c659 !important;
}
.C-4081C6-30 {
  background-color: #4081c64D !important;
}
.C-4081C6-30-text {
  color: #4081c64D;
}
.C-4081C6-30-border {
  border-color: #4081c64D !important;
}
.C-4081C6-25 {
  background-color: #4081c640 !important;
}
.C-4081C6-25-text {
  color: #4081c640;
}
.C-4081C6-25-border {
  border-color: #4081c640 !important;
}
.C-4081C6-20 {
  background-color: #4081c633 !important;
}
.C-4081C6-20-text {
  color: #4081c633;
}
.C-4081C6-20-border {
  border-color: #4081c633 !important;
}
.C-4081C6-15 {
  background-color: #4081c626 !important;
}
.C-4081C6-15-text {
  color: #4081c626;
}
.C-4081C6-15-border {
  border-color: #4081c626 !important;
}
.C-4081C6-10 {
  background-color: #4081c61A !important;
}
.C-4081C6-10-text {
  color: #4081c61A;
}
.C-4081C6-10-border {
  border-color: #4081c61A !important;
}
.C-4081C6-5 {
  background-color: #4081c60D !important;
}
.C-4081C6-5-text {
  color: #4081c60D;
}
.C-4081C6-5-border {
  border-color: #4081c60D !important;
}
.C-4081C6-0 {
  background-color: #4081c60 !important;
}
.C-4081C6-0-text {
  color: #4081c60;
}
.C-4081C6-0-border {
  border-color: #4081c60 !important;
}
.C-4081C6 {
  background-color: #4081c6 !important;
  --btn-background: #4081c6;
}
.C-4081C6-text {
  color: #4081c6;
}
.C-4081C6-border {
  border-color: #4081c6 !important;
}
@media (hover: hover) {
  .C-4081C6-hover-bg:hover {
    background-color: #4081c6 !important;
  }
}
.C-4081C6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4081C6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4081c6;
  fill: #4081c6;
  stroke: #4081c6;
}
.C-4081C6-hover-text[papaTarget]:hover.f_targetText {
  color: #4081c6 !important;
  fill: #4081c6 !important;
  stroke: #4081c6 !important;
}
.C-4081C6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4081C6-hover-text[fHover]:hover {
  color: #4081c6 !important;
}
.C-4081C6-after::after,
.C-4081C6-after::before {
  background-color: #4081c6;
}
.C-4081C6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4081c6;
  transition: box-shadow 0.2s;
}
.C-4081C6100 {
  background-color: #4081c6 !important;
}
.C-4081C6100-text {
  color: #4081c6;
}
.C-4081C6100-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C6100 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C695 {
  background-color: #4081c6 !important;
}
.C-4081C695-text {
  color: #4081c6;
}
.C-4081C695-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C695 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C690 {
  background-color: #4081c6 !important;
}
.C-4081C690-text {
  color: #4081c6;
}
.C-4081C690-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C690 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C685 {
  background-color: #4081c6 !important;
}
.C-4081C685-text {
  color: #4081c6;
}
.C-4081C685-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C685 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C680 {
  background-color: #4081c6 !important;
}
.C-4081C680-text {
  color: #4081c6;
}
.C-4081C680-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C680 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C675 {
  background-color: #4081c6 !important;
}
.C-4081C675-text {
  color: #4081c6;
}
.C-4081C675-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C675 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C670 {
  background-color: #4081c6 !important;
}
.C-4081C670-text {
  color: #4081c6;
}
.C-4081C670-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C670 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C665 {
  background-color: #4081c6 !important;
}
.C-4081C665-text {
  color: #4081c6;
}
.C-4081C665-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C665 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C660 {
  background-color: #4081c6 !important;
}
.C-4081C660-text {
  color: #4081c6;
}
.C-4081C660-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C660 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C655 {
  background-color: #4081c6 !important;
}
.C-4081C655-text {
  color: #4081c6;
}
.C-4081C655-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C655 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C650 {
  background-color: #4081c6 !important;
}
.C-4081C650-text {
  color: #4081c6;
}
.C-4081C650-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C650 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C645 {
  background-color: #4081c6 !important;
}
.C-4081C645-text {
  color: #4081c6;
}
.C-4081C645-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C645 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C640 {
  background-color: #4081c6 !important;
}
.C-4081C640-text {
  color: #4081c6;
}
.C-4081C640-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C640 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C635 {
  background-color: #4081c6 !important;
}
.C-4081C635-text {
  color: #4081c6;
}
.C-4081C635-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C635 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C630 {
  background-color: #4081c6 !important;
}
.C-4081C630-text {
  color: #4081c6;
}
.C-4081C630-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C630 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C625 {
  background-color: #4081c6 !important;
}
.C-4081C625-text {
  color: #4081c6;
}
.C-4081C625-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C625 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C620 {
  background-color: #4081c6 !important;
}
.C-4081C620-text {
  color: #4081c6;
}
.C-4081C620-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C620 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C615 {
  background-color: #4081c6 !important;
}
.C-4081C615-text {
  color: #4081c6;
}
.C-4081C615-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C615 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C610 {
  background-color: #4081c6 !important;
}
.C-4081C610-text {
  color: #4081c6;
}
.C-4081C610-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C610 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C65 {
  background-color: #4081c6 !important;
}
.C-4081C65-text {
  color: #4081c6;
}
.C-4081C65-border {
  border-color: #4081c6;
}
.C-linearGradient-4081C65 {
  background-image:
    linear-gradient(
      45deg,
      #4081c6 0%,
      #4081c6 99%,
      #4081c6 100%);
}
.C-4081C60 {
  background-color: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-text {
  color: rgba(64, 129, 198, 0);
}
.C-4081C60-border {
  border-color: rgba(64, 129, 198, 0);
}
.C-linearGradient-4081C60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(64, 129, 198, 0) 0%,
      #4081c6 99%,
      rgba(64, 129, 198, 0) 100%);
}
.C-4081C6-fill-1 #fill1 {
  fill: #4081c6;
}
.C-4081C6-fill-1.onHover:hover #fill1,
.C-4081C6-fill-1:hover #fill1 {
  fill: #4081c6;
}
.C-4081C6-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C6100-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C6100-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C6100-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C695-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C695-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C695-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C690-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C690-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C690-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C685-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C685-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C685-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C680-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C680-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C680-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C675-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C675-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C675-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C670-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C670-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C670-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C665-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C665-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C665-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C660-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C660-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C660-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C655-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C655-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C655-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C650-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C650-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C650-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C645-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C645-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C645-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C640-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C640-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C640-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C635-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C635-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C635-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C630-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C630-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C630-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C625-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C625-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C625-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C620-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C620-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C620-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C615-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C615-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C615-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C610-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C610-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C610-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C65-fill-1 #fill1 {
  fill: #4081c6 !important;
}
.C-4081C65-fill-1.onHover:hover #fill1 {
  fill: #4081c6 !important;
}
.C-4081C65-stroke-1 #stroke1 {
  stroke: #4081c6 !important;
}
.C-4081C60-fill-1 #fill1 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-fill-1.onHover:hover #fill1 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-stroke-1 #stroke1 {
  stroke: rgba(64, 129, 198, 0) !important;
}
.C-4081C6-fill-2 #fill2 {
  fill: #4081c6;
}
.C-4081C6-fill-2.onHover:hover #fill2,
.C-4081C6-fill-2:hover #fill2 {
  fill: #4081c6;
}
.C-4081C6-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C6100-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C6100-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C6100-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C695-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C695-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C695-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C690-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C690-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C690-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C685-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C685-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C685-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C680-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C680-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C680-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C675-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C675-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C675-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C670-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C670-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C670-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C665-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C665-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C665-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C660-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C660-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C660-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C655-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C655-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C655-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C650-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C650-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C650-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C645-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C645-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C645-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C640-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C640-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C640-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C635-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C635-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C635-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C630-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C630-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C630-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C625-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C625-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C625-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C620-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C620-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C620-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C615-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C615-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C615-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C610-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C610-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C610-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C65-fill-2 #fill2 {
  fill: #4081c6 !important;
}
.C-4081C65-fill-2.onHover:hover #fill2 {
  fill: #4081c6 !important;
}
.C-4081C65-stroke-2 #stroke2 {
  stroke: #4081c6 !important;
}
.C-4081C60-fill-2 #fill2 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-fill-2.onHover:hover #fill2 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-stroke-2 #stroke2 {
  stroke: rgba(64, 129, 198, 0) !important;
}
.C-4081C6-fill-3 #fill3 {
  fill: #4081c6;
}
.C-4081C6-fill-3.onHover:hover #fill3,
.C-4081C6-fill-3:hover #fill3 {
  fill: #4081c6;
}
.C-4081C6-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C6100-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C6100-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C6100-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C695-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C695-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C695-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C690-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C690-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C690-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C685-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C685-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C685-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C680-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C680-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C680-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C675-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C675-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C675-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C670-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C670-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C670-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C665-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C665-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C665-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C660-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C660-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C660-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C655-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C655-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C655-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C650-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C650-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C650-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C645-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C645-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C645-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C640-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C640-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C640-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C635-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C635-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C635-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C630-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C630-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C630-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C625-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C625-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C625-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C620-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C620-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C620-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C615-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C615-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C615-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C610-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C610-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C610-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C65-fill-3 #fill3 {
  fill: #4081c6 !important;
}
.C-4081C65-fill-3.onHover:hover #fill3 {
  fill: #4081c6 !important;
}
.C-4081C65-stroke-3 #stroke3 {
  stroke: #4081c6 !important;
}
.C-4081C60-fill-3 #fill3 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-fill-3.onHover:hover #fill3 {
  fill: rgba(64, 129, 198, 0) !important;
}
.C-4081C60-stroke-3 #stroke3 {
  stroke: rgba(64, 129, 198, 0) !important;
}
.C-3164A0-100 {
  background-color: #3164a0FF !important;
}
.C-3164A0-100-text {
  color: #3164a0FF;
}
.C-3164A0-100-border {
  border-color: #3164a0FF !important;
}
.C-3164A0-95 {
  background-color: #3164a0F2 !important;
}
.C-3164A0-95-text {
  color: #3164a0F2;
}
.C-3164A0-95-border {
  border-color: #3164a0F2 !important;
}
.C-3164A0-90 {
  background-color: #3164a0E6 !important;
}
.C-3164A0-90-text {
  color: #3164a0E6;
}
.C-3164A0-90-border {
  border-color: #3164a0E6 !important;
}
.C-3164A0-85 {
  background-color: #3164a0D9 !important;
}
.C-3164A0-85-text {
  color: #3164a0D9;
}
.C-3164A0-85-border {
  border-color: #3164a0D9 !important;
}
.C-3164A0-80 {
  background-color: #3164a0CC !important;
}
.C-3164A0-80-text {
  color: #3164a0CC;
}
.C-3164A0-80-border {
  border-color: #3164a0CC !important;
}
.C-3164A0-75 {
  background-color: #3164a0BF !important;
}
.C-3164A0-75-text {
  color: #3164a0BF;
}
.C-3164A0-75-border {
  border-color: #3164a0BF !important;
}
.C-3164A0-70 {
  background-color: #3164a0B3 !important;
}
.C-3164A0-70-text {
  color: #3164a0B3;
}
.C-3164A0-70-border {
  border-color: #3164a0B3 !important;
}
.C-3164A0-65 {
  background-color: #3164a0A6 !important;
}
.C-3164A0-65-text {
  color: #3164a0A6;
}
.C-3164A0-65-border {
  border-color: #3164a0A6 !important;
}
.C-3164A0-60 {
  background-color: #3164a099 !important;
}
.C-3164A0-60-text {
  color: #3164a099;
}
.C-3164A0-60-border {
  border-color: #3164a099 !important;
}
.C-3164A0-55 {
  background-color: #3164a08C !important;
}
.C-3164A0-55-text {
  color: #3164a08C;
}
.C-3164A0-55-border {
  border-color: #3164a08C !important;
}
.C-3164A0-50 {
  background-color: #3164a080 !important;
}
.C-3164A0-50-text {
  color: #3164a080;
}
.C-3164A0-50-border {
  border-color: #3164a080 !important;
}
.C-3164A0-45 {
  background-color: #3164a073 !important;
}
.C-3164A0-45-text {
  color: #3164a073;
}
.C-3164A0-45-border {
  border-color: #3164a073 !important;
}
.C-3164A0-40 {
  background-color: #3164a066 !important;
}
.C-3164A0-40-text {
  color: #3164a066;
}
.C-3164A0-40-border {
  border-color: #3164a066 !important;
}
.C-3164A0-35 {
  background-color: #3164a059 !important;
}
.C-3164A0-35-text {
  color: #3164a059;
}
.C-3164A0-35-border {
  border-color: #3164a059 !important;
}
.C-3164A0-30 {
  background-color: #3164a04D !important;
}
.C-3164A0-30-text {
  color: #3164a04D;
}
.C-3164A0-30-border {
  border-color: #3164a04D !important;
}
.C-3164A0-25 {
  background-color: #3164a040 !important;
}
.C-3164A0-25-text {
  color: #3164a040;
}
.C-3164A0-25-border {
  border-color: #3164a040 !important;
}
.C-3164A0-20 {
  background-color: #3164a033 !important;
}
.C-3164A0-20-text {
  color: #3164a033;
}
.C-3164A0-20-border {
  border-color: #3164a033 !important;
}
.C-3164A0-15 {
  background-color: #3164a026 !important;
}
.C-3164A0-15-text {
  color: #3164a026;
}
.C-3164A0-15-border {
  border-color: #3164a026 !important;
}
.C-3164A0-10 {
  background-color: #3164a01A !important;
}
.C-3164A0-10-text {
  color: #3164a01A;
}
.C-3164A0-10-border {
  border-color: #3164a01A !important;
}
.C-3164A0-5 {
  background-color: #3164a00D !important;
}
.C-3164A0-5-text {
  color: #3164a00D;
}
.C-3164A0-5-border {
  border-color: #3164a00D !important;
}
.C-3164A0-0 {
  background-color: #3164a00 !important;
}
.C-3164A0-0-text {
  color: #3164a00;
}
.C-3164A0-0-border {
  border-color: #3164a00 !important;
}
.C-3164A0 {
  background-color: #3164a0 !important;
  --btn-background: #3164a0;
}
.C-3164A0-text {
  color: #3164a0;
}
.C-3164A0-border {
  border-color: #3164a0 !important;
}
@media (hover: hover) {
  .C-3164A0-hover-bg:hover {
    background-color: #3164a0 !important;
  }
}
.C-3164A0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3164A0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3164a0;
  fill: #3164a0;
  stroke: #3164a0;
}
.C-3164A0-hover-text[papaTarget]:hover.f_targetText {
  color: #3164a0 !important;
  fill: #3164a0 !important;
  stroke: #3164a0 !important;
}
.C-3164A0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3164A0-hover-text[fHover]:hover {
  color: #3164a0 !important;
}
.C-3164A0-after::after,
.C-3164A0-after::before {
  background-color: #3164a0;
}
.C-3164A0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3164a0;
  transition: box-shadow 0.2s;
}
.C-3164A0100 {
  background-color: #3164a0 !important;
}
.C-3164A0100-text {
  color: #3164a0;
}
.C-3164A0100-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A0100 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A095 {
  background-color: #3164a0 !important;
}
.C-3164A095-text {
  color: #3164a0;
}
.C-3164A095-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A095 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A090 {
  background-color: #3164a0 !important;
}
.C-3164A090-text {
  color: #3164a0;
}
.C-3164A090-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A090 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A085 {
  background-color: #3164a0 !important;
}
.C-3164A085-text {
  color: #3164a0;
}
.C-3164A085-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A085 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A080 {
  background-color: #3164a0 !important;
}
.C-3164A080-text {
  color: #3164a0;
}
.C-3164A080-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A080 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A075 {
  background-color: #3164a0 !important;
}
.C-3164A075-text {
  color: #3164a0;
}
.C-3164A075-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A075 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A070 {
  background-color: #3164a0 !important;
}
.C-3164A070-text {
  color: #3164a0;
}
.C-3164A070-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A070 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A065 {
  background-color: #3164a0 !important;
}
.C-3164A065-text {
  color: #3164a0;
}
.C-3164A065-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A065 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A060 {
  background-color: #3164a0 !important;
}
.C-3164A060-text {
  color: #3164a0;
}
.C-3164A060-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A060 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A055 {
  background-color: #3164a0 !important;
}
.C-3164A055-text {
  color: #3164a0;
}
.C-3164A055-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A055 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A050 {
  background-color: #3164a0 !important;
}
.C-3164A050-text {
  color: #3164a0;
}
.C-3164A050-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A050 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A045 {
  background-color: #3164a0 !important;
}
.C-3164A045-text {
  color: #3164a0;
}
.C-3164A045-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A045 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A040 {
  background-color: #3164a0 !important;
}
.C-3164A040-text {
  color: #3164a0;
}
.C-3164A040-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A040 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A035 {
  background-color: #3164a0 !important;
}
.C-3164A035-text {
  color: #3164a0;
}
.C-3164A035-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A035 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A030 {
  background-color: #3164a0 !important;
}
.C-3164A030-text {
  color: #3164a0;
}
.C-3164A030-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A030 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A025 {
  background-color: #3164a0 !important;
}
.C-3164A025-text {
  color: #3164a0;
}
.C-3164A025-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A025 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A020 {
  background-color: #3164a0 !important;
}
.C-3164A020-text {
  color: #3164a0;
}
.C-3164A020-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A020 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A015 {
  background-color: #3164a0 !important;
}
.C-3164A015-text {
  color: #3164a0;
}
.C-3164A015-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A015 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A010 {
  background-color: #3164a0 !important;
}
.C-3164A010-text {
  color: #3164a0;
}
.C-3164A010-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A010 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A05 {
  background-color: #3164a0 !important;
}
.C-3164A05-text {
  color: #3164a0;
}
.C-3164A05-border {
  border-color: #3164a0;
}
.C-linearGradient-3164A05 {
  background-image:
    linear-gradient(
      45deg,
      #3164a0 0%,
      #3164a0 99%,
      #3164a0 100%);
}
.C-3164A00 {
  background-color: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-text {
  color: rgba(49, 100, 160, 0);
}
.C-3164A00-border {
  border-color: rgba(49, 100, 160, 0);
}
.C-linearGradient-3164A00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(49, 100, 160, 0) 0%,
      #3164a0 99%,
      rgba(49, 100, 160, 0) 100%);
}
.C-3164A0-fill-1 #fill1 {
  fill: #3164a0;
}
.C-3164A0-fill-1.onHover:hover #fill1,
.C-3164A0-fill-1:hover #fill1 {
  fill: #3164a0;
}
.C-3164A0-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A0100-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A0100-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A0100-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A095-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A095-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A095-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A090-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A090-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A090-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A085-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A085-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A085-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A080-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A080-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A080-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A075-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A075-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A075-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A070-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A070-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A070-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A065-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A065-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A065-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A060-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A060-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A060-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A055-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A055-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A055-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A050-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A050-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A050-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A045-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A045-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A045-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A040-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A040-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A040-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A035-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A035-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A035-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A030-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A030-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A030-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A025-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A025-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A025-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A020-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A020-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A020-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A015-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A015-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A015-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A010-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A010-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A010-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A05-fill-1 #fill1 {
  fill: #3164a0 !important;
}
.C-3164A05-fill-1.onHover:hover #fill1 {
  fill: #3164a0 !important;
}
.C-3164A05-stroke-1 #stroke1 {
  stroke: #3164a0 !important;
}
.C-3164A00-fill-1 #fill1 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-fill-1.onHover:hover #fill1 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-stroke-1 #stroke1 {
  stroke: rgba(49, 100, 160, 0) !important;
}
.C-3164A0-fill-2 #fill2 {
  fill: #3164a0;
}
.C-3164A0-fill-2.onHover:hover #fill2,
.C-3164A0-fill-2:hover #fill2 {
  fill: #3164a0;
}
.C-3164A0-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A0100-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A0100-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A0100-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A095-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A095-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A095-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A090-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A090-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A090-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A085-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A085-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A085-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A080-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A080-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A080-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A075-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A075-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A075-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A070-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A070-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A070-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A065-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A065-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A065-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A060-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A060-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A060-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A055-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A055-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A055-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A050-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A050-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A050-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A045-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A045-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A045-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A040-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A040-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A040-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A035-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A035-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A035-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A030-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A030-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A030-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A025-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A025-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A025-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A020-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A020-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A020-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A015-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A015-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A015-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A010-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A010-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A010-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A05-fill-2 #fill2 {
  fill: #3164a0 !important;
}
.C-3164A05-fill-2.onHover:hover #fill2 {
  fill: #3164a0 !important;
}
.C-3164A05-stroke-2 #stroke2 {
  stroke: #3164a0 !important;
}
.C-3164A00-fill-2 #fill2 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-fill-2.onHover:hover #fill2 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-stroke-2 #stroke2 {
  stroke: rgba(49, 100, 160, 0) !important;
}
.C-3164A0-fill-3 #fill3 {
  fill: #3164a0;
}
.C-3164A0-fill-3.onHover:hover #fill3,
.C-3164A0-fill-3:hover #fill3 {
  fill: #3164a0;
}
.C-3164A0-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A0100-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A0100-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A0100-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A095-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A095-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A095-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A090-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A090-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A090-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A085-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A085-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A085-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A080-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A080-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A080-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A075-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A075-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A075-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A070-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A070-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A070-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A065-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A065-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A065-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A060-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A060-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A060-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A055-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A055-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A055-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A050-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A050-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A050-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A045-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A045-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A045-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A040-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A040-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A040-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A035-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A035-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A035-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A030-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A030-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A030-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A025-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A025-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A025-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A020-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A020-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A020-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A015-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A015-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A015-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A010-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A010-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A010-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A05-fill-3 #fill3 {
  fill: #3164a0 !important;
}
.C-3164A05-fill-3.onHover:hover #fill3 {
  fill: #3164a0 !important;
}
.C-3164A05-stroke-3 #stroke3 {
  stroke: #3164a0 !important;
}
.C-3164A00-fill-3 #fill3 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-fill-3.onHover:hover #fill3 {
  fill: rgba(49, 100, 160, 0) !important;
}
.C-3164A00-stroke-3 #stroke3 {
  stroke: rgba(49, 100, 160, 0) !important;
}
.C-5298E6-100 {
  background-color: #5298e6FF !important;
}
.C-5298E6-100-text {
  color: #5298e6FF;
}
.C-5298E6-100-border {
  border-color: #5298e6FF !important;
}
.C-5298E6-95 {
  background-color: #5298e6F2 !important;
}
.C-5298E6-95-text {
  color: #5298e6F2;
}
.C-5298E6-95-border {
  border-color: #5298e6F2 !important;
}
.C-5298E6-90 {
  background-color: #5298e6E6 !important;
}
.C-5298E6-90-text {
  color: #5298e6E6;
}
.C-5298E6-90-border {
  border-color: #5298e6E6 !important;
}
.C-5298E6-85 {
  background-color: #5298e6D9 !important;
}
.C-5298E6-85-text {
  color: #5298e6D9;
}
.C-5298E6-85-border {
  border-color: #5298e6D9 !important;
}
.C-5298E6-80 {
  background-color: #5298e6CC !important;
}
.C-5298E6-80-text {
  color: #5298e6CC;
}
.C-5298E6-80-border {
  border-color: #5298e6CC !important;
}
.C-5298E6-75 {
  background-color: #5298e6BF !important;
}
.C-5298E6-75-text {
  color: #5298e6BF;
}
.C-5298E6-75-border {
  border-color: #5298e6BF !important;
}
.C-5298E6-70 {
  background-color: #5298e6B3 !important;
}
.C-5298E6-70-text {
  color: #5298e6B3;
}
.C-5298E6-70-border {
  border-color: #5298e6B3 !important;
}
.C-5298E6-65 {
  background-color: #5298e6A6 !important;
}
.C-5298E6-65-text {
  color: #5298e6A6;
}
.C-5298E6-65-border {
  border-color: #5298e6A6 !important;
}
.C-5298E6-60 {
  background-color: #5298e699 !important;
}
.C-5298E6-60-text {
  color: #5298e699;
}
.C-5298E6-60-border {
  border-color: #5298e699 !important;
}
.C-5298E6-55 {
  background-color: #5298e68C !important;
}
.C-5298E6-55-text {
  color: #5298e68C;
}
.C-5298E6-55-border {
  border-color: #5298e68C !important;
}
.C-5298E6-50 {
  background-color: #5298e680 !important;
}
.C-5298E6-50-text {
  color: #5298e680;
}
.C-5298E6-50-border {
  border-color: #5298e680 !important;
}
.C-5298E6-45 {
  background-color: #5298e673 !important;
}
.C-5298E6-45-text {
  color: #5298e673;
}
.C-5298E6-45-border {
  border-color: #5298e673 !important;
}
.C-5298E6-40 {
  background-color: #5298e666 !important;
}
.C-5298E6-40-text {
  color: #5298e666;
}
.C-5298E6-40-border {
  border-color: #5298e666 !important;
}
.C-5298E6-35 {
  background-color: #5298e659 !important;
}
.C-5298E6-35-text {
  color: #5298e659;
}
.C-5298E6-35-border {
  border-color: #5298e659 !important;
}
.C-5298E6-30 {
  background-color: #5298e64D !important;
}
.C-5298E6-30-text {
  color: #5298e64D;
}
.C-5298E6-30-border {
  border-color: #5298e64D !important;
}
.C-5298E6-25 {
  background-color: #5298e640 !important;
}
.C-5298E6-25-text {
  color: #5298e640;
}
.C-5298E6-25-border {
  border-color: #5298e640 !important;
}
.C-5298E6-20 {
  background-color: #5298e633 !important;
}
.C-5298E6-20-text {
  color: #5298e633;
}
.C-5298E6-20-border {
  border-color: #5298e633 !important;
}
.C-5298E6-15 {
  background-color: #5298e626 !important;
}
.C-5298E6-15-text {
  color: #5298e626;
}
.C-5298E6-15-border {
  border-color: #5298e626 !important;
}
.C-5298E6-10 {
  background-color: #5298e61A !important;
}
.C-5298E6-10-text {
  color: #5298e61A;
}
.C-5298E6-10-border {
  border-color: #5298e61A !important;
}
.C-5298E6-5 {
  background-color: #5298e60D !important;
}
.C-5298E6-5-text {
  color: #5298e60D;
}
.C-5298E6-5-border {
  border-color: #5298e60D !important;
}
.C-5298E6-0 {
  background-color: #5298e60 !important;
}
.C-5298E6-0-text {
  color: #5298e60;
}
.C-5298E6-0-border {
  border-color: #5298e60 !important;
}
.C-5298E6 {
  background-color: #5298e6 !important;
  --btn-background: #5298e6;
}
.C-5298E6-text {
  color: #5298e6;
}
.C-5298E6-border {
  border-color: #5298e6 !important;
}
@media (hover: hover) {
  .C-5298E6-hover-bg:hover {
    background-color: #5298e6 !important;
  }
}
.C-5298E6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-5298E6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #5298e6;
  fill: #5298e6;
  stroke: #5298e6;
}
.C-5298E6-hover-text[papaTarget]:hover.f_targetText {
  color: #5298e6 !important;
  fill: #5298e6 !important;
  stroke: #5298e6 !important;
}
.C-5298E6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-5298E6-hover-text[fHover]:hover {
  color: #5298e6 !important;
}
.C-5298E6-after::after,
.C-5298E6-after::before {
  background-color: #5298e6;
}
.C-5298E6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #5298e6;
  transition: box-shadow 0.2s;
}
.C-5298E6100 {
  background-color: #5298e6 !important;
}
.C-5298E6100-text {
  color: #5298e6;
}
.C-5298E6100-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E6100 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E695 {
  background-color: #5298e6 !important;
}
.C-5298E695-text {
  color: #5298e6;
}
.C-5298E695-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E695 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E690 {
  background-color: #5298e6 !important;
}
.C-5298E690-text {
  color: #5298e6;
}
.C-5298E690-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E690 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E685 {
  background-color: #5298e6 !important;
}
.C-5298E685-text {
  color: #5298e6;
}
.C-5298E685-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E685 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E680 {
  background-color: #5298e6 !important;
}
.C-5298E680-text {
  color: #5298e6;
}
.C-5298E680-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E680 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E675 {
  background-color: #5298e6 !important;
}
.C-5298E675-text {
  color: #5298e6;
}
.C-5298E675-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E675 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E670 {
  background-color: #5298e6 !important;
}
.C-5298E670-text {
  color: #5298e6;
}
.C-5298E670-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E670 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E665 {
  background-color: #5298e6 !important;
}
.C-5298E665-text {
  color: #5298e6;
}
.C-5298E665-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E665 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E660 {
  background-color: #5298e6 !important;
}
.C-5298E660-text {
  color: #5298e6;
}
.C-5298E660-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E660 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E655 {
  background-color: #5298e6 !important;
}
.C-5298E655-text {
  color: #5298e6;
}
.C-5298E655-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E655 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E650 {
  background-color: #5298e6 !important;
}
.C-5298E650-text {
  color: #5298e6;
}
.C-5298E650-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E650 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E645 {
  background-color: #5298e6 !important;
}
.C-5298E645-text {
  color: #5298e6;
}
.C-5298E645-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E645 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E640 {
  background-color: #5298e6 !important;
}
.C-5298E640-text {
  color: #5298e6;
}
.C-5298E640-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E640 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E635 {
  background-color: #5298e6 !important;
}
.C-5298E635-text {
  color: #5298e6;
}
.C-5298E635-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E635 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E630 {
  background-color: #5298e6 !important;
}
.C-5298E630-text {
  color: #5298e6;
}
.C-5298E630-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E630 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E625 {
  background-color: #5298e6 !important;
}
.C-5298E625-text {
  color: #5298e6;
}
.C-5298E625-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E625 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E620 {
  background-color: #5298e6 !important;
}
.C-5298E620-text {
  color: #5298e6;
}
.C-5298E620-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E620 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E615 {
  background-color: #5298e6 !important;
}
.C-5298E615-text {
  color: #5298e6;
}
.C-5298E615-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E615 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E610 {
  background-color: #5298e6 !important;
}
.C-5298E610-text {
  color: #5298e6;
}
.C-5298E610-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E610 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E65 {
  background-color: #5298e6 !important;
}
.C-5298E65-text {
  color: #5298e6;
}
.C-5298E65-border {
  border-color: #5298e6;
}
.C-linearGradient-5298E65 {
  background-image:
    linear-gradient(
      45deg,
      #5298e6 0%,
      #5298e6 99%,
      #5298e6 100%);
}
.C-5298E60 {
  background-color: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-text {
  color: rgba(82, 152, 230, 0);
}
.C-5298E60-border {
  border-color: rgba(82, 152, 230, 0);
}
.C-linearGradient-5298E60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(82, 152, 230, 0) 0%,
      #5298e6 99%,
      rgba(82, 152, 230, 0) 100%);
}
.C-5298E6-fill-1 #fill1 {
  fill: #5298e6;
}
.C-5298E6-fill-1.onHover:hover #fill1,
.C-5298E6-fill-1:hover #fill1 {
  fill: #5298e6;
}
.C-5298E6-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E6100-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E6100-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E6100-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E695-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E695-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E695-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E690-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E690-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E690-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E685-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E685-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E685-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E680-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E680-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E680-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E675-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E675-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E675-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E670-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E670-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E670-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E665-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E665-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E665-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E660-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E660-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E660-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E655-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E655-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E655-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E650-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E650-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E650-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E645-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E645-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E645-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E640-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E640-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E640-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E635-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E635-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E635-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E630-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E630-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E630-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E625-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E625-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E625-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E620-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E620-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E620-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E615-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E615-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E615-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E610-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E610-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E610-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E65-fill-1 #fill1 {
  fill: #5298e6 !important;
}
.C-5298E65-fill-1.onHover:hover #fill1 {
  fill: #5298e6 !important;
}
.C-5298E65-stroke-1 #stroke1 {
  stroke: #5298e6 !important;
}
.C-5298E60-fill-1 #fill1 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-fill-1.onHover:hover #fill1 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-stroke-1 #stroke1 {
  stroke: rgba(82, 152, 230, 0) !important;
}
.C-5298E6-fill-2 #fill2 {
  fill: #5298e6;
}
.C-5298E6-fill-2.onHover:hover #fill2,
.C-5298E6-fill-2:hover #fill2 {
  fill: #5298e6;
}
.C-5298E6-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E6100-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E6100-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E6100-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E695-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E695-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E695-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E690-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E690-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E690-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E685-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E685-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E685-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E680-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E680-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E680-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E675-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E675-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E675-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E670-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E670-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E670-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E665-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E665-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E665-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E660-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E660-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E660-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E655-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E655-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E655-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E650-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E650-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E650-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E645-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E645-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E645-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E640-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E640-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E640-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E635-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E635-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E635-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E630-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E630-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E630-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E625-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E625-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E625-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E620-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E620-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E620-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E615-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E615-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E615-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E610-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E610-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E610-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E65-fill-2 #fill2 {
  fill: #5298e6 !important;
}
.C-5298E65-fill-2.onHover:hover #fill2 {
  fill: #5298e6 !important;
}
.C-5298E65-stroke-2 #stroke2 {
  stroke: #5298e6 !important;
}
.C-5298E60-fill-2 #fill2 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-fill-2.onHover:hover #fill2 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-stroke-2 #stroke2 {
  stroke: rgba(82, 152, 230, 0) !important;
}
.C-5298E6-fill-3 #fill3 {
  fill: #5298e6;
}
.C-5298E6-fill-3.onHover:hover #fill3,
.C-5298E6-fill-3:hover #fill3 {
  fill: #5298e6;
}
.C-5298E6-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E6100-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E6100-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E6100-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E695-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E695-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E695-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E690-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E690-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E690-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E685-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E685-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E685-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E680-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E680-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E680-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E675-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E675-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E675-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E670-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E670-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E670-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E665-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E665-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E665-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E660-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E660-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E660-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E655-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E655-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E655-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E650-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E650-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E650-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E645-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E645-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E645-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E640-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E640-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E640-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E635-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E635-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E635-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E630-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E630-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E630-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E625-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E625-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E625-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E620-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E620-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E620-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E615-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E615-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E615-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E610-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E610-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E610-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E65-fill-3 #fill3 {
  fill: #5298e6 !important;
}
.C-5298E65-fill-3.onHover:hover #fill3 {
  fill: #5298e6 !important;
}
.C-5298E65-stroke-3 #stroke3 {
  stroke: #5298e6 !important;
}
.C-5298E60-fill-3 #fill3 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-fill-3.onHover:hover #fill3 {
  fill: rgba(82, 152, 230, 0) !important;
}
.C-5298E60-stroke-3 #stroke3 {
  stroke: rgba(82, 152, 230, 0) !important;
}
.C-ADD8E6-100 {
  background-color: #add8e6FF !important;
}
.C-ADD8E6-100-text {
  color: #add8e6FF;
}
.C-ADD8E6-100-border {
  border-color: #add8e6FF !important;
}
.C-ADD8E6-95 {
  background-color: #add8e6F2 !important;
}
.C-ADD8E6-95-text {
  color: #add8e6F2;
}
.C-ADD8E6-95-border {
  border-color: #add8e6F2 !important;
}
.C-ADD8E6-90 {
  background-color: #add8e6E6 !important;
}
.C-ADD8E6-90-text {
  color: #add8e6E6;
}
.C-ADD8E6-90-border {
  border-color: #add8e6E6 !important;
}
.C-ADD8E6-85 {
  background-color: #add8e6D9 !important;
}
.C-ADD8E6-85-text {
  color: #add8e6D9;
}
.C-ADD8E6-85-border {
  border-color: #add8e6D9 !important;
}
.C-ADD8E6-80 {
  background-color: #add8e6CC !important;
}
.C-ADD8E6-80-text {
  color: #add8e6CC;
}
.C-ADD8E6-80-border {
  border-color: #add8e6CC !important;
}
.C-ADD8E6-75 {
  background-color: #add8e6BF !important;
}
.C-ADD8E6-75-text {
  color: #add8e6BF;
}
.C-ADD8E6-75-border {
  border-color: #add8e6BF !important;
}
.C-ADD8E6-70 {
  background-color: #add8e6B3 !important;
}
.C-ADD8E6-70-text {
  color: #add8e6B3;
}
.C-ADD8E6-70-border {
  border-color: #add8e6B3 !important;
}
.C-ADD8E6-65 {
  background-color: #add8e6A6 !important;
}
.C-ADD8E6-65-text {
  color: #add8e6A6;
}
.C-ADD8E6-65-border {
  border-color: #add8e6A6 !important;
}
.C-ADD8E6-60 {
  background-color: #add8e699 !important;
}
.C-ADD8E6-60-text {
  color: #add8e699;
}
.C-ADD8E6-60-border {
  border-color: #add8e699 !important;
}
.C-ADD8E6-55 {
  background-color: #add8e68C !important;
}
.C-ADD8E6-55-text {
  color: #add8e68C;
}
.C-ADD8E6-55-border {
  border-color: #add8e68C !important;
}
.C-ADD8E6-50 {
  background-color: #add8e680 !important;
}
.C-ADD8E6-50-text {
  color: #add8e680;
}
.C-ADD8E6-50-border {
  border-color: #add8e680 !important;
}
.C-ADD8E6-45 {
  background-color: #add8e673 !important;
}
.C-ADD8E6-45-text {
  color: #add8e673;
}
.C-ADD8E6-45-border {
  border-color: #add8e673 !important;
}
.C-ADD8E6-40 {
  background-color: #add8e666 !important;
}
.C-ADD8E6-40-text {
  color: #add8e666;
}
.C-ADD8E6-40-border {
  border-color: #add8e666 !important;
}
.C-ADD8E6-35 {
  background-color: #add8e659 !important;
}
.C-ADD8E6-35-text {
  color: #add8e659;
}
.C-ADD8E6-35-border {
  border-color: #add8e659 !important;
}
.C-ADD8E6-30 {
  background-color: #add8e64D !important;
}
.C-ADD8E6-30-text {
  color: #add8e64D;
}
.C-ADD8E6-30-border {
  border-color: #add8e64D !important;
}
.C-ADD8E6-25 {
  background-color: #add8e640 !important;
}
.C-ADD8E6-25-text {
  color: #add8e640;
}
.C-ADD8E6-25-border {
  border-color: #add8e640 !important;
}
.C-ADD8E6-20 {
  background-color: #add8e633 !important;
}
.C-ADD8E6-20-text {
  color: #add8e633;
}
.C-ADD8E6-20-border {
  border-color: #add8e633 !important;
}
.C-ADD8E6-15 {
  background-color: #add8e626 !important;
}
.C-ADD8E6-15-text {
  color: #add8e626;
}
.C-ADD8E6-15-border {
  border-color: #add8e626 !important;
}
.C-ADD8E6-10 {
  background-color: #add8e61A !important;
}
.C-ADD8E6-10-text {
  color: #add8e61A;
}
.C-ADD8E6-10-border {
  border-color: #add8e61A !important;
}
.C-ADD8E6-5 {
  background-color: #add8e60D !important;
}
.C-ADD8E6-5-text {
  color: #add8e60D;
}
.C-ADD8E6-5-border {
  border-color: #add8e60D !important;
}
.C-ADD8E6-0 {
  background-color: #add8e60 !important;
}
.C-ADD8E6-0-text {
  color: #add8e60;
}
.C-ADD8E6-0-border {
  border-color: #add8e60 !important;
}
.C-ADD8E6 {
  background-color: #add8e6 !important;
  --btn-background: #add8e6;
}
.C-ADD8E6-text {
  color: #add8e6;
}
.C-ADD8E6-border {
  border-color: #add8e6 !important;
}
@media (hover: hover) {
  .C-ADD8E6-hover-bg:hover {
    background-color: #add8e6 !important;
  }
}
.C-ADD8E6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-ADD8E6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #add8e6;
  fill: #add8e6;
  stroke: #add8e6;
}
.C-ADD8E6-hover-text[papaTarget]:hover.f_targetText {
  color: #add8e6 !important;
  fill: #add8e6 !important;
  stroke: #add8e6 !important;
}
.C-ADD8E6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-ADD8E6-hover-text[fHover]:hover {
  color: #add8e6 !important;
}
.C-ADD8E6-after::after,
.C-ADD8E6-after::before {
  background-color: #add8e6;
}
.C-ADD8E6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #add8e6;
  transition: box-shadow 0.2s;
}
.C-ADD8E6100 {
  background-color: lightblue !important;
}
.C-ADD8E6100-text {
  color: lightblue;
}
.C-ADD8E6100-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E6100 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E695 {
  background-color: lightblue !important;
}
.C-ADD8E695-text {
  color: lightblue;
}
.C-ADD8E695-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E695 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E690 {
  background-color: lightblue !important;
}
.C-ADD8E690-text {
  color: lightblue;
}
.C-ADD8E690-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E690 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E685 {
  background-color: lightblue !important;
}
.C-ADD8E685-text {
  color: lightblue;
}
.C-ADD8E685-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E685 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E680 {
  background-color: lightblue !important;
}
.C-ADD8E680-text {
  color: lightblue;
}
.C-ADD8E680-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E680 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E675 {
  background-color: lightblue !important;
}
.C-ADD8E675-text {
  color: lightblue;
}
.C-ADD8E675-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E675 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E670 {
  background-color: lightblue !important;
}
.C-ADD8E670-text {
  color: lightblue;
}
.C-ADD8E670-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E670 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E665 {
  background-color: lightblue !important;
}
.C-ADD8E665-text {
  color: lightblue;
}
.C-ADD8E665-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E665 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E660 {
  background-color: lightblue !important;
}
.C-ADD8E660-text {
  color: lightblue;
}
.C-ADD8E660-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E660 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E655 {
  background-color: lightblue !important;
}
.C-ADD8E655-text {
  color: lightblue;
}
.C-ADD8E655-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E655 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E650 {
  background-color: lightblue !important;
}
.C-ADD8E650-text {
  color: lightblue;
}
.C-ADD8E650-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E650 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E645 {
  background-color: lightblue !important;
}
.C-ADD8E645-text {
  color: lightblue;
}
.C-ADD8E645-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E645 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E640 {
  background-color: lightblue !important;
}
.C-ADD8E640-text {
  color: lightblue;
}
.C-ADD8E640-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E640 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E635 {
  background-color: lightblue !important;
}
.C-ADD8E635-text {
  color: lightblue;
}
.C-ADD8E635-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E635 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E630 {
  background-color: lightblue !important;
}
.C-ADD8E630-text {
  color: lightblue;
}
.C-ADD8E630-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E630 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E625 {
  background-color: lightblue !important;
}
.C-ADD8E625-text {
  color: lightblue;
}
.C-ADD8E625-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E625 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E620 {
  background-color: lightblue !important;
}
.C-ADD8E620-text {
  color: lightblue;
}
.C-ADD8E620-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E620 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E615 {
  background-color: lightblue !important;
}
.C-ADD8E615-text {
  color: lightblue;
}
.C-ADD8E615-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E615 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E610 {
  background-color: lightblue !important;
}
.C-ADD8E610-text {
  color: lightblue;
}
.C-ADD8E610-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E610 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E65 {
  background-color: lightblue !important;
}
.C-ADD8E65-text {
  color: lightblue;
}
.C-ADD8E65-border {
  border-color: lightblue;
}
.C-linearGradient-ADD8E65 {
  background-image:
    linear-gradient(
      45deg,
      lightblue 0%,
      #add8e6 99%,
      lightblue 100%);
}
.C-ADD8E60 {
  background-color: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-text {
  color: rgba(173, 216, 230, 0);
}
.C-ADD8E60-border {
  border-color: rgba(173, 216, 230, 0);
}
.C-linearGradient-ADD8E60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(173, 216, 230, 0) 0%,
      #add8e6 99%,
      rgba(173, 216, 230, 0) 100%);
}
.C-ADD8E6-fill-1 #fill1 {
  fill: #add8e6;
}
.C-ADD8E6-fill-1.onHover:hover #fill1,
.C-ADD8E6-fill-1:hover #fill1 {
  fill: #add8e6;
}
.C-ADD8E6-stroke-1 #stroke1 {
  stroke: #add8e6 !important;
}
.C-ADD8E6100-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E6100-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E6100-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E695-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E695-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E695-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E690-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E690-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E690-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E685-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E685-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E685-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E680-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E680-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E680-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E675-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E675-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E675-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E670-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E670-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E670-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E665-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E665-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E665-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E660-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E660-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E660-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E655-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E655-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E655-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E650-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E650-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E650-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E645-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E645-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E645-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E640-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E640-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E640-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E635-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E635-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E635-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E630-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E630-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E630-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E625-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E625-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E625-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E620-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E620-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E620-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E615-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E615-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E615-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E610-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E610-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E610-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E65-fill-1 #fill1 {
  fill: lightblue !important;
}
.C-ADD8E65-fill-1.onHover:hover #fill1 {
  fill: lightblue !important;
}
.C-ADD8E65-stroke-1 #stroke1 {
  stroke: lightblue !important;
}
.C-ADD8E60-fill-1 #fill1 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-fill-1.onHover:hover #fill1 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-stroke-1 #stroke1 {
  stroke: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E6-fill-2 #fill2 {
  fill: #add8e6;
}
.C-ADD8E6-fill-2.onHover:hover #fill2,
.C-ADD8E6-fill-2:hover #fill2 {
  fill: #add8e6;
}
.C-ADD8E6-stroke-2 #stroke2 {
  stroke: #add8e6 !important;
}
.C-ADD8E6100-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E6100-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E6100-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E695-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E695-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E695-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E690-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E690-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E690-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E685-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E685-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E685-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E680-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E680-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E680-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E675-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E675-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E675-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E670-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E670-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E670-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E665-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E665-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E665-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E660-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E660-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E660-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E655-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E655-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E655-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E650-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E650-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E650-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E645-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E645-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E645-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E640-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E640-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E640-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E635-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E635-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E635-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E630-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E630-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E630-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E625-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E625-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E625-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E620-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E620-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E620-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E615-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E615-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E615-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E610-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E610-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E610-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E65-fill-2 #fill2 {
  fill: lightblue !important;
}
.C-ADD8E65-fill-2.onHover:hover #fill2 {
  fill: lightblue !important;
}
.C-ADD8E65-stroke-2 #stroke2 {
  stroke: lightblue !important;
}
.C-ADD8E60-fill-2 #fill2 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-fill-2.onHover:hover #fill2 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-stroke-2 #stroke2 {
  stroke: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E6-fill-3 #fill3 {
  fill: #add8e6;
}
.C-ADD8E6-fill-3.onHover:hover #fill3,
.C-ADD8E6-fill-3:hover #fill3 {
  fill: #add8e6;
}
.C-ADD8E6-stroke-3 #stroke3 {
  stroke: #add8e6 !important;
}
.C-ADD8E6100-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E6100-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E6100-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E695-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E695-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E695-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E690-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E690-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E690-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E685-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E685-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E685-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E680-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E680-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E680-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E675-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E675-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E675-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E670-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E670-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E670-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E665-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E665-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E665-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E660-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E660-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E660-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E655-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E655-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E655-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E650-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E650-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E650-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E645-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E645-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E645-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E640-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E640-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E640-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E635-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E635-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E635-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E630-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E630-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E630-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E625-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E625-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E625-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E620-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E620-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E620-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E615-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E615-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E615-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E610-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E610-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E610-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E65-fill-3 #fill3 {
  fill: lightblue !important;
}
.C-ADD8E65-fill-3.onHover:hover #fill3 {
  fill: lightblue !important;
}
.C-ADD8E65-stroke-3 #stroke3 {
  stroke: lightblue !important;
}
.C-ADD8E60-fill-3 #fill3 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-fill-3.onHover:hover #fill3 {
  fill: rgba(173, 216, 230, 0) !important;
}
.C-ADD8E60-stroke-3 #stroke3 {
  stroke: rgba(173, 216, 230, 0) !important;
}
.C-8BABBE-100 {
  background-color: #8babbeFF !important;
}
.C-8BABBE-100-text {
  color: #8babbeFF;
}
.C-8BABBE-100-border {
  border-color: #8babbeFF !important;
}
.C-8BABBE-95 {
  background-color: #8babbeF2 !important;
}
.C-8BABBE-95-text {
  color: #8babbeF2;
}
.C-8BABBE-95-border {
  border-color: #8babbeF2 !important;
}
.C-8BABBE-90 {
  background-color: #8babbeE6 !important;
}
.C-8BABBE-90-text {
  color: #8babbeE6;
}
.C-8BABBE-90-border {
  border-color: #8babbeE6 !important;
}
.C-8BABBE-85 {
  background-color: #8babbeD9 !important;
}
.C-8BABBE-85-text {
  color: #8babbeD9;
}
.C-8BABBE-85-border {
  border-color: #8babbeD9 !important;
}
.C-8BABBE-80 {
  background-color: #8babbeCC !important;
}
.C-8BABBE-80-text {
  color: #8babbeCC;
}
.C-8BABBE-80-border {
  border-color: #8babbeCC !important;
}
.C-8BABBE-75 {
  background-color: #8babbeBF !important;
}
.C-8BABBE-75-text {
  color: #8babbeBF;
}
.C-8BABBE-75-border {
  border-color: #8babbeBF !important;
}
.C-8BABBE-70 {
  background-color: #8babbeB3 !important;
}
.C-8BABBE-70-text {
  color: #8babbeB3;
}
.C-8BABBE-70-border {
  border-color: #8babbeB3 !important;
}
.C-8BABBE-65 {
  background-color: #8babbeA6 !important;
}
.C-8BABBE-65-text {
  color: #8babbeA6;
}
.C-8BABBE-65-border {
  border-color: #8babbeA6 !important;
}
.C-8BABBE-60 {
  background-color: #8babbe99 !important;
}
.C-8BABBE-60-text {
  color: #8babbe99;
}
.C-8BABBE-60-border {
  border-color: #8babbe99 !important;
}
.C-8BABBE-55 {
  background-color: #8babbe8C !important;
}
.C-8BABBE-55-text {
  color: #8babbe8C;
}
.C-8BABBE-55-border {
  border-color: #8babbe8C !important;
}
.C-8BABBE-50 {
  background-color: #8babbe80 !important;
}
.C-8BABBE-50-text {
  color: #8babbe80;
}
.C-8BABBE-50-border {
  border-color: #8babbe80 !important;
}
.C-8BABBE-45 {
  background-color: #8babbe73 !important;
}
.C-8BABBE-45-text {
  color: #8babbe73;
}
.C-8BABBE-45-border {
  border-color: #8babbe73 !important;
}
.C-8BABBE-40 {
  background-color: #8babbe66 !important;
}
.C-8BABBE-40-text {
  color: #8babbe66;
}
.C-8BABBE-40-border {
  border-color: #8babbe66 !important;
}
.C-8BABBE-35 {
  background-color: #8babbe59 !important;
}
.C-8BABBE-35-text {
  color: #8babbe59;
}
.C-8BABBE-35-border {
  border-color: #8babbe59 !important;
}
.C-8BABBE-30 {
  background-color: #8babbe4D !important;
}
.C-8BABBE-30-text {
  color: #8babbe4D;
}
.C-8BABBE-30-border {
  border-color: #8babbe4D !important;
}
.C-8BABBE-25 {
  background-color: #8babbe40 !important;
}
.C-8BABBE-25-text {
  color: #8babbe40;
}
.C-8BABBE-25-border {
  border-color: #8babbe40 !important;
}
.C-8BABBE-20 {
  background-color: #8babbe33 !important;
}
.C-8BABBE-20-text {
  color: #8babbe33;
}
.C-8BABBE-20-border {
  border-color: #8babbe33 !important;
}
.C-8BABBE-15 {
  background-color: #8babbe26 !important;
}
.C-8BABBE-15-text {
  color: #8babbe26;
}
.C-8BABBE-15-border {
  border-color: #8babbe26 !important;
}
.C-8BABBE-10 {
  background-color: #8babbe1A !important;
}
.C-8BABBE-10-text {
  color: #8babbe1A;
}
.C-8BABBE-10-border {
  border-color: #8babbe1A !important;
}
.C-8BABBE-5 {
  background-color: #8babbe0D !important;
}
.C-8BABBE-5-text {
  color: #8babbe0D;
}
.C-8BABBE-5-border {
  border-color: #8babbe0D !important;
}
.C-8BABBE-0 {
  background-color: #8babbe0 !important;
}
.C-8BABBE-0-text {
  color: #8babbe0;
}
.C-8BABBE-0-border {
  border-color: #8babbe0 !important;
}
.C-8BABBE {
  background-color: #8babbe !important;
  --btn-background: #8babbe;
}
.C-8BABBE-text {
  color: #8babbe;
}
.C-8BABBE-border {
  border-color: #8babbe !important;
}
@media (hover: hover) {
  .C-8BABBE-hover-bg:hover {
    background-color: #8babbe !important;
  }
}
.C-8BABBE-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8BABBE-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8babbe;
  fill: #8babbe;
  stroke: #8babbe;
}
.C-8BABBE-hover-text[papaTarget]:hover.f_targetText {
  color: #8babbe !important;
  fill: #8babbe !important;
  stroke: #8babbe !important;
}
.C-8BABBE-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8BABBE-hover-text[fHover]:hover {
  color: #8babbe !important;
}
.C-8BABBE-after::after,
.C-8BABBE-after::before {
  background-color: #8babbe;
}
.C-8BABBE-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8babbe;
  transition: box-shadow 0.2s;
}
.C-8BABBE100 {
  background-color: #8babbe !important;
}
.C-8BABBE100-text {
  color: #8babbe;
}
.C-8BABBE100-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE100 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE95 {
  background-color: #8babbe !important;
}
.C-8BABBE95-text {
  color: #8babbe;
}
.C-8BABBE95-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE95 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE90 {
  background-color: #8babbe !important;
}
.C-8BABBE90-text {
  color: #8babbe;
}
.C-8BABBE90-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE90 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE85 {
  background-color: #8babbe !important;
}
.C-8BABBE85-text {
  color: #8babbe;
}
.C-8BABBE85-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE85 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE80 {
  background-color: #8babbe !important;
}
.C-8BABBE80-text {
  color: #8babbe;
}
.C-8BABBE80-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE80 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE75 {
  background-color: #8babbe !important;
}
.C-8BABBE75-text {
  color: #8babbe;
}
.C-8BABBE75-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE75 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE70 {
  background-color: #8babbe !important;
}
.C-8BABBE70-text {
  color: #8babbe;
}
.C-8BABBE70-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE70 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE65 {
  background-color: #8babbe !important;
}
.C-8BABBE65-text {
  color: #8babbe;
}
.C-8BABBE65-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE65 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE60 {
  background-color: #8babbe !important;
}
.C-8BABBE60-text {
  color: #8babbe;
}
.C-8BABBE60-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE60 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE55 {
  background-color: #8babbe !important;
}
.C-8BABBE55-text {
  color: #8babbe;
}
.C-8BABBE55-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE55 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE50 {
  background-color: #8babbe !important;
}
.C-8BABBE50-text {
  color: #8babbe;
}
.C-8BABBE50-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE50 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE45 {
  background-color: #8babbe !important;
}
.C-8BABBE45-text {
  color: #8babbe;
}
.C-8BABBE45-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE45 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE40 {
  background-color: #8babbe !important;
}
.C-8BABBE40-text {
  color: #8babbe;
}
.C-8BABBE40-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE40 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE35 {
  background-color: #8babbe !important;
}
.C-8BABBE35-text {
  color: #8babbe;
}
.C-8BABBE35-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE35 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE30 {
  background-color: #8babbe !important;
}
.C-8BABBE30-text {
  color: #8babbe;
}
.C-8BABBE30-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE30 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE25 {
  background-color: #8babbe !important;
}
.C-8BABBE25-text {
  color: #8babbe;
}
.C-8BABBE25-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE25 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE20 {
  background-color: #8babbe !important;
}
.C-8BABBE20-text {
  color: #8babbe;
}
.C-8BABBE20-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE20 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE15 {
  background-color: #8babbe !important;
}
.C-8BABBE15-text {
  color: #8babbe;
}
.C-8BABBE15-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE15 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE10 {
  background-color: #8babbe !important;
}
.C-8BABBE10-text {
  color: #8babbe;
}
.C-8BABBE10-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE10 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE5 {
  background-color: #8babbe !important;
}
.C-8BABBE5-text {
  color: #8babbe;
}
.C-8BABBE5-border {
  border-color: #8babbe;
}
.C-linearGradient-8BABBE5 {
  background-image:
    linear-gradient(
      45deg,
      #8babbe 0%,
      #8babbe 99%,
      #8babbe 100%);
}
.C-8BABBE0 {
  background-color: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-text {
  color: rgba(139, 171, 190, 0);
}
.C-8BABBE0-border {
  border-color: rgba(139, 171, 190, 0);
}
.C-linearGradient-8BABBE0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(139, 171, 190, 0) 0%,
      #8babbe 99%,
      rgba(139, 171, 190, 0) 100%);
}
.C-8BABBE-fill-1 #fill1 {
  fill: #8babbe;
}
.C-8BABBE-fill-1.onHover:hover #fill1,
.C-8BABBE-fill-1:hover #fill1 {
  fill: #8babbe;
}
.C-8BABBE-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE100-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE100-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE100-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE95-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE95-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE95-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE90-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE90-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE90-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE85-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE85-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE85-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE80-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE80-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE80-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE75-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE75-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE75-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE70-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE70-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE70-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE65-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE65-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE65-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE60-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE60-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE60-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE55-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE55-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE55-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE50-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE50-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE50-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE45-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE45-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE45-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE40-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE40-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE40-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE35-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE35-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE35-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE30-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE30-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE30-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE25-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE25-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE25-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE20-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE20-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE20-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE15-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE15-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE15-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE10-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE10-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE10-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE5-fill-1 #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE5-fill-1.onHover:hover #fill1 {
  fill: #8babbe !important;
}
.C-8BABBE5-stroke-1 #stroke1 {
  stroke: #8babbe !important;
}
.C-8BABBE0-fill-1 #fill1 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-fill-1.onHover:hover #fill1 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-stroke-1 #stroke1 {
  stroke: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE-fill-2 #fill2 {
  fill: #8babbe;
}
.C-8BABBE-fill-2.onHover:hover #fill2,
.C-8BABBE-fill-2:hover #fill2 {
  fill: #8babbe;
}
.C-8BABBE-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE100-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE100-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE100-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE95-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE95-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE95-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE90-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE90-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE90-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE85-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE85-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE85-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE80-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE80-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE80-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE75-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE75-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE75-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE70-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE70-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE70-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE65-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE65-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE65-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE60-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE60-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE60-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE55-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE55-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE55-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE50-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE50-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE50-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE45-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE45-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE45-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE40-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE40-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE40-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE35-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE35-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE35-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE30-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE30-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE30-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE25-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE25-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE25-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE20-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE20-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE20-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE15-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE15-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE15-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE10-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE10-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE10-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE5-fill-2 #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE5-fill-2.onHover:hover #fill2 {
  fill: #8babbe !important;
}
.C-8BABBE5-stroke-2 #stroke2 {
  stroke: #8babbe !important;
}
.C-8BABBE0-fill-2 #fill2 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-fill-2.onHover:hover #fill2 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-stroke-2 #stroke2 {
  stroke: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE-fill-3 #fill3 {
  fill: #8babbe;
}
.C-8BABBE-fill-3.onHover:hover #fill3,
.C-8BABBE-fill-3:hover #fill3 {
  fill: #8babbe;
}
.C-8BABBE-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE100-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE100-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE100-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE95-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE95-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE95-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE90-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE90-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE90-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE85-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE85-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE85-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE80-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE80-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE80-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE75-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE75-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE75-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE70-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE70-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE70-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE65-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE65-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE65-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE60-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE60-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE60-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE55-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE55-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE55-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE50-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE50-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE50-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE45-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE45-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE45-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE40-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE40-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE40-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE35-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE35-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE35-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE30-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE30-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE30-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE25-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE25-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE25-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE20-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE20-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE20-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE15-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE15-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE15-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE10-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE10-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE10-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE5-fill-3 #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE5-fill-3.onHover:hover #fill3 {
  fill: #8babbe !important;
}
.C-8BABBE5-stroke-3 #stroke3 {
  stroke: #8babbe !important;
}
.C-8BABBE0-fill-3 #fill3 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-fill-3.onHover:hover #fill3 {
  fill: rgba(139, 171, 190, 0) !important;
}
.C-8BABBE0-stroke-3 #stroke3 {
  stroke: rgba(139, 171, 190, 0) !important;
}
.C-D0EAFF-100 {
  background-color: #d0eaffFF !important;
}
.C-D0EAFF-100-text {
  color: #d0eaffFF;
}
.C-D0EAFF-100-border {
  border-color: #d0eaffFF !important;
}
.C-D0EAFF-95 {
  background-color: #d0eaffF2 !important;
}
.C-D0EAFF-95-text {
  color: #d0eaffF2;
}
.C-D0EAFF-95-border {
  border-color: #d0eaffF2 !important;
}
.C-D0EAFF-90 {
  background-color: #d0eaffE6 !important;
}
.C-D0EAFF-90-text {
  color: #d0eaffE6;
}
.C-D0EAFF-90-border {
  border-color: #d0eaffE6 !important;
}
.C-D0EAFF-85 {
  background-color: #d0eaffD9 !important;
}
.C-D0EAFF-85-text {
  color: #d0eaffD9;
}
.C-D0EAFF-85-border {
  border-color: #d0eaffD9 !important;
}
.C-D0EAFF-80 {
  background-color: #d0eaffCC !important;
}
.C-D0EAFF-80-text {
  color: #d0eaffCC;
}
.C-D0EAFF-80-border {
  border-color: #d0eaffCC !important;
}
.C-D0EAFF-75 {
  background-color: #d0eaffBF !important;
}
.C-D0EAFF-75-text {
  color: #d0eaffBF;
}
.C-D0EAFF-75-border {
  border-color: #d0eaffBF !important;
}
.C-D0EAFF-70 {
  background-color: #d0eaffB3 !important;
}
.C-D0EAFF-70-text {
  color: #d0eaffB3;
}
.C-D0EAFF-70-border {
  border-color: #d0eaffB3 !important;
}
.C-D0EAFF-65 {
  background-color: #d0eaffA6 !important;
}
.C-D0EAFF-65-text {
  color: #d0eaffA6;
}
.C-D0EAFF-65-border {
  border-color: #d0eaffA6 !important;
}
.C-D0EAFF-60 {
  background-color: #d0eaff99 !important;
}
.C-D0EAFF-60-text {
  color: #d0eaff99;
}
.C-D0EAFF-60-border {
  border-color: #d0eaff99 !important;
}
.C-D0EAFF-55 {
  background-color: #d0eaff8C !important;
}
.C-D0EAFF-55-text {
  color: #d0eaff8C;
}
.C-D0EAFF-55-border {
  border-color: #d0eaff8C !important;
}
.C-D0EAFF-50 {
  background-color: #d0eaff80 !important;
}
.C-D0EAFF-50-text {
  color: #d0eaff80;
}
.C-D0EAFF-50-border {
  border-color: #d0eaff80 !important;
}
.C-D0EAFF-45 {
  background-color: #d0eaff73 !important;
}
.C-D0EAFF-45-text {
  color: #d0eaff73;
}
.C-D0EAFF-45-border {
  border-color: #d0eaff73 !important;
}
.C-D0EAFF-40 {
  background-color: #d0eaff66 !important;
}
.C-D0EAFF-40-text {
  color: #d0eaff66;
}
.C-D0EAFF-40-border {
  border-color: #d0eaff66 !important;
}
.C-D0EAFF-35 {
  background-color: #d0eaff59 !important;
}
.C-D0EAFF-35-text {
  color: #d0eaff59;
}
.C-D0EAFF-35-border {
  border-color: #d0eaff59 !important;
}
.C-D0EAFF-30 {
  background-color: #d0eaff4D !important;
}
.C-D0EAFF-30-text {
  color: #d0eaff4D;
}
.C-D0EAFF-30-border {
  border-color: #d0eaff4D !important;
}
.C-D0EAFF-25 {
  background-color: #d0eaff40 !important;
}
.C-D0EAFF-25-text {
  color: #d0eaff40;
}
.C-D0EAFF-25-border {
  border-color: #d0eaff40 !important;
}
.C-D0EAFF-20 {
  background-color: #d0eaff33 !important;
}
.C-D0EAFF-20-text {
  color: #d0eaff33;
}
.C-D0EAFF-20-border {
  border-color: #d0eaff33 !important;
}
.C-D0EAFF-15 {
  background-color: #d0eaff26 !important;
}
.C-D0EAFF-15-text {
  color: #d0eaff26;
}
.C-D0EAFF-15-border {
  border-color: #d0eaff26 !important;
}
.C-D0EAFF-10 {
  background-color: #d0eaff1A !important;
}
.C-D0EAFF-10-text {
  color: #d0eaff1A;
}
.C-D0EAFF-10-border {
  border-color: #d0eaff1A !important;
}
.C-D0EAFF-5 {
  background-color: #d0eaff0D !important;
}
.C-D0EAFF-5-text {
  color: #d0eaff0D;
}
.C-D0EAFF-5-border {
  border-color: #d0eaff0D !important;
}
.C-D0EAFF-0 {
  background-color: #d0eaff0 !important;
}
.C-D0EAFF-0-text {
  color: #d0eaff0;
}
.C-D0EAFF-0-border {
  border-color: #d0eaff0 !important;
}
.C-D0EAFF {
  background-color: #d0eaff !important;
  --btn-background: #d0eaff;
}
.C-D0EAFF-text {
  color: #d0eaff;
}
.C-D0EAFF-border {
  border-color: #d0eaff !important;
}
@media (hover: hover) {
  .C-D0EAFF-hover-bg:hover {
    background-color: #d0eaff !important;
  }
}
.C-D0EAFF-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D0EAFF-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d0eaff;
  fill: #d0eaff;
  stroke: #d0eaff;
}
.C-D0EAFF-hover-text[papaTarget]:hover.f_targetText {
  color: #d0eaff !important;
  fill: #d0eaff !important;
  stroke: #d0eaff !important;
}
.C-D0EAFF-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D0EAFF-hover-text[fHover]:hover {
  color: #d0eaff !important;
}
.C-D0EAFF-after::after,
.C-D0EAFF-after::before {
  background-color: #d0eaff;
}
.C-D0EAFF-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d0eaff;
  transition: box-shadow 0.2s;
}
.C-D0EAFF100 {
  background-color: #d0eaff !important;
}
.C-D0EAFF100-text {
  color: #d0eaff;
}
.C-D0EAFF100-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF100 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF95 {
  background-color: #d0eaff !important;
}
.C-D0EAFF95-text {
  color: #d0eaff;
}
.C-D0EAFF95-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF95 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF90 {
  background-color: #d0eaff !important;
}
.C-D0EAFF90-text {
  color: #d0eaff;
}
.C-D0EAFF90-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF90 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF85 {
  background-color: #d0eaff !important;
}
.C-D0EAFF85-text {
  color: #d0eaff;
}
.C-D0EAFF85-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF85 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF80 {
  background-color: #d0eaff !important;
}
.C-D0EAFF80-text {
  color: #d0eaff;
}
.C-D0EAFF80-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF80 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF75 {
  background-color: #d0eaff !important;
}
.C-D0EAFF75-text {
  color: #d0eaff;
}
.C-D0EAFF75-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF75 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF70 {
  background-color: #d0eaff !important;
}
.C-D0EAFF70-text {
  color: #d0eaff;
}
.C-D0EAFF70-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF70 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF65 {
  background-color: #d0eaff !important;
}
.C-D0EAFF65-text {
  color: #d0eaff;
}
.C-D0EAFF65-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF65 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF60 {
  background-color: #d0eaff !important;
}
.C-D0EAFF60-text {
  color: #d0eaff;
}
.C-D0EAFF60-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF60 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF55 {
  background-color: #d0eaff !important;
}
.C-D0EAFF55-text {
  color: #d0eaff;
}
.C-D0EAFF55-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF55 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF50 {
  background-color: #d0eaff !important;
}
.C-D0EAFF50-text {
  color: #d0eaff;
}
.C-D0EAFF50-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF50 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF45 {
  background-color: #d0eaff !important;
}
.C-D0EAFF45-text {
  color: #d0eaff;
}
.C-D0EAFF45-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF45 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF40 {
  background-color: #d0eaff !important;
}
.C-D0EAFF40-text {
  color: #d0eaff;
}
.C-D0EAFF40-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF40 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF35 {
  background-color: #d0eaff !important;
}
.C-D0EAFF35-text {
  color: #d0eaff;
}
.C-D0EAFF35-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF35 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF30 {
  background-color: #d0eaff !important;
}
.C-D0EAFF30-text {
  color: #d0eaff;
}
.C-D0EAFF30-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF30 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF25 {
  background-color: #d0eaff !important;
}
.C-D0EAFF25-text {
  color: #d0eaff;
}
.C-D0EAFF25-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF25 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF20 {
  background-color: #d0eaff !important;
}
.C-D0EAFF20-text {
  color: #d0eaff;
}
.C-D0EAFF20-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF20 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF15 {
  background-color: #d0eaff !important;
}
.C-D0EAFF15-text {
  color: #d0eaff;
}
.C-D0EAFF15-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF15 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF10 {
  background-color: #d0eaff !important;
}
.C-D0EAFF10-text {
  color: #d0eaff;
}
.C-D0EAFF10-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF10 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF5 {
  background-color: #d0eaff !important;
}
.C-D0EAFF5-text {
  color: #d0eaff;
}
.C-D0EAFF5-border {
  border-color: #d0eaff;
}
.C-linearGradient-D0EAFF5 {
  background-image:
    linear-gradient(
      45deg,
      #d0eaff 0%,
      #d0eaff 99%,
      #d0eaff 100%);
}
.C-D0EAFF0 {
  background-color: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-text {
  color: rgba(208, 234, 255, 0);
}
.C-D0EAFF0-border {
  border-color: rgba(208, 234, 255, 0);
}
.C-linearGradient-D0EAFF0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(208, 234, 255, 0) 0%,
      #d0eaff 99%,
      rgba(208, 234, 255, 0) 100%);
}
.C-D0EAFF-fill-1 #fill1 {
  fill: #d0eaff;
}
.C-D0EAFF-fill-1.onHover:hover #fill1,
.C-D0EAFF-fill-1:hover #fill1 {
  fill: #d0eaff;
}
.C-D0EAFF-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF100-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF95-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF90-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF85-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF80-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF75-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF70-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF65-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF60-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF55-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF50-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF45-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF40-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF35-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF30-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF25-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF20-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF15-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF10-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF5-fill-1 #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-fill-1.onHover:hover #fill1 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-stroke-1 #stroke1 {
  stroke: #d0eaff !important;
}
.C-D0EAFF0-fill-1 #fill1 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-fill-1.onHover:hover #fill1 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-stroke-1 #stroke1 {
  stroke: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF-fill-2 #fill2 {
  fill: #d0eaff;
}
.C-D0EAFF-fill-2.onHover:hover #fill2,
.C-D0EAFF-fill-2:hover #fill2 {
  fill: #d0eaff;
}
.C-D0EAFF-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF100-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF95-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF90-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF85-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF80-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF75-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF70-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF65-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF60-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF55-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF50-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF45-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF40-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF35-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF30-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF25-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF20-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF15-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF10-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF5-fill-2 #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-fill-2.onHover:hover #fill2 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-stroke-2 #stroke2 {
  stroke: #d0eaff !important;
}
.C-D0EAFF0-fill-2 #fill2 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-fill-2.onHover:hover #fill2 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-stroke-2 #stroke2 {
  stroke: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF-fill-3 #fill3 {
  fill: #d0eaff;
}
.C-D0EAFF-fill-3.onHover:hover #fill3,
.C-D0EAFF-fill-3:hover #fill3 {
  fill: #d0eaff;
}
.C-D0EAFF-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF100-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF100-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF95-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF95-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF90-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF90-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF85-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF85-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF80-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF80-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF75-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF75-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF70-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF70-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF65-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF65-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF60-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF60-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF55-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF55-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF50-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF50-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF45-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF45-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF40-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF40-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF35-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF35-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF30-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF30-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF25-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF25-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF20-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF20-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF15-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF15-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF10-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF10-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF5-fill-3 #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-fill-3.onHover:hover #fill3 {
  fill: #d0eaff !important;
}
.C-D0EAFF5-stroke-3 #stroke3 {
  stroke: #d0eaff !important;
}
.C-D0EAFF0-fill-3 #fill3 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-fill-3.onHover:hover #fill3 {
  fill: rgba(208, 234, 255, 0) !important;
}
.C-D0EAFF0-stroke-3 #stroke3 {
  stroke: rgba(208, 234, 255, 0) !important;
}
.C-169999-100 {
  background-color: #169999FF !important;
}
.C-169999-100-text {
  color: #169999FF;
}
.C-169999-100-border {
  border-color: #169999FF !important;
}
.C-169999-95 {
  background-color: #169999F2 !important;
}
.C-169999-95-text {
  color: #169999F2;
}
.C-169999-95-border {
  border-color: #169999F2 !important;
}
.C-169999-90 {
  background-color: #169999E6 !important;
}
.C-169999-90-text {
  color: #169999E6;
}
.C-169999-90-border {
  border-color: #169999E6 !important;
}
.C-169999-85 {
  background-color: #169999D9 !important;
}
.C-169999-85-text {
  color: #169999D9;
}
.C-169999-85-border {
  border-color: #169999D9 !important;
}
.C-169999-80 {
  background-color: #169999CC !important;
}
.C-169999-80-text {
  color: #169999CC;
}
.C-169999-80-border {
  border-color: #169999CC !important;
}
.C-169999-75 {
  background-color: #169999BF !important;
}
.C-169999-75-text {
  color: #169999BF;
}
.C-169999-75-border {
  border-color: #169999BF !important;
}
.C-169999-70 {
  background-color: #169999B3 !important;
}
.C-169999-70-text {
  color: #169999B3;
}
.C-169999-70-border {
  border-color: #169999B3 !important;
}
.C-169999-65 {
  background-color: #169999A6 !important;
}
.C-169999-65-text {
  color: #169999A6;
}
.C-169999-65-border {
  border-color: #169999A6 !important;
}
.C-169999-60 {
  background-color: #16999999 !important;
}
.C-169999-60-text {
  color: #16999999;
}
.C-169999-60-border {
  border-color: #16999999 !important;
}
.C-169999-55 {
  background-color: #1699998C !important;
}
.C-169999-55-text {
  color: #1699998C;
}
.C-169999-55-border {
  border-color: #1699998C !important;
}
.C-169999-50 {
  background-color: #16999980 !important;
}
.C-169999-50-text {
  color: #16999980;
}
.C-169999-50-border {
  border-color: #16999980 !important;
}
.C-169999-45 {
  background-color: #16999973 !important;
}
.C-169999-45-text {
  color: #16999973;
}
.C-169999-45-border {
  border-color: #16999973 !important;
}
.C-169999-40 {
  background-color: #16999966 !important;
}
.C-169999-40-text {
  color: #16999966;
}
.C-169999-40-border {
  border-color: #16999966 !important;
}
.C-169999-35 {
  background-color: #16999959 !important;
}
.C-169999-35-text {
  color: #16999959;
}
.C-169999-35-border {
  border-color: #16999959 !important;
}
.C-169999-30 {
  background-color: #1699994D !important;
}
.C-169999-30-text {
  color: #1699994D;
}
.C-169999-30-border {
  border-color: #1699994D !important;
}
.C-169999-25 {
  background-color: #16999940 !important;
}
.C-169999-25-text {
  color: #16999940;
}
.C-169999-25-border {
  border-color: #16999940 !important;
}
.C-169999-20 {
  background-color: #16999933 !important;
}
.C-169999-20-text {
  color: #16999933;
}
.C-169999-20-border {
  border-color: #16999933 !important;
}
.C-169999-15 {
  background-color: #16999926 !important;
}
.C-169999-15-text {
  color: #16999926;
}
.C-169999-15-border {
  border-color: #16999926 !important;
}
.C-169999-10 {
  background-color: #1699991A !important;
}
.C-169999-10-text {
  color: #1699991A;
}
.C-169999-10-border {
  border-color: #1699991A !important;
}
.C-169999-5 {
  background-color: #1699990D !important;
}
.C-169999-5-text {
  color: #1699990D;
}
.C-169999-5-border {
  border-color: #1699990D !important;
}
.C-169999-0 {
  background-color: #1699990 !important;
}
.C-169999-0-text {
  color: #1699990;
}
.C-169999-0-border {
  border-color: #1699990 !important;
}
.C-169999 {
  background-color: #169999 !important;
  --btn-background: #169999;
}
.C-169999-text {
  color: #169999;
}
.C-169999-border {
  border-color: #169999 !important;
}
@media (hover: hover) {
  .C-169999-hover-bg:hover {
    background-color: #169999 !important;
  }
}
.C-169999-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-169999-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #169999;
  fill: #169999;
  stroke: #169999;
}
.C-169999-hover-text[papaTarget]:hover.f_targetText {
  color: #169999 !important;
  fill: #169999 !important;
  stroke: #169999 !important;
}
.C-169999-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-169999-hover-text[fHover]:hover {
  color: #169999 !important;
}
.C-169999-after::after,
.C-169999-after::before {
  background-color: #169999;
}
.C-169999-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #169999;
  transition: box-shadow 0.2s;
}
.C-169999100 {
  background-color: #169999 !important;
}
.C-169999100-text {
  color: #169999;
}
.C-169999100-border {
  border-color: #169999;
}
.C-linearGradient-169999100 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999995 {
  background-color: #169999 !important;
}
.C-16999995-text {
  color: #169999;
}
.C-16999995-border {
  border-color: #169999;
}
.C-linearGradient-16999995 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999990 {
  background-color: #169999 !important;
}
.C-16999990-text {
  color: #169999;
}
.C-16999990-border {
  border-color: #169999;
}
.C-linearGradient-16999990 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999985 {
  background-color: #169999 !important;
}
.C-16999985-text {
  color: #169999;
}
.C-16999985-border {
  border-color: #169999;
}
.C-linearGradient-16999985 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999980 {
  background-color: #169999 !important;
}
.C-16999980-text {
  color: #169999;
}
.C-16999980-border {
  border-color: #169999;
}
.C-linearGradient-16999980 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999975 {
  background-color: #169999 !important;
}
.C-16999975-text {
  color: #169999;
}
.C-16999975-border {
  border-color: #169999;
}
.C-linearGradient-16999975 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999970 {
  background-color: #169999 !important;
}
.C-16999970-text {
  color: #169999;
}
.C-16999970-border {
  border-color: #169999;
}
.C-linearGradient-16999970 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999965 {
  background-color: #169999 !important;
}
.C-16999965-text {
  color: #169999;
}
.C-16999965-border {
  border-color: #169999;
}
.C-linearGradient-16999965 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999960 {
  background-color: #169999 !important;
}
.C-16999960-text {
  color: #169999;
}
.C-16999960-border {
  border-color: #169999;
}
.C-linearGradient-16999960 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999955 {
  background-color: #169999 !important;
}
.C-16999955-text {
  color: #169999;
}
.C-16999955-border {
  border-color: #169999;
}
.C-linearGradient-16999955 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999950 {
  background-color: #169999 !important;
}
.C-16999950-text {
  color: #169999;
}
.C-16999950-border {
  border-color: #169999;
}
.C-linearGradient-16999950 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999945 {
  background-color: #169999 !important;
}
.C-16999945-text {
  color: #169999;
}
.C-16999945-border {
  border-color: #169999;
}
.C-linearGradient-16999945 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999940 {
  background-color: #169999 !important;
}
.C-16999940-text {
  color: #169999;
}
.C-16999940-border {
  border-color: #169999;
}
.C-linearGradient-16999940 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999935 {
  background-color: #169999 !important;
}
.C-16999935-text {
  color: #169999;
}
.C-16999935-border {
  border-color: #169999;
}
.C-linearGradient-16999935 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999930 {
  background-color: #169999 !important;
}
.C-16999930-text {
  color: #169999;
}
.C-16999930-border {
  border-color: #169999;
}
.C-linearGradient-16999930 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999925 {
  background-color: #169999 !important;
}
.C-16999925-text {
  color: #169999;
}
.C-16999925-border {
  border-color: #169999;
}
.C-linearGradient-16999925 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999920 {
  background-color: #169999 !important;
}
.C-16999920-text {
  color: #169999;
}
.C-16999920-border {
  border-color: #169999;
}
.C-linearGradient-16999920 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999915 {
  background-color: #169999 !important;
}
.C-16999915-text {
  color: #169999;
}
.C-16999915-border {
  border-color: #169999;
}
.C-linearGradient-16999915 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-16999910 {
  background-color: #169999 !important;
}
.C-16999910-text {
  color: #169999;
}
.C-16999910-border {
  border-color: #169999;
}
.C-linearGradient-16999910 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-1699995 {
  background-color: #169999 !important;
}
.C-1699995-text {
  color: #169999;
}
.C-1699995-border {
  border-color: #169999;
}
.C-linearGradient-1699995 {
  background-image:
    linear-gradient(
      45deg,
      #169999 0%,
      #169999 99%,
      #169999 100%);
}
.C-1699990 {
  background-color: rgba(22, 153, 153, 0) !important;
}
.C-1699990-text {
  color: rgba(22, 153, 153, 0);
}
.C-1699990-border {
  border-color: rgba(22, 153, 153, 0);
}
.C-linearGradient-1699990 {
  background-image:
    linear-gradient(
      45deg,
      rgba(22, 153, 153, 0) 0%,
      #169999 99%,
      rgba(22, 153, 153, 0) 100%);
}
.C-169999-fill-1 #fill1 {
  fill: #169999;
}
.C-169999-fill-1.onHover:hover #fill1,
.C-169999-fill-1:hover #fill1 {
  fill: #169999;
}
.C-169999-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-169999100-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-169999100-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-169999100-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999995-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999995-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999995-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999990-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999990-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999990-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999985-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999985-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999985-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999980-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999980-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999980-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999975-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999975-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999975-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999970-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999970-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999970-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999965-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999965-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999965-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999960-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999960-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999960-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999955-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999955-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999955-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999950-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999950-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999950-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999945-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999945-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999945-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999940-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999940-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999940-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999935-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999935-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999935-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999930-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999930-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999930-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999925-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999925-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999925-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999920-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999920-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999920-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999915-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999915-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999915-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-16999910-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-16999910-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-16999910-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-1699995-fill-1 #fill1 {
  fill: #169999 !important;
}
.C-1699995-fill-1.onHover:hover #fill1 {
  fill: #169999 !important;
}
.C-1699995-stroke-1 #stroke1 {
  stroke: #169999 !important;
}
.C-1699990-fill-1 #fill1 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-fill-1.onHover:hover #fill1 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-stroke-1 #stroke1 {
  stroke: rgba(22, 153, 153, 0) !important;
}
.C-169999-fill-2 #fill2 {
  fill: #169999;
}
.C-169999-fill-2.onHover:hover #fill2,
.C-169999-fill-2:hover #fill2 {
  fill: #169999;
}
.C-169999-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-169999100-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-169999100-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-169999100-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999995-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999995-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999995-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999990-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999990-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999990-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999985-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999985-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999985-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999980-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999980-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999980-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999975-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999975-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999975-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999970-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999970-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999970-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999965-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999965-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999965-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999960-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999960-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999960-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999955-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999955-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999955-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999950-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999950-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999950-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999945-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999945-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999945-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999940-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999940-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999940-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999935-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999935-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999935-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999930-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999930-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999930-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999925-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999925-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999925-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999920-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999920-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999920-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999915-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999915-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999915-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-16999910-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-16999910-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-16999910-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-1699995-fill-2 #fill2 {
  fill: #169999 !important;
}
.C-1699995-fill-2.onHover:hover #fill2 {
  fill: #169999 !important;
}
.C-1699995-stroke-2 #stroke2 {
  stroke: #169999 !important;
}
.C-1699990-fill-2 #fill2 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-fill-2.onHover:hover #fill2 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-stroke-2 #stroke2 {
  stroke: rgba(22, 153, 153, 0) !important;
}
.C-169999-fill-3 #fill3 {
  fill: #169999;
}
.C-169999-fill-3.onHover:hover #fill3,
.C-169999-fill-3:hover #fill3 {
  fill: #169999;
}
.C-169999-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-169999100-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-169999100-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-169999100-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999995-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999995-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999995-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999990-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999990-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999990-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999985-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999985-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999985-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999980-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999980-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999980-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999975-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999975-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999975-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999970-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999970-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999970-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999965-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999965-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999965-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999960-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999960-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999960-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999955-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999955-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999955-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999950-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999950-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999950-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999945-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999945-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999945-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999940-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999940-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999940-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999935-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999935-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999935-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999930-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999930-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999930-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999925-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999925-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999925-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999920-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999920-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999920-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999915-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999915-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999915-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-16999910-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-16999910-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-16999910-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-1699995-fill-3 #fill3 {
  fill: #169999 !important;
}
.C-1699995-fill-3.onHover:hover #fill3 {
  fill: #169999 !important;
}
.C-1699995-stroke-3 #stroke3 {
  stroke: #169999 !important;
}
.C-1699990-fill-3 #fill3 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-fill-3.onHover:hover #fill3 {
  fill: rgba(22, 153, 153, 0) !important;
}
.C-1699990-stroke-3 #stroke3 {
  stroke: rgba(22, 153, 153, 0) !important;
}
.C-127A7A-100 {
  background-color: #127a7aFF !important;
}
.C-127A7A-100-text {
  color: #127a7aFF;
}
.C-127A7A-100-border {
  border-color: #127a7aFF !important;
}
.C-127A7A-95 {
  background-color: #127a7aF2 !important;
}
.C-127A7A-95-text {
  color: #127a7aF2;
}
.C-127A7A-95-border {
  border-color: #127a7aF2 !important;
}
.C-127A7A-90 {
  background-color: #127a7aE6 !important;
}
.C-127A7A-90-text {
  color: #127a7aE6;
}
.C-127A7A-90-border {
  border-color: #127a7aE6 !important;
}
.C-127A7A-85 {
  background-color: #127a7aD9 !important;
}
.C-127A7A-85-text {
  color: #127a7aD9;
}
.C-127A7A-85-border {
  border-color: #127a7aD9 !important;
}
.C-127A7A-80 {
  background-color: #127a7aCC !important;
}
.C-127A7A-80-text {
  color: #127a7aCC;
}
.C-127A7A-80-border {
  border-color: #127a7aCC !important;
}
.C-127A7A-75 {
  background-color: #127a7aBF !important;
}
.C-127A7A-75-text {
  color: #127a7aBF;
}
.C-127A7A-75-border {
  border-color: #127a7aBF !important;
}
.C-127A7A-70 {
  background-color: #127a7aB3 !important;
}
.C-127A7A-70-text {
  color: #127a7aB3;
}
.C-127A7A-70-border {
  border-color: #127a7aB3 !important;
}
.C-127A7A-65 {
  background-color: #127a7aA6 !important;
}
.C-127A7A-65-text {
  color: #127a7aA6;
}
.C-127A7A-65-border {
  border-color: #127a7aA6 !important;
}
.C-127A7A-60 {
  background-color: #127a7a99 !important;
}
.C-127A7A-60-text {
  color: #127a7a99;
}
.C-127A7A-60-border {
  border-color: #127a7a99 !important;
}
.C-127A7A-55 {
  background-color: #127a7a8C !important;
}
.C-127A7A-55-text {
  color: #127a7a8C;
}
.C-127A7A-55-border {
  border-color: #127a7a8C !important;
}
.C-127A7A-50 {
  background-color: #127a7a80 !important;
}
.C-127A7A-50-text {
  color: #127a7a80;
}
.C-127A7A-50-border {
  border-color: #127a7a80 !important;
}
.C-127A7A-45 {
  background-color: #127a7a73 !important;
}
.C-127A7A-45-text {
  color: #127a7a73;
}
.C-127A7A-45-border {
  border-color: #127a7a73 !important;
}
.C-127A7A-40 {
  background-color: #127a7a66 !important;
}
.C-127A7A-40-text {
  color: #127a7a66;
}
.C-127A7A-40-border {
  border-color: #127a7a66 !important;
}
.C-127A7A-35 {
  background-color: #127a7a59 !important;
}
.C-127A7A-35-text {
  color: #127a7a59;
}
.C-127A7A-35-border {
  border-color: #127a7a59 !important;
}
.C-127A7A-30 {
  background-color: #127a7a4D !important;
}
.C-127A7A-30-text {
  color: #127a7a4D;
}
.C-127A7A-30-border {
  border-color: #127a7a4D !important;
}
.C-127A7A-25 {
  background-color: #127a7a40 !important;
}
.C-127A7A-25-text {
  color: #127a7a40;
}
.C-127A7A-25-border {
  border-color: #127a7a40 !important;
}
.C-127A7A-20 {
  background-color: #127a7a33 !important;
}
.C-127A7A-20-text {
  color: #127a7a33;
}
.C-127A7A-20-border {
  border-color: #127a7a33 !important;
}
.C-127A7A-15 {
  background-color: #127a7a26 !important;
}
.C-127A7A-15-text {
  color: #127a7a26;
}
.C-127A7A-15-border {
  border-color: #127a7a26 !important;
}
.C-127A7A-10 {
  background-color: #127a7a1A !important;
}
.C-127A7A-10-text {
  color: #127a7a1A;
}
.C-127A7A-10-border {
  border-color: #127a7a1A !important;
}
.C-127A7A-5 {
  background-color: #127a7a0D !important;
}
.C-127A7A-5-text {
  color: #127a7a0D;
}
.C-127A7A-5-border {
  border-color: #127a7a0D !important;
}
.C-127A7A-0 {
  background-color: #127a7a0 !important;
}
.C-127A7A-0-text {
  color: #127a7a0;
}
.C-127A7A-0-border {
  border-color: #127a7a0 !important;
}
.C-127A7A {
  background-color: #127a7a !important;
  --btn-background: #127a7a;
}
.C-127A7A-text {
  color: #127a7a;
}
.C-127A7A-border {
  border-color: #127a7a !important;
}
@media (hover: hover) {
  .C-127A7A-hover-bg:hover {
    background-color: #127a7a !important;
  }
}
.C-127A7A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-127A7A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #127a7a;
  fill: #127a7a;
  stroke: #127a7a;
}
.C-127A7A-hover-text[papaTarget]:hover.f_targetText {
  color: #127a7a !important;
  fill: #127a7a !important;
  stroke: #127a7a !important;
}
.C-127A7A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-127A7A-hover-text[fHover]:hover {
  color: #127a7a !important;
}
.C-127A7A-after::after,
.C-127A7A-after::before {
  background-color: #127a7a;
}
.C-127A7A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #127a7a;
  transition: box-shadow 0.2s;
}
.C-127A7A100 {
  background-color: #127a7a !important;
}
.C-127A7A100-text {
  color: #127a7a;
}
.C-127A7A100-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A100 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A95 {
  background-color: #127a7a !important;
}
.C-127A7A95-text {
  color: #127a7a;
}
.C-127A7A95-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A95 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A90 {
  background-color: #127a7a !important;
}
.C-127A7A90-text {
  color: #127a7a;
}
.C-127A7A90-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A90 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A85 {
  background-color: #127a7a !important;
}
.C-127A7A85-text {
  color: #127a7a;
}
.C-127A7A85-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A85 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A80 {
  background-color: #127a7a !important;
}
.C-127A7A80-text {
  color: #127a7a;
}
.C-127A7A80-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A80 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A75 {
  background-color: #127a7a !important;
}
.C-127A7A75-text {
  color: #127a7a;
}
.C-127A7A75-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A75 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A70 {
  background-color: #127a7a !important;
}
.C-127A7A70-text {
  color: #127a7a;
}
.C-127A7A70-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A70 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A65 {
  background-color: #127a7a !important;
}
.C-127A7A65-text {
  color: #127a7a;
}
.C-127A7A65-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A65 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A60 {
  background-color: #127a7a !important;
}
.C-127A7A60-text {
  color: #127a7a;
}
.C-127A7A60-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A60 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A55 {
  background-color: #127a7a !important;
}
.C-127A7A55-text {
  color: #127a7a;
}
.C-127A7A55-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A55 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A50 {
  background-color: #127a7a !important;
}
.C-127A7A50-text {
  color: #127a7a;
}
.C-127A7A50-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A50 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A45 {
  background-color: #127a7a !important;
}
.C-127A7A45-text {
  color: #127a7a;
}
.C-127A7A45-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A45 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A40 {
  background-color: #127a7a !important;
}
.C-127A7A40-text {
  color: #127a7a;
}
.C-127A7A40-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A40 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A35 {
  background-color: #127a7a !important;
}
.C-127A7A35-text {
  color: #127a7a;
}
.C-127A7A35-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A35 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A30 {
  background-color: #127a7a !important;
}
.C-127A7A30-text {
  color: #127a7a;
}
.C-127A7A30-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A30 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A25 {
  background-color: #127a7a !important;
}
.C-127A7A25-text {
  color: #127a7a;
}
.C-127A7A25-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A25 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A20 {
  background-color: #127a7a !important;
}
.C-127A7A20-text {
  color: #127a7a;
}
.C-127A7A20-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A20 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A15 {
  background-color: #127a7a !important;
}
.C-127A7A15-text {
  color: #127a7a;
}
.C-127A7A15-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A15 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A10 {
  background-color: #127a7a !important;
}
.C-127A7A10-text {
  color: #127a7a;
}
.C-127A7A10-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A10 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A5 {
  background-color: #127a7a !important;
}
.C-127A7A5-text {
  color: #127a7a;
}
.C-127A7A5-border {
  border-color: #127a7a;
}
.C-linearGradient-127A7A5 {
  background-image:
    linear-gradient(
      45deg,
      #127a7a 0%,
      #127a7a 99%,
      #127a7a 100%);
}
.C-127A7A0 {
  background-color: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-text {
  color: rgba(18, 122, 122, 0);
}
.C-127A7A0-border {
  border-color: rgba(18, 122, 122, 0);
}
.C-linearGradient-127A7A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(18, 122, 122, 0) 0%,
      #127a7a 99%,
      rgba(18, 122, 122, 0) 100%);
}
.C-127A7A-fill-1 #fill1 {
  fill: #127a7a;
}
.C-127A7A-fill-1.onHover:hover #fill1,
.C-127A7A-fill-1:hover #fill1 {
  fill: #127a7a;
}
.C-127A7A-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A100-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A100-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A100-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A95-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A95-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A95-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A90-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A90-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A90-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A85-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A85-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A85-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A80-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A80-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A80-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A75-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A75-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A75-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A70-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A70-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A70-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A65-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A65-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A65-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A60-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A60-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A60-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A55-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A55-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A55-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A50-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A50-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A50-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A45-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A45-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A45-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A40-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A40-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A40-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A35-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A35-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A35-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A30-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A30-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A30-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A25-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A25-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A25-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A20-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A20-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A20-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A15-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A15-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A15-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A10-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A10-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A10-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A5-fill-1 #fill1 {
  fill: #127a7a !important;
}
.C-127A7A5-fill-1.onHover:hover #fill1 {
  fill: #127a7a !important;
}
.C-127A7A5-stroke-1 #stroke1 {
  stroke: #127a7a !important;
}
.C-127A7A0-fill-1 #fill1 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-fill-1.onHover:hover #fill1 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-stroke-1 #stroke1 {
  stroke: rgba(18, 122, 122, 0) !important;
}
.C-127A7A-fill-2 #fill2 {
  fill: #127a7a;
}
.C-127A7A-fill-2.onHover:hover #fill2,
.C-127A7A-fill-2:hover #fill2 {
  fill: #127a7a;
}
.C-127A7A-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A100-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A100-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A100-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A95-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A95-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A95-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A90-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A90-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A90-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A85-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A85-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A85-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A80-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A80-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A80-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A75-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A75-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A75-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A70-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A70-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A70-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A65-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A65-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A65-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A60-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A60-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A60-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A55-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A55-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A55-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A50-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A50-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A50-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A45-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A45-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A45-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A40-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A40-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A40-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A35-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A35-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A35-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A30-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A30-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A30-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A25-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A25-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A25-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A20-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A20-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A20-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A15-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A15-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A15-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A10-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A10-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A10-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A5-fill-2 #fill2 {
  fill: #127a7a !important;
}
.C-127A7A5-fill-2.onHover:hover #fill2 {
  fill: #127a7a !important;
}
.C-127A7A5-stroke-2 #stroke2 {
  stroke: #127a7a !important;
}
.C-127A7A0-fill-2 #fill2 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-fill-2.onHover:hover #fill2 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-stroke-2 #stroke2 {
  stroke: rgba(18, 122, 122, 0) !important;
}
.C-127A7A-fill-3 #fill3 {
  fill: #127a7a;
}
.C-127A7A-fill-3.onHover:hover #fill3,
.C-127A7A-fill-3:hover #fill3 {
  fill: #127a7a;
}
.C-127A7A-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A100-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A100-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A100-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A95-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A95-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A95-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A90-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A90-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A90-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A85-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A85-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A85-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A80-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A80-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A80-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A75-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A75-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A75-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A70-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A70-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A70-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A65-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A65-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A65-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A60-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A60-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A60-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A55-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A55-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A55-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A50-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A50-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A50-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A45-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A45-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A45-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A40-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A40-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A40-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A35-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A35-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A35-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A30-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A30-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A30-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A25-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A25-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A25-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A20-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A20-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A20-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A15-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A15-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A15-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A10-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A10-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A10-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A5-fill-3 #fill3 {
  fill: #127a7a !important;
}
.C-127A7A5-fill-3.onHover:hover #fill3 {
  fill: #127a7a !important;
}
.C-127A7A5-stroke-3 #stroke3 {
  stroke: #127a7a !important;
}
.C-127A7A0-fill-3 #fill3 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-fill-3.onHover:hover #fill3 {
  fill: rgba(18, 122, 122, 0) !important;
}
.C-127A7A0-stroke-3 #stroke3 {
  stroke: rgba(18, 122, 122, 0) !important;
}
.C-1AB2B2-100 {
  background-color: #1ab2b2FF !important;
}
.C-1AB2B2-100-text {
  color: #1ab2b2FF;
}
.C-1AB2B2-100-border {
  border-color: #1ab2b2FF !important;
}
.C-1AB2B2-95 {
  background-color: #1ab2b2F2 !important;
}
.C-1AB2B2-95-text {
  color: #1ab2b2F2;
}
.C-1AB2B2-95-border {
  border-color: #1ab2b2F2 !important;
}
.C-1AB2B2-90 {
  background-color: #1ab2b2E6 !important;
}
.C-1AB2B2-90-text {
  color: #1ab2b2E6;
}
.C-1AB2B2-90-border {
  border-color: #1ab2b2E6 !important;
}
.C-1AB2B2-85 {
  background-color: #1ab2b2D9 !important;
}
.C-1AB2B2-85-text {
  color: #1ab2b2D9;
}
.C-1AB2B2-85-border {
  border-color: #1ab2b2D9 !important;
}
.C-1AB2B2-80 {
  background-color: #1ab2b2CC !important;
}
.C-1AB2B2-80-text {
  color: #1ab2b2CC;
}
.C-1AB2B2-80-border {
  border-color: #1ab2b2CC !important;
}
.C-1AB2B2-75 {
  background-color: #1ab2b2BF !important;
}
.C-1AB2B2-75-text {
  color: #1ab2b2BF;
}
.C-1AB2B2-75-border {
  border-color: #1ab2b2BF !important;
}
.C-1AB2B2-70 {
  background-color: #1ab2b2B3 !important;
}
.C-1AB2B2-70-text {
  color: #1ab2b2B3;
}
.C-1AB2B2-70-border {
  border-color: #1ab2b2B3 !important;
}
.C-1AB2B2-65 {
  background-color: #1ab2b2A6 !important;
}
.C-1AB2B2-65-text {
  color: #1ab2b2A6;
}
.C-1AB2B2-65-border {
  border-color: #1ab2b2A6 !important;
}
.C-1AB2B2-60 {
  background-color: #1ab2b299 !important;
}
.C-1AB2B2-60-text {
  color: #1ab2b299;
}
.C-1AB2B2-60-border {
  border-color: #1ab2b299 !important;
}
.C-1AB2B2-55 {
  background-color: #1ab2b28C !important;
}
.C-1AB2B2-55-text {
  color: #1ab2b28C;
}
.C-1AB2B2-55-border {
  border-color: #1ab2b28C !important;
}
.C-1AB2B2-50 {
  background-color: #1ab2b280 !important;
}
.C-1AB2B2-50-text {
  color: #1ab2b280;
}
.C-1AB2B2-50-border {
  border-color: #1ab2b280 !important;
}
.C-1AB2B2-45 {
  background-color: #1ab2b273 !important;
}
.C-1AB2B2-45-text {
  color: #1ab2b273;
}
.C-1AB2B2-45-border {
  border-color: #1ab2b273 !important;
}
.C-1AB2B2-40 {
  background-color: #1ab2b266 !important;
}
.C-1AB2B2-40-text {
  color: #1ab2b266;
}
.C-1AB2B2-40-border {
  border-color: #1ab2b266 !important;
}
.C-1AB2B2-35 {
  background-color: #1ab2b259 !important;
}
.C-1AB2B2-35-text {
  color: #1ab2b259;
}
.C-1AB2B2-35-border {
  border-color: #1ab2b259 !important;
}
.C-1AB2B2-30 {
  background-color: #1ab2b24D !important;
}
.C-1AB2B2-30-text {
  color: #1ab2b24D;
}
.C-1AB2B2-30-border {
  border-color: #1ab2b24D !important;
}
.C-1AB2B2-25 {
  background-color: #1ab2b240 !important;
}
.C-1AB2B2-25-text {
  color: #1ab2b240;
}
.C-1AB2B2-25-border {
  border-color: #1ab2b240 !important;
}
.C-1AB2B2-20 {
  background-color: #1ab2b233 !important;
}
.C-1AB2B2-20-text {
  color: #1ab2b233;
}
.C-1AB2B2-20-border {
  border-color: #1ab2b233 !important;
}
.C-1AB2B2-15 {
  background-color: #1ab2b226 !important;
}
.C-1AB2B2-15-text {
  color: #1ab2b226;
}
.C-1AB2B2-15-border {
  border-color: #1ab2b226 !important;
}
.C-1AB2B2-10 {
  background-color: #1ab2b21A !important;
}
.C-1AB2B2-10-text {
  color: #1ab2b21A;
}
.C-1AB2B2-10-border {
  border-color: #1ab2b21A !important;
}
.C-1AB2B2-5 {
  background-color: #1ab2b20D !important;
}
.C-1AB2B2-5-text {
  color: #1ab2b20D;
}
.C-1AB2B2-5-border {
  border-color: #1ab2b20D !important;
}
.C-1AB2B2-0 {
  background-color: #1ab2b20 !important;
}
.C-1AB2B2-0-text {
  color: #1ab2b20;
}
.C-1AB2B2-0-border {
  border-color: #1ab2b20 !important;
}
.C-1AB2B2 {
  background-color: #1ab2b2 !important;
  --btn-background: #1ab2b2;
}
.C-1AB2B2-text {
  color: #1ab2b2;
}
.C-1AB2B2-border {
  border-color: #1ab2b2 !important;
}
@media (hover: hover) {
  .C-1AB2B2-hover-bg:hover {
    background-color: #1ab2b2 !important;
  }
}
.C-1AB2B2-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-1AB2B2-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #1ab2b2;
  fill: #1ab2b2;
  stroke: #1ab2b2;
}
.C-1AB2B2-hover-text[papaTarget]:hover.f_targetText {
  color: #1ab2b2 !important;
  fill: #1ab2b2 !important;
  stroke: #1ab2b2 !important;
}
.C-1AB2B2-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-1AB2B2-hover-text[fHover]:hover {
  color: #1ab2b2 !important;
}
.C-1AB2B2-after::after,
.C-1AB2B2-after::before {
  background-color: #1ab2b2;
}
.C-1AB2B2-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #1ab2b2;
  transition: box-shadow 0.2s;
}
.C-1AB2B2100 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B2100-text {
  color: #1ab2b2;
}
.C-1AB2B2100-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B2100 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B295 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B295-text {
  color: #1ab2b2;
}
.C-1AB2B295-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B295 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B290 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B290-text {
  color: #1ab2b2;
}
.C-1AB2B290-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B290 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B285 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B285-text {
  color: #1ab2b2;
}
.C-1AB2B285-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B285 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B280 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B280-text {
  color: #1ab2b2;
}
.C-1AB2B280-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B280 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B275 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B275-text {
  color: #1ab2b2;
}
.C-1AB2B275-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B275 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B270 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B270-text {
  color: #1ab2b2;
}
.C-1AB2B270-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B270 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B265 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B265-text {
  color: #1ab2b2;
}
.C-1AB2B265-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B265 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B260 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B260-text {
  color: #1ab2b2;
}
.C-1AB2B260-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B260 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B255 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B255-text {
  color: #1ab2b2;
}
.C-1AB2B255-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B255 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B250 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B250-text {
  color: #1ab2b2;
}
.C-1AB2B250-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B250 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B245 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B245-text {
  color: #1ab2b2;
}
.C-1AB2B245-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B245 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B240 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B240-text {
  color: #1ab2b2;
}
.C-1AB2B240-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B240 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B235 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B235-text {
  color: #1ab2b2;
}
.C-1AB2B235-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B235 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B230 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B230-text {
  color: #1ab2b2;
}
.C-1AB2B230-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B230 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B225 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B225-text {
  color: #1ab2b2;
}
.C-1AB2B225-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B225 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B220 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B220-text {
  color: #1ab2b2;
}
.C-1AB2B220-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B220 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B215 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B215-text {
  color: #1ab2b2;
}
.C-1AB2B215-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B215 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B210 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B210-text {
  color: #1ab2b2;
}
.C-1AB2B210-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B210 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B25 {
  background-color: #1ab2b2 !important;
}
.C-1AB2B25-text {
  color: #1ab2b2;
}
.C-1AB2B25-border {
  border-color: #1ab2b2;
}
.C-linearGradient-1AB2B25 {
  background-image:
    linear-gradient(
      45deg,
      #1ab2b2 0%,
      #1ab2b2 99%,
      #1ab2b2 100%);
}
.C-1AB2B20 {
  background-color: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-text {
  color: rgba(26, 178, 178, 0);
}
.C-1AB2B20-border {
  border-color: rgba(26, 178, 178, 0);
}
.C-linearGradient-1AB2B20 {
  background-image:
    linear-gradient(
      45deg,
      rgba(26, 178, 178, 0) 0%,
      #1ab2b2 99%,
      rgba(26, 178, 178, 0) 100%);
}
.C-1AB2B2-fill-1 #fill1 {
  fill: #1ab2b2;
}
.C-1AB2B2-fill-1.onHover:hover #fill1,
.C-1AB2B2-fill-1:hover #fill1 {
  fill: #1ab2b2;
}
.C-1AB2B2-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B2100-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B295-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B290-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B285-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B280-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B275-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B270-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B265-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B260-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B255-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B250-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B245-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B240-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B235-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B230-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B225-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B220-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B215-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B210-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B25-fill-1 #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-fill-1.onHover:hover #fill1 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-stroke-1 #stroke1 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B20-fill-1 #fill1 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-fill-1.onHover:hover #fill1 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-stroke-1 #stroke1 {
  stroke: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B2-fill-2 #fill2 {
  fill: #1ab2b2;
}
.C-1AB2B2-fill-2.onHover:hover #fill2,
.C-1AB2B2-fill-2:hover #fill2 {
  fill: #1ab2b2;
}
.C-1AB2B2-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B2100-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B295-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B290-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B285-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B280-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B275-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B270-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B265-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B260-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B255-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B250-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B245-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B240-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B235-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B230-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B225-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B220-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B215-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B210-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B25-fill-2 #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-fill-2.onHover:hover #fill2 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-stroke-2 #stroke2 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B20-fill-2 #fill2 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-fill-2.onHover:hover #fill2 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-stroke-2 #stroke2 {
  stroke: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B2-fill-3 #fill3 {
  fill: #1ab2b2;
}
.C-1AB2B2-fill-3.onHover:hover #fill3,
.C-1AB2B2-fill-3:hover #fill3 {
  fill: #1ab2b2;
}
.C-1AB2B2-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B2100-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B2100-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B295-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B295-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B290-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B290-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B285-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B285-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B280-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B280-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B275-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B275-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B270-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B270-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B265-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B265-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B260-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B260-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B255-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B255-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B250-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B250-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B245-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B245-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B240-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B240-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B235-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B235-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B230-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B230-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B225-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B225-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B220-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B220-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B215-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B215-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B210-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B210-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B25-fill-3 #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-fill-3.onHover:hover #fill3 {
  fill: #1ab2b2 !important;
}
.C-1AB2B25-stroke-3 #stroke3 {
  stroke: #1ab2b2 !important;
}
.C-1AB2B20-fill-3 #fill3 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-fill-3.onHover:hover #fill3 {
  fill: rgba(26, 178, 178, 0) !important;
}
.C-1AB2B20-stroke-3 #stroke3 {
  stroke: rgba(26, 178, 178, 0) !important;
}
.C-F5DEB3-100 {
  background-color: #f5deb3FF !important;
}
.C-F5DEB3-100-text {
  color: #f5deb3FF;
}
.C-F5DEB3-100-border {
  border-color: #f5deb3FF !important;
}
.C-F5DEB3-95 {
  background-color: #f5deb3F2 !important;
}
.C-F5DEB3-95-text {
  color: #f5deb3F2;
}
.C-F5DEB3-95-border {
  border-color: #f5deb3F2 !important;
}
.C-F5DEB3-90 {
  background-color: #f5deb3E6 !important;
}
.C-F5DEB3-90-text {
  color: #f5deb3E6;
}
.C-F5DEB3-90-border {
  border-color: #f5deb3E6 !important;
}
.C-F5DEB3-85 {
  background-color: #f5deb3D9 !important;
}
.C-F5DEB3-85-text {
  color: #f5deb3D9;
}
.C-F5DEB3-85-border {
  border-color: #f5deb3D9 !important;
}
.C-F5DEB3-80 {
  background-color: #f5deb3CC !important;
}
.C-F5DEB3-80-text {
  color: #f5deb3CC;
}
.C-F5DEB3-80-border {
  border-color: #f5deb3CC !important;
}
.C-F5DEB3-75 {
  background-color: #f5deb3BF !important;
}
.C-F5DEB3-75-text {
  color: #f5deb3BF;
}
.C-F5DEB3-75-border {
  border-color: #f5deb3BF !important;
}
.C-F5DEB3-70 {
  background-color: #f5deb3B3 !important;
}
.C-F5DEB3-70-text {
  color: #f5deb3B3;
}
.C-F5DEB3-70-border {
  border-color: #f5deb3B3 !important;
}
.C-F5DEB3-65 {
  background-color: #f5deb3A6 !important;
}
.C-F5DEB3-65-text {
  color: #f5deb3A6;
}
.C-F5DEB3-65-border {
  border-color: #f5deb3A6 !important;
}
.C-F5DEB3-60 {
  background-color: #f5deb399 !important;
}
.C-F5DEB3-60-text {
  color: #f5deb399;
}
.C-F5DEB3-60-border {
  border-color: #f5deb399 !important;
}
.C-F5DEB3-55 {
  background-color: #f5deb38C !important;
}
.C-F5DEB3-55-text {
  color: #f5deb38C;
}
.C-F5DEB3-55-border {
  border-color: #f5deb38C !important;
}
.C-F5DEB3-50 {
  background-color: #f5deb380 !important;
}
.C-F5DEB3-50-text {
  color: #f5deb380;
}
.C-F5DEB3-50-border {
  border-color: #f5deb380 !important;
}
.C-F5DEB3-45 {
  background-color: #f5deb373 !important;
}
.C-F5DEB3-45-text {
  color: #f5deb373;
}
.C-F5DEB3-45-border {
  border-color: #f5deb373 !important;
}
.C-F5DEB3-40 {
  background-color: #f5deb366 !important;
}
.C-F5DEB3-40-text {
  color: #f5deb366;
}
.C-F5DEB3-40-border {
  border-color: #f5deb366 !important;
}
.C-F5DEB3-35 {
  background-color: #f5deb359 !important;
}
.C-F5DEB3-35-text {
  color: #f5deb359;
}
.C-F5DEB3-35-border {
  border-color: #f5deb359 !important;
}
.C-F5DEB3-30 {
  background-color: #f5deb34D !important;
}
.C-F5DEB3-30-text {
  color: #f5deb34D;
}
.C-F5DEB3-30-border {
  border-color: #f5deb34D !important;
}
.C-F5DEB3-25 {
  background-color: #f5deb340 !important;
}
.C-F5DEB3-25-text {
  color: #f5deb340;
}
.C-F5DEB3-25-border {
  border-color: #f5deb340 !important;
}
.C-F5DEB3-20 {
  background-color: #f5deb333 !important;
}
.C-F5DEB3-20-text {
  color: #f5deb333;
}
.C-F5DEB3-20-border {
  border-color: #f5deb333 !important;
}
.C-F5DEB3-15 {
  background-color: #f5deb326 !important;
}
.C-F5DEB3-15-text {
  color: #f5deb326;
}
.C-F5DEB3-15-border {
  border-color: #f5deb326 !important;
}
.C-F5DEB3-10 {
  background-color: #f5deb31A !important;
}
.C-F5DEB3-10-text {
  color: #f5deb31A;
}
.C-F5DEB3-10-border {
  border-color: #f5deb31A !important;
}
.C-F5DEB3-5 {
  background-color: #f5deb30D !important;
}
.C-F5DEB3-5-text {
  color: #f5deb30D;
}
.C-F5DEB3-5-border {
  border-color: #f5deb30D !important;
}
.C-F5DEB3-0 {
  background-color: #f5deb30 !important;
}
.C-F5DEB3-0-text {
  color: #f5deb30;
}
.C-F5DEB3-0-border {
  border-color: #f5deb30 !important;
}
.C-F5DEB3 {
  background-color: #f5deb3 !important;
  --btn-background: #f5deb3;
}
.C-F5DEB3-text {
  color: #f5deb3;
}
.C-F5DEB3-border {
  border-color: #f5deb3 !important;
}
@media (hover: hover) {
  .C-F5DEB3-hover-bg:hover {
    background-color: #f5deb3 !important;
  }
}
.C-F5DEB3-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F5DEB3-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f5deb3;
  fill: #f5deb3;
  stroke: #f5deb3;
}
.C-F5DEB3-hover-text[papaTarget]:hover.f_targetText {
  color: #f5deb3 !important;
  fill: #f5deb3 !important;
  stroke: #f5deb3 !important;
}
.C-F5DEB3-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F5DEB3-hover-text[fHover]:hover {
  color: #f5deb3 !important;
}
.C-F5DEB3-after::after,
.C-F5DEB3-after::before {
  background-color: #f5deb3;
}
.C-F5DEB3-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f5deb3;
  transition: box-shadow 0.2s;
}
.C-F5DEB3100 {
  background-color: wheat !important;
}
.C-F5DEB3100-text {
  color: wheat;
}
.C-F5DEB3100-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB3100 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB395 {
  background-color: wheat !important;
}
.C-F5DEB395-text {
  color: wheat;
}
.C-F5DEB395-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB395 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB390 {
  background-color: wheat !important;
}
.C-F5DEB390-text {
  color: wheat;
}
.C-F5DEB390-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB390 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB385 {
  background-color: wheat !important;
}
.C-F5DEB385-text {
  color: wheat;
}
.C-F5DEB385-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB385 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB380 {
  background-color: wheat !important;
}
.C-F5DEB380-text {
  color: wheat;
}
.C-F5DEB380-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB380 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB375 {
  background-color: wheat !important;
}
.C-F5DEB375-text {
  color: wheat;
}
.C-F5DEB375-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB375 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB370 {
  background-color: wheat !important;
}
.C-F5DEB370-text {
  color: wheat;
}
.C-F5DEB370-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB370 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB365 {
  background-color: wheat !important;
}
.C-F5DEB365-text {
  color: wheat;
}
.C-F5DEB365-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB365 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB360 {
  background-color: wheat !important;
}
.C-F5DEB360-text {
  color: wheat;
}
.C-F5DEB360-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB360 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB355 {
  background-color: wheat !important;
}
.C-F5DEB355-text {
  color: wheat;
}
.C-F5DEB355-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB355 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB350 {
  background-color: wheat !important;
}
.C-F5DEB350-text {
  color: wheat;
}
.C-F5DEB350-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB350 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB345 {
  background-color: wheat !important;
}
.C-F5DEB345-text {
  color: wheat;
}
.C-F5DEB345-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB345 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB340 {
  background-color: wheat !important;
}
.C-F5DEB340-text {
  color: wheat;
}
.C-F5DEB340-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB340 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB335 {
  background-color: wheat !important;
}
.C-F5DEB335-text {
  color: wheat;
}
.C-F5DEB335-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB335 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB330 {
  background-color: wheat !important;
}
.C-F5DEB330-text {
  color: wheat;
}
.C-F5DEB330-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB330 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB325 {
  background-color: wheat !important;
}
.C-F5DEB325-text {
  color: wheat;
}
.C-F5DEB325-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB325 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB320 {
  background-color: wheat !important;
}
.C-F5DEB320-text {
  color: wheat;
}
.C-F5DEB320-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB320 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB315 {
  background-color: wheat !important;
}
.C-F5DEB315-text {
  color: wheat;
}
.C-F5DEB315-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB315 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB310 {
  background-color: wheat !important;
}
.C-F5DEB310-text {
  color: wheat;
}
.C-F5DEB310-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB310 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB35 {
  background-color: wheat !important;
}
.C-F5DEB35-text {
  color: wheat;
}
.C-F5DEB35-border {
  border-color: wheat;
}
.C-linearGradient-F5DEB35 {
  background-image:
    linear-gradient(
      45deg,
      wheat 0%,
      #f5deb3 99%,
      wheat 100%);
}
.C-F5DEB30 {
  background-color: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-text {
  color: rgba(245, 222, 179, 0);
}
.C-F5DEB30-border {
  border-color: rgba(245, 222, 179, 0);
}
.C-linearGradient-F5DEB30 {
  background-image:
    linear-gradient(
      45deg,
      rgba(245, 222, 179, 0) 0%,
      #f5deb3 99%,
      rgba(245, 222, 179, 0) 100%);
}
.C-F5DEB3-fill-1 #fill1 {
  fill: #f5deb3;
}
.C-F5DEB3-fill-1.onHover:hover #fill1,
.C-F5DEB3-fill-1:hover #fill1 {
  fill: #f5deb3;
}
.C-F5DEB3-stroke-1 #stroke1 {
  stroke: #f5deb3 !important;
}
.C-F5DEB3100-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB3100-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB3100-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB395-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB395-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB395-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB390-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB390-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB390-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB385-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB385-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB385-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB380-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB380-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB380-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB375-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB375-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB375-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB370-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB370-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB370-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB365-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB365-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB365-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB360-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB360-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB360-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB355-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB355-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB355-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB350-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB350-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB350-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB345-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB345-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB345-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB340-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB340-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB340-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB335-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB335-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB335-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB330-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB330-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB330-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB325-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB325-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB325-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB320-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB320-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB320-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB315-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB315-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB315-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB310-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB310-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB310-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB35-fill-1 #fill1 {
  fill: wheat !important;
}
.C-F5DEB35-fill-1.onHover:hover #fill1 {
  fill: wheat !important;
}
.C-F5DEB35-stroke-1 #stroke1 {
  stroke: wheat !important;
}
.C-F5DEB30-fill-1 #fill1 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-fill-1.onHover:hover #fill1 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-stroke-1 #stroke1 {
  stroke: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB3-fill-2 #fill2 {
  fill: #f5deb3;
}
.C-F5DEB3-fill-2.onHover:hover #fill2,
.C-F5DEB3-fill-2:hover #fill2 {
  fill: #f5deb3;
}
.C-F5DEB3-stroke-2 #stroke2 {
  stroke: #f5deb3 !important;
}
.C-F5DEB3100-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB3100-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB3100-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB395-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB395-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB395-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB390-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB390-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB390-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB385-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB385-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB385-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB380-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB380-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB380-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB375-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB375-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB375-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB370-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB370-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB370-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB365-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB365-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB365-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB360-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB360-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB360-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB355-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB355-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB355-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB350-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB350-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB350-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB345-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB345-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB345-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB340-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB340-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB340-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB335-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB335-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB335-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB330-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB330-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB330-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB325-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB325-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB325-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB320-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB320-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB320-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB315-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB315-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB315-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB310-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB310-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB310-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB35-fill-2 #fill2 {
  fill: wheat !important;
}
.C-F5DEB35-fill-2.onHover:hover #fill2 {
  fill: wheat !important;
}
.C-F5DEB35-stroke-2 #stroke2 {
  stroke: wheat !important;
}
.C-F5DEB30-fill-2 #fill2 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-fill-2.onHover:hover #fill2 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-stroke-2 #stroke2 {
  stroke: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB3-fill-3 #fill3 {
  fill: #f5deb3;
}
.C-F5DEB3-fill-3.onHover:hover #fill3,
.C-F5DEB3-fill-3:hover #fill3 {
  fill: #f5deb3;
}
.C-F5DEB3-stroke-3 #stroke3 {
  stroke: #f5deb3 !important;
}
.C-F5DEB3100-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB3100-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB3100-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB395-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB395-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB395-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB390-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB390-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB390-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB385-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB385-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB385-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB380-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB380-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB380-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB375-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB375-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB375-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB370-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB370-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB370-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB365-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB365-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB365-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB360-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB360-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB360-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB355-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB355-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB355-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB350-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB350-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB350-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB345-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB345-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB345-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB340-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB340-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB340-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB335-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB335-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB335-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB330-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB330-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB330-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB325-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB325-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB325-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB320-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB320-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB320-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB315-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB315-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB315-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB310-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB310-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB310-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB35-fill-3 #fill3 {
  fill: wheat !important;
}
.C-F5DEB35-fill-3.onHover:hover #fill3 {
  fill: wheat !important;
}
.C-F5DEB35-stroke-3 #stroke3 {
  stroke: wheat !important;
}
.C-F5DEB30-fill-3 #fill3 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-fill-3.onHover:hover #fill3 {
  fill: rgba(245, 222, 179, 0) !important;
}
.C-F5DEB30-stroke-3 #stroke3 {
  stroke: rgba(245, 222, 179, 0) !important;
}
.C-C2AF8D-100 {
  background-color: #c2af8dFF !important;
}
.C-C2AF8D-100-text {
  color: #c2af8dFF;
}
.C-C2AF8D-100-border {
  border-color: #c2af8dFF !important;
}
.C-C2AF8D-95 {
  background-color: #c2af8dF2 !important;
}
.C-C2AF8D-95-text {
  color: #c2af8dF2;
}
.C-C2AF8D-95-border {
  border-color: #c2af8dF2 !important;
}
.C-C2AF8D-90 {
  background-color: #c2af8dE6 !important;
}
.C-C2AF8D-90-text {
  color: #c2af8dE6;
}
.C-C2AF8D-90-border {
  border-color: #c2af8dE6 !important;
}
.C-C2AF8D-85 {
  background-color: #c2af8dD9 !important;
}
.C-C2AF8D-85-text {
  color: #c2af8dD9;
}
.C-C2AF8D-85-border {
  border-color: #c2af8dD9 !important;
}
.C-C2AF8D-80 {
  background-color: #c2af8dCC !important;
}
.C-C2AF8D-80-text {
  color: #c2af8dCC;
}
.C-C2AF8D-80-border {
  border-color: #c2af8dCC !important;
}
.C-C2AF8D-75 {
  background-color: #c2af8dBF !important;
}
.C-C2AF8D-75-text {
  color: #c2af8dBF;
}
.C-C2AF8D-75-border {
  border-color: #c2af8dBF !important;
}
.C-C2AF8D-70 {
  background-color: #c2af8dB3 !important;
}
.C-C2AF8D-70-text {
  color: #c2af8dB3;
}
.C-C2AF8D-70-border {
  border-color: #c2af8dB3 !important;
}
.C-C2AF8D-65 {
  background-color: #c2af8dA6 !important;
}
.C-C2AF8D-65-text {
  color: #c2af8dA6;
}
.C-C2AF8D-65-border {
  border-color: #c2af8dA6 !important;
}
.C-C2AF8D-60 {
  background-color: #c2af8d99 !important;
}
.C-C2AF8D-60-text {
  color: #c2af8d99;
}
.C-C2AF8D-60-border {
  border-color: #c2af8d99 !important;
}
.C-C2AF8D-55 {
  background-color: #c2af8d8C !important;
}
.C-C2AF8D-55-text {
  color: #c2af8d8C;
}
.C-C2AF8D-55-border {
  border-color: #c2af8d8C !important;
}
.C-C2AF8D-50 {
  background-color: #c2af8d80 !important;
}
.C-C2AF8D-50-text {
  color: #c2af8d80;
}
.C-C2AF8D-50-border {
  border-color: #c2af8d80 !important;
}
.C-C2AF8D-45 {
  background-color: #c2af8d73 !important;
}
.C-C2AF8D-45-text {
  color: #c2af8d73;
}
.C-C2AF8D-45-border {
  border-color: #c2af8d73 !important;
}
.C-C2AF8D-40 {
  background-color: #c2af8d66 !important;
}
.C-C2AF8D-40-text {
  color: #c2af8d66;
}
.C-C2AF8D-40-border {
  border-color: #c2af8d66 !important;
}
.C-C2AF8D-35 {
  background-color: #c2af8d59 !important;
}
.C-C2AF8D-35-text {
  color: #c2af8d59;
}
.C-C2AF8D-35-border {
  border-color: #c2af8d59 !important;
}
.C-C2AF8D-30 {
  background-color: #c2af8d4D !important;
}
.C-C2AF8D-30-text {
  color: #c2af8d4D;
}
.C-C2AF8D-30-border {
  border-color: #c2af8d4D !important;
}
.C-C2AF8D-25 {
  background-color: #c2af8d40 !important;
}
.C-C2AF8D-25-text {
  color: #c2af8d40;
}
.C-C2AF8D-25-border {
  border-color: #c2af8d40 !important;
}
.C-C2AF8D-20 {
  background-color: #c2af8d33 !important;
}
.C-C2AF8D-20-text {
  color: #c2af8d33;
}
.C-C2AF8D-20-border {
  border-color: #c2af8d33 !important;
}
.C-C2AF8D-15 {
  background-color: #c2af8d26 !important;
}
.C-C2AF8D-15-text {
  color: #c2af8d26;
}
.C-C2AF8D-15-border {
  border-color: #c2af8d26 !important;
}
.C-C2AF8D-10 {
  background-color: #c2af8d1A !important;
}
.C-C2AF8D-10-text {
  color: #c2af8d1A;
}
.C-C2AF8D-10-border {
  border-color: #c2af8d1A !important;
}
.C-C2AF8D-5 {
  background-color: #c2af8d0D !important;
}
.C-C2AF8D-5-text {
  color: #c2af8d0D;
}
.C-C2AF8D-5-border {
  border-color: #c2af8d0D !important;
}
.C-C2AF8D-0 {
  background-color: #c2af8d0 !important;
}
.C-C2AF8D-0-text {
  color: #c2af8d0;
}
.C-C2AF8D-0-border {
  border-color: #c2af8d0 !important;
}
.C-C2AF8D {
  background-color: #c2af8d !important;
  --btn-background: #c2af8d;
}
.C-C2AF8D-text {
  color: #c2af8d;
}
.C-C2AF8D-border {
  border-color: #c2af8d !important;
}
@media (hover: hover) {
  .C-C2AF8D-hover-bg:hover {
    background-color: #c2af8d !important;
  }
}
.C-C2AF8D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-C2AF8D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c2af8d;
  fill: #c2af8d;
  stroke: #c2af8d;
}
.C-C2AF8D-hover-text[papaTarget]:hover.f_targetText {
  color: #c2af8d !important;
  fill: #c2af8d !important;
  stroke: #c2af8d !important;
}
.C-C2AF8D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-C2AF8D-hover-text[fHover]:hover {
  color: #c2af8d !important;
}
.C-C2AF8D-after::after,
.C-C2AF8D-after::before {
  background-color: #c2af8d;
}
.C-C2AF8D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c2af8d;
  transition: box-shadow 0.2s;
}
.C-C2AF8D100 {
  background-color: #c2af8d !important;
}
.C-C2AF8D100-text {
  color: #c2af8d;
}
.C-C2AF8D100-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D100 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D95 {
  background-color: #c2af8d !important;
}
.C-C2AF8D95-text {
  color: #c2af8d;
}
.C-C2AF8D95-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D95 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D90 {
  background-color: #c2af8d !important;
}
.C-C2AF8D90-text {
  color: #c2af8d;
}
.C-C2AF8D90-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D90 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D85 {
  background-color: #c2af8d !important;
}
.C-C2AF8D85-text {
  color: #c2af8d;
}
.C-C2AF8D85-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D85 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D80 {
  background-color: #c2af8d !important;
}
.C-C2AF8D80-text {
  color: #c2af8d;
}
.C-C2AF8D80-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D80 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D75 {
  background-color: #c2af8d !important;
}
.C-C2AF8D75-text {
  color: #c2af8d;
}
.C-C2AF8D75-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D75 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D70 {
  background-color: #c2af8d !important;
}
.C-C2AF8D70-text {
  color: #c2af8d;
}
.C-C2AF8D70-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D70 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D65 {
  background-color: #c2af8d !important;
}
.C-C2AF8D65-text {
  color: #c2af8d;
}
.C-C2AF8D65-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D65 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D60 {
  background-color: #c2af8d !important;
}
.C-C2AF8D60-text {
  color: #c2af8d;
}
.C-C2AF8D60-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D60 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D55 {
  background-color: #c2af8d !important;
}
.C-C2AF8D55-text {
  color: #c2af8d;
}
.C-C2AF8D55-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D55 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D50 {
  background-color: #c2af8d !important;
}
.C-C2AF8D50-text {
  color: #c2af8d;
}
.C-C2AF8D50-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D50 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D45 {
  background-color: #c2af8d !important;
}
.C-C2AF8D45-text {
  color: #c2af8d;
}
.C-C2AF8D45-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D45 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D40 {
  background-color: #c2af8d !important;
}
.C-C2AF8D40-text {
  color: #c2af8d;
}
.C-C2AF8D40-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D40 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D35 {
  background-color: #c2af8d !important;
}
.C-C2AF8D35-text {
  color: #c2af8d;
}
.C-C2AF8D35-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D35 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D30 {
  background-color: #c2af8d !important;
}
.C-C2AF8D30-text {
  color: #c2af8d;
}
.C-C2AF8D30-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D30 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D25 {
  background-color: #c2af8d !important;
}
.C-C2AF8D25-text {
  color: #c2af8d;
}
.C-C2AF8D25-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D25 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D20 {
  background-color: #c2af8d !important;
}
.C-C2AF8D20-text {
  color: #c2af8d;
}
.C-C2AF8D20-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D20 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D15 {
  background-color: #c2af8d !important;
}
.C-C2AF8D15-text {
  color: #c2af8d;
}
.C-C2AF8D15-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D15 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D10 {
  background-color: #c2af8d !important;
}
.C-C2AF8D10-text {
  color: #c2af8d;
}
.C-C2AF8D10-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D10 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D5 {
  background-color: #c2af8d !important;
}
.C-C2AF8D5-text {
  color: #c2af8d;
}
.C-C2AF8D5-border {
  border-color: #c2af8d;
}
.C-linearGradient-C2AF8D5 {
  background-image:
    linear-gradient(
      45deg,
      #c2af8d 0%,
      #c2af8d 99%,
      #c2af8d 100%);
}
.C-C2AF8D0 {
  background-color: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-text {
  color: rgba(194, 175, 141, 0);
}
.C-C2AF8D0-border {
  border-color: rgba(194, 175, 141, 0);
}
.C-linearGradient-C2AF8D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(194, 175, 141, 0) 0%,
      #c2af8d 99%,
      rgba(194, 175, 141, 0) 100%);
}
.C-C2AF8D-fill-1 #fill1 {
  fill: #c2af8d;
}
.C-C2AF8D-fill-1.onHover:hover #fill1,
.C-C2AF8D-fill-1:hover #fill1 {
  fill: #c2af8d;
}
.C-C2AF8D-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D100-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D95-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D90-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D85-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D80-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D75-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D70-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D65-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D60-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D55-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D50-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D45-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D40-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D35-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D30-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D25-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D20-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D15-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D10-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D5-fill-1 #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-fill-1.onHover:hover #fill1 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-stroke-1 #stroke1 {
  stroke: #c2af8d !important;
}
.C-C2AF8D0-fill-1 #fill1 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-fill-1.onHover:hover #fill1 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-stroke-1 #stroke1 {
  stroke: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D-fill-2 #fill2 {
  fill: #c2af8d;
}
.C-C2AF8D-fill-2.onHover:hover #fill2,
.C-C2AF8D-fill-2:hover #fill2 {
  fill: #c2af8d;
}
.C-C2AF8D-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D100-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D95-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D90-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D85-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D80-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D75-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D70-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D65-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D60-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D55-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D50-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D45-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D40-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D35-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D30-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D25-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D20-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D15-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D10-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D5-fill-2 #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-fill-2.onHover:hover #fill2 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-stroke-2 #stroke2 {
  stroke: #c2af8d !important;
}
.C-C2AF8D0-fill-2 #fill2 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-fill-2.onHover:hover #fill2 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-stroke-2 #stroke2 {
  stroke: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D-fill-3 #fill3 {
  fill: #c2af8d;
}
.C-C2AF8D-fill-3.onHover:hover #fill3,
.C-C2AF8D-fill-3:hover #fill3 {
  fill: #c2af8d;
}
.C-C2AF8D-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D100-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D100-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D95-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D95-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D90-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D90-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D85-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D85-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D80-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D80-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D75-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D75-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D70-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D70-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D65-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D65-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D60-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D60-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D55-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D55-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D50-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D50-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D45-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D45-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D40-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D40-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D35-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D35-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D30-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D30-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D25-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D25-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D20-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D20-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D15-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D15-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D10-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D10-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D5-fill-3 #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-fill-3.onHover:hover #fill3 {
  fill: #c2af8d !important;
}
.C-C2AF8D5-stroke-3 #stroke3 {
  stroke: #c2af8d !important;
}
.C-C2AF8D0-fill-3 #fill3 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-fill-3.onHover:hover #fill3 {
  fill: rgba(194, 175, 141, 0) !important;
}
.C-C2AF8D0-stroke-3 #stroke3 {
  stroke: rgba(194, 175, 141, 0) !important;
}
.C-FAF0D6-100 {
  background-color: #faf0d6FF !important;
}
.C-FAF0D6-100-text {
  color: #faf0d6FF;
}
.C-FAF0D6-100-border {
  border-color: #faf0d6FF !important;
}
.C-FAF0D6-95 {
  background-color: #faf0d6F2 !important;
}
.C-FAF0D6-95-text {
  color: #faf0d6F2;
}
.C-FAF0D6-95-border {
  border-color: #faf0d6F2 !important;
}
.C-FAF0D6-90 {
  background-color: #faf0d6E6 !important;
}
.C-FAF0D6-90-text {
  color: #faf0d6E6;
}
.C-FAF0D6-90-border {
  border-color: #faf0d6E6 !important;
}
.C-FAF0D6-85 {
  background-color: #faf0d6D9 !important;
}
.C-FAF0D6-85-text {
  color: #faf0d6D9;
}
.C-FAF0D6-85-border {
  border-color: #faf0d6D9 !important;
}
.C-FAF0D6-80 {
  background-color: #faf0d6CC !important;
}
.C-FAF0D6-80-text {
  color: #faf0d6CC;
}
.C-FAF0D6-80-border {
  border-color: #faf0d6CC !important;
}
.C-FAF0D6-75 {
  background-color: #faf0d6BF !important;
}
.C-FAF0D6-75-text {
  color: #faf0d6BF;
}
.C-FAF0D6-75-border {
  border-color: #faf0d6BF !important;
}
.C-FAF0D6-70 {
  background-color: #faf0d6B3 !important;
}
.C-FAF0D6-70-text {
  color: #faf0d6B3;
}
.C-FAF0D6-70-border {
  border-color: #faf0d6B3 !important;
}
.C-FAF0D6-65 {
  background-color: #faf0d6A6 !important;
}
.C-FAF0D6-65-text {
  color: #faf0d6A6;
}
.C-FAF0D6-65-border {
  border-color: #faf0d6A6 !important;
}
.C-FAF0D6-60 {
  background-color: #faf0d699 !important;
}
.C-FAF0D6-60-text {
  color: #faf0d699;
}
.C-FAF0D6-60-border {
  border-color: #faf0d699 !important;
}
.C-FAF0D6-55 {
  background-color: #faf0d68C !important;
}
.C-FAF0D6-55-text {
  color: #faf0d68C;
}
.C-FAF0D6-55-border {
  border-color: #faf0d68C !important;
}
.C-FAF0D6-50 {
  background-color: #faf0d680 !important;
}
.C-FAF0D6-50-text {
  color: #faf0d680;
}
.C-FAF0D6-50-border {
  border-color: #faf0d680 !important;
}
.C-FAF0D6-45 {
  background-color: #faf0d673 !important;
}
.C-FAF0D6-45-text {
  color: #faf0d673;
}
.C-FAF0D6-45-border {
  border-color: #faf0d673 !important;
}
.C-FAF0D6-40 {
  background-color: #faf0d666 !important;
}
.C-FAF0D6-40-text {
  color: #faf0d666;
}
.C-FAF0D6-40-border {
  border-color: #faf0d666 !important;
}
.C-FAF0D6-35 {
  background-color: #faf0d659 !important;
}
.C-FAF0D6-35-text {
  color: #faf0d659;
}
.C-FAF0D6-35-border {
  border-color: #faf0d659 !important;
}
.C-FAF0D6-30 {
  background-color: #faf0d64D !important;
}
.C-FAF0D6-30-text {
  color: #faf0d64D;
}
.C-FAF0D6-30-border {
  border-color: #faf0d64D !important;
}
.C-FAF0D6-25 {
  background-color: #faf0d640 !important;
}
.C-FAF0D6-25-text {
  color: #faf0d640;
}
.C-FAF0D6-25-border {
  border-color: #faf0d640 !important;
}
.C-FAF0D6-20 {
  background-color: #faf0d633 !important;
}
.C-FAF0D6-20-text {
  color: #faf0d633;
}
.C-FAF0D6-20-border {
  border-color: #faf0d633 !important;
}
.C-FAF0D6-15 {
  background-color: #faf0d626 !important;
}
.C-FAF0D6-15-text {
  color: #faf0d626;
}
.C-FAF0D6-15-border {
  border-color: #faf0d626 !important;
}
.C-FAF0D6-10 {
  background-color: #faf0d61A !important;
}
.C-FAF0D6-10-text {
  color: #faf0d61A;
}
.C-FAF0D6-10-border {
  border-color: #faf0d61A !important;
}
.C-FAF0D6-5 {
  background-color: #faf0d60D !important;
}
.C-FAF0D6-5-text {
  color: #faf0d60D;
}
.C-FAF0D6-5-border {
  border-color: #faf0d60D !important;
}
.C-FAF0D6-0 {
  background-color: #faf0d60 !important;
}
.C-FAF0D6-0-text {
  color: #faf0d60;
}
.C-FAF0D6-0-border {
  border-color: #faf0d60 !important;
}
.C-FAF0D6 {
  background-color: #faf0d6 !important;
  --btn-background: #faf0d6;
}
.C-FAF0D6-text {
  color: #faf0d6;
}
.C-FAF0D6-border {
  border-color: #faf0d6 !important;
}
@media (hover: hover) {
  .C-FAF0D6-hover-bg:hover {
    background-color: #faf0d6 !important;
  }
}
.C-FAF0D6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FAF0D6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #faf0d6;
  fill: #faf0d6;
  stroke: #faf0d6;
}
.C-FAF0D6-hover-text[papaTarget]:hover.f_targetText {
  color: #faf0d6 !important;
  fill: #faf0d6 !important;
  stroke: #faf0d6 !important;
}
.C-FAF0D6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FAF0D6-hover-text[fHover]:hover {
  color: #faf0d6 !important;
}
.C-FAF0D6-after::after,
.C-FAF0D6-after::before {
  background-color: #faf0d6;
}
.C-FAF0D6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #faf0d6;
  transition: box-shadow 0.2s;
}
.C-FAF0D6100 {
  background-color: #faf0d6 !important;
}
.C-FAF0D6100-text {
  color: #faf0d6;
}
.C-FAF0D6100-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D6100 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D695 {
  background-color: #faf0d6 !important;
}
.C-FAF0D695-text {
  color: #faf0d6;
}
.C-FAF0D695-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D695 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D690 {
  background-color: #faf0d6 !important;
}
.C-FAF0D690-text {
  color: #faf0d6;
}
.C-FAF0D690-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D690 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D685 {
  background-color: #faf0d6 !important;
}
.C-FAF0D685-text {
  color: #faf0d6;
}
.C-FAF0D685-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D685 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D680 {
  background-color: #faf0d6 !important;
}
.C-FAF0D680-text {
  color: #faf0d6;
}
.C-FAF0D680-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D680 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D675 {
  background-color: #faf0d6 !important;
}
.C-FAF0D675-text {
  color: #faf0d6;
}
.C-FAF0D675-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D675 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D670 {
  background-color: #faf0d6 !important;
}
.C-FAF0D670-text {
  color: #faf0d6;
}
.C-FAF0D670-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D670 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D665 {
  background-color: #faf0d6 !important;
}
.C-FAF0D665-text {
  color: #faf0d6;
}
.C-FAF0D665-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D665 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D660 {
  background-color: #faf0d6 !important;
}
.C-FAF0D660-text {
  color: #faf0d6;
}
.C-FAF0D660-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D660 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D655 {
  background-color: #faf0d6 !important;
}
.C-FAF0D655-text {
  color: #faf0d6;
}
.C-FAF0D655-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D655 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D650 {
  background-color: #faf0d6 !important;
}
.C-FAF0D650-text {
  color: #faf0d6;
}
.C-FAF0D650-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D650 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D645 {
  background-color: #faf0d6 !important;
}
.C-FAF0D645-text {
  color: #faf0d6;
}
.C-FAF0D645-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D645 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D640 {
  background-color: #faf0d6 !important;
}
.C-FAF0D640-text {
  color: #faf0d6;
}
.C-FAF0D640-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D640 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D635 {
  background-color: #faf0d6 !important;
}
.C-FAF0D635-text {
  color: #faf0d6;
}
.C-FAF0D635-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D635 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D630 {
  background-color: #faf0d6 !important;
}
.C-FAF0D630-text {
  color: #faf0d6;
}
.C-FAF0D630-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D630 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D625 {
  background-color: #faf0d6 !important;
}
.C-FAF0D625-text {
  color: #faf0d6;
}
.C-FAF0D625-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D625 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D620 {
  background-color: #faf0d6 !important;
}
.C-FAF0D620-text {
  color: #faf0d6;
}
.C-FAF0D620-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D620 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D615 {
  background-color: #faf0d6 !important;
}
.C-FAF0D615-text {
  color: #faf0d6;
}
.C-FAF0D615-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D615 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D610 {
  background-color: #faf0d6 !important;
}
.C-FAF0D610-text {
  color: #faf0d6;
}
.C-FAF0D610-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D610 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D65 {
  background-color: #faf0d6 !important;
}
.C-FAF0D65-text {
  color: #faf0d6;
}
.C-FAF0D65-border {
  border-color: #faf0d6;
}
.C-linearGradient-FAF0D65 {
  background-image:
    linear-gradient(
      45deg,
      #faf0d6 0%,
      #faf0d6 99%,
      #faf0d6 100%);
}
.C-FAF0D60 {
  background-color: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-text {
  color: rgba(250, 240, 214, 0);
}
.C-FAF0D60-border {
  border-color: rgba(250, 240, 214, 0);
}
.C-linearGradient-FAF0D60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(250, 240, 214, 0) 0%,
      #faf0d6 99%,
      rgba(250, 240, 214, 0) 100%);
}
.C-FAF0D6-fill-1 #fill1 {
  fill: #faf0d6;
}
.C-FAF0D6-fill-1.onHover:hover #fill1,
.C-FAF0D6-fill-1:hover #fill1 {
  fill: #faf0d6;
}
.C-FAF0D6-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D6100-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D695-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D690-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D685-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D680-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D675-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D670-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D665-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D660-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D655-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D650-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D645-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D640-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D635-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D630-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D625-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D620-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D615-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D610-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D65-fill-1 #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-fill-1.onHover:hover #fill1 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-stroke-1 #stroke1 {
  stroke: #faf0d6 !important;
}
.C-FAF0D60-fill-1 #fill1 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-fill-1.onHover:hover #fill1 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-stroke-1 #stroke1 {
  stroke: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D6-fill-2 #fill2 {
  fill: #faf0d6;
}
.C-FAF0D6-fill-2.onHover:hover #fill2,
.C-FAF0D6-fill-2:hover #fill2 {
  fill: #faf0d6;
}
.C-FAF0D6-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D6100-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D695-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D690-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D685-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D680-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D675-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D670-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D665-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D660-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D655-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D650-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D645-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D640-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D635-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D630-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D625-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D620-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D615-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D610-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D65-fill-2 #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-fill-2.onHover:hover #fill2 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-stroke-2 #stroke2 {
  stroke: #faf0d6 !important;
}
.C-FAF0D60-fill-2 #fill2 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-fill-2.onHover:hover #fill2 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-stroke-2 #stroke2 {
  stroke: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D6-fill-3 #fill3 {
  fill: #faf0d6;
}
.C-FAF0D6-fill-3.onHover:hover #fill3,
.C-FAF0D6-fill-3:hover #fill3 {
  fill: #faf0d6;
}
.C-FAF0D6-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D6100-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D6100-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D695-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D695-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D690-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D690-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D685-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D685-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D680-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D680-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D675-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D675-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D670-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D670-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D665-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D665-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D660-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D660-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D655-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D655-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D650-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D650-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D645-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D645-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D640-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D640-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D635-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D635-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D630-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D630-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D625-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D625-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D620-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D620-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D615-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D615-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D610-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D610-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D65-fill-3 #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-fill-3.onHover:hover #fill3 {
  fill: #faf0d6 !important;
}
.C-FAF0D65-stroke-3 #stroke3 {
  stroke: #faf0d6 !important;
}
.C-FAF0D60-fill-3 #fill3 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-fill-3.onHover:hover #fill3 {
  fill: rgba(250, 240, 214, 0) !important;
}
.C-FAF0D60-stroke-3 #stroke3 {
  stroke: rgba(250, 240, 214, 0) !important;
}
.C-FF4D01-100 {
  background-color: #ff4d01FF !important;
}
.C-FF4D01-100-text {
  color: #ff4d01FF;
}
.C-FF4D01-100-border {
  border-color: #ff4d01FF !important;
}
.C-FF4D01-95 {
  background-color: #ff4d01F2 !important;
}
.C-FF4D01-95-text {
  color: #ff4d01F2;
}
.C-FF4D01-95-border {
  border-color: #ff4d01F2 !important;
}
.C-FF4D01-90 {
  background-color: #ff4d01E6 !important;
}
.C-FF4D01-90-text {
  color: #ff4d01E6;
}
.C-FF4D01-90-border {
  border-color: #ff4d01E6 !important;
}
.C-FF4D01-85 {
  background-color: #ff4d01D9 !important;
}
.C-FF4D01-85-text {
  color: #ff4d01D9;
}
.C-FF4D01-85-border {
  border-color: #ff4d01D9 !important;
}
.C-FF4D01-80 {
  background-color: #ff4d01CC !important;
}
.C-FF4D01-80-text {
  color: #ff4d01CC;
}
.C-FF4D01-80-border {
  border-color: #ff4d01CC !important;
}
.C-FF4D01-75 {
  background-color: #ff4d01BF !important;
}
.C-FF4D01-75-text {
  color: #ff4d01BF;
}
.C-FF4D01-75-border {
  border-color: #ff4d01BF !important;
}
.C-FF4D01-70 {
  background-color: #ff4d01B3 !important;
}
.C-FF4D01-70-text {
  color: #ff4d01B3;
}
.C-FF4D01-70-border {
  border-color: #ff4d01B3 !important;
}
.C-FF4D01-65 {
  background-color: #ff4d01A6 !important;
}
.C-FF4D01-65-text {
  color: #ff4d01A6;
}
.C-FF4D01-65-border {
  border-color: #ff4d01A6 !important;
}
.C-FF4D01-60 {
  background-color: #ff4d0199 !important;
}
.C-FF4D01-60-text {
  color: #ff4d0199;
}
.C-FF4D01-60-border {
  border-color: #ff4d0199 !important;
}
.C-FF4D01-55 {
  background-color: #ff4d018C !important;
}
.C-FF4D01-55-text {
  color: #ff4d018C;
}
.C-FF4D01-55-border {
  border-color: #ff4d018C !important;
}
.C-FF4D01-50 {
  background-color: #ff4d0180 !important;
}
.C-FF4D01-50-text {
  color: #ff4d0180;
}
.C-FF4D01-50-border {
  border-color: #ff4d0180 !important;
}
.C-FF4D01-45 {
  background-color: #ff4d0173 !important;
}
.C-FF4D01-45-text {
  color: #ff4d0173;
}
.C-FF4D01-45-border {
  border-color: #ff4d0173 !important;
}
.C-FF4D01-40 {
  background-color: #ff4d0166 !important;
}
.C-FF4D01-40-text {
  color: #ff4d0166;
}
.C-FF4D01-40-border {
  border-color: #ff4d0166 !important;
}
.C-FF4D01-35 {
  background-color: #ff4d0159 !important;
}
.C-FF4D01-35-text {
  color: #ff4d0159;
}
.C-FF4D01-35-border {
  border-color: #ff4d0159 !important;
}
.C-FF4D01-30 {
  background-color: #ff4d014D !important;
}
.C-FF4D01-30-text {
  color: #ff4d014D;
}
.C-FF4D01-30-border {
  border-color: #ff4d014D !important;
}
.C-FF4D01-25 {
  background-color: #ff4d0140 !important;
}
.C-FF4D01-25-text {
  color: #ff4d0140;
}
.C-FF4D01-25-border {
  border-color: #ff4d0140 !important;
}
.C-FF4D01-20 {
  background-color: #ff4d0133 !important;
}
.C-FF4D01-20-text {
  color: #ff4d0133;
}
.C-FF4D01-20-border {
  border-color: #ff4d0133 !important;
}
.C-FF4D01-15 {
  background-color: #ff4d0126 !important;
}
.C-FF4D01-15-text {
  color: #ff4d0126;
}
.C-FF4D01-15-border {
  border-color: #ff4d0126 !important;
}
.C-FF4D01-10 {
  background-color: #ff4d011A !important;
}
.C-FF4D01-10-text {
  color: #ff4d011A;
}
.C-FF4D01-10-border {
  border-color: #ff4d011A !important;
}
.C-FF4D01-5 {
  background-color: #ff4d010D !important;
}
.C-FF4D01-5-text {
  color: #ff4d010D;
}
.C-FF4D01-5-border {
  border-color: #ff4d010D !important;
}
.C-FF4D01-0 {
  background-color: #ff4d010 !important;
}
.C-FF4D01-0-text {
  color: #ff4d010;
}
.C-FF4D01-0-border {
  border-color: #ff4d010 !important;
}
.C-FF4D01 {
  background-color: #ff4d01 !important;
  --btn-background: #ff4d01;
}
.C-FF4D01-text {
  color: #ff4d01;
}
.C-FF4D01-border {
  border-color: #ff4d01 !important;
}
@media (hover: hover) {
  .C-FF4D01-hover-bg:hover {
    background-color: #ff4d01 !important;
  }
}
.C-FF4D01-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF4D01-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff4d01;
  fill: #ff4d01;
  stroke: #ff4d01;
}
.C-FF4D01-hover-text[papaTarget]:hover.f_targetText {
  color: #ff4d01 !important;
  fill: #ff4d01 !important;
  stroke: #ff4d01 !important;
}
.C-FF4D01-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF4D01-hover-text[fHover]:hover {
  color: #ff4d01 !important;
}
.C-FF4D01-after::after,
.C-FF4D01-after::before {
  background-color: #ff4d01;
}
.C-FF4D01-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff4d01;
  transition: box-shadow 0.2s;
}
.C-FF4D01100 {
  background-color: #ff4d01 !important;
}
.C-FF4D01100-text {
  color: #ff4d01;
}
.C-FF4D01100-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D01100 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0195 {
  background-color: #ff4d01 !important;
}
.C-FF4D0195-text {
  color: #ff4d01;
}
.C-FF4D0195-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0195 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0190 {
  background-color: #ff4d01 !important;
}
.C-FF4D0190-text {
  color: #ff4d01;
}
.C-FF4D0190-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0190 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0185 {
  background-color: #ff4d01 !important;
}
.C-FF4D0185-text {
  color: #ff4d01;
}
.C-FF4D0185-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0185 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0180 {
  background-color: #ff4d01 !important;
}
.C-FF4D0180-text {
  color: #ff4d01;
}
.C-FF4D0180-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0180 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0175 {
  background-color: #ff4d01 !important;
}
.C-FF4D0175-text {
  color: #ff4d01;
}
.C-FF4D0175-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0175 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0170 {
  background-color: #ff4d01 !important;
}
.C-FF4D0170-text {
  color: #ff4d01;
}
.C-FF4D0170-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0170 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0165 {
  background-color: #ff4d01 !important;
}
.C-FF4D0165-text {
  color: #ff4d01;
}
.C-FF4D0165-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0165 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0160 {
  background-color: #ff4d01 !important;
}
.C-FF4D0160-text {
  color: #ff4d01;
}
.C-FF4D0160-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0160 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0155 {
  background-color: #ff4d01 !important;
}
.C-FF4D0155-text {
  color: #ff4d01;
}
.C-FF4D0155-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0155 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0150 {
  background-color: #ff4d01 !important;
}
.C-FF4D0150-text {
  color: #ff4d01;
}
.C-FF4D0150-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0150 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0145 {
  background-color: #ff4d01 !important;
}
.C-FF4D0145-text {
  color: #ff4d01;
}
.C-FF4D0145-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0145 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0140 {
  background-color: #ff4d01 !important;
}
.C-FF4D0140-text {
  color: #ff4d01;
}
.C-FF4D0140-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0140 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0135 {
  background-color: #ff4d01 !important;
}
.C-FF4D0135-text {
  color: #ff4d01;
}
.C-FF4D0135-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0135 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0130 {
  background-color: #ff4d01 !important;
}
.C-FF4D0130-text {
  color: #ff4d01;
}
.C-FF4D0130-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0130 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0125 {
  background-color: #ff4d01 !important;
}
.C-FF4D0125-text {
  color: #ff4d01;
}
.C-FF4D0125-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0125 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0120 {
  background-color: #ff4d01 !important;
}
.C-FF4D0120-text {
  color: #ff4d01;
}
.C-FF4D0120-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0120 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0115 {
  background-color: #ff4d01 !important;
}
.C-FF4D0115-text {
  color: #ff4d01;
}
.C-FF4D0115-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0115 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D0110 {
  background-color: #ff4d01 !important;
}
.C-FF4D0110-text {
  color: #ff4d01;
}
.C-FF4D0110-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D0110 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D015 {
  background-color: #ff4d01 !important;
}
.C-FF4D015-text {
  color: #ff4d01;
}
.C-FF4D015-border {
  border-color: #ff4d01;
}
.C-linearGradient-FF4D015 {
  background-image:
    linear-gradient(
      45deg,
      #ff4d01 0%,
      #ff4d01 99%,
      #ff4d01 100%);
}
.C-FF4D010 {
  background-color: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-text {
  color: rgba(255, 77, 1, 0);
}
.C-FF4D010-border {
  border-color: rgba(255, 77, 1, 0);
}
.C-linearGradient-FF4D010 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 77, 1, 0) 0%,
      #ff4d01 99%,
      rgba(255, 77, 1, 0) 100%);
}
.C-FF4D01-fill-1 #fill1 {
  fill: #ff4d01;
}
.C-FF4D01-fill-1.onHover:hover #fill1,
.C-FF4D01-fill-1:hover #fill1 {
  fill: #ff4d01;
}
.C-FF4D01-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D01100-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0195-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0190-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0185-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0180-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0175-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0170-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0165-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0160-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0155-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0150-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0145-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0140-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0135-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0130-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0125-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0120-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0115-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D0110-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D015-fill-1 #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D015-fill-1.onHover:hover #fill1 {
  fill: #ff4d01 !important;
}
.C-FF4D015-stroke-1 #stroke1 {
  stroke: #ff4d01 !important;
}
.C-FF4D010-fill-1 #fill1 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-stroke-1 #stroke1 {
  stroke: rgba(255, 77, 1, 0) !important;
}
.C-FF4D01-fill-2 #fill2 {
  fill: #ff4d01;
}
.C-FF4D01-fill-2.onHover:hover #fill2,
.C-FF4D01-fill-2:hover #fill2 {
  fill: #ff4d01;
}
.C-FF4D01-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D01100-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0195-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0190-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0185-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0180-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0175-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0170-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0165-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0160-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0155-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0150-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0145-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0140-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0135-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0130-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0125-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0120-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0115-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D0110-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D015-fill-2 #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D015-fill-2.onHover:hover #fill2 {
  fill: #ff4d01 !important;
}
.C-FF4D015-stroke-2 #stroke2 {
  stroke: #ff4d01 !important;
}
.C-FF4D010-fill-2 #fill2 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-stroke-2 #stroke2 {
  stroke: rgba(255, 77, 1, 0) !important;
}
.C-FF4D01-fill-3 #fill3 {
  fill: #ff4d01;
}
.C-FF4D01-fill-3.onHover:hover #fill3,
.C-FF4D01-fill-3:hover #fill3 {
  fill: #ff4d01;
}
.C-FF4D01-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D01100-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D01100-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0195-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0195-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0190-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0190-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0185-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0185-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0180-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0180-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0175-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0175-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0170-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0170-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0165-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0165-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0160-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0160-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0155-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0155-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0150-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0150-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0145-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0145-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0140-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0140-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0135-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0135-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0130-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0130-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0125-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0125-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0120-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0120-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0115-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0115-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D0110-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D0110-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D015-fill-3 #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D015-fill-3.onHover:hover #fill3 {
  fill: #ff4d01 !important;
}
.C-FF4D015-stroke-3 #stroke3 {
  stroke: #ff4d01 !important;
}
.C-FF4D010-fill-3 #fill3 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 77, 1, 0) !important;
}
.C-FF4D010-stroke-3 #stroke3 {
  stroke: rgba(255, 77, 1, 0) !important;
}
.C-CC3E01-100 {
  background-color: #cc3e01FF !important;
}
.C-CC3E01-100-text {
  color: #cc3e01FF;
}
.C-CC3E01-100-border {
  border-color: #cc3e01FF !important;
}
.C-CC3E01-95 {
  background-color: #cc3e01F2 !important;
}
.C-CC3E01-95-text {
  color: #cc3e01F2;
}
.C-CC3E01-95-border {
  border-color: #cc3e01F2 !important;
}
.C-CC3E01-90 {
  background-color: #cc3e01E6 !important;
}
.C-CC3E01-90-text {
  color: #cc3e01E6;
}
.C-CC3E01-90-border {
  border-color: #cc3e01E6 !important;
}
.C-CC3E01-85 {
  background-color: #cc3e01D9 !important;
}
.C-CC3E01-85-text {
  color: #cc3e01D9;
}
.C-CC3E01-85-border {
  border-color: #cc3e01D9 !important;
}
.C-CC3E01-80 {
  background-color: #cc3e01CC !important;
}
.C-CC3E01-80-text {
  color: #cc3e01CC;
}
.C-CC3E01-80-border {
  border-color: #cc3e01CC !important;
}
.C-CC3E01-75 {
  background-color: #cc3e01BF !important;
}
.C-CC3E01-75-text {
  color: #cc3e01BF;
}
.C-CC3E01-75-border {
  border-color: #cc3e01BF !important;
}
.C-CC3E01-70 {
  background-color: #cc3e01B3 !important;
}
.C-CC3E01-70-text {
  color: #cc3e01B3;
}
.C-CC3E01-70-border {
  border-color: #cc3e01B3 !important;
}
.C-CC3E01-65 {
  background-color: #cc3e01A6 !important;
}
.C-CC3E01-65-text {
  color: #cc3e01A6;
}
.C-CC3E01-65-border {
  border-color: #cc3e01A6 !important;
}
.C-CC3E01-60 {
  background-color: #cc3e0199 !important;
}
.C-CC3E01-60-text {
  color: #cc3e0199;
}
.C-CC3E01-60-border {
  border-color: #cc3e0199 !important;
}
.C-CC3E01-55 {
  background-color: #cc3e018C !important;
}
.C-CC3E01-55-text {
  color: #cc3e018C;
}
.C-CC3E01-55-border {
  border-color: #cc3e018C !important;
}
.C-CC3E01-50 {
  background-color: #cc3e0180 !important;
}
.C-CC3E01-50-text {
  color: #cc3e0180;
}
.C-CC3E01-50-border {
  border-color: #cc3e0180 !important;
}
.C-CC3E01-45 {
  background-color: #cc3e0173 !important;
}
.C-CC3E01-45-text {
  color: #cc3e0173;
}
.C-CC3E01-45-border {
  border-color: #cc3e0173 !important;
}
.C-CC3E01-40 {
  background-color: #cc3e0166 !important;
}
.C-CC3E01-40-text {
  color: #cc3e0166;
}
.C-CC3E01-40-border {
  border-color: #cc3e0166 !important;
}
.C-CC3E01-35 {
  background-color: #cc3e0159 !important;
}
.C-CC3E01-35-text {
  color: #cc3e0159;
}
.C-CC3E01-35-border {
  border-color: #cc3e0159 !important;
}
.C-CC3E01-30 {
  background-color: #cc3e014D !important;
}
.C-CC3E01-30-text {
  color: #cc3e014D;
}
.C-CC3E01-30-border {
  border-color: #cc3e014D !important;
}
.C-CC3E01-25 {
  background-color: #cc3e0140 !important;
}
.C-CC3E01-25-text {
  color: #cc3e0140;
}
.C-CC3E01-25-border {
  border-color: #cc3e0140 !important;
}
.C-CC3E01-20 {
  background-color: #cc3e0133 !important;
}
.C-CC3E01-20-text {
  color: #cc3e0133;
}
.C-CC3E01-20-border {
  border-color: #cc3e0133 !important;
}
.C-CC3E01-15 {
  background-color: #cc3e0126 !important;
}
.C-CC3E01-15-text {
  color: #cc3e0126;
}
.C-CC3E01-15-border {
  border-color: #cc3e0126 !important;
}
.C-CC3E01-10 {
  background-color: #cc3e011A !important;
}
.C-CC3E01-10-text {
  color: #cc3e011A;
}
.C-CC3E01-10-border {
  border-color: #cc3e011A !important;
}
.C-CC3E01-5 {
  background-color: #cc3e010D !important;
}
.C-CC3E01-5-text {
  color: #cc3e010D;
}
.C-CC3E01-5-border {
  border-color: #cc3e010D !important;
}
.C-CC3E01-0 {
  background-color: #cc3e010 !important;
}
.C-CC3E01-0-text {
  color: #cc3e010;
}
.C-CC3E01-0-border {
  border-color: #cc3e010 !important;
}
.C-CC3E01 {
  background-color: #cc3e01 !important;
  --btn-background: #cc3e01;
}
.C-CC3E01-text {
  color: #cc3e01;
}
.C-CC3E01-border {
  border-color: #cc3e01 !important;
}
@media (hover: hover) {
  .C-CC3E01-hover-bg:hover {
    background-color: #cc3e01 !important;
  }
}
.C-CC3E01-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CC3E01-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cc3e01;
  fill: #cc3e01;
  stroke: #cc3e01;
}
.C-CC3E01-hover-text[papaTarget]:hover.f_targetText {
  color: #cc3e01 !important;
  fill: #cc3e01 !important;
  stroke: #cc3e01 !important;
}
.C-CC3E01-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CC3E01-hover-text[fHover]:hover {
  color: #cc3e01 !important;
}
.C-CC3E01-after::after,
.C-CC3E01-after::before {
  background-color: #cc3e01;
}
.C-CC3E01-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cc3e01;
  transition: box-shadow 0.2s;
}
.C-CC3E01100 {
  background-color: #cc3e01 !important;
}
.C-CC3E01100-text {
  color: #cc3e01;
}
.C-CC3E01100-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E01100 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0195 {
  background-color: #cc3e01 !important;
}
.C-CC3E0195-text {
  color: #cc3e01;
}
.C-CC3E0195-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0195 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0190 {
  background-color: #cc3e01 !important;
}
.C-CC3E0190-text {
  color: #cc3e01;
}
.C-CC3E0190-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0190 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0185 {
  background-color: #cc3e01 !important;
}
.C-CC3E0185-text {
  color: #cc3e01;
}
.C-CC3E0185-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0185 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0180 {
  background-color: #cc3e01 !important;
}
.C-CC3E0180-text {
  color: #cc3e01;
}
.C-CC3E0180-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0180 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0175 {
  background-color: #cc3e01 !important;
}
.C-CC3E0175-text {
  color: #cc3e01;
}
.C-CC3E0175-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0175 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0170 {
  background-color: #cc3e01 !important;
}
.C-CC3E0170-text {
  color: #cc3e01;
}
.C-CC3E0170-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0170 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0165 {
  background-color: #cc3e01 !important;
}
.C-CC3E0165-text {
  color: #cc3e01;
}
.C-CC3E0165-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0165 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0160 {
  background-color: #cc3e01 !important;
}
.C-CC3E0160-text {
  color: #cc3e01;
}
.C-CC3E0160-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0160 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0155 {
  background-color: #cc3e01 !important;
}
.C-CC3E0155-text {
  color: #cc3e01;
}
.C-CC3E0155-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0155 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0150 {
  background-color: #cc3e01 !important;
}
.C-CC3E0150-text {
  color: #cc3e01;
}
.C-CC3E0150-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0150 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0145 {
  background-color: #cc3e01 !important;
}
.C-CC3E0145-text {
  color: #cc3e01;
}
.C-CC3E0145-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0145 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0140 {
  background-color: #cc3e01 !important;
}
.C-CC3E0140-text {
  color: #cc3e01;
}
.C-CC3E0140-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0140 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0135 {
  background-color: #cc3e01 !important;
}
.C-CC3E0135-text {
  color: #cc3e01;
}
.C-CC3E0135-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0135 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0130 {
  background-color: #cc3e01 !important;
}
.C-CC3E0130-text {
  color: #cc3e01;
}
.C-CC3E0130-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0130 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0125 {
  background-color: #cc3e01 !important;
}
.C-CC3E0125-text {
  color: #cc3e01;
}
.C-CC3E0125-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0125 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0120 {
  background-color: #cc3e01 !important;
}
.C-CC3E0120-text {
  color: #cc3e01;
}
.C-CC3E0120-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0120 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0115 {
  background-color: #cc3e01 !important;
}
.C-CC3E0115-text {
  color: #cc3e01;
}
.C-CC3E0115-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0115 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E0110 {
  background-color: #cc3e01 !important;
}
.C-CC3E0110-text {
  color: #cc3e01;
}
.C-CC3E0110-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E0110 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E015 {
  background-color: #cc3e01 !important;
}
.C-CC3E015-text {
  color: #cc3e01;
}
.C-CC3E015-border {
  border-color: #cc3e01;
}
.C-linearGradient-CC3E015 {
  background-image:
    linear-gradient(
      45deg,
      #cc3e01 0%,
      #cc3e01 99%,
      #cc3e01 100%);
}
.C-CC3E010 {
  background-color: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-text {
  color: rgba(204, 62, 1, 0);
}
.C-CC3E010-border {
  border-color: rgba(204, 62, 1, 0);
}
.C-linearGradient-CC3E010 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 62, 1, 0) 0%,
      #cc3e01 99%,
      rgba(204, 62, 1, 0) 100%);
}
.C-CC3E01-fill-1 #fill1 {
  fill: #cc3e01;
}
.C-CC3E01-fill-1.onHover:hover #fill1,
.C-CC3E01-fill-1:hover #fill1 {
  fill: #cc3e01;
}
.C-CC3E01-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E01100-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0195-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0190-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0185-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0180-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0175-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0170-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0165-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0160-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0155-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0150-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0145-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0140-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0135-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0130-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0125-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0120-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0115-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E0110-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E015-fill-1 #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E015-fill-1.onHover:hover #fill1 {
  fill: #cc3e01 !important;
}
.C-CC3E015-stroke-1 #stroke1 {
  stroke: #cc3e01 !important;
}
.C-CC3E010-fill-1 #fill1 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-stroke-1 #stroke1 {
  stroke: rgba(204, 62, 1, 0) !important;
}
.C-CC3E01-fill-2 #fill2 {
  fill: #cc3e01;
}
.C-CC3E01-fill-2.onHover:hover #fill2,
.C-CC3E01-fill-2:hover #fill2 {
  fill: #cc3e01;
}
.C-CC3E01-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E01100-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0195-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0190-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0185-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0180-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0175-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0170-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0165-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0160-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0155-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0150-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0145-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0140-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0135-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0130-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0125-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0120-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0115-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E0110-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E015-fill-2 #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E015-fill-2.onHover:hover #fill2 {
  fill: #cc3e01 !important;
}
.C-CC3E015-stroke-2 #stroke2 {
  stroke: #cc3e01 !important;
}
.C-CC3E010-fill-2 #fill2 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-stroke-2 #stroke2 {
  stroke: rgba(204, 62, 1, 0) !important;
}
.C-CC3E01-fill-3 #fill3 {
  fill: #cc3e01;
}
.C-CC3E01-fill-3.onHover:hover #fill3,
.C-CC3E01-fill-3:hover #fill3 {
  fill: #cc3e01;
}
.C-CC3E01-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E01100-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E01100-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0195-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0195-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0190-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0190-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0185-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0185-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0180-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0180-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0175-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0175-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0170-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0170-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0165-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0165-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0160-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0160-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0155-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0155-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0150-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0150-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0145-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0145-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0140-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0140-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0135-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0135-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0130-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0130-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0125-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0125-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0120-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0120-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0115-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0115-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E0110-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E0110-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E015-fill-3 #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E015-fill-3.onHover:hover #fill3 {
  fill: #cc3e01 !important;
}
.C-CC3E015-stroke-3 #stroke3 {
  stroke: #cc3e01 !important;
}
.C-CC3E010-fill-3 #fill3 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 62, 1, 0) !important;
}
.C-CC3E010-stroke-3 #stroke3 {
  stroke: rgba(204, 62, 1, 0) !important;
}
.C-FF6224-100 {
  background-color: #ff6224FF !important;
}
.C-FF6224-100-text {
  color: #ff6224FF;
}
.C-FF6224-100-border {
  border-color: #ff6224FF !important;
}
.C-FF6224-95 {
  background-color: #ff6224F2 !important;
}
.C-FF6224-95-text {
  color: #ff6224F2;
}
.C-FF6224-95-border {
  border-color: #ff6224F2 !important;
}
.C-FF6224-90 {
  background-color: #ff6224E6 !important;
}
.C-FF6224-90-text {
  color: #ff6224E6;
}
.C-FF6224-90-border {
  border-color: #ff6224E6 !important;
}
.C-FF6224-85 {
  background-color: #ff6224D9 !important;
}
.C-FF6224-85-text {
  color: #ff6224D9;
}
.C-FF6224-85-border {
  border-color: #ff6224D9 !important;
}
.C-FF6224-80 {
  background-color: #ff6224CC !important;
}
.C-FF6224-80-text {
  color: #ff6224CC;
}
.C-FF6224-80-border {
  border-color: #ff6224CC !important;
}
.C-FF6224-75 {
  background-color: #ff6224BF !important;
}
.C-FF6224-75-text {
  color: #ff6224BF;
}
.C-FF6224-75-border {
  border-color: #ff6224BF !important;
}
.C-FF6224-70 {
  background-color: #ff6224B3 !important;
}
.C-FF6224-70-text {
  color: #ff6224B3;
}
.C-FF6224-70-border {
  border-color: #ff6224B3 !important;
}
.C-FF6224-65 {
  background-color: #ff6224A6 !important;
}
.C-FF6224-65-text {
  color: #ff6224A6;
}
.C-FF6224-65-border {
  border-color: #ff6224A6 !important;
}
.C-FF6224-60 {
  background-color: #ff622499 !important;
}
.C-FF6224-60-text {
  color: #ff622499;
}
.C-FF6224-60-border {
  border-color: #ff622499 !important;
}
.C-FF6224-55 {
  background-color: #ff62248C !important;
}
.C-FF6224-55-text {
  color: #ff62248C;
}
.C-FF6224-55-border {
  border-color: #ff62248C !important;
}
.C-FF6224-50 {
  background-color: #ff622480 !important;
}
.C-FF6224-50-text {
  color: #ff622480;
}
.C-FF6224-50-border {
  border-color: #ff622480 !important;
}
.C-FF6224-45 {
  background-color: #ff622473 !important;
}
.C-FF6224-45-text {
  color: #ff622473;
}
.C-FF6224-45-border {
  border-color: #ff622473 !important;
}
.C-FF6224-40 {
  background-color: #ff622466 !important;
}
.C-FF6224-40-text {
  color: #ff622466;
}
.C-FF6224-40-border {
  border-color: #ff622466 !important;
}
.C-FF6224-35 {
  background-color: #ff622459 !important;
}
.C-FF6224-35-text {
  color: #ff622459;
}
.C-FF6224-35-border {
  border-color: #ff622459 !important;
}
.C-FF6224-30 {
  background-color: #ff62244D !important;
}
.C-FF6224-30-text {
  color: #ff62244D;
}
.C-FF6224-30-border {
  border-color: #ff62244D !important;
}
.C-FF6224-25 {
  background-color: #ff622440 !important;
}
.C-FF6224-25-text {
  color: #ff622440;
}
.C-FF6224-25-border {
  border-color: #ff622440 !important;
}
.C-FF6224-20 {
  background-color: #ff622433 !important;
}
.C-FF6224-20-text {
  color: #ff622433;
}
.C-FF6224-20-border {
  border-color: #ff622433 !important;
}
.C-FF6224-15 {
  background-color: #ff622426 !important;
}
.C-FF6224-15-text {
  color: #ff622426;
}
.C-FF6224-15-border {
  border-color: #ff622426 !important;
}
.C-FF6224-10 {
  background-color: #ff62241A !important;
}
.C-FF6224-10-text {
  color: #ff62241A;
}
.C-FF6224-10-border {
  border-color: #ff62241A !important;
}
.C-FF6224-5 {
  background-color: #ff62240D !important;
}
.C-FF6224-5-text {
  color: #ff62240D;
}
.C-FF6224-5-border {
  border-color: #ff62240D !important;
}
.C-FF6224-0 {
  background-color: #ff62240 !important;
}
.C-FF6224-0-text {
  color: #ff62240;
}
.C-FF6224-0-border {
  border-color: #ff62240 !important;
}
.C-FF6224 {
  background-color: #ff6224 !important;
  --btn-background: #ff6224;
}
.C-FF6224-text {
  color: #ff6224;
}
.C-FF6224-border {
  border-color: #ff6224 !important;
}
@media (hover: hover) {
  .C-FF6224-hover-bg:hover {
    background-color: #ff6224 !important;
  }
}
.C-FF6224-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF6224-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff6224;
  fill: #ff6224;
  stroke: #ff6224;
}
.C-FF6224-hover-text[papaTarget]:hover.f_targetText {
  color: #ff6224 !important;
  fill: #ff6224 !important;
  stroke: #ff6224 !important;
}
.C-FF6224-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF6224-hover-text[fHover]:hover {
  color: #ff6224 !important;
}
.C-FF6224-after::after,
.C-FF6224-after::before {
  background-color: #ff6224;
}
.C-FF6224-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff6224;
  transition: box-shadow 0.2s;
}
.C-FF6224100 {
  background-color: #ff6224 !important;
}
.C-FF6224100-text {
  color: #ff6224;
}
.C-FF6224100-border {
  border-color: #ff6224;
}
.C-linearGradient-FF6224100 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622495 {
  background-color: #ff6224 !important;
}
.C-FF622495-text {
  color: #ff6224;
}
.C-FF622495-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622495 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622490 {
  background-color: #ff6224 !important;
}
.C-FF622490-text {
  color: #ff6224;
}
.C-FF622490-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622490 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622485 {
  background-color: #ff6224 !important;
}
.C-FF622485-text {
  color: #ff6224;
}
.C-FF622485-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622485 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622480 {
  background-color: #ff6224 !important;
}
.C-FF622480-text {
  color: #ff6224;
}
.C-FF622480-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622480 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622475 {
  background-color: #ff6224 !important;
}
.C-FF622475-text {
  color: #ff6224;
}
.C-FF622475-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622475 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622470 {
  background-color: #ff6224 !important;
}
.C-FF622470-text {
  color: #ff6224;
}
.C-FF622470-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622470 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622465 {
  background-color: #ff6224 !important;
}
.C-FF622465-text {
  color: #ff6224;
}
.C-FF622465-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622465 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622460 {
  background-color: #ff6224 !important;
}
.C-FF622460-text {
  color: #ff6224;
}
.C-FF622460-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622460 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622455 {
  background-color: #ff6224 !important;
}
.C-FF622455-text {
  color: #ff6224;
}
.C-FF622455-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622455 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622450 {
  background-color: #ff6224 !important;
}
.C-FF622450-text {
  color: #ff6224;
}
.C-FF622450-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622450 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622445 {
  background-color: #ff6224 !important;
}
.C-FF622445-text {
  color: #ff6224;
}
.C-FF622445-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622445 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622440 {
  background-color: #ff6224 !important;
}
.C-FF622440-text {
  color: #ff6224;
}
.C-FF622440-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622440 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622435 {
  background-color: #ff6224 !important;
}
.C-FF622435-text {
  color: #ff6224;
}
.C-FF622435-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622435 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622430 {
  background-color: #ff6224 !important;
}
.C-FF622430-text {
  color: #ff6224;
}
.C-FF622430-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622430 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622425 {
  background-color: #ff6224 !important;
}
.C-FF622425-text {
  color: #ff6224;
}
.C-FF622425-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622425 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622420 {
  background-color: #ff6224 !important;
}
.C-FF622420-text {
  color: #ff6224;
}
.C-FF622420-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622420 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622415 {
  background-color: #ff6224 !important;
}
.C-FF622415-text {
  color: #ff6224;
}
.C-FF622415-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622415 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF622410 {
  background-color: #ff6224 !important;
}
.C-FF622410-text {
  color: #ff6224;
}
.C-FF622410-border {
  border-color: #ff6224;
}
.C-linearGradient-FF622410 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF62245 {
  background-color: #ff6224 !important;
}
.C-FF62245-text {
  color: #ff6224;
}
.C-FF62245-border {
  border-color: #ff6224;
}
.C-linearGradient-FF62245 {
  background-image:
    linear-gradient(
      45deg,
      #ff6224 0%,
      #ff6224 99%,
      #ff6224 100%);
}
.C-FF62240 {
  background-color: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-text {
  color: rgba(255, 98, 36, 0);
}
.C-FF62240-border {
  border-color: rgba(255, 98, 36, 0);
}
.C-linearGradient-FF62240 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 98, 36, 0) 0%,
      #ff6224 99%,
      rgba(255, 98, 36, 0) 100%);
}
.C-FF6224-fill-1 #fill1 {
  fill: #ff6224;
}
.C-FF6224-fill-1.onHover:hover #fill1,
.C-FF6224-fill-1:hover #fill1 {
  fill: #ff6224;
}
.C-FF6224-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF6224100-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF6224100-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF6224100-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622495-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622495-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622495-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622490-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622490-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622490-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622485-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622485-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622485-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622480-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622480-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622480-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622475-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622475-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622475-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622470-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622470-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622470-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622465-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622465-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622465-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622460-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622460-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622460-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622455-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622455-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622455-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622450-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622450-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622450-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622445-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622445-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622445-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622440-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622440-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622440-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622435-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622435-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622435-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622430-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622430-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622430-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622425-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622425-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622425-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622420-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622420-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622420-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622415-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622415-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622415-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF622410-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF622410-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF622410-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF62245-fill-1 #fill1 {
  fill: #ff6224 !important;
}
.C-FF62245-fill-1.onHover:hover #fill1 {
  fill: #ff6224 !important;
}
.C-FF62245-stroke-1 #stroke1 {
  stroke: #ff6224 !important;
}
.C-FF62240-fill-1 #fill1 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-stroke-1 #stroke1 {
  stroke: rgba(255, 98, 36, 0) !important;
}
.C-FF6224-fill-2 #fill2 {
  fill: #ff6224;
}
.C-FF6224-fill-2.onHover:hover #fill2,
.C-FF6224-fill-2:hover #fill2 {
  fill: #ff6224;
}
.C-FF6224-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF6224100-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF6224100-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF6224100-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622495-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622495-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622495-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622490-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622490-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622490-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622485-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622485-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622485-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622480-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622480-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622480-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622475-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622475-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622475-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622470-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622470-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622470-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622465-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622465-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622465-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622460-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622460-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622460-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622455-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622455-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622455-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622450-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622450-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622450-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622445-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622445-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622445-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622440-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622440-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622440-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622435-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622435-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622435-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622430-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622430-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622430-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622425-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622425-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622425-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622420-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622420-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622420-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622415-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622415-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622415-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF622410-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF622410-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF622410-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF62245-fill-2 #fill2 {
  fill: #ff6224 !important;
}
.C-FF62245-fill-2.onHover:hover #fill2 {
  fill: #ff6224 !important;
}
.C-FF62245-stroke-2 #stroke2 {
  stroke: #ff6224 !important;
}
.C-FF62240-fill-2 #fill2 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-stroke-2 #stroke2 {
  stroke: rgba(255, 98, 36, 0) !important;
}
.C-FF6224-fill-3 #fill3 {
  fill: #ff6224;
}
.C-FF6224-fill-3.onHover:hover #fill3,
.C-FF6224-fill-3:hover #fill3 {
  fill: #ff6224;
}
.C-FF6224-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF6224100-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF6224100-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF6224100-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622495-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622495-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622495-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622490-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622490-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622490-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622485-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622485-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622485-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622480-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622480-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622480-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622475-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622475-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622475-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622470-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622470-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622470-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622465-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622465-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622465-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622460-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622460-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622460-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622455-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622455-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622455-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622450-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622450-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622450-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622445-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622445-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622445-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622440-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622440-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622440-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622435-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622435-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622435-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622430-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622430-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622430-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622425-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622425-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622425-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622420-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622420-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622420-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622415-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622415-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622415-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF622410-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF622410-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF622410-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF62245-fill-3 #fill3 {
  fill: #ff6224 !important;
}
.C-FF62245-fill-3.onHover:hover #fill3 {
  fill: #ff6224 !important;
}
.C-FF62245-stroke-3 #stroke3 {
  stroke: #ff6224 !important;
}
.C-FF62240-fill-3 #fill3 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 98, 36, 0) !important;
}
.C-FF62240-stroke-3 #stroke3 {
  stroke: rgba(255, 98, 36, 0) !important;
}
.C-767ADB-100 {
  background-color: #767adbFF !important;
}
.C-767ADB-100-text {
  color: #767adbFF;
}
.C-767ADB-100-border {
  border-color: #767adbFF !important;
}
.C-767ADB-95 {
  background-color: #767adbF2 !important;
}
.C-767ADB-95-text {
  color: #767adbF2;
}
.C-767ADB-95-border {
  border-color: #767adbF2 !important;
}
.C-767ADB-90 {
  background-color: #767adbE6 !important;
}
.C-767ADB-90-text {
  color: #767adbE6;
}
.C-767ADB-90-border {
  border-color: #767adbE6 !important;
}
.C-767ADB-85 {
  background-color: #767adbD9 !important;
}
.C-767ADB-85-text {
  color: #767adbD9;
}
.C-767ADB-85-border {
  border-color: #767adbD9 !important;
}
.C-767ADB-80 {
  background-color: #767adbCC !important;
}
.C-767ADB-80-text {
  color: #767adbCC;
}
.C-767ADB-80-border {
  border-color: #767adbCC !important;
}
.C-767ADB-75 {
  background-color: #767adbBF !important;
}
.C-767ADB-75-text {
  color: #767adbBF;
}
.C-767ADB-75-border {
  border-color: #767adbBF !important;
}
.C-767ADB-70 {
  background-color: #767adbB3 !important;
}
.C-767ADB-70-text {
  color: #767adbB3;
}
.C-767ADB-70-border {
  border-color: #767adbB3 !important;
}
.C-767ADB-65 {
  background-color: #767adbA6 !important;
}
.C-767ADB-65-text {
  color: #767adbA6;
}
.C-767ADB-65-border {
  border-color: #767adbA6 !important;
}
.C-767ADB-60 {
  background-color: #767adb99 !important;
}
.C-767ADB-60-text {
  color: #767adb99;
}
.C-767ADB-60-border {
  border-color: #767adb99 !important;
}
.C-767ADB-55 {
  background-color: #767adb8C !important;
}
.C-767ADB-55-text {
  color: #767adb8C;
}
.C-767ADB-55-border {
  border-color: #767adb8C !important;
}
.C-767ADB-50 {
  background-color: #767adb80 !important;
}
.C-767ADB-50-text {
  color: #767adb80;
}
.C-767ADB-50-border {
  border-color: #767adb80 !important;
}
.C-767ADB-45 {
  background-color: #767adb73 !important;
}
.C-767ADB-45-text {
  color: #767adb73;
}
.C-767ADB-45-border {
  border-color: #767adb73 !important;
}
.C-767ADB-40 {
  background-color: #767adb66 !important;
}
.C-767ADB-40-text {
  color: #767adb66;
}
.C-767ADB-40-border {
  border-color: #767adb66 !important;
}
.C-767ADB-35 {
  background-color: #767adb59 !important;
}
.C-767ADB-35-text {
  color: #767adb59;
}
.C-767ADB-35-border {
  border-color: #767adb59 !important;
}
.C-767ADB-30 {
  background-color: #767adb4D !important;
}
.C-767ADB-30-text {
  color: #767adb4D;
}
.C-767ADB-30-border {
  border-color: #767adb4D !important;
}
.C-767ADB-25 {
  background-color: #767adb40 !important;
}
.C-767ADB-25-text {
  color: #767adb40;
}
.C-767ADB-25-border {
  border-color: #767adb40 !important;
}
.C-767ADB-20 {
  background-color: #767adb33 !important;
}
.C-767ADB-20-text {
  color: #767adb33;
}
.C-767ADB-20-border {
  border-color: #767adb33 !important;
}
.C-767ADB-15 {
  background-color: #767adb26 !important;
}
.C-767ADB-15-text {
  color: #767adb26;
}
.C-767ADB-15-border {
  border-color: #767adb26 !important;
}
.C-767ADB-10 {
  background-color: #767adb1A !important;
}
.C-767ADB-10-text {
  color: #767adb1A;
}
.C-767ADB-10-border {
  border-color: #767adb1A !important;
}
.C-767ADB-5 {
  background-color: #767adb0D !important;
}
.C-767ADB-5-text {
  color: #767adb0D;
}
.C-767ADB-5-border {
  border-color: #767adb0D !important;
}
.C-767ADB-0 {
  background-color: #767adb0 !important;
}
.C-767ADB-0-text {
  color: #767adb0;
}
.C-767ADB-0-border {
  border-color: #767adb0 !important;
}
.C-767ADB {
  background-color: #767adb !important;
  --btn-background: #767adb;
}
.C-767ADB-text {
  color: #767adb;
}
.C-767ADB-border {
  border-color: #767adb !important;
}
@media (hover: hover) {
  .C-767ADB-hover-bg:hover {
    background-color: #767adb !important;
  }
}
.C-767ADB-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-767ADB-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #767adb;
  fill: #767adb;
  stroke: #767adb;
}
.C-767ADB-hover-text[papaTarget]:hover.f_targetText {
  color: #767adb !important;
  fill: #767adb !important;
  stroke: #767adb !important;
}
.C-767ADB-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-767ADB-hover-text[fHover]:hover {
  color: #767adb !important;
}
.C-767ADB-after::after,
.C-767ADB-after::before {
  background-color: #767adb;
}
.C-767ADB-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #767adb;
  transition: box-shadow 0.2s;
}
.C-767ADB100 {
  background-color: #767adb !important;
}
.C-767ADB100-text {
  color: #767adb;
}
.C-767ADB100-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB100 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB95 {
  background-color: #767adb !important;
}
.C-767ADB95-text {
  color: #767adb;
}
.C-767ADB95-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB95 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB90 {
  background-color: #767adb !important;
}
.C-767ADB90-text {
  color: #767adb;
}
.C-767ADB90-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB90 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB85 {
  background-color: #767adb !important;
}
.C-767ADB85-text {
  color: #767adb;
}
.C-767ADB85-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB85 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB80 {
  background-color: #767adb !important;
}
.C-767ADB80-text {
  color: #767adb;
}
.C-767ADB80-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB80 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB75 {
  background-color: #767adb !important;
}
.C-767ADB75-text {
  color: #767adb;
}
.C-767ADB75-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB75 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB70 {
  background-color: #767adb !important;
}
.C-767ADB70-text {
  color: #767adb;
}
.C-767ADB70-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB70 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB65 {
  background-color: #767adb !important;
}
.C-767ADB65-text {
  color: #767adb;
}
.C-767ADB65-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB65 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB60 {
  background-color: #767adb !important;
}
.C-767ADB60-text {
  color: #767adb;
}
.C-767ADB60-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB60 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB55 {
  background-color: #767adb !important;
}
.C-767ADB55-text {
  color: #767adb;
}
.C-767ADB55-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB55 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB50 {
  background-color: #767adb !important;
}
.C-767ADB50-text {
  color: #767adb;
}
.C-767ADB50-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB50 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB45 {
  background-color: #767adb !important;
}
.C-767ADB45-text {
  color: #767adb;
}
.C-767ADB45-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB45 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB40 {
  background-color: #767adb !important;
}
.C-767ADB40-text {
  color: #767adb;
}
.C-767ADB40-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB40 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB35 {
  background-color: #767adb !important;
}
.C-767ADB35-text {
  color: #767adb;
}
.C-767ADB35-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB35 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB30 {
  background-color: #767adb !important;
}
.C-767ADB30-text {
  color: #767adb;
}
.C-767ADB30-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB30 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB25 {
  background-color: #767adb !important;
}
.C-767ADB25-text {
  color: #767adb;
}
.C-767ADB25-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB25 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB20 {
  background-color: #767adb !important;
}
.C-767ADB20-text {
  color: #767adb;
}
.C-767ADB20-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB20 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB15 {
  background-color: #767adb !important;
}
.C-767ADB15-text {
  color: #767adb;
}
.C-767ADB15-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB15 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB10 {
  background-color: #767adb !important;
}
.C-767ADB10-text {
  color: #767adb;
}
.C-767ADB10-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB10 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB5 {
  background-color: #767adb !important;
}
.C-767ADB5-text {
  color: #767adb;
}
.C-767ADB5-border {
  border-color: #767adb;
}
.C-linearGradient-767ADB5 {
  background-image:
    linear-gradient(
      45deg,
      #767adb 0%,
      #767adb 99%,
      #767adb 100%);
}
.C-767ADB0 {
  background-color: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-text {
  color: rgba(118, 122, 219, 0);
}
.C-767ADB0-border {
  border-color: rgba(118, 122, 219, 0);
}
.C-linearGradient-767ADB0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(118, 122, 219, 0) 0%,
      #767adb 99%,
      rgba(118, 122, 219, 0) 100%);
}
.C-767ADB-fill-1 #fill1 {
  fill: #767adb;
}
.C-767ADB-fill-1.onHover:hover #fill1,
.C-767ADB-fill-1:hover #fill1 {
  fill: #767adb;
}
.C-767ADB-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB100-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB100-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB100-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB95-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB95-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB95-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB90-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB90-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB90-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB85-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB85-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB85-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB80-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB80-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB80-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB75-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB75-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB75-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB70-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB70-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB70-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB65-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB65-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB65-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB60-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB60-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB60-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB55-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB55-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB55-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB50-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB50-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB50-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB45-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB45-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB45-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB40-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB40-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB40-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB35-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB35-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB35-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB30-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB30-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB30-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB25-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB25-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB25-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB20-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB20-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB20-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB15-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB15-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB15-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB10-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB10-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB10-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB5-fill-1 #fill1 {
  fill: #767adb !important;
}
.C-767ADB5-fill-1.onHover:hover #fill1 {
  fill: #767adb !important;
}
.C-767ADB5-stroke-1 #stroke1 {
  stroke: #767adb !important;
}
.C-767ADB0-fill-1 #fill1 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-fill-1.onHover:hover #fill1 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-stroke-1 #stroke1 {
  stroke: rgba(118, 122, 219, 0) !important;
}
.C-767ADB-fill-2 #fill2 {
  fill: #767adb;
}
.C-767ADB-fill-2.onHover:hover #fill2,
.C-767ADB-fill-2:hover #fill2 {
  fill: #767adb;
}
.C-767ADB-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB100-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB100-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB100-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB95-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB95-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB95-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB90-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB90-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB90-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB85-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB85-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB85-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB80-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB80-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB80-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB75-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB75-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB75-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB70-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB70-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB70-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB65-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB65-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB65-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB60-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB60-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB60-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB55-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB55-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB55-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB50-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB50-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB50-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB45-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB45-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB45-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB40-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB40-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB40-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB35-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB35-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB35-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB30-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB30-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB30-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB25-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB25-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB25-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB20-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB20-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB20-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB15-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB15-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB15-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB10-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB10-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB10-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB5-fill-2 #fill2 {
  fill: #767adb !important;
}
.C-767ADB5-fill-2.onHover:hover #fill2 {
  fill: #767adb !important;
}
.C-767ADB5-stroke-2 #stroke2 {
  stroke: #767adb !important;
}
.C-767ADB0-fill-2 #fill2 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-fill-2.onHover:hover #fill2 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-stroke-2 #stroke2 {
  stroke: rgba(118, 122, 219, 0) !important;
}
.C-767ADB-fill-3 #fill3 {
  fill: #767adb;
}
.C-767ADB-fill-3.onHover:hover #fill3,
.C-767ADB-fill-3:hover #fill3 {
  fill: #767adb;
}
.C-767ADB-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB100-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB100-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB100-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB95-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB95-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB95-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB90-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB90-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB90-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB85-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB85-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB85-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB80-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB80-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB80-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB75-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB75-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB75-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB70-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB70-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB70-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB65-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB65-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB65-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB60-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB60-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB60-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB55-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB55-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB55-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB50-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB50-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB50-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB45-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB45-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB45-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB40-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB40-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB40-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB35-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB35-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB35-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB30-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB30-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB30-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB25-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB25-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB25-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB20-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB20-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB20-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB15-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB15-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB15-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB10-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB10-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB10-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB5-fill-3 #fill3 {
  fill: #767adb !important;
}
.C-767ADB5-fill-3.onHover:hover #fill3 {
  fill: #767adb !important;
}
.C-767ADB5-stroke-3 #stroke3 {
  stroke: #767adb !important;
}
.C-767ADB0-fill-3 #fill3 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-fill-3.onHover:hover #fill3 {
  fill: rgba(118, 122, 219, 0) !important;
}
.C-767ADB0-stroke-3 #stroke3 {
  stroke: rgba(118, 122, 219, 0) !important;
}
.C-5B5EAC-100 {
  background-color: #5b5eacFF !important;
}
.C-5B5EAC-100-text {
  color: #5b5eacFF;
}
.C-5B5EAC-100-border {
  border-color: #5b5eacFF !important;
}
.C-5B5EAC-95 {
  background-color: #5b5eacF2 !important;
}
.C-5B5EAC-95-text {
  color: #5b5eacF2;
}
.C-5B5EAC-95-border {
  border-color: #5b5eacF2 !important;
}
.C-5B5EAC-90 {
  background-color: #5b5eacE6 !important;
}
.C-5B5EAC-90-text {
  color: #5b5eacE6;
}
.C-5B5EAC-90-border {
  border-color: #5b5eacE6 !important;
}
.C-5B5EAC-85 {
  background-color: #5b5eacD9 !important;
}
.C-5B5EAC-85-text {
  color: #5b5eacD9;
}
.C-5B5EAC-85-border {
  border-color: #5b5eacD9 !important;
}
.C-5B5EAC-80 {
  background-color: #5b5eacCC !important;
}
.C-5B5EAC-80-text {
  color: #5b5eacCC;
}
.C-5B5EAC-80-border {
  border-color: #5b5eacCC !important;
}
.C-5B5EAC-75 {
  background-color: #5b5eacBF !important;
}
.C-5B5EAC-75-text {
  color: #5b5eacBF;
}
.C-5B5EAC-75-border {
  border-color: #5b5eacBF !important;
}
.C-5B5EAC-70 {
  background-color: #5b5eacB3 !important;
}
.C-5B5EAC-70-text {
  color: #5b5eacB3;
}
.C-5B5EAC-70-border {
  border-color: #5b5eacB3 !important;
}
.C-5B5EAC-65 {
  background-color: #5b5eacA6 !important;
}
.C-5B5EAC-65-text {
  color: #5b5eacA6;
}
.C-5B5EAC-65-border {
  border-color: #5b5eacA6 !important;
}
.C-5B5EAC-60 {
  background-color: #5b5eac99 !important;
}
.C-5B5EAC-60-text {
  color: #5b5eac99;
}
.C-5B5EAC-60-border {
  border-color: #5b5eac99 !important;
}
.C-5B5EAC-55 {
  background-color: #5b5eac8C !important;
}
.C-5B5EAC-55-text {
  color: #5b5eac8C;
}
.C-5B5EAC-55-border {
  border-color: #5b5eac8C !important;
}
.C-5B5EAC-50 {
  background-color: #5b5eac80 !important;
}
.C-5B5EAC-50-text {
  color: #5b5eac80;
}
.C-5B5EAC-50-border {
  border-color: #5b5eac80 !important;
}
.C-5B5EAC-45 {
  background-color: #5b5eac73 !important;
}
.C-5B5EAC-45-text {
  color: #5b5eac73;
}
.C-5B5EAC-45-border {
  border-color: #5b5eac73 !important;
}
.C-5B5EAC-40 {
  background-color: #5b5eac66 !important;
}
.C-5B5EAC-40-text {
  color: #5b5eac66;
}
.C-5B5EAC-40-border {
  border-color: #5b5eac66 !important;
}
.C-5B5EAC-35 {
  background-color: #5b5eac59 !important;
}
.C-5B5EAC-35-text {
  color: #5b5eac59;
}
.C-5B5EAC-35-border {
  border-color: #5b5eac59 !important;
}
.C-5B5EAC-30 {
  background-color: #5b5eac4D !important;
}
.C-5B5EAC-30-text {
  color: #5b5eac4D;
}
.C-5B5EAC-30-border {
  border-color: #5b5eac4D !important;
}
.C-5B5EAC-25 {
  background-color: #5b5eac40 !important;
}
.C-5B5EAC-25-text {
  color: #5b5eac40;
}
.C-5B5EAC-25-border {
  border-color: #5b5eac40 !important;
}
.C-5B5EAC-20 {
  background-color: #5b5eac33 !important;
}
.C-5B5EAC-20-text {
  color: #5b5eac33;
}
.C-5B5EAC-20-border {
  border-color: #5b5eac33 !important;
}
.C-5B5EAC-15 {
  background-color: #5b5eac26 !important;
}
.C-5B5EAC-15-text {
  color: #5b5eac26;
}
.C-5B5EAC-15-border {
  border-color: #5b5eac26 !important;
}
.C-5B5EAC-10 {
  background-color: #5b5eac1A !important;
}
.C-5B5EAC-10-text {
  color: #5b5eac1A;
}
.C-5B5EAC-10-border {
  border-color: #5b5eac1A !important;
}
.C-5B5EAC-5 {
  background-color: #5b5eac0D !important;
}
.C-5B5EAC-5-text {
  color: #5b5eac0D;
}
.C-5B5EAC-5-border {
  border-color: #5b5eac0D !important;
}
.C-5B5EAC-0 {
  background-color: #5b5eac0 !important;
}
.C-5B5EAC-0-text {
  color: #5b5eac0;
}
.C-5B5EAC-0-border {
  border-color: #5b5eac0 !important;
}
.C-5B5EAC {
  background-color: #5b5eac !important;
  --btn-background: #5b5eac;
}
.C-5B5EAC-text {
  color: #5b5eac;
}
.C-5B5EAC-border {
  border-color: #5b5eac !important;
}
@media (hover: hover) {
  .C-5B5EAC-hover-bg:hover {
    background-color: #5b5eac !important;
  }
}
.C-5B5EAC-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-5B5EAC-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #5b5eac;
  fill: #5b5eac;
  stroke: #5b5eac;
}
.C-5B5EAC-hover-text[papaTarget]:hover.f_targetText {
  color: #5b5eac !important;
  fill: #5b5eac !important;
  stroke: #5b5eac !important;
}
.C-5B5EAC-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-5B5EAC-hover-text[fHover]:hover {
  color: #5b5eac !important;
}
.C-5B5EAC-after::after,
.C-5B5EAC-after::before {
  background-color: #5b5eac;
}
.C-5B5EAC-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #5b5eac;
  transition: box-shadow 0.2s;
}
.C-5B5EAC100 {
  background-color: #5b5eac !important;
}
.C-5B5EAC100-text {
  color: #5b5eac;
}
.C-5B5EAC100-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC100 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC95 {
  background-color: #5b5eac !important;
}
.C-5B5EAC95-text {
  color: #5b5eac;
}
.C-5B5EAC95-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC95 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC90 {
  background-color: #5b5eac !important;
}
.C-5B5EAC90-text {
  color: #5b5eac;
}
.C-5B5EAC90-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC90 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC85 {
  background-color: #5b5eac !important;
}
.C-5B5EAC85-text {
  color: #5b5eac;
}
.C-5B5EAC85-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC85 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC80 {
  background-color: #5b5eac !important;
}
.C-5B5EAC80-text {
  color: #5b5eac;
}
.C-5B5EAC80-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC80 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC75 {
  background-color: #5b5eac !important;
}
.C-5B5EAC75-text {
  color: #5b5eac;
}
.C-5B5EAC75-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC75 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC70 {
  background-color: #5b5eac !important;
}
.C-5B5EAC70-text {
  color: #5b5eac;
}
.C-5B5EAC70-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC70 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC65 {
  background-color: #5b5eac !important;
}
.C-5B5EAC65-text {
  color: #5b5eac;
}
.C-5B5EAC65-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC65 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC60 {
  background-color: #5b5eac !important;
}
.C-5B5EAC60-text {
  color: #5b5eac;
}
.C-5B5EAC60-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC60 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC55 {
  background-color: #5b5eac !important;
}
.C-5B5EAC55-text {
  color: #5b5eac;
}
.C-5B5EAC55-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC55 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC50 {
  background-color: #5b5eac !important;
}
.C-5B5EAC50-text {
  color: #5b5eac;
}
.C-5B5EAC50-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC50 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC45 {
  background-color: #5b5eac !important;
}
.C-5B5EAC45-text {
  color: #5b5eac;
}
.C-5B5EAC45-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC45 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC40 {
  background-color: #5b5eac !important;
}
.C-5B5EAC40-text {
  color: #5b5eac;
}
.C-5B5EAC40-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC40 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC35 {
  background-color: #5b5eac !important;
}
.C-5B5EAC35-text {
  color: #5b5eac;
}
.C-5B5EAC35-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC35 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC30 {
  background-color: #5b5eac !important;
}
.C-5B5EAC30-text {
  color: #5b5eac;
}
.C-5B5EAC30-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC30 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC25 {
  background-color: #5b5eac !important;
}
.C-5B5EAC25-text {
  color: #5b5eac;
}
.C-5B5EAC25-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC25 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC20 {
  background-color: #5b5eac !important;
}
.C-5B5EAC20-text {
  color: #5b5eac;
}
.C-5B5EAC20-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC20 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC15 {
  background-color: #5b5eac !important;
}
.C-5B5EAC15-text {
  color: #5b5eac;
}
.C-5B5EAC15-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC15 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC10 {
  background-color: #5b5eac !important;
}
.C-5B5EAC10-text {
  color: #5b5eac;
}
.C-5B5EAC10-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC10 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC5 {
  background-color: #5b5eac !important;
}
.C-5B5EAC5-text {
  color: #5b5eac;
}
.C-5B5EAC5-border {
  border-color: #5b5eac;
}
.C-linearGradient-5B5EAC5 {
  background-image:
    linear-gradient(
      45deg,
      #5b5eac 0%,
      #5b5eac 99%,
      #5b5eac 100%);
}
.C-5B5EAC0 {
  background-color: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-text {
  color: rgba(91, 94, 172, 0);
}
.C-5B5EAC0-border {
  border-color: rgba(91, 94, 172, 0);
}
.C-linearGradient-5B5EAC0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(91, 94, 172, 0) 0%,
      #5b5eac 99%,
      rgba(91, 94, 172, 0) 100%);
}
.C-5B5EAC-fill-1 #fill1 {
  fill: #5b5eac;
}
.C-5B5EAC-fill-1.onHover:hover #fill1,
.C-5B5EAC-fill-1:hover #fill1 {
  fill: #5b5eac;
}
.C-5B5EAC-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC100-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC95-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC90-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC85-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC80-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC75-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC70-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC65-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC60-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC55-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC50-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC45-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC40-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC35-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC30-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC25-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC20-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC15-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC10-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC5-fill-1 #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-fill-1.onHover:hover #fill1 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-stroke-1 #stroke1 {
  stroke: #5b5eac !important;
}
.C-5B5EAC0-fill-1 #fill1 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-fill-1.onHover:hover #fill1 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-stroke-1 #stroke1 {
  stroke: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC-fill-2 #fill2 {
  fill: #5b5eac;
}
.C-5B5EAC-fill-2.onHover:hover #fill2,
.C-5B5EAC-fill-2:hover #fill2 {
  fill: #5b5eac;
}
.C-5B5EAC-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC100-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC95-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC90-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC85-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC80-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC75-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC70-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC65-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC60-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC55-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC50-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC45-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC40-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC35-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC30-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC25-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC20-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC15-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC10-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC5-fill-2 #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-fill-2.onHover:hover #fill2 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-stroke-2 #stroke2 {
  stroke: #5b5eac !important;
}
.C-5B5EAC0-fill-2 #fill2 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-fill-2.onHover:hover #fill2 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-stroke-2 #stroke2 {
  stroke: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC-fill-3 #fill3 {
  fill: #5b5eac;
}
.C-5B5EAC-fill-3.onHover:hover #fill3,
.C-5B5EAC-fill-3:hover #fill3 {
  fill: #5b5eac;
}
.C-5B5EAC-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC100-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC100-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC95-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC95-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC90-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC90-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC85-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC85-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC80-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC80-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC75-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC75-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC70-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC70-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC65-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC65-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC60-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC60-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC55-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC55-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC50-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC50-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC45-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC45-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC40-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC40-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC35-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC35-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC30-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC30-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC25-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC25-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC20-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC20-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC15-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC15-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC10-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC10-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC5-fill-3 #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-fill-3.onHover:hover #fill3 {
  fill: #5b5eac !important;
}
.C-5B5EAC5-stroke-3 #stroke3 {
  stroke: #5b5eac !important;
}
.C-5B5EAC0-fill-3 #fill3 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-fill-3.onHover:hover #fill3 {
  fill: rgba(91, 94, 172, 0) !important;
}
.C-5B5EAC0-stroke-3 #stroke3 {
  stroke: rgba(91, 94, 172, 0) !important;
}
.C-8F95FB-100 {
  background-color: #8f95fbFF !important;
}
.C-8F95FB-100-text {
  color: #8f95fbFF;
}
.C-8F95FB-100-border {
  border-color: #8f95fbFF !important;
}
.C-8F95FB-95 {
  background-color: #8f95fbF2 !important;
}
.C-8F95FB-95-text {
  color: #8f95fbF2;
}
.C-8F95FB-95-border {
  border-color: #8f95fbF2 !important;
}
.C-8F95FB-90 {
  background-color: #8f95fbE6 !important;
}
.C-8F95FB-90-text {
  color: #8f95fbE6;
}
.C-8F95FB-90-border {
  border-color: #8f95fbE6 !important;
}
.C-8F95FB-85 {
  background-color: #8f95fbD9 !important;
}
.C-8F95FB-85-text {
  color: #8f95fbD9;
}
.C-8F95FB-85-border {
  border-color: #8f95fbD9 !important;
}
.C-8F95FB-80 {
  background-color: #8f95fbCC !important;
}
.C-8F95FB-80-text {
  color: #8f95fbCC;
}
.C-8F95FB-80-border {
  border-color: #8f95fbCC !important;
}
.C-8F95FB-75 {
  background-color: #8f95fbBF !important;
}
.C-8F95FB-75-text {
  color: #8f95fbBF;
}
.C-8F95FB-75-border {
  border-color: #8f95fbBF !important;
}
.C-8F95FB-70 {
  background-color: #8f95fbB3 !important;
}
.C-8F95FB-70-text {
  color: #8f95fbB3;
}
.C-8F95FB-70-border {
  border-color: #8f95fbB3 !important;
}
.C-8F95FB-65 {
  background-color: #8f95fbA6 !important;
}
.C-8F95FB-65-text {
  color: #8f95fbA6;
}
.C-8F95FB-65-border {
  border-color: #8f95fbA6 !important;
}
.C-8F95FB-60 {
  background-color: #8f95fb99 !important;
}
.C-8F95FB-60-text {
  color: #8f95fb99;
}
.C-8F95FB-60-border {
  border-color: #8f95fb99 !important;
}
.C-8F95FB-55 {
  background-color: #8f95fb8C !important;
}
.C-8F95FB-55-text {
  color: #8f95fb8C;
}
.C-8F95FB-55-border {
  border-color: #8f95fb8C !important;
}
.C-8F95FB-50 {
  background-color: #8f95fb80 !important;
}
.C-8F95FB-50-text {
  color: #8f95fb80;
}
.C-8F95FB-50-border {
  border-color: #8f95fb80 !important;
}
.C-8F95FB-45 {
  background-color: #8f95fb73 !important;
}
.C-8F95FB-45-text {
  color: #8f95fb73;
}
.C-8F95FB-45-border {
  border-color: #8f95fb73 !important;
}
.C-8F95FB-40 {
  background-color: #8f95fb66 !important;
}
.C-8F95FB-40-text {
  color: #8f95fb66;
}
.C-8F95FB-40-border {
  border-color: #8f95fb66 !important;
}
.C-8F95FB-35 {
  background-color: #8f95fb59 !important;
}
.C-8F95FB-35-text {
  color: #8f95fb59;
}
.C-8F95FB-35-border {
  border-color: #8f95fb59 !important;
}
.C-8F95FB-30 {
  background-color: #8f95fb4D !important;
}
.C-8F95FB-30-text {
  color: #8f95fb4D;
}
.C-8F95FB-30-border {
  border-color: #8f95fb4D !important;
}
.C-8F95FB-25 {
  background-color: #8f95fb40 !important;
}
.C-8F95FB-25-text {
  color: #8f95fb40;
}
.C-8F95FB-25-border {
  border-color: #8f95fb40 !important;
}
.C-8F95FB-20 {
  background-color: #8f95fb33 !important;
}
.C-8F95FB-20-text {
  color: #8f95fb33;
}
.C-8F95FB-20-border {
  border-color: #8f95fb33 !important;
}
.C-8F95FB-15 {
  background-color: #8f95fb26 !important;
}
.C-8F95FB-15-text {
  color: #8f95fb26;
}
.C-8F95FB-15-border {
  border-color: #8f95fb26 !important;
}
.C-8F95FB-10 {
  background-color: #8f95fb1A !important;
}
.C-8F95FB-10-text {
  color: #8f95fb1A;
}
.C-8F95FB-10-border {
  border-color: #8f95fb1A !important;
}
.C-8F95FB-5 {
  background-color: #8f95fb0D !important;
}
.C-8F95FB-5-text {
  color: #8f95fb0D;
}
.C-8F95FB-5-border {
  border-color: #8f95fb0D !important;
}
.C-8F95FB-0 {
  background-color: #8f95fb0 !important;
}
.C-8F95FB-0-text {
  color: #8f95fb0;
}
.C-8F95FB-0-border {
  border-color: #8f95fb0 !important;
}
.C-8F95FB {
  background-color: #8f95fb !important;
  --btn-background: #8f95fb;
}
.C-8F95FB-text {
  color: #8f95fb;
}
.C-8F95FB-border {
  border-color: #8f95fb !important;
}
@media (hover: hover) {
  .C-8F95FB-hover-bg:hover {
    background-color: #8f95fb !important;
  }
}
.C-8F95FB-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8F95FB-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8f95fb;
  fill: #8f95fb;
  stroke: #8f95fb;
}
.C-8F95FB-hover-text[papaTarget]:hover.f_targetText {
  color: #8f95fb !important;
  fill: #8f95fb !important;
  stroke: #8f95fb !important;
}
.C-8F95FB-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8F95FB-hover-text[fHover]:hover {
  color: #8f95fb !important;
}
.C-8F95FB-after::after,
.C-8F95FB-after::before {
  background-color: #8f95fb;
}
.C-8F95FB-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8f95fb;
  transition: box-shadow 0.2s;
}
.C-8F95FB100 {
  background-color: #8f95fb !important;
}
.C-8F95FB100-text {
  color: #8f95fb;
}
.C-8F95FB100-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB100 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB95 {
  background-color: #8f95fb !important;
}
.C-8F95FB95-text {
  color: #8f95fb;
}
.C-8F95FB95-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB95 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB90 {
  background-color: #8f95fb !important;
}
.C-8F95FB90-text {
  color: #8f95fb;
}
.C-8F95FB90-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB90 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB85 {
  background-color: #8f95fb !important;
}
.C-8F95FB85-text {
  color: #8f95fb;
}
.C-8F95FB85-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB85 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB80 {
  background-color: #8f95fb !important;
}
.C-8F95FB80-text {
  color: #8f95fb;
}
.C-8F95FB80-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB80 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB75 {
  background-color: #8f95fb !important;
}
.C-8F95FB75-text {
  color: #8f95fb;
}
.C-8F95FB75-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB75 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB70 {
  background-color: #8f95fb !important;
}
.C-8F95FB70-text {
  color: #8f95fb;
}
.C-8F95FB70-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB70 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB65 {
  background-color: #8f95fb !important;
}
.C-8F95FB65-text {
  color: #8f95fb;
}
.C-8F95FB65-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB65 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB60 {
  background-color: #8f95fb !important;
}
.C-8F95FB60-text {
  color: #8f95fb;
}
.C-8F95FB60-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB60 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB55 {
  background-color: #8f95fb !important;
}
.C-8F95FB55-text {
  color: #8f95fb;
}
.C-8F95FB55-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB55 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB50 {
  background-color: #8f95fb !important;
}
.C-8F95FB50-text {
  color: #8f95fb;
}
.C-8F95FB50-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB50 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB45 {
  background-color: #8f95fb !important;
}
.C-8F95FB45-text {
  color: #8f95fb;
}
.C-8F95FB45-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB45 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB40 {
  background-color: #8f95fb !important;
}
.C-8F95FB40-text {
  color: #8f95fb;
}
.C-8F95FB40-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB40 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB35 {
  background-color: #8f95fb !important;
}
.C-8F95FB35-text {
  color: #8f95fb;
}
.C-8F95FB35-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB35 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB30 {
  background-color: #8f95fb !important;
}
.C-8F95FB30-text {
  color: #8f95fb;
}
.C-8F95FB30-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB30 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB25 {
  background-color: #8f95fb !important;
}
.C-8F95FB25-text {
  color: #8f95fb;
}
.C-8F95FB25-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB25 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB20 {
  background-color: #8f95fb !important;
}
.C-8F95FB20-text {
  color: #8f95fb;
}
.C-8F95FB20-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB20 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB15 {
  background-color: #8f95fb !important;
}
.C-8F95FB15-text {
  color: #8f95fb;
}
.C-8F95FB15-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB15 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB10 {
  background-color: #8f95fb !important;
}
.C-8F95FB10-text {
  color: #8f95fb;
}
.C-8F95FB10-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB10 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB5 {
  background-color: #8f95fb !important;
}
.C-8F95FB5-text {
  color: #8f95fb;
}
.C-8F95FB5-border {
  border-color: #8f95fb;
}
.C-linearGradient-8F95FB5 {
  background-image:
    linear-gradient(
      45deg,
      #8f95fb 0%,
      #8f95fb 99%,
      #8f95fb 100%);
}
.C-8F95FB0 {
  background-color: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-text {
  color: rgba(143, 149, 251, 0);
}
.C-8F95FB0-border {
  border-color: rgba(143, 149, 251, 0);
}
.C-linearGradient-8F95FB0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(143, 149, 251, 0) 0%,
      #8f95fb 99%,
      rgba(143, 149, 251, 0) 100%);
}
.C-8F95FB-fill-1 #fill1 {
  fill: #8f95fb;
}
.C-8F95FB-fill-1.onHover:hover #fill1,
.C-8F95FB-fill-1:hover #fill1 {
  fill: #8f95fb;
}
.C-8F95FB-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB100-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB100-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB100-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB95-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB95-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB95-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB90-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB90-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB90-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB85-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB85-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB85-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB80-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB80-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB80-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB75-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB75-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB75-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB70-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB70-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB70-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB65-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB65-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB65-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB60-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB60-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB60-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB55-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB55-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB55-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB50-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB50-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB50-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB45-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB45-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB45-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB40-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB40-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB40-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB35-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB35-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB35-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB30-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB30-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB30-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB25-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB25-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB25-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB20-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB20-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB20-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB15-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB15-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB15-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB10-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB10-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB10-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB5-fill-1 #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB5-fill-1.onHover:hover #fill1 {
  fill: #8f95fb !important;
}
.C-8F95FB5-stroke-1 #stroke1 {
  stroke: #8f95fb !important;
}
.C-8F95FB0-fill-1 #fill1 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-fill-1.onHover:hover #fill1 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-stroke-1 #stroke1 {
  stroke: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB-fill-2 #fill2 {
  fill: #8f95fb;
}
.C-8F95FB-fill-2.onHover:hover #fill2,
.C-8F95FB-fill-2:hover #fill2 {
  fill: #8f95fb;
}
.C-8F95FB-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB100-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB100-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB100-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB95-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB95-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB95-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB90-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB90-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB90-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB85-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB85-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB85-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB80-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB80-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB80-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB75-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB75-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB75-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB70-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB70-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB70-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB65-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB65-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB65-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB60-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB60-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB60-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB55-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB55-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB55-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB50-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB50-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB50-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB45-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB45-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB45-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB40-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB40-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB40-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB35-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB35-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB35-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB30-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB30-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB30-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB25-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB25-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB25-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB20-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB20-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB20-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB15-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB15-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB15-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB10-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB10-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB10-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB5-fill-2 #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB5-fill-2.onHover:hover #fill2 {
  fill: #8f95fb !important;
}
.C-8F95FB5-stroke-2 #stroke2 {
  stroke: #8f95fb !important;
}
.C-8F95FB0-fill-2 #fill2 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-fill-2.onHover:hover #fill2 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-stroke-2 #stroke2 {
  stroke: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB-fill-3 #fill3 {
  fill: #8f95fb;
}
.C-8F95FB-fill-3.onHover:hover #fill3,
.C-8F95FB-fill-3:hover #fill3 {
  fill: #8f95fb;
}
.C-8F95FB-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB100-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB100-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB100-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB95-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB95-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB95-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB90-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB90-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB90-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB85-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB85-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB85-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB80-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB80-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB80-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB75-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB75-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB75-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB70-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB70-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB70-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB65-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB65-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB65-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB60-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB60-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB60-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB55-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB55-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB55-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB50-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB50-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB50-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB45-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB45-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB45-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB40-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB40-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB40-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB35-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB35-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB35-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB30-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB30-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB30-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB25-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB25-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB25-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB20-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB20-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB20-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB15-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB15-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB15-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB10-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB10-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB10-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB5-fill-3 #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB5-fill-3.onHover:hover #fill3 {
  fill: #8f95fb !important;
}
.C-8F95FB5-stroke-3 #stroke3 {
  stroke: #8f95fb !important;
}
.C-8F95FB0-fill-3 #fill3 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-fill-3.onHover:hover #fill3 {
  fill: rgba(143, 149, 251, 0) !important;
}
.C-8F95FB0-stroke-3 #stroke3 {
  stroke: rgba(143, 149, 251, 0) !important;
}
.C-EFAF3F-100 {
  background-color: #efaf3fFF !important;
}
.C-EFAF3F-100-text {
  color: #efaf3fFF;
}
.C-EFAF3F-100-border {
  border-color: #efaf3fFF !important;
}
.C-EFAF3F-95 {
  background-color: #efaf3fF2 !important;
}
.C-EFAF3F-95-text {
  color: #efaf3fF2;
}
.C-EFAF3F-95-border {
  border-color: #efaf3fF2 !important;
}
.C-EFAF3F-90 {
  background-color: #efaf3fE6 !important;
}
.C-EFAF3F-90-text {
  color: #efaf3fE6;
}
.C-EFAF3F-90-border {
  border-color: #efaf3fE6 !important;
}
.C-EFAF3F-85 {
  background-color: #efaf3fD9 !important;
}
.C-EFAF3F-85-text {
  color: #efaf3fD9;
}
.C-EFAF3F-85-border {
  border-color: #efaf3fD9 !important;
}
.C-EFAF3F-80 {
  background-color: #efaf3fCC !important;
}
.C-EFAF3F-80-text {
  color: #efaf3fCC;
}
.C-EFAF3F-80-border {
  border-color: #efaf3fCC !important;
}
.C-EFAF3F-75 {
  background-color: #efaf3fBF !important;
}
.C-EFAF3F-75-text {
  color: #efaf3fBF;
}
.C-EFAF3F-75-border {
  border-color: #efaf3fBF !important;
}
.C-EFAF3F-70 {
  background-color: #efaf3fB3 !important;
}
.C-EFAF3F-70-text {
  color: #efaf3fB3;
}
.C-EFAF3F-70-border {
  border-color: #efaf3fB3 !important;
}
.C-EFAF3F-65 {
  background-color: #efaf3fA6 !important;
}
.C-EFAF3F-65-text {
  color: #efaf3fA6;
}
.C-EFAF3F-65-border {
  border-color: #efaf3fA6 !important;
}
.C-EFAF3F-60 {
  background-color: #efaf3f99 !important;
}
.C-EFAF3F-60-text {
  color: #efaf3f99;
}
.C-EFAF3F-60-border {
  border-color: #efaf3f99 !important;
}
.C-EFAF3F-55 {
  background-color: #efaf3f8C !important;
}
.C-EFAF3F-55-text {
  color: #efaf3f8C;
}
.C-EFAF3F-55-border {
  border-color: #efaf3f8C !important;
}
.C-EFAF3F-50 {
  background-color: #efaf3f80 !important;
}
.C-EFAF3F-50-text {
  color: #efaf3f80;
}
.C-EFAF3F-50-border {
  border-color: #efaf3f80 !important;
}
.C-EFAF3F-45 {
  background-color: #efaf3f73 !important;
}
.C-EFAF3F-45-text {
  color: #efaf3f73;
}
.C-EFAF3F-45-border {
  border-color: #efaf3f73 !important;
}
.C-EFAF3F-40 {
  background-color: #efaf3f66 !important;
}
.C-EFAF3F-40-text {
  color: #efaf3f66;
}
.C-EFAF3F-40-border {
  border-color: #efaf3f66 !important;
}
.C-EFAF3F-35 {
  background-color: #efaf3f59 !important;
}
.C-EFAF3F-35-text {
  color: #efaf3f59;
}
.C-EFAF3F-35-border {
  border-color: #efaf3f59 !important;
}
.C-EFAF3F-30 {
  background-color: #efaf3f4D !important;
}
.C-EFAF3F-30-text {
  color: #efaf3f4D;
}
.C-EFAF3F-30-border {
  border-color: #efaf3f4D !important;
}
.C-EFAF3F-25 {
  background-color: #efaf3f40 !important;
}
.C-EFAF3F-25-text {
  color: #efaf3f40;
}
.C-EFAF3F-25-border {
  border-color: #efaf3f40 !important;
}
.C-EFAF3F-20 {
  background-color: #efaf3f33 !important;
}
.C-EFAF3F-20-text {
  color: #efaf3f33;
}
.C-EFAF3F-20-border {
  border-color: #efaf3f33 !important;
}
.C-EFAF3F-15 {
  background-color: #efaf3f26 !important;
}
.C-EFAF3F-15-text {
  color: #efaf3f26;
}
.C-EFAF3F-15-border {
  border-color: #efaf3f26 !important;
}
.C-EFAF3F-10 {
  background-color: #efaf3f1A !important;
}
.C-EFAF3F-10-text {
  color: #efaf3f1A;
}
.C-EFAF3F-10-border {
  border-color: #efaf3f1A !important;
}
.C-EFAF3F-5 {
  background-color: #efaf3f0D !important;
}
.C-EFAF3F-5-text {
  color: #efaf3f0D;
}
.C-EFAF3F-5-border {
  border-color: #efaf3f0D !important;
}
.C-EFAF3F-0 {
  background-color: #efaf3f0 !important;
}
.C-EFAF3F-0-text {
  color: #efaf3f0;
}
.C-EFAF3F-0-border {
  border-color: #efaf3f0 !important;
}
.C-EFAF3F {
  background-color: #efaf3f !important;
  --btn-background: #efaf3f;
}
.C-EFAF3F-text {
  color: #efaf3f;
}
.C-EFAF3F-border {
  border-color: #efaf3f !important;
}
@media (hover: hover) {
  .C-EFAF3F-hover-bg:hover {
    background-color: #efaf3f !important;
  }
}
.C-EFAF3F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-EFAF3F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #efaf3f;
  fill: #efaf3f;
  stroke: #efaf3f;
}
.C-EFAF3F-hover-text[papaTarget]:hover.f_targetText {
  color: #efaf3f !important;
  fill: #efaf3f !important;
  stroke: #efaf3f !important;
}
.C-EFAF3F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-EFAF3F-hover-text[fHover]:hover {
  color: #efaf3f !important;
}
.C-EFAF3F-after::after,
.C-EFAF3F-after::before {
  background-color: #efaf3f;
}
.C-EFAF3F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #efaf3f;
  transition: box-shadow 0.2s;
}
.C-EFAF3F100 {
  background-color: #efaf3f !important;
}
.C-EFAF3F100-text {
  color: #efaf3f;
}
.C-EFAF3F100-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F100 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F95 {
  background-color: #efaf3f !important;
}
.C-EFAF3F95-text {
  color: #efaf3f;
}
.C-EFAF3F95-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F95 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F90 {
  background-color: #efaf3f !important;
}
.C-EFAF3F90-text {
  color: #efaf3f;
}
.C-EFAF3F90-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F90 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F85 {
  background-color: #efaf3f !important;
}
.C-EFAF3F85-text {
  color: #efaf3f;
}
.C-EFAF3F85-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F85 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F80 {
  background-color: #efaf3f !important;
}
.C-EFAF3F80-text {
  color: #efaf3f;
}
.C-EFAF3F80-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F80 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F75 {
  background-color: #efaf3f !important;
}
.C-EFAF3F75-text {
  color: #efaf3f;
}
.C-EFAF3F75-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F75 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F70 {
  background-color: #efaf3f !important;
}
.C-EFAF3F70-text {
  color: #efaf3f;
}
.C-EFAF3F70-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F70 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F65 {
  background-color: #efaf3f !important;
}
.C-EFAF3F65-text {
  color: #efaf3f;
}
.C-EFAF3F65-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F65 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F60 {
  background-color: #efaf3f !important;
}
.C-EFAF3F60-text {
  color: #efaf3f;
}
.C-EFAF3F60-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F60 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F55 {
  background-color: #efaf3f !important;
}
.C-EFAF3F55-text {
  color: #efaf3f;
}
.C-EFAF3F55-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F55 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F50 {
  background-color: #efaf3f !important;
}
.C-EFAF3F50-text {
  color: #efaf3f;
}
.C-EFAF3F50-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F50 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F45 {
  background-color: #efaf3f !important;
}
.C-EFAF3F45-text {
  color: #efaf3f;
}
.C-EFAF3F45-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F45 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F40 {
  background-color: #efaf3f !important;
}
.C-EFAF3F40-text {
  color: #efaf3f;
}
.C-EFAF3F40-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F40 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F35 {
  background-color: #efaf3f !important;
}
.C-EFAF3F35-text {
  color: #efaf3f;
}
.C-EFAF3F35-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F35 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F30 {
  background-color: #efaf3f !important;
}
.C-EFAF3F30-text {
  color: #efaf3f;
}
.C-EFAF3F30-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F30 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F25 {
  background-color: #efaf3f !important;
}
.C-EFAF3F25-text {
  color: #efaf3f;
}
.C-EFAF3F25-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F25 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F20 {
  background-color: #efaf3f !important;
}
.C-EFAF3F20-text {
  color: #efaf3f;
}
.C-EFAF3F20-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F20 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F15 {
  background-color: #efaf3f !important;
}
.C-EFAF3F15-text {
  color: #efaf3f;
}
.C-EFAF3F15-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F15 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F10 {
  background-color: #efaf3f !important;
}
.C-EFAF3F10-text {
  color: #efaf3f;
}
.C-EFAF3F10-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F10 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F5 {
  background-color: #efaf3f !important;
}
.C-EFAF3F5-text {
  color: #efaf3f;
}
.C-EFAF3F5-border {
  border-color: #efaf3f;
}
.C-linearGradient-EFAF3F5 {
  background-image:
    linear-gradient(
      45deg,
      #efaf3f 0%,
      #efaf3f 99%,
      #efaf3f 100%);
}
.C-EFAF3F0 {
  background-color: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-text {
  color: rgba(239, 175, 63, 0);
}
.C-EFAF3F0-border {
  border-color: rgba(239, 175, 63, 0);
}
.C-linearGradient-EFAF3F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(239, 175, 63, 0) 0%,
      #efaf3f 99%,
      rgba(239, 175, 63, 0) 100%);
}
.C-EFAF3F-fill-1 #fill1 {
  fill: #efaf3f;
}
.C-EFAF3F-fill-1.onHover:hover #fill1,
.C-EFAF3F-fill-1:hover #fill1 {
  fill: #efaf3f;
}
.C-EFAF3F-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F100-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F95-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F90-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F85-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F80-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F75-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F70-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F65-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F60-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F55-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F50-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F45-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F40-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F35-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F30-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F25-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F20-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F15-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F10-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F5-fill-1 #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-fill-1.onHover:hover #fill1 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-stroke-1 #stroke1 {
  stroke: #efaf3f !important;
}
.C-EFAF3F0-fill-1 #fill1 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-fill-1.onHover:hover #fill1 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-stroke-1 #stroke1 {
  stroke: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F-fill-2 #fill2 {
  fill: #efaf3f;
}
.C-EFAF3F-fill-2.onHover:hover #fill2,
.C-EFAF3F-fill-2:hover #fill2 {
  fill: #efaf3f;
}
.C-EFAF3F-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F100-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F95-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F90-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F85-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F80-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F75-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F70-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F65-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F60-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F55-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F50-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F45-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F40-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F35-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F30-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F25-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F20-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F15-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F10-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F5-fill-2 #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-fill-2.onHover:hover #fill2 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-stroke-2 #stroke2 {
  stroke: #efaf3f !important;
}
.C-EFAF3F0-fill-2 #fill2 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-fill-2.onHover:hover #fill2 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-stroke-2 #stroke2 {
  stroke: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F-fill-3 #fill3 {
  fill: #efaf3f;
}
.C-EFAF3F-fill-3.onHover:hover #fill3,
.C-EFAF3F-fill-3:hover #fill3 {
  fill: #efaf3f;
}
.C-EFAF3F-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F100-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F100-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F95-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F95-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F90-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F90-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F85-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F85-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F80-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F80-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F75-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F75-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F70-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F70-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F65-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F65-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F60-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F60-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F55-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F55-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F50-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F50-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F45-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F45-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F40-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F40-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F35-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F35-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F30-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F30-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F25-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F25-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F20-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F20-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F15-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F15-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F10-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F10-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F5-fill-3 #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-fill-3.onHover:hover #fill3 {
  fill: #efaf3f !important;
}
.C-EFAF3F5-stroke-3 #stroke3 {
  stroke: #efaf3f !important;
}
.C-EFAF3F0-fill-3 #fill3 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-fill-3.onHover:hover #fill3 {
  fill: rgba(239, 175, 63, 0) !important;
}
.C-EFAF3F0-stroke-3 #stroke3 {
  stroke: rgba(239, 175, 63, 0) !important;
}
.C-BF8C32-100 {
  background-color: #bf8c32FF !important;
}
.C-BF8C32-100-text {
  color: #bf8c32FF;
}
.C-BF8C32-100-border {
  border-color: #bf8c32FF !important;
}
.C-BF8C32-95 {
  background-color: #bf8c32F2 !important;
}
.C-BF8C32-95-text {
  color: #bf8c32F2;
}
.C-BF8C32-95-border {
  border-color: #bf8c32F2 !important;
}
.C-BF8C32-90 {
  background-color: #bf8c32E6 !important;
}
.C-BF8C32-90-text {
  color: #bf8c32E6;
}
.C-BF8C32-90-border {
  border-color: #bf8c32E6 !important;
}
.C-BF8C32-85 {
  background-color: #bf8c32D9 !important;
}
.C-BF8C32-85-text {
  color: #bf8c32D9;
}
.C-BF8C32-85-border {
  border-color: #bf8c32D9 !important;
}
.C-BF8C32-80 {
  background-color: #bf8c32CC !important;
}
.C-BF8C32-80-text {
  color: #bf8c32CC;
}
.C-BF8C32-80-border {
  border-color: #bf8c32CC !important;
}
.C-BF8C32-75 {
  background-color: #bf8c32BF !important;
}
.C-BF8C32-75-text {
  color: #bf8c32BF;
}
.C-BF8C32-75-border {
  border-color: #bf8c32BF !important;
}
.C-BF8C32-70 {
  background-color: #bf8c32B3 !important;
}
.C-BF8C32-70-text {
  color: #bf8c32B3;
}
.C-BF8C32-70-border {
  border-color: #bf8c32B3 !important;
}
.C-BF8C32-65 {
  background-color: #bf8c32A6 !important;
}
.C-BF8C32-65-text {
  color: #bf8c32A6;
}
.C-BF8C32-65-border {
  border-color: #bf8c32A6 !important;
}
.C-BF8C32-60 {
  background-color: #bf8c3299 !important;
}
.C-BF8C32-60-text {
  color: #bf8c3299;
}
.C-BF8C32-60-border {
  border-color: #bf8c3299 !important;
}
.C-BF8C32-55 {
  background-color: #bf8c328C !important;
}
.C-BF8C32-55-text {
  color: #bf8c328C;
}
.C-BF8C32-55-border {
  border-color: #bf8c328C !important;
}
.C-BF8C32-50 {
  background-color: #bf8c3280 !important;
}
.C-BF8C32-50-text {
  color: #bf8c3280;
}
.C-BF8C32-50-border {
  border-color: #bf8c3280 !important;
}
.C-BF8C32-45 {
  background-color: #bf8c3273 !important;
}
.C-BF8C32-45-text {
  color: #bf8c3273;
}
.C-BF8C32-45-border {
  border-color: #bf8c3273 !important;
}
.C-BF8C32-40 {
  background-color: #bf8c3266 !important;
}
.C-BF8C32-40-text {
  color: #bf8c3266;
}
.C-BF8C32-40-border {
  border-color: #bf8c3266 !important;
}
.C-BF8C32-35 {
  background-color: #bf8c3259 !important;
}
.C-BF8C32-35-text {
  color: #bf8c3259;
}
.C-BF8C32-35-border {
  border-color: #bf8c3259 !important;
}
.C-BF8C32-30 {
  background-color: #bf8c324D !important;
}
.C-BF8C32-30-text {
  color: #bf8c324D;
}
.C-BF8C32-30-border {
  border-color: #bf8c324D !important;
}
.C-BF8C32-25 {
  background-color: #bf8c3240 !important;
}
.C-BF8C32-25-text {
  color: #bf8c3240;
}
.C-BF8C32-25-border {
  border-color: #bf8c3240 !important;
}
.C-BF8C32-20 {
  background-color: #bf8c3233 !important;
}
.C-BF8C32-20-text {
  color: #bf8c3233;
}
.C-BF8C32-20-border {
  border-color: #bf8c3233 !important;
}
.C-BF8C32-15 {
  background-color: #bf8c3226 !important;
}
.C-BF8C32-15-text {
  color: #bf8c3226;
}
.C-BF8C32-15-border {
  border-color: #bf8c3226 !important;
}
.C-BF8C32-10 {
  background-color: #bf8c321A !important;
}
.C-BF8C32-10-text {
  color: #bf8c321A;
}
.C-BF8C32-10-border {
  border-color: #bf8c321A !important;
}
.C-BF8C32-5 {
  background-color: #bf8c320D !important;
}
.C-BF8C32-5-text {
  color: #bf8c320D;
}
.C-BF8C32-5-border {
  border-color: #bf8c320D !important;
}
.C-BF8C32-0 {
  background-color: #bf8c320 !important;
}
.C-BF8C32-0-text {
  color: #bf8c320;
}
.C-BF8C32-0-border {
  border-color: #bf8c320 !important;
}
.C-BF8C32 {
  background-color: #bf8c32 !important;
  --btn-background: #bf8c32;
}
.C-BF8C32-text {
  color: #bf8c32;
}
.C-BF8C32-border {
  border-color: #bf8c32 !important;
}
@media (hover: hover) {
  .C-BF8C32-hover-bg:hover {
    background-color: #bf8c32 !important;
  }
}
.C-BF8C32-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-BF8C32-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #bf8c32;
  fill: #bf8c32;
  stroke: #bf8c32;
}
.C-BF8C32-hover-text[papaTarget]:hover.f_targetText {
  color: #bf8c32 !important;
  fill: #bf8c32 !important;
  stroke: #bf8c32 !important;
}
.C-BF8C32-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-BF8C32-hover-text[fHover]:hover {
  color: #bf8c32 !important;
}
.C-BF8C32-after::after,
.C-BF8C32-after::before {
  background-color: #bf8c32;
}
.C-BF8C32-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #bf8c32;
  transition: box-shadow 0.2s;
}
.C-BF8C32100 {
  background-color: #bf8c32 !important;
}
.C-BF8C32100-text {
  color: #bf8c32;
}
.C-BF8C32100-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C32100 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3295 {
  background-color: #bf8c32 !important;
}
.C-BF8C3295-text {
  color: #bf8c32;
}
.C-BF8C3295-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3295 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3290 {
  background-color: #bf8c32 !important;
}
.C-BF8C3290-text {
  color: #bf8c32;
}
.C-BF8C3290-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3290 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3285 {
  background-color: #bf8c32 !important;
}
.C-BF8C3285-text {
  color: #bf8c32;
}
.C-BF8C3285-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3285 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3280 {
  background-color: #bf8c32 !important;
}
.C-BF8C3280-text {
  color: #bf8c32;
}
.C-BF8C3280-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3280 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3275 {
  background-color: #bf8c32 !important;
}
.C-BF8C3275-text {
  color: #bf8c32;
}
.C-BF8C3275-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3275 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3270 {
  background-color: #bf8c32 !important;
}
.C-BF8C3270-text {
  color: #bf8c32;
}
.C-BF8C3270-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3270 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3265 {
  background-color: #bf8c32 !important;
}
.C-BF8C3265-text {
  color: #bf8c32;
}
.C-BF8C3265-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3265 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3260 {
  background-color: #bf8c32 !important;
}
.C-BF8C3260-text {
  color: #bf8c32;
}
.C-BF8C3260-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3260 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3255 {
  background-color: #bf8c32 !important;
}
.C-BF8C3255-text {
  color: #bf8c32;
}
.C-BF8C3255-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3255 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3250 {
  background-color: #bf8c32 !important;
}
.C-BF8C3250-text {
  color: #bf8c32;
}
.C-BF8C3250-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3250 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3245 {
  background-color: #bf8c32 !important;
}
.C-BF8C3245-text {
  color: #bf8c32;
}
.C-BF8C3245-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3245 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3240 {
  background-color: #bf8c32 !important;
}
.C-BF8C3240-text {
  color: #bf8c32;
}
.C-BF8C3240-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3240 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3235 {
  background-color: #bf8c32 !important;
}
.C-BF8C3235-text {
  color: #bf8c32;
}
.C-BF8C3235-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3235 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3230 {
  background-color: #bf8c32 !important;
}
.C-BF8C3230-text {
  color: #bf8c32;
}
.C-BF8C3230-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3230 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3225 {
  background-color: #bf8c32 !important;
}
.C-BF8C3225-text {
  color: #bf8c32;
}
.C-BF8C3225-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3225 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3220 {
  background-color: #bf8c32 !important;
}
.C-BF8C3220-text {
  color: #bf8c32;
}
.C-BF8C3220-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3220 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3215 {
  background-color: #bf8c32 !important;
}
.C-BF8C3215-text {
  color: #bf8c32;
}
.C-BF8C3215-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3215 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C3210 {
  background-color: #bf8c32 !important;
}
.C-BF8C3210-text {
  color: #bf8c32;
}
.C-BF8C3210-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C3210 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C325 {
  background-color: #bf8c32 !important;
}
.C-BF8C325-text {
  color: #bf8c32;
}
.C-BF8C325-border {
  border-color: #bf8c32;
}
.C-linearGradient-BF8C325 {
  background-image:
    linear-gradient(
      45deg,
      #bf8c32 0%,
      #bf8c32 99%,
      #bf8c32 100%);
}
.C-BF8C320 {
  background-color: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-text {
  color: rgba(191, 140, 50, 0);
}
.C-BF8C320-border {
  border-color: rgba(191, 140, 50, 0);
}
.C-linearGradient-BF8C320 {
  background-image:
    linear-gradient(
      45deg,
      rgba(191, 140, 50, 0) 0%,
      #bf8c32 99%,
      rgba(191, 140, 50, 0) 100%);
}
.C-BF8C32-fill-1 #fill1 {
  fill: #bf8c32;
}
.C-BF8C32-fill-1.onHover:hover #fill1,
.C-BF8C32-fill-1:hover #fill1 {
  fill: #bf8c32;
}
.C-BF8C32-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C32100-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3295-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3290-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3285-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3280-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3275-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3270-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3265-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3260-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3255-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3250-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3245-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3240-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3235-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3230-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3225-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3220-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3215-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C3210-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C325-fill-1 #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C325-fill-1.onHover:hover #fill1 {
  fill: #bf8c32 !important;
}
.C-BF8C325-stroke-1 #stroke1 {
  stroke: #bf8c32 !important;
}
.C-BF8C320-fill-1 #fill1 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-fill-1.onHover:hover #fill1 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-stroke-1 #stroke1 {
  stroke: rgba(191, 140, 50, 0) !important;
}
.C-BF8C32-fill-2 #fill2 {
  fill: #bf8c32;
}
.C-BF8C32-fill-2.onHover:hover #fill2,
.C-BF8C32-fill-2:hover #fill2 {
  fill: #bf8c32;
}
.C-BF8C32-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C32100-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3295-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3290-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3285-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3280-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3275-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3270-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3265-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3260-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3255-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3250-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3245-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3240-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3235-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3230-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3225-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3220-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3215-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C3210-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C325-fill-2 #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C325-fill-2.onHover:hover #fill2 {
  fill: #bf8c32 !important;
}
.C-BF8C325-stroke-2 #stroke2 {
  stroke: #bf8c32 !important;
}
.C-BF8C320-fill-2 #fill2 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-fill-2.onHover:hover #fill2 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-stroke-2 #stroke2 {
  stroke: rgba(191, 140, 50, 0) !important;
}
.C-BF8C32-fill-3 #fill3 {
  fill: #bf8c32;
}
.C-BF8C32-fill-3.onHover:hover #fill3,
.C-BF8C32-fill-3:hover #fill3 {
  fill: #bf8c32;
}
.C-BF8C32-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C32100-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C32100-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3295-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3295-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3290-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3290-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3285-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3285-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3280-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3280-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3275-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3275-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3270-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3270-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3265-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3265-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3260-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3260-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3255-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3255-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3250-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3250-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3245-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3245-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3240-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3240-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3235-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3235-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3230-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3230-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3225-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3225-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3220-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3220-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3215-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3215-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C3210-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C3210-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C325-fill-3 #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C325-fill-3.onHover:hover #fill3 {
  fill: #bf8c32 !important;
}
.C-BF8C325-stroke-3 #stroke3 {
  stroke: #bf8c32 !important;
}
.C-BF8C320-fill-3 #fill3 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-fill-3.onHover:hover #fill3 {
  fill: rgba(191, 140, 50, 0) !important;
}
.C-BF8C320-stroke-3 #stroke3 {
  stroke: rgba(191, 140, 50, 0) !important;
}
.C-FFD16A-100 {
  background-color: #ffd16aFF !important;
}
.C-FFD16A-100-text {
  color: #ffd16aFF;
}
.C-FFD16A-100-border {
  border-color: #ffd16aFF !important;
}
.C-FFD16A-95 {
  background-color: #ffd16aF2 !important;
}
.C-FFD16A-95-text {
  color: #ffd16aF2;
}
.C-FFD16A-95-border {
  border-color: #ffd16aF2 !important;
}
.C-FFD16A-90 {
  background-color: #ffd16aE6 !important;
}
.C-FFD16A-90-text {
  color: #ffd16aE6;
}
.C-FFD16A-90-border {
  border-color: #ffd16aE6 !important;
}
.C-FFD16A-85 {
  background-color: #ffd16aD9 !important;
}
.C-FFD16A-85-text {
  color: #ffd16aD9;
}
.C-FFD16A-85-border {
  border-color: #ffd16aD9 !important;
}
.C-FFD16A-80 {
  background-color: #ffd16aCC !important;
}
.C-FFD16A-80-text {
  color: #ffd16aCC;
}
.C-FFD16A-80-border {
  border-color: #ffd16aCC !important;
}
.C-FFD16A-75 {
  background-color: #ffd16aBF !important;
}
.C-FFD16A-75-text {
  color: #ffd16aBF;
}
.C-FFD16A-75-border {
  border-color: #ffd16aBF !important;
}
.C-FFD16A-70 {
  background-color: #ffd16aB3 !important;
}
.C-FFD16A-70-text {
  color: #ffd16aB3;
}
.C-FFD16A-70-border {
  border-color: #ffd16aB3 !important;
}
.C-FFD16A-65 {
  background-color: #ffd16aA6 !important;
}
.C-FFD16A-65-text {
  color: #ffd16aA6;
}
.C-FFD16A-65-border {
  border-color: #ffd16aA6 !important;
}
.C-FFD16A-60 {
  background-color: #ffd16a99 !important;
}
.C-FFD16A-60-text {
  color: #ffd16a99;
}
.C-FFD16A-60-border {
  border-color: #ffd16a99 !important;
}
.C-FFD16A-55 {
  background-color: #ffd16a8C !important;
}
.C-FFD16A-55-text {
  color: #ffd16a8C;
}
.C-FFD16A-55-border {
  border-color: #ffd16a8C !important;
}
.C-FFD16A-50 {
  background-color: #ffd16a80 !important;
}
.C-FFD16A-50-text {
  color: #ffd16a80;
}
.C-FFD16A-50-border {
  border-color: #ffd16a80 !important;
}
.C-FFD16A-45 {
  background-color: #ffd16a73 !important;
}
.C-FFD16A-45-text {
  color: #ffd16a73;
}
.C-FFD16A-45-border {
  border-color: #ffd16a73 !important;
}
.C-FFD16A-40 {
  background-color: #ffd16a66 !important;
}
.C-FFD16A-40-text {
  color: #ffd16a66;
}
.C-FFD16A-40-border {
  border-color: #ffd16a66 !important;
}
.C-FFD16A-35 {
  background-color: #ffd16a59 !important;
}
.C-FFD16A-35-text {
  color: #ffd16a59;
}
.C-FFD16A-35-border {
  border-color: #ffd16a59 !important;
}
.C-FFD16A-30 {
  background-color: #ffd16a4D !important;
}
.C-FFD16A-30-text {
  color: #ffd16a4D;
}
.C-FFD16A-30-border {
  border-color: #ffd16a4D !important;
}
.C-FFD16A-25 {
  background-color: #ffd16a40 !important;
}
.C-FFD16A-25-text {
  color: #ffd16a40;
}
.C-FFD16A-25-border {
  border-color: #ffd16a40 !important;
}
.C-FFD16A-20 {
  background-color: #ffd16a33 !important;
}
.C-FFD16A-20-text {
  color: #ffd16a33;
}
.C-FFD16A-20-border {
  border-color: #ffd16a33 !important;
}
.C-FFD16A-15 {
  background-color: #ffd16a26 !important;
}
.C-FFD16A-15-text {
  color: #ffd16a26;
}
.C-FFD16A-15-border {
  border-color: #ffd16a26 !important;
}
.C-FFD16A-10 {
  background-color: #ffd16a1A !important;
}
.C-FFD16A-10-text {
  color: #ffd16a1A;
}
.C-FFD16A-10-border {
  border-color: #ffd16a1A !important;
}
.C-FFD16A-5 {
  background-color: #ffd16a0D !important;
}
.C-FFD16A-5-text {
  color: #ffd16a0D;
}
.C-FFD16A-5-border {
  border-color: #ffd16a0D !important;
}
.C-FFD16A-0 {
  background-color: #ffd16a0 !important;
}
.C-FFD16A-0-text {
  color: #ffd16a0;
}
.C-FFD16A-0-border {
  border-color: #ffd16a0 !important;
}
.C-FFD16A {
  background-color: #ffd16a !important;
  --btn-background: #ffd16a;
}
.C-FFD16A-text {
  color: #ffd16a;
}
.C-FFD16A-border {
  border-color: #ffd16a !important;
}
@media (hover: hover) {
  .C-FFD16A-hover-bg:hover {
    background-color: #ffd16a !important;
  }
}
.C-FFD16A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFD16A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffd16a;
  fill: #ffd16a;
  stroke: #ffd16a;
}
.C-FFD16A-hover-text[papaTarget]:hover.f_targetText {
  color: #ffd16a !important;
  fill: #ffd16a !important;
  stroke: #ffd16a !important;
}
.C-FFD16A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFD16A-hover-text[fHover]:hover {
  color: #ffd16a !important;
}
.C-FFD16A-after::after,
.C-FFD16A-after::before {
  background-color: #ffd16a;
}
.C-FFD16A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffd16a;
  transition: box-shadow 0.2s;
}
.C-FFD16A100 {
  background-color: #ffd16a !important;
}
.C-FFD16A100-text {
  color: #ffd16a;
}
.C-FFD16A100-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A100 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A95 {
  background-color: #ffd16a !important;
}
.C-FFD16A95-text {
  color: #ffd16a;
}
.C-FFD16A95-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A95 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A90 {
  background-color: #ffd16a !important;
}
.C-FFD16A90-text {
  color: #ffd16a;
}
.C-FFD16A90-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A90 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A85 {
  background-color: #ffd16a !important;
}
.C-FFD16A85-text {
  color: #ffd16a;
}
.C-FFD16A85-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A85 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A80 {
  background-color: #ffd16a !important;
}
.C-FFD16A80-text {
  color: #ffd16a;
}
.C-FFD16A80-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A80 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A75 {
  background-color: #ffd16a !important;
}
.C-FFD16A75-text {
  color: #ffd16a;
}
.C-FFD16A75-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A75 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A70 {
  background-color: #ffd16a !important;
}
.C-FFD16A70-text {
  color: #ffd16a;
}
.C-FFD16A70-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A70 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A65 {
  background-color: #ffd16a !important;
}
.C-FFD16A65-text {
  color: #ffd16a;
}
.C-FFD16A65-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A65 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A60 {
  background-color: #ffd16a !important;
}
.C-FFD16A60-text {
  color: #ffd16a;
}
.C-FFD16A60-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A60 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A55 {
  background-color: #ffd16a !important;
}
.C-FFD16A55-text {
  color: #ffd16a;
}
.C-FFD16A55-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A55 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A50 {
  background-color: #ffd16a !important;
}
.C-FFD16A50-text {
  color: #ffd16a;
}
.C-FFD16A50-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A50 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A45 {
  background-color: #ffd16a !important;
}
.C-FFD16A45-text {
  color: #ffd16a;
}
.C-FFD16A45-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A45 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A40 {
  background-color: #ffd16a !important;
}
.C-FFD16A40-text {
  color: #ffd16a;
}
.C-FFD16A40-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A40 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A35 {
  background-color: #ffd16a !important;
}
.C-FFD16A35-text {
  color: #ffd16a;
}
.C-FFD16A35-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A35 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A30 {
  background-color: #ffd16a !important;
}
.C-FFD16A30-text {
  color: #ffd16a;
}
.C-FFD16A30-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A30 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A25 {
  background-color: #ffd16a !important;
}
.C-FFD16A25-text {
  color: #ffd16a;
}
.C-FFD16A25-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A25 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A20 {
  background-color: #ffd16a !important;
}
.C-FFD16A20-text {
  color: #ffd16a;
}
.C-FFD16A20-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A20 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A15 {
  background-color: #ffd16a !important;
}
.C-FFD16A15-text {
  color: #ffd16a;
}
.C-FFD16A15-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A15 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A10 {
  background-color: #ffd16a !important;
}
.C-FFD16A10-text {
  color: #ffd16a;
}
.C-FFD16A10-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A10 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A5 {
  background-color: #ffd16a !important;
}
.C-FFD16A5-text {
  color: #ffd16a;
}
.C-FFD16A5-border {
  border-color: #ffd16a;
}
.C-linearGradient-FFD16A5 {
  background-image:
    linear-gradient(
      45deg,
      #ffd16a 0%,
      #ffd16a 99%,
      #ffd16a 100%);
}
.C-FFD16A0 {
  background-color: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-text {
  color: rgba(255, 209, 106, 0);
}
.C-FFD16A0-border {
  border-color: rgba(255, 209, 106, 0);
}
.C-linearGradient-FFD16A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 209, 106, 0) 0%,
      #ffd16a 99%,
      rgba(255, 209, 106, 0) 100%);
}
.C-FFD16A-fill-1 #fill1 {
  fill: #ffd16a;
}
.C-FFD16A-fill-1.onHover:hover #fill1,
.C-FFD16A-fill-1:hover #fill1 {
  fill: #ffd16a;
}
.C-FFD16A-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A100-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A100-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A100-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A95-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A95-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A95-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A90-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A90-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A90-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A85-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A85-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A85-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A80-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A80-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A80-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A75-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A75-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A75-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A70-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A70-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A70-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A65-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A65-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A65-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A60-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A60-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A60-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A55-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A55-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A55-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A50-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A50-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A50-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A45-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A45-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A45-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A40-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A40-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A40-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A35-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A35-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A35-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A30-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A30-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A30-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A25-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A25-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A25-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A20-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A20-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A20-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A15-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A15-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A15-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A10-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A10-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A10-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A5-fill-1 #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A5-fill-1.onHover:hover #fill1 {
  fill: #ffd16a !important;
}
.C-FFD16A5-stroke-1 #stroke1 {
  stroke: #ffd16a !important;
}
.C-FFD16A0-fill-1 #fill1 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-stroke-1 #stroke1 {
  stroke: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A-fill-2 #fill2 {
  fill: #ffd16a;
}
.C-FFD16A-fill-2.onHover:hover #fill2,
.C-FFD16A-fill-2:hover #fill2 {
  fill: #ffd16a;
}
.C-FFD16A-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A100-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A100-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A100-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A95-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A95-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A95-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A90-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A90-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A90-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A85-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A85-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A85-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A80-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A80-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A80-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A75-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A75-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A75-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A70-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A70-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A70-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A65-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A65-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A65-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A60-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A60-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A60-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A55-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A55-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A55-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A50-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A50-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A50-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A45-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A45-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A45-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A40-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A40-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A40-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A35-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A35-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A35-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A30-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A30-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A30-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A25-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A25-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A25-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A20-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A20-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A20-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A15-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A15-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A15-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A10-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A10-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A10-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A5-fill-2 #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A5-fill-2.onHover:hover #fill2 {
  fill: #ffd16a !important;
}
.C-FFD16A5-stroke-2 #stroke2 {
  stroke: #ffd16a !important;
}
.C-FFD16A0-fill-2 #fill2 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-stroke-2 #stroke2 {
  stroke: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A-fill-3 #fill3 {
  fill: #ffd16a;
}
.C-FFD16A-fill-3.onHover:hover #fill3,
.C-FFD16A-fill-3:hover #fill3 {
  fill: #ffd16a;
}
.C-FFD16A-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A100-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A100-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A100-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A95-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A95-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A95-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A90-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A90-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A90-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A85-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A85-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A85-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A80-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A80-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A80-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A75-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A75-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A75-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A70-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A70-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A70-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A65-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A65-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A65-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A60-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A60-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A60-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A55-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A55-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A55-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A50-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A50-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A50-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A45-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A45-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A45-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A40-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A40-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A40-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A35-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A35-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A35-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A30-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A30-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A30-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A25-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A25-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A25-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A20-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A20-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A20-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A15-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A15-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A15-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A10-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A10-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A10-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A5-fill-3 #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A5-fill-3.onHover:hover #fill3 {
  fill: #ffd16a !important;
}
.C-FFD16A5-stroke-3 #stroke3 {
  stroke: #ffd16a !important;
}
.C-FFD16A0-fill-3 #fill3 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 209, 106, 0) !important;
}
.C-FFD16A0-stroke-3 #stroke3 {
  stroke: rgba(255, 209, 106, 0) !important;
}
.C-BD5D70-100 {
  background-color: #bd5d70FF !important;
}
.C-BD5D70-100-text {
  color: #bd5d70FF;
}
.C-BD5D70-100-border {
  border-color: #bd5d70FF !important;
}
.C-BD5D70-95 {
  background-color: #bd5d70F2 !important;
}
.C-BD5D70-95-text {
  color: #bd5d70F2;
}
.C-BD5D70-95-border {
  border-color: #bd5d70F2 !important;
}
.C-BD5D70-90 {
  background-color: #bd5d70E6 !important;
}
.C-BD5D70-90-text {
  color: #bd5d70E6;
}
.C-BD5D70-90-border {
  border-color: #bd5d70E6 !important;
}
.C-BD5D70-85 {
  background-color: #bd5d70D9 !important;
}
.C-BD5D70-85-text {
  color: #bd5d70D9;
}
.C-BD5D70-85-border {
  border-color: #bd5d70D9 !important;
}
.C-BD5D70-80 {
  background-color: #bd5d70CC !important;
}
.C-BD5D70-80-text {
  color: #bd5d70CC;
}
.C-BD5D70-80-border {
  border-color: #bd5d70CC !important;
}
.C-BD5D70-75 {
  background-color: #bd5d70BF !important;
}
.C-BD5D70-75-text {
  color: #bd5d70BF;
}
.C-BD5D70-75-border {
  border-color: #bd5d70BF !important;
}
.C-BD5D70-70 {
  background-color: #bd5d70B3 !important;
}
.C-BD5D70-70-text {
  color: #bd5d70B3;
}
.C-BD5D70-70-border {
  border-color: #bd5d70B3 !important;
}
.C-BD5D70-65 {
  background-color: #bd5d70A6 !important;
}
.C-BD5D70-65-text {
  color: #bd5d70A6;
}
.C-BD5D70-65-border {
  border-color: #bd5d70A6 !important;
}
.C-BD5D70-60 {
  background-color: #bd5d7099 !important;
}
.C-BD5D70-60-text {
  color: #bd5d7099;
}
.C-BD5D70-60-border {
  border-color: #bd5d7099 !important;
}
.C-BD5D70-55 {
  background-color: #bd5d708C !important;
}
.C-BD5D70-55-text {
  color: #bd5d708C;
}
.C-BD5D70-55-border {
  border-color: #bd5d708C !important;
}
.C-BD5D70-50 {
  background-color: #bd5d7080 !important;
}
.C-BD5D70-50-text {
  color: #bd5d7080;
}
.C-BD5D70-50-border {
  border-color: #bd5d7080 !important;
}
.C-BD5D70-45 {
  background-color: #bd5d7073 !important;
}
.C-BD5D70-45-text {
  color: #bd5d7073;
}
.C-BD5D70-45-border {
  border-color: #bd5d7073 !important;
}
.C-BD5D70-40 {
  background-color: #bd5d7066 !important;
}
.C-BD5D70-40-text {
  color: #bd5d7066;
}
.C-BD5D70-40-border {
  border-color: #bd5d7066 !important;
}
.C-BD5D70-35 {
  background-color: #bd5d7059 !important;
}
.C-BD5D70-35-text {
  color: #bd5d7059;
}
.C-BD5D70-35-border {
  border-color: #bd5d7059 !important;
}
.C-BD5D70-30 {
  background-color: #bd5d704D !important;
}
.C-BD5D70-30-text {
  color: #bd5d704D;
}
.C-BD5D70-30-border {
  border-color: #bd5d704D !important;
}
.C-BD5D70-25 {
  background-color: #bd5d7040 !important;
}
.C-BD5D70-25-text {
  color: #bd5d7040;
}
.C-BD5D70-25-border {
  border-color: #bd5d7040 !important;
}
.C-BD5D70-20 {
  background-color: #bd5d7033 !important;
}
.C-BD5D70-20-text {
  color: #bd5d7033;
}
.C-BD5D70-20-border {
  border-color: #bd5d7033 !important;
}
.C-BD5D70-15 {
  background-color: #bd5d7026 !important;
}
.C-BD5D70-15-text {
  color: #bd5d7026;
}
.C-BD5D70-15-border {
  border-color: #bd5d7026 !important;
}
.C-BD5D70-10 {
  background-color: #bd5d701A !important;
}
.C-BD5D70-10-text {
  color: #bd5d701A;
}
.C-BD5D70-10-border {
  border-color: #bd5d701A !important;
}
.C-BD5D70-5 {
  background-color: #bd5d700D !important;
}
.C-BD5D70-5-text {
  color: #bd5d700D;
}
.C-BD5D70-5-border {
  border-color: #bd5d700D !important;
}
.C-BD5D70-0 {
  background-color: #bd5d700 !important;
}
.C-BD5D70-0-text {
  color: #bd5d700;
}
.C-BD5D70-0-border {
  border-color: #bd5d700 !important;
}
.C-BD5D70 {
  background-color: #bd5d70 !important;
  --btn-background: #bd5d70;
}
.C-BD5D70-text {
  color: #bd5d70;
}
.C-BD5D70-border {
  border-color: #bd5d70 !important;
}
@media (hover: hover) {
  .C-BD5D70-hover-bg:hover {
    background-color: #bd5d70 !important;
  }
}
.C-BD5D70-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-BD5D70-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #bd5d70;
  fill: #bd5d70;
  stroke: #bd5d70;
}
.C-BD5D70-hover-text[papaTarget]:hover.f_targetText {
  color: #bd5d70 !important;
  fill: #bd5d70 !important;
  stroke: #bd5d70 !important;
}
.C-BD5D70-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-BD5D70-hover-text[fHover]:hover {
  color: #bd5d70 !important;
}
.C-BD5D70-after::after,
.C-BD5D70-after::before {
  background-color: #bd5d70;
}
.C-BD5D70-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #bd5d70;
  transition: box-shadow 0.2s;
}
.C-BD5D70100 {
  background-color: #bd5d70 !important;
}
.C-BD5D70100-text {
  color: #bd5d70;
}
.C-BD5D70100-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D70100 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7095 {
  background-color: #bd5d70 !important;
}
.C-BD5D7095-text {
  color: #bd5d70;
}
.C-BD5D7095-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7095 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7090 {
  background-color: #bd5d70 !important;
}
.C-BD5D7090-text {
  color: #bd5d70;
}
.C-BD5D7090-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7090 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7085 {
  background-color: #bd5d70 !important;
}
.C-BD5D7085-text {
  color: #bd5d70;
}
.C-BD5D7085-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7085 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7080 {
  background-color: #bd5d70 !important;
}
.C-BD5D7080-text {
  color: #bd5d70;
}
.C-BD5D7080-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7080 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7075 {
  background-color: #bd5d70 !important;
}
.C-BD5D7075-text {
  color: #bd5d70;
}
.C-BD5D7075-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7075 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7070 {
  background-color: #bd5d70 !important;
}
.C-BD5D7070-text {
  color: #bd5d70;
}
.C-BD5D7070-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7070 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7065 {
  background-color: #bd5d70 !important;
}
.C-BD5D7065-text {
  color: #bd5d70;
}
.C-BD5D7065-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7065 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7060 {
  background-color: #bd5d70 !important;
}
.C-BD5D7060-text {
  color: #bd5d70;
}
.C-BD5D7060-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7060 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7055 {
  background-color: #bd5d70 !important;
}
.C-BD5D7055-text {
  color: #bd5d70;
}
.C-BD5D7055-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7055 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7050 {
  background-color: #bd5d70 !important;
}
.C-BD5D7050-text {
  color: #bd5d70;
}
.C-BD5D7050-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7050 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7045 {
  background-color: #bd5d70 !important;
}
.C-BD5D7045-text {
  color: #bd5d70;
}
.C-BD5D7045-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7045 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7040 {
  background-color: #bd5d70 !important;
}
.C-BD5D7040-text {
  color: #bd5d70;
}
.C-BD5D7040-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7040 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7035 {
  background-color: #bd5d70 !important;
}
.C-BD5D7035-text {
  color: #bd5d70;
}
.C-BD5D7035-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7035 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7030 {
  background-color: #bd5d70 !important;
}
.C-BD5D7030-text {
  color: #bd5d70;
}
.C-BD5D7030-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7030 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7025 {
  background-color: #bd5d70 !important;
}
.C-BD5D7025-text {
  color: #bd5d70;
}
.C-BD5D7025-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7025 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7020 {
  background-color: #bd5d70 !important;
}
.C-BD5D7020-text {
  color: #bd5d70;
}
.C-BD5D7020-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7020 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7015 {
  background-color: #bd5d70 !important;
}
.C-BD5D7015-text {
  color: #bd5d70;
}
.C-BD5D7015-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7015 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D7010 {
  background-color: #bd5d70 !important;
}
.C-BD5D7010-text {
  color: #bd5d70;
}
.C-BD5D7010-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D7010 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D705 {
  background-color: #bd5d70 !important;
}
.C-BD5D705-text {
  color: #bd5d70;
}
.C-BD5D705-border {
  border-color: #bd5d70;
}
.C-linearGradient-BD5D705 {
  background-image:
    linear-gradient(
      45deg,
      #bd5d70 0%,
      #bd5d70 99%,
      #bd5d70 100%);
}
.C-BD5D700 {
  background-color: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-text {
  color: rgba(189, 93, 112, 0);
}
.C-BD5D700-border {
  border-color: rgba(189, 93, 112, 0);
}
.C-linearGradient-BD5D700 {
  background-image:
    linear-gradient(
      45deg,
      rgba(189, 93, 112, 0) 0%,
      #bd5d70 99%,
      rgba(189, 93, 112, 0) 100%);
}
.C-BD5D70-fill-1 #fill1 {
  fill: #bd5d70;
}
.C-BD5D70-fill-1.onHover:hover #fill1,
.C-BD5D70-fill-1:hover #fill1 {
  fill: #bd5d70;
}
.C-BD5D70-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D70100-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7095-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7090-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7085-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7080-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7075-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7070-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7065-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7060-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7055-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7050-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7045-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7040-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7035-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7030-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7025-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7020-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7015-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D7010-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D705-fill-1 #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D705-fill-1.onHover:hover #fill1 {
  fill: #bd5d70 !important;
}
.C-BD5D705-stroke-1 #stroke1 {
  stroke: #bd5d70 !important;
}
.C-BD5D700-fill-1 #fill1 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-fill-1.onHover:hover #fill1 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-stroke-1 #stroke1 {
  stroke: rgba(189, 93, 112, 0) !important;
}
.C-BD5D70-fill-2 #fill2 {
  fill: #bd5d70;
}
.C-BD5D70-fill-2.onHover:hover #fill2,
.C-BD5D70-fill-2:hover #fill2 {
  fill: #bd5d70;
}
.C-BD5D70-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D70100-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7095-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7090-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7085-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7080-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7075-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7070-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7065-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7060-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7055-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7050-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7045-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7040-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7035-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7030-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7025-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7020-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7015-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D7010-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D705-fill-2 #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D705-fill-2.onHover:hover #fill2 {
  fill: #bd5d70 !important;
}
.C-BD5D705-stroke-2 #stroke2 {
  stroke: #bd5d70 !important;
}
.C-BD5D700-fill-2 #fill2 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-fill-2.onHover:hover #fill2 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-stroke-2 #stroke2 {
  stroke: rgba(189, 93, 112, 0) !important;
}
.C-BD5D70-fill-3 #fill3 {
  fill: #bd5d70;
}
.C-BD5D70-fill-3.onHover:hover #fill3,
.C-BD5D70-fill-3:hover #fill3 {
  fill: #bd5d70;
}
.C-BD5D70-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D70100-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D70100-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7095-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7095-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7090-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7090-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7085-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7085-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7080-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7080-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7075-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7075-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7070-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7070-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7065-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7065-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7060-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7060-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7055-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7055-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7050-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7050-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7045-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7045-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7040-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7040-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7035-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7035-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7030-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7030-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7025-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7025-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7020-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7020-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7015-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7015-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D7010-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D7010-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D705-fill-3 #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D705-fill-3.onHover:hover #fill3 {
  fill: #bd5d70 !important;
}
.C-BD5D705-stroke-3 #stroke3 {
  stroke: #bd5d70 !important;
}
.C-BD5D700-fill-3 #fill3 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-fill-3.onHover:hover #fill3 {
  fill: rgba(189, 93, 112, 0) !important;
}
.C-BD5D700-stroke-3 #stroke3 {
  stroke: rgba(189, 93, 112, 0) !important;
}
.C-974A59-100 {
  background-color: #974a59FF !important;
}
.C-974A59-100-text {
  color: #974a59FF;
}
.C-974A59-100-border {
  border-color: #974a59FF !important;
}
.C-974A59-95 {
  background-color: #974a59F2 !important;
}
.C-974A59-95-text {
  color: #974a59F2;
}
.C-974A59-95-border {
  border-color: #974a59F2 !important;
}
.C-974A59-90 {
  background-color: #974a59E6 !important;
}
.C-974A59-90-text {
  color: #974a59E6;
}
.C-974A59-90-border {
  border-color: #974a59E6 !important;
}
.C-974A59-85 {
  background-color: #974a59D9 !important;
}
.C-974A59-85-text {
  color: #974a59D9;
}
.C-974A59-85-border {
  border-color: #974a59D9 !important;
}
.C-974A59-80 {
  background-color: #974a59CC !important;
}
.C-974A59-80-text {
  color: #974a59CC;
}
.C-974A59-80-border {
  border-color: #974a59CC !important;
}
.C-974A59-75 {
  background-color: #974a59BF !important;
}
.C-974A59-75-text {
  color: #974a59BF;
}
.C-974A59-75-border {
  border-color: #974a59BF !important;
}
.C-974A59-70 {
  background-color: #974a59B3 !important;
}
.C-974A59-70-text {
  color: #974a59B3;
}
.C-974A59-70-border {
  border-color: #974a59B3 !important;
}
.C-974A59-65 {
  background-color: #974a59A6 !important;
}
.C-974A59-65-text {
  color: #974a59A6;
}
.C-974A59-65-border {
  border-color: #974a59A6 !important;
}
.C-974A59-60 {
  background-color: #974a5999 !important;
}
.C-974A59-60-text {
  color: #974a5999;
}
.C-974A59-60-border {
  border-color: #974a5999 !important;
}
.C-974A59-55 {
  background-color: #974a598C !important;
}
.C-974A59-55-text {
  color: #974a598C;
}
.C-974A59-55-border {
  border-color: #974a598C !important;
}
.C-974A59-50 {
  background-color: #974a5980 !important;
}
.C-974A59-50-text {
  color: #974a5980;
}
.C-974A59-50-border {
  border-color: #974a5980 !important;
}
.C-974A59-45 {
  background-color: #974a5973 !important;
}
.C-974A59-45-text {
  color: #974a5973;
}
.C-974A59-45-border {
  border-color: #974a5973 !important;
}
.C-974A59-40 {
  background-color: #974a5966 !important;
}
.C-974A59-40-text {
  color: #974a5966;
}
.C-974A59-40-border {
  border-color: #974a5966 !important;
}
.C-974A59-35 {
  background-color: #974a5959 !important;
}
.C-974A59-35-text {
  color: #974a5959;
}
.C-974A59-35-border {
  border-color: #974a5959 !important;
}
.C-974A59-30 {
  background-color: #974a594D !important;
}
.C-974A59-30-text {
  color: #974a594D;
}
.C-974A59-30-border {
  border-color: #974a594D !important;
}
.C-974A59-25 {
  background-color: #974a5940 !important;
}
.C-974A59-25-text {
  color: #974a5940;
}
.C-974A59-25-border {
  border-color: #974a5940 !important;
}
.C-974A59-20 {
  background-color: #974a5933 !important;
}
.C-974A59-20-text {
  color: #974a5933;
}
.C-974A59-20-border {
  border-color: #974a5933 !important;
}
.C-974A59-15 {
  background-color: #974a5926 !important;
}
.C-974A59-15-text {
  color: #974a5926;
}
.C-974A59-15-border {
  border-color: #974a5926 !important;
}
.C-974A59-10 {
  background-color: #974a591A !important;
}
.C-974A59-10-text {
  color: #974a591A;
}
.C-974A59-10-border {
  border-color: #974a591A !important;
}
.C-974A59-5 {
  background-color: #974a590D !important;
}
.C-974A59-5-text {
  color: #974a590D;
}
.C-974A59-5-border {
  border-color: #974a590D !important;
}
.C-974A59-0 {
  background-color: #974a590 !important;
}
.C-974A59-0-text {
  color: #974a590;
}
.C-974A59-0-border {
  border-color: #974a590 !important;
}
.C-974A59 {
  background-color: #974a59 !important;
  --btn-background: #974a59;
}
.C-974A59-text {
  color: #974a59;
}
.C-974A59-border {
  border-color: #974a59 !important;
}
@media (hover: hover) {
  .C-974A59-hover-bg:hover {
    background-color: #974a59 !important;
  }
}
.C-974A59-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-974A59-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #974a59;
  fill: #974a59;
  stroke: #974a59;
}
.C-974A59-hover-text[papaTarget]:hover.f_targetText {
  color: #974a59 !important;
  fill: #974a59 !important;
  stroke: #974a59 !important;
}
.C-974A59-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-974A59-hover-text[fHover]:hover {
  color: #974a59 !important;
}
.C-974A59-after::after,
.C-974A59-after::before {
  background-color: #974a59;
}
.C-974A59-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #974a59;
  transition: box-shadow 0.2s;
}
.C-974A59100 {
  background-color: #974a59 !important;
}
.C-974A59100-text {
  color: #974a59;
}
.C-974A59100-border {
  border-color: #974a59;
}
.C-linearGradient-974A59100 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5995 {
  background-color: #974a59 !important;
}
.C-974A5995-text {
  color: #974a59;
}
.C-974A5995-border {
  border-color: #974a59;
}
.C-linearGradient-974A5995 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5990 {
  background-color: #974a59 !important;
}
.C-974A5990-text {
  color: #974a59;
}
.C-974A5990-border {
  border-color: #974a59;
}
.C-linearGradient-974A5990 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5985 {
  background-color: #974a59 !important;
}
.C-974A5985-text {
  color: #974a59;
}
.C-974A5985-border {
  border-color: #974a59;
}
.C-linearGradient-974A5985 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5980 {
  background-color: #974a59 !important;
}
.C-974A5980-text {
  color: #974a59;
}
.C-974A5980-border {
  border-color: #974a59;
}
.C-linearGradient-974A5980 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5975 {
  background-color: #974a59 !important;
}
.C-974A5975-text {
  color: #974a59;
}
.C-974A5975-border {
  border-color: #974a59;
}
.C-linearGradient-974A5975 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5970 {
  background-color: #974a59 !important;
}
.C-974A5970-text {
  color: #974a59;
}
.C-974A5970-border {
  border-color: #974a59;
}
.C-linearGradient-974A5970 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5965 {
  background-color: #974a59 !important;
}
.C-974A5965-text {
  color: #974a59;
}
.C-974A5965-border {
  border-color: #974a59;
}
.C-linearGradient-974A5965 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5960 {
  background-color: #974a59 !important;
}
.C-974A5960-text {
  color: #974a59;
}
.C-974A5960-border {
  border-color: #974a59;
}
.C-linearGradient-974A5960 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5955 {
  background-color: #974a59 !important;
}
.C-974A5955-text {
  color: #974a59;
}
.C-974A5955-border {
  border-color: #974a59;
}
.C-linearGradient-974A5955 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5950 {
  background-color: #974a59 !important;
}
.C-974A5950-text {
  color: #974a59;
}
.C-974A5950-border {
  border-color: #974a59;
}
.C-linearGradient-974A5950 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5945 {
  background-color: #974a59 !important;
}
.C-974A5945-text {
  color: #974a59;
}
.C-974A5945-border {
  border-color: #974a59;
}
.C-linearGradient-974A5945 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5940 {
  background-color: #974a59 !important;
}
.C-974A5940-text {
  color: #974a59;
}
.C-974A5940-border {
  border-color: #974a59;
}
.C-linearGradient-974A5940 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5935 {
  background-color: #974a59 !important;
}
.C-974A5935-text {
  color: #974a59;
}
.C-974A5935-border {
  border-color: #974a59;
}
.C-linearGradient-974A5935 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5930 {
  background-color: #974a59 !important;
}
.C-974A5930-text {
  color: #974a59;
}
.C-974A5930-border {
  border-color: #974a59;
}
.C-linearGradient-974A5930 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5925 {
  background-color: #974a59 !important;
}
.C-974A5925-text {
  color: #974a59;
}
.C-974A5925-border {
  border-color: #974a59;
}
.C-linearGradient-974A5925 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5920 {
  background-color: #974a59 !important;
}
.C-974A5920-text {
  color: #974a59;
}
.C-974A5920-border {
  border-color: #974a59;
}
.C-linearGradient-974A5920 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5915 {
  background-color: #974a59 !important;
}
.C-974A5915-text {
  color: #974a59;
}
.C-974A5915-border {
  border-color: #974a59;
}
.C-linearGradient-974A5915 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A5910 {
  background-color: #974a59 !important;
}
.C-974A5910-text {
  color: #974a59;
}
.C-974A5910-border {
  border-color: #974a59;
}
.C-linearGradient-974A5910 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A595 {
  background-color: #974a59 !important;
}
.C-974A595-text {
  color: #974a59;
}
.C-974A595-border {
  border-color: #974a59;
}
.C-linearGradient-974A595 {
  background-image:
    linear-gradient(
      45deg,
      #974a59 0%,
      #974a59 99%,
      #974a59 100%);
}
.C-974A590 {
  background-color: rgba(151, 74, 89, 0) !important;
}
.C-974A590-text {
  color: rgba(151, 74, 89, 0);
}
.C-974A590-border {
  border-color: rgba(151, 74, 89, 0);
}
.C-linearGradient-974A590 {
  background-image:
    linear-gradient(
      45deg,
      rgba(151, 74, 89, 0) 0%,
      #974a59 99%,
      rgba(151, 74, 89, 0) 100%);
}
.C-974A59-fill-1 #fill1 {
  fill: #974a59;
}
.C-974A59-fill-1.onHover:hover #fill1,
.C-974A59-fill-1:hover #fill1 {
  fill: #974a59;
}
.C-974A59-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A59100-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A59100-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A59100-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5995-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5995-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5995-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5990-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5990-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5990-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5985-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5985-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5985-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5980-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5980-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5980-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5975-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5975-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5975-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5970-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5970-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5970-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5965-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5965-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5965-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5960-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5960-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5960-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5955-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5955-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5955-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5950-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5950-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5950-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5945-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5945-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5945-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5940-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5940-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5940-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5935-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5935-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5935-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5930-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5930-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5930-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5925-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5925-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5925-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5920-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5920-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5920-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5915-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5915-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5915-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A5910-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A5910-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A5910-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A595-fill-1 #fill1 {
  fill: #974a59 !important;
}
.C-974A595-fill-1.onHover:hover #fill1 {
  fill: #974a59 !important;
}
.C-974A595-stroke-1 #stroke1 {
  stroke: #974a59 !important;
}
.C-974A590-fill-1 #fill1 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-fill-1.onHover:hover #fill1 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-stroke-1 #stroke1 {
  stroke: rgba(151, 74, 89, 0) !important;
}
.C-974A59-fill-2 #fill2 {
  fill: #974a59;
}
.C-974A59-fill-2.onHover:hover #fill2,
.C-974A59-fill-2:hover #fill2 {
  fill: #974a59;
}
.C-974A59-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A59100-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A59100-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A59100-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5995-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5995-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5995-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5990-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5990-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5990-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5985-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5985-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5985-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5980-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5980-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5980-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5975-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5975-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5975-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5970-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5970-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5970-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5965-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5965-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5965-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5960-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5960-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5960-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5955-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5955-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5955-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5950-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5950-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5950-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5945-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5945-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5945-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5940-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5940-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5940-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5935-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5935-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5935-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5930-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5930-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5930-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5925-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5925-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5925-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5920-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5920-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5920-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5915-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5915-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5915-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A5910-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A5910-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A5910-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A595-fill-2 #fill2 {
  fill: #974a59 !important;
}
.C-974A595-fill-2.onHover:hover #fill2 {
  fill: #974a59 !important;
}
.C-974A595-stroke-2 #stroke2 {
  stroke: #974a59 !important;
}
.C-974A590-fill-2 #fill2 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-fill-2.onHover:hover #fill2 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-stroke-2 #stroke2 {
  stroke: rgba(151, 74, 89, 0) !important;
}
.C-974A59-fill-3 #fill3 {
  fill: #974a59;
}
.C-974A59-fill-3.onHover:hover #fill3,
.C-974A59-fill-3:hover #fill3 {
  fill: #974a59;
}
.C-974A59-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A59100-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A59100-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A59100-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5995-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5995-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5995-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5990-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5990-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5990-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5985-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5985-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5985-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5980-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5980-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5980-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5975-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5975-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5975-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5970-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5970-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5970-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5965-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5965-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5965-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5960-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5960-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5960-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5955-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5955-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5955-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5950-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5950-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5950-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5945-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5945-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5945-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5940-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5940-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5940-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5935-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5935-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5935-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5930-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5930-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5930-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5925-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5925-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5925-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5920-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5920-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5920-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5915-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5915-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5915-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A5910-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A5910-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A5910-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A595-fill-3 #fill3 {
  fill: #974a59 !important;
}
.C-974A595-fill-3.onHover:hover #fill3 {
  fill: #974a59 !important;
}
.C-974A595-stroke-3 #stroke3 {
  stroke: #974a59 !important;
}
.C-974A590-fill-3 #fill3 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-fill-3.onHover:hover #fill3 {
  fill: rgba(151, 74, 89, 0) !important;
}
.C-974A590-stroke-3 #stroke3 {
  stroke: rgba(151, 74, 89, 0) !important;
}
.C-D97A8A-100 {
  background-color: #d97a8aFF !important;
}
.C-D97A8A-100-text {
  color: #d97a8aFF;
}
.C-D97A8A-100-border {
  border-color: #d97a8aFF !important;
}
.C-D97A8A-95 {
  background-color: #d97a8aF2 !important;
}
.C-D97A8A-95-text {
  color: #d97a8aF2;
}
.C-D97A8A-95-border {
  border-color: #d97a8aF2 !important;
}
.C-D97A8A-90 {
  background-color: #d97a8aE6 !important;
}
.C-D97A8A-90-text {
  color: #d97a8aE6;
}
.C-D97A8A-90-border {
  border-color: #d97a8aE6 !important;
}
.C-D97A8A-85 {
  background-color: #d97a8aD9 !important;
}
.C-D97A8A-85-text {
  color: #d97a8aD9;
}
.C-D97A8A-85-border {
  border-color: #d97a8aD9 !important;
}
.C-D97A8A-80 {
  background-color: #d97a8aCC !important;
}
.C-D97A8A-80-text {
  color: #d97a8aCC;
}
.C-D97A8A-80-border {
  border-color: #d97a8aCC !important;
}
.C-D97A8A-75 {
  background-color: #d97a8aBF !important;
}
.C-D97A8A-75-text {
  color: #d97a8aBF;
}
.C-D97A8A-75-border {
  border-color: #d97a8aBF !important;
}
.C-D97A8A-70 {
  background-color: #d97a8aB3 !important;
}
.C-D97A8A-70-text {
  color: #d97a8aB3;
}
.C-D97A8A-70-border {
  border-color: #d97a8aB3 !important;
}
.C-D97A8A-65 {
  background-color: #d97a8aA6 !important;
}
.C-D97A8A-65-text {
  color: #d97a8aA6;
}
.C-D97A8A-65-border {
  border-color: #d97a8aA6 !important;
}
.C-D97A8A-60 {
  background-color: #d97a8a99 !important;
}
.C-D97A8A-60-text {
  color: #d97a8a99;
}
.C-D97A8A-60-border {
  border-color: #d97a8a99 !important;
}
.C-D97A8A-55 {
  background-color: #d97a8a8C !important;
}
.C-D97A8A-55-text {
  color: #d97a8a8C;
}
.C-D97A8A-55-border {
  border-color: #d97a8a8C !important;
}
.C-D97A8A-50 {
  background-color: #d97a8a80 !important;
}
.C-D97A8A-50-text {
  color: #d97a8a80;
}
.C-D97A8A-50-border {
  border-color: #d97a8a80 !important;
}
.C-D97A8A-45 {
  background-color: #d97a8a73 !important;
}
.C-D97A8A-45-text {
  color: #d97a8a73;
}
.C-D97A8A-45-border {
  border-color: #d97a8a73 !important;
}
.C-D97A8A-40 {
  background-color: #d97a8a66 !important;
}
.C-D97A8A-40-text {
  color: #d97a8a66;
}
.C-D97A8A-40-border {
  border-color: #d97a8a66 !important;
}
.C-D97A8A-35 {
  background-color: #d97a8a59 !important;
}
.C-D97A8A-35-text {
  color: #d97a8a59;
}
.C-D97A8A-35-border {
  border-color: #d97a8a59 !important;
}
.C-D97A8A-30 {
  background-color: #d97a8a4D !important;
}
.C-D97A8A-30-text {
  color: #d97a8a4D;
}
.C-D97A8A-30-border {
  border-color: #d97a8a4D !important;
}
.C-D97A8A-25 {
  background-color: #d97a8a40 !important;
}
.C-D97A8A-25-text {
  color: #d97a8a40;
}
.C-D97A8A-25-border {
  border-color: #d97a8a40 !important;
}
.C-D97A8A-20 {
  background-color: #d97a8a33 !important;
}
.C-D97A8A-20-text {
  color: #d97a8a33;
}
.C-D97A8A-20-border {
  border-color: #d97a8a33 !important;
}
.C-D97A8A-15 {
  background-color: #d97a8a26 !important;
}
.C-D97A8A-15-text {
  color: #d97a8a26;
}
.C-D97A8A-15-border {
  border-color: #d97a8a26 !important;
}
.C-D97A8A-10 {
  background-color: #d97a8a1A !important;
}
.C-D97A8A-10-text {
  color: #d97a8a1A;
}
.C-D97A8A-10-border {
  border-color: #d97a8a1A !important;
}
.C-D97A8A-5 {
  background-color: #d97a8a0D !important;
}
.C-D97A8A-5-text {
  color: #d97a8a0D;
}
.C-D97A8A-5-border {
  border-color: #d97a8a0D !important;
}
.C-D97A8A-0 {
  background-color: #d97a8a0 !important;
}
.C-D97A8A-0-text {
  color: #d97a8a0;
}
.C-D97A8A-0-border {
  border-color: #d97a8a0 !important;
}
.C-D97A8A {
  background-color: #d97a8a !important;
  --btn-background: #d97a8a;
}
.C-D97A8A-text {
  color: #d97a8a;
}
.C-D97A8A-border {
  border-color: #d97a8a !important;
}
@media (hover: hover) {
  .C-D97A8A-hover-bg:hover {
    background-color: #d97a8a !important;
  }
}
.C-D97A8A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D97A8A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d97a8a;
  fill: #d97a8a;
  stroke: #d97a8a;
}
.C-D97A8A-hover-text[papaTarget]:hover.f_targetText {
  color: #d97a8a !important;
  fill: #d97a8a !important;
  stroke: #d97a8a !important;
}
.C-D97A8A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D97A8A-hover-text[fHover]:hover {
  color: #d97a8a !important;
}
.C-D97A8A-after::after,
.C-D97A8A-after::before {
  background-color: #d97a8a;
}
.C-D97A8A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d97a8a;
  transition: box-shadow 0.2s;
}
.C-D97A8A100 {
  background-color: #d97a8a !important;
}
.C-D97A8A100-text {
  color: #d97a8a;
}
.C-D97A8A100-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A100 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A95 {
  background-color: #d97a8a !important;
}
.C-D97A8A95-text {
  color: #d97a8a;
}
.C-D97A8A95-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A95 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A90 {
  background-color: #d97a8a !important;
}
.C-D97A8A90-text {
  color: #d97a8a;
}
.C-D97A8A90-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A90 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A85 {
  background-color: #d97a8a !important;
}
.C-D97A8A85-text {
  color: #d97a8a;
}
.C-D97A8A85-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A85 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A80 {
  background-color: #d97a8a !important;
}
.C-D97A8A80-text {
  color: #d97a8a;
}
.C-D97A8A80-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A80 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A75 {
  background-color: #d97a8a !important;
}
.C-D97A8A75-text {
  color: #d97a8a;
}
.C-D97A8A75-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A75 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A70 {
  background-color: #d97a8a !important;
}
.C-D97A8A70-text {
  color: #d97a8a;
}
.C-D97A8A70-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A70 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A65 {
  background-color: #d97a8a !important;
}
.C-D97A8A65-text {
  color: #d97a8a;
}
.C-D97A8A65-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A65 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A60 {
  background-color: #d97a8a !important;
}
.C-D97A8A60-text {
  color: #d97a8a;
}
.C-D97A8A60-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A60 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A55 {
  background-color: #d97a8a !important;
}
.C-D97A8A55-text {
  color: #d97a8a;
}
.C-D97A8A55-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A55 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A50 {
  background-color: #d97a8a !important;
}
.C-D97A8A50-text {
  color: #d97a8a;
}
.C-D97A8A50-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A50 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A45 {
  background-color: #d97a8a !important;
}
.C-D97A8A45-text {
  color: #d97a8a;
}
.C-D97A8A45-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A45 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A40 {
  background-color: #d97a8a !important;
}
.C-D97A8A40-text {
  color: #d97a8a;
}
.C-D97A8A40-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A40 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A35 {
  background-color: #d97a8a !important;
}
.C-D97A8A35-text {
  color: #d97a8a;
}
.C-D97A8A35-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A35 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A30 {
  background-color: #d97a8a !important;
}
.C-D97A8A30-text {
  color: #d97a8a;
}
.C-D97A8A30-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A30 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A25 {
  background-color: #d97a8a !important;
}
.C-D97A8A25-text {
  color: #d97a8a;
}
.C-D97A8A25-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A25 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A20 {
  background-color: #d97a8a !important;
}
.C-D97A8A20-text {
  color: #d97a8a;
}
.C-D97A8A20-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A20 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A15 {
  background-color: #d97a8a !important;
}
.C-D97A8A15-text {
  color: #d97a8a;
}
.C-D97A8A15-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A15 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A10 {
  background-color: #d97a8a !important;
}
.C-D97A8A10-text {
  color: #d97a8a;
}
.C-D97A8A10-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A10 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A5 {
  background-color: #d97a8a !important;
}
.C-D97A8A5-text {
  color: #d97a8a;
}
.C-D97A8A5-border {
  border-color: #d97a8a;
}
.C-linearGradient-D97A8A5 {
  background-image:
    linear-gradient(
      45deg,
      #d97a8a 0%,
      #d97a8a 99%,
      #d97a8a 100%);
}
.C-D97A8A0 {
  background-color: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-text {
  color: rgba(217, 122, 138, 0);
}
.C-D97A8A0-border {
  border-color: rgba(217, 122, 138, 0);
}
.C-linearGradient-D97A8A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(217, 122, 138, 0) 0%,
      #d97a8a 99%,
      rgba(217, 122, 138, 0) 100%);
}
.C-D97A8A-fill-1 #fill1 {
  fill: #d97a8a;
}
.C-D97A8A-fill-1.onHover:hover #fill1,
.C-D97A8A-fill-1:hover #fill1 {
  fill: #d97a8a;
}
.C-D97A8A-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A100-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A100-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A100-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A95-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A95-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A95-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A90-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A90-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A90-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A85-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A85-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A85-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A80-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A80-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A80-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A75-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A75-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A75-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A70-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A70-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A70-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A65-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A65-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A65-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A60-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A60-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A60-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A55-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A55-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A55-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A50-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A50-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A50-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A45-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A45-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A45-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A40-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A40-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A40-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A35-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A35-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A35-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A30-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A30-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A30-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A25-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A25-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A25-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A20-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A20-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A20-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A15-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A15-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A15-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A10-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A10-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A10-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A5-fill-1 #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A5-fill-1.onHover:hover #fill1 {
  fill: #d97a8a !important;
}
.C-D97A8A5-stroke-1 #stroke1 {
  stroke: #d97a8a !important;
}
.C-D97A8A0-fill-1 #fill1 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-fill-1.onHover:hover #fill1 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-stroke-1 #stroke1 {
  stroke: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A-fill-2 #fill2 {
  fill: #d97a8a;
}
.C-D97A8A-fill-2.onHover:hover #fill2,
.C-D97A8A-fill-2:hover #fill2 {
  fill: #d97a8a;
}
.C-D97A8A-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A100-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A100-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A100-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A95-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A95-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A95-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A90-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A90-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A90-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A85-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A85-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A85-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A80-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A80-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A80-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A75-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A75-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A75-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A70-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A70-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A70-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A65-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A65-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A65-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A60-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A60-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A60-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A55-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A55-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A55-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A50-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A50-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A50-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A45-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A45-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A45-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A40-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A40-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A40-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A35-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A35-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A35-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A30-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A30-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A30-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A25-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A25-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A25-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A20-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A20-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A20-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A15-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A15-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A15-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A10-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A10-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A10-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A5-fill-2 #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A5-fill-2.onHover:hover #fill2 {
  fill: #d97a8a !important;
}
.C-D97A8A5-stroke-2 #stroke2 {
  stroke: #d97a8a !important;
}
.C-D97A8A0-fill-2 #fill2 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-fill-2.onHover:hover #fill2 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-stroke-2 #stroke2 {
  stroke: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A-fill-3 #fill3 {
  fill: #d97a8a;
}
.C-D97A8A-fill-3.onHover:hover #fill3,
.C-D97A8A-fill-3:hover #fill3 {
  fill: #d97a8a;
}
.C-D97A8A-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A100-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A100-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A100-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A95-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A95-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A95-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A90-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A90-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A90-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A85-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A85-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A85-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A80-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A80-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A80-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A75-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A75-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A75-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A70-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A70-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A70-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A65-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A65-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A65-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A60-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A60-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A60-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A55-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A55-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A55-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A50-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A50-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A50-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A45-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A45-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A45-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A40-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A40-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A40-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A35-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A35-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A35-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A30-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A30-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A30-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A25-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A25-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A25-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A20-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A20-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A20-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A15-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A15-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A15-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A10-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A10-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A10-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A5-fill-3 #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A5-fill-3.onHover:hover #fill3 {
  fill: #d97a8a !important;
}
.C-D97A8A5-stroke-3 #stroke3 {
  stroke: #d97a8a !important;
}
.C-D97A8A0-fill-3 #fill3 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-fill-3.onHover:hover #fill3 {
  fill: rgba(217, 122, 138, 0) !important;
}
.C-D97A8A0-stroke-3 #stroke3 {
  stroke: rgba(217, 122, 138, 0) !important;
}
.C-71727F-100 {
  background-color: #71727fFF !important;
}
.C-71727F-100-text {
  color: #71727fFF;
}
.C-71727F-100-border {
  border-color: #71727fFF !important;
}
.C-71727F-95 {
  background-color: #71727fF2 !important;
}
.C-71727F-95-text {
  color: #71727fF2;
}
.C-71727F-95-border {
  border-color: #71727fF2 !important;
}
.C-71727F-90 {
  background-color: #71727fE6 !important;
}
.C-71727F-90-text {
  color: #71727fE6;
}
.C-71727F-90-border {
  border-color: #71727fE6 !important;
}
.C-71727F-85 {
  background-color: #71727fD9 !important;
}
.C-71727F-85-text {
  color: #71727fD9;
}
.C-71727F-85-border {
  border-color: #71727fD9 !important;
}
.C-71727F-80 {
  background-color: #71727fCC !important;
}
.C-71727F-80-text {
  color: #71727fCC;
}
.C-71727F-80-border {
  border-color: #71727fCC !important;
}
.C-71727F-75 {
  background-color: #71727fBF !important;
}
.C-71727F-75-text {
  color: #71727fBF;
}
.C-71727F-75-border {
  border-color: #71727fBF !important;
}
.C-71727F-70 {
  background-color: #71727fB3 !important;
}
.C-71727F-70-text {
  color: #71727fB3;
}
.C-71727F-70-border {
  border-color: #71727fB3 !important;
}
.C-71727F-65 {
  background-color: #71727fA6 !important;
}
.C-71727F-65-text {
  color: #71727fA6;
}
.C-71727F-65-border {
  border-color: #71727fA6 !important;
}
.C-71727F-60 {
  background-color: #71727f99 !important;
}
.C-71727F-60-text {
  color: #71727f99;
}
.C-71727F-60-border {
  border-color: #71727f99 !important;
}
.C-71727F-55 {
  background-color: #71727f8C !important;
}
.C-71727F-55-text {
  color: #71727f8C;
}
.C-71727F-55-border {
  border-color: #71727f8C !important;
}
.C-71727F-50 {
  background-color: #71727f80 !important;
}
.C-71727F-50-text {
  color: #71727f80;
}
.C-71727F-50-border {
  border-color: #71727f80 !important;
}
.C-71727F-45 {
  background-color: #71727f73 !important;
}
.C-71727F-45-text {
  color: #71727f73;
}
.C-71727F-45-border {
  border-color: #71727f73 !important;
}
.C-71727F-40 {
  background-color: #71727f66 !important;
}
.C-71727F-40-text {
  color: #71727f66;
}
.C-71727F-40-border {
  border-color: #71727f66 !important;
}
.C-71727F-35 {
  background-color: #71727f59 !important;
}
.C-71727F-35-text {
  color: #71727f59;
}
.C-71727F-35-border {
  border-color: #71727f59 !important;
}
.C-71727F-30 {
  background-color: #71727f4D !important;
}
.C-71727F-30-text {
  color: #71727f4D;
}
.C-71727F-30-border {
  border-color: #71727f4D !important;
}
.C-71727F-25 {
  background-color: #71727f40 !important;
}
.C-71727F-25-text {
  color: #71727f40;
}
.C-71727F-25-border {
  border-color: #71727f40 !important;
}
.C-71727F-20 {
  background-color: #71727f33 !important;
}
.C-71727F-20-text {
  color: #71727f33;
}
.C-71727F-20-border {
  border-color: #71727f33 !important;
}
.C-71727F-15 {
  background-color: #71727f26 !important;
}
.C-71727F-15-text {
  color: #71727f26;
}
.C-71727F-15-border {
  border-color: #71727f26 !important;
}
.C-71727F-10 {
  background-color: #71727f1A !important;
}
.C-71727F-10-text {
  color: #71727f1A;
}
.C-71727F-10-border {
  border-color: #71727f1A !important;
}
.C-71727F-5 {
  background-color: #71727f0D !important;
}
.C-71727F-5-text {
  color: #71727f0D;
}
.C-71727F-5-border {
  border-color: #71727f0D !important;
}
.C-71727F-0 {
  background-color: #71727f0 !important;
}
.C-71727F-0-text {
  color: #71727f0;
}
.C-71727F-0-border {
  border-color: #71727f0 !important;
}
.C-71727F {
  background-color: #71727f !important;
  --btn-background: #71727f;
}
.C-71727F-text {
  color: #71727f;
}
.C-71727F-border {
  border-color: #71727f !important;
}
@media (hover: hover) {
  .C-71727F-hover-bg:hover {
    background-color: #71727f !important;
  }
}
.C-71727F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-71727F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #71727f;
  fill: #71727f;
  stroke: #71727f;
}
.C-71727F-hover-text[papaTarget]:hover.f_targetText {
  color: #71727f !important;
  fill: #71727f !important;
  stroke: #71727f !important;
}
.C-71727F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-71727F-hover-text[fHover]:hover {
  color: #71727f !important;
}
.C-71727F-after::after,
.C-71727F-after::before {
  background-color: #71727f;
}
.C-71727F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #71727f;
  transition: box-shadow 0.2s;
}
.C-71727F100 {
  background-color: #71727f !important;
}
.C-71727F100-text {
  color: #71727f;
}
.C-71727F100-border {
  border-color: #71727f;
}
.C-linearGradient-71727F100 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F95 {
  background-color: #71727f !important;
}
.C-71727F95-text {
  color: #71727f;
}
.C-71727F95-border {
  border-color: #71727f;
}
.C-linearGradient-71727F95 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F90 {
  background-color: #71727f !important;
}
.C-71727F90-text {
  color: #71727f;
}
.C-71727F90-border {
  border-color: #71727f;
}
.C-linearGradient-71727F90 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F85 {
  background-color: #71727f !important;
}
.C-71727F85-text {
  color: #71727f;
}
.C-71727F85-border {
  border-color: #71727f;
}
.C-linearGradient-71727F85 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F80 {
  background-color: #71727f !important;
}
.C-71727F80-text {
  color: #71727f;
}
.C-71727F80-border {
  border-color: #71727f;
}
.C-linearGradient-71727F80 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F75 {
  background-color: #71727f !important;
}
.C-71727F75-text {
  color: #71727f;
}
.C-71727F75-border {
  border-color: #71727f;
}
.C-linearGradient-71727F75 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F70 {
  background-color: #71727f !important;
}
.C-71727F70-text {
  color: #71727f;
}
.C-71727F70-border {
  border-color: #71727f;
}
.C-linearGradient-71727F70 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F65 {
  background-color: #71727f !important;
}
.C-71727F65-text {
  color: #71727f;
}
.C-71727F65-border {
  border-color: #71727f;
}
.C-linearGradient-71727F65 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F60 {
  background-color: #71727f !important;
}
.C-71727F60-text {
  color: #71727f;
}
.C-71727F60-border {
  border-color: #71727f;
}
.C-linearGradient-71727F60 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F55 {
  background-color: #71727f !important;
}
.C-71727F55-text {
  color: #71727f;
}
.C-71727F55-border {
  border-color: #71727f;
}
.C-linearGradient-71727F55 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F50 {
  background-color: #71727f !important;
}
.C-71727F50-text {
  color: #71727f;
}
.C-71727F50-border {
  border-color: #71727f;
}
.C-linearGradient-71727F50 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F45 {
  background-color: #71727f !important;
}
.C-71727F45-text {
  color: #71727f;
}
.C-71727F45-border {
  border-color: #71727f;
}
.C-linearGradient-71727F45 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F40 {
  background-color: #71727f !important;
}
.C-71727F40-text {
  color: #71727f;
}
.C-71727F40-border {
  border-color: #71727f;
}
.C-linearGradient-71727F40 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F35 {
  background-color: #71727f !important;
}
.C-71727F35-text {
  color: #71727f;
}
.C-71727F35-border {
  border-color: #71727f;
}
.C-linearGradient-71727F35 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F30 {
  background-color: #71727f !important;
}
.C-71727F30-text {
  color: #71727f;
}
.C-71727F30-border {
  border-color: #71727f;
}
.C-linearGradient-71727F30 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F25 {
  background-color: #71727f !important;
}
.C-71727F25-text {
  color: #71727f;
}
.C-71727F25-border {
  border-color: #71727f;
}
.C-linearGradient-71727F25 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F20 {
  background-color: #71727f !important;
}
.C-71727F20-text {
  color: #71727f;
}
.C-71727F20-border {
  border-color: #71727f;
}
.C-linearGradient-71727F20 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F15 {
  background-color: #71727f !important;
}
.C-71727F15-text {
  color: #71727f;
}
.C-71727F15-border {
  border-color: #71727f;
}
.C-linearGradient-71727F15 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F10 {
  background-color: #71727f !important;
}
.C-71727F10-text {
  color: #71727f;
}
.C-71727F10-border {
  border-color: #71727f;
}
.C-linearGradient-71727F10 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F5 {
  background-color: #71727f !important;
}
.C-71727F5-text {
  color: #71727f;
}
.C-71727F5-border {
  border-color: #71727f;
}
.C-linearGradient-71727F5 {
  background-image:
    linear-gradient(
      45deg,
      #71727f 0%,
      #71727f 99%,
      #71727f 100%);
}
.C-71727F0 {
  background-color: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-text {
  color: rgba(113, 114, 127, 0);
}
.C-71727F0-border {
  border-color: rgba(113, 114, 127, 0);
}
.C-linearGradient-71727F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(113, 114, 127, 0) 0%,
      #71727f 99%,
      rgba(113, 114, 127, 0) 100%);
}
.C-71727F-fill-1 #fill1 {
  fill: #71727f;
}
.C-71727F-fill-1.onHover:hover #fill1,
.C-71727F-fill-1:hover #fill1 {
  fill: #71727f;
}
.C-71727F-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F100-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F100-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F100-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F95-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F95-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F95-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F90-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F90-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F90-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F85-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F85-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F85-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F80-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F80-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F80-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F75-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F75-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F75-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F70-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F70-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F70-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F65-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F65-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F65-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F60-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F60-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F60-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F55-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F55-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F55-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F50-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F50-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F50-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F45-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F45-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F45-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F40-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F40-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F40-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F35-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F35-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F35-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F30-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F30-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F30-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F25-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F25-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F25-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F20-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F20-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F20-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F15-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F15-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F15-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F10-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F10-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F10-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F5-fill-1 #fill1 {
  fill: #71727f !important;
}
.C-71727F5-fill-1.onHover:hover #fill1 {
  fill: #71727f !important;
}
.C-71727F5-stroke-1 #stroke1 {
  stroke: #71727f !important;
}
.C-71727F0-fill-1 #fill1 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-fill-1.onHover:hover #fill1 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-stroke-1 #stroke1 {
  stroke: rgba(113, 114, 127, 0) !important;
}
.C-71727F-fill-2 #fill2 {
  fill: #71727f;
}
.C-71727F-fill-2.onHover:hover #fill2,
.C-71727F-fill-2:hover #fill2 {
  fill: #71727f;
}
.C-71727F-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F100-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F100-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F100-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F95-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F95-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F95-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F90-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F90-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F90-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F85-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F85-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F85-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F80-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F80-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F80-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F75-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F75-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F75-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F70-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F70-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F70-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F65-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F65-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F65-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F60-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F60-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F60-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F55-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F55-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F55-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F50-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F50-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F50-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F45-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F45-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F45-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F40-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F40-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F40-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F35-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F35-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F35-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F30-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F30-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F30-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F25-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F25-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F25-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F20-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F20-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F20-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F15-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F15-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F15-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F10-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F10-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F10-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F5-fill-2 #fill2 {
  fill: #71727f !important;
}
.C-71727F5-fill-2.onHover:hover #fill2 {
  fill: #71727f !important;
}
.C-71727F5-stroke-2 #stroke2 {
  stroke: #71727f !important;
}
.C-71727F0-fill-2 #fill2 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-fill-2.onHover:hover #fill2 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-stroke-2 #stroke2 {
  stroke: rgba(113, 114, 127, 0) !important;
}
.C-71727F-fill-3 #fill3 {
  fill: #71727f;
}
.C-71727F-fill-3.onHover:hover #fill3,
.C-71727F-fill-3:hover #fill3 {
  fill: #71727f;
}
.C-71727F-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F100-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F100-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F100-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F95-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F95-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F95-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F90-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F90-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F90-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F85-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F85-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F85-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F80-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F80-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F80-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F75-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F75-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F75-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F70-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F70-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F70-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F65-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F65-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F65-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F60-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F60-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F60-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F55-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F55-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F55-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F50-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F50-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F50-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F45-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F45-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F45-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F40-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F40-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F40-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F35-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F35-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F35-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F30-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F30-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F30-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F25-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F25-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F25-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F20-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F20-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F20-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F15-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F15-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F15-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F10-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F10-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F10-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F5-fill-3 #fill3 {
  fill: #71727f !important;
}
.C-71727F5-fill-3.onHover:hover #fill3 {
  fill: #71727f !important;
}
.C-71727F5-stroke-3 #stroke3 {
  stroke: #71727f !important;
}
.C-71727F0-fill-3 #fill3 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-fill-3.onHover:hover #fill3 {
  fill: rgba(113, 114, 127, 0) !important;
}
.C-71727F0-stroke-3 #stroke3 {
  stroke: rgba(113, 114, 127, 0) !important;
}
.C-595965-100 {
  background-color: #595965FF !important;
}
.C-595965-100-text {
  color: #595965FF;
}
.C-595965-100-border {
  border-color: #595965FF !important;
}
.C-595965-95 {
  background-color: #595965F2 !important;
}
.C-595965-95-text {
  color: #595965F2;
}
.C-595965-95-border {
  border-color: #595965F2 !important;
}
.C-595965-90 {
  background-color: #595965E6 !important;
}
.C-595965-90-text {
  color: #595965E6;
}
.C-595965-90-border {
  border-color: #595965E6 !important;
}
.C-595965-85 {
  background-color: #595965D9 !important;
}
.C-595965-85-text {
  color: #595965D9;
}
.C-595965-85-border {
  border-color: #595965D9 !important;
}
.C-595965-80 {
  background-color: #595965CC !important;
}
.C-595965-80-text {
  color: #595965CC;
}
.C-595965-80-border {
  border-color: #595965CC !important;
}
.C-595965-75 {
  background-color: #595965BF !important;
}
.C-595965-75-text {
  color: #595965BF;
}
.C-595965-75-border {
  border-color: #595965BF !important;
}
.C-595965-70 {
  background-color: #595965B3 !important;
}
.C-595965-70-text {
  color: #595965B3;
}
.C-595965-70-border {
  border-color: #595965B3 !important;
}
.C-595965-65 {
  background-color: #595965A6 !important;
}
.C-595965-65-text {
  color: #595965A6;
}
.C-595965-65-border {
  border-color: #595965A6 !important;
}
.C-595965-60 {
  background-color: #59596599 !important;
}
.C-595965-60-text {
  color: #59596599;
}
.C-595965-60-border {
  border-color: #59596599 !important;
}
.C-595965-55 {
  background-color: #5959658C !important;
}
.C-595965-55-text {
  color: #5959658C;
}
.C-595965-55-border {
  border-color: #5959658C !important;
}
.C-595965-50 {
  background-color: #59596580 !important;
}
.C-595965-50-text {
  color: #59596580;
}
.C-595965-50-border {
  border-color: #59596580 !important;
}
.C-595965-45 {
  background-color: #59596573 !important;
}
.C-595965-45-text {
  color: #59596573;
}
.C-595965-45-border {
  border-color: #59596573 !important;
}
.C-595965-40 {
  background-color: #59596566 !important;
}
.C-595965-40-text {
  color: #59596566;
}
.C-595965-40-border {
  border-color: #59596566 !important;
}
.C-595965-35 {
  background-color: #59596559 !important;
}
.C-595965-35-text {
  color: #59596559;
}
.C-595965-35-border {
  border-color: #59596559 !important;
}
.C-595965-30 {
  background-color: #5959654D !important;
}
.C-595965-30-text {
  color: #5959654D;
}
.C-595965-30-border {
  border-color: #5959654D !important;
}
.C-595965-25 {
  background-color: #59596540 !important;
}
.C-595965-25-text {
  color: #59596540;
}
.C-595965-25-border {
  border-color: #59596540 !important;
}
.C-595965-20 {
  background-color: #59596533 !important;
}
.C-595965-20-text {
  color: #59596533;
}
.C-595965-20-border {
  border-color: #59596533 !important;
}
.C-595965-15 {
  background-color: #59596526 !important;
}
.C-595965-15-text {
  color: #59596526;
}
.C-595965-15-border {
  border-color: #59596526 !important;
}
.C-595965-10 {
  background-color: #5959651A !important;
}
.C-595965-10-text {
  color: #5959651A;
}
.C-595965-10-border {
  border-color: #5959651A !important;
}
.C-595965-5 {
  background-color: #5959650D !important;
}
.C-595965-5-text {
  color: #5959650D;
}
.C-595965-5-border {
  border-color: #5959650D !important;
}
.C-595965-0 {
  background-color: #5959650 !important;
}
.C-595965-0-text {
  color: #5959650;
}
.C-595965-0-border {
  border-color: #5959650 !important;
}
.C-595965 {
  background-color: #595965 !important;
  --btn-background: #595965;
}
.C-595965-text {
  color: #595965;
}
.C-595965-border {
  border-color: #595965 !important;
}
@media (hover: hover) {
  .C-595965-hover-bg:hover {
    background-color: #595965 !important;
  }
}
.C-595965-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-595965-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #595965;
  fill: #595965;
  stroke: #595965;
}
.C-595965-hover-text[papaTarget]:hover.f_targetText {
  color: #595965 !important;
  fill: #595965 !important;
  stroke: #595965 !important;
}
.C-595965-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-595965-hover-text[fHover]:hover {
  color: #595965 !important;
}
.C-595965-after::after,
.C-595965-after::before {
  background-color: #595965;
}
.C-595965-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #595965;
  transition: box-shadow 0.2s;
}
.C-595965100 {
  background-color: #595965 !important;
}
.C-595965100-text {
  color: #595965;
}
.C-595965100-border {
  border-color: #595965;
}
.C-linearGradient-595965100 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596595 {
  background-color: #595965 !important;
}
.C-59596595-text {
  color: #595965;
}
.C-59596595-border {
  border-color: #595965;
}
.C-linearGradient-59596595 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596590 {
  background-color: #595965 !important;
}
.C-59596590-text {
  color: #595965;
}
.C-59596590-border {
  border-color: #595965;
}
.C-linearGradient-59596590 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596585 {
  background-color: #595965 !important;
}
.C-59596585-text {
  color: #595965;
}
.C-59596585-border {
  border-color: #595965;
}
.C-linearGradient-59596585 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596580 {
  background-color: #595965 !important;
}
.C-59596580-text {
  color: #595965;
}
.C-59596580-border {
  border-color: #595965;
}
.C-linearGradient-59596580 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596575 {
  background-color: #595965 !important;
}
.C-59596575-text {
  color: #595965;
}
.C-59596575-border {
  border-color: #595965;
}
.C-linearGradient-59596575 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596570 {
  background-color: #595965 !important;
}
.C-59596570-text {
  color: #595965;
}
.C-59596570-border {
  border-color: #595965;
}
.C-linearGradient-59596570 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596565 {
  background-color: #595965 !important;
}
.C-59596565-text {
  color: #595965;
}
.C-59596565-border {
  border-color: #595965;
}
.C-linearGradient-59596565 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596560 {
  background-color: #595965 !important;
}
.C-59596560-text {
  color: #595965;
}
.C-59596560-border {
  border-color: #595965;
}
.C-linearGradient-59596560 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596555 {
  background-color: #595965 !important;
}
.C-59596555-text {
  color: #595965;
}
.C-59596555-border {
  border-color: #595965;
}
.C-linearGradient-59596555 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596550 {
  background-color: #595965 !important;
}
.C-59596550-text {
  color: #595965;
}
.C-59596550-border {
  border-color: #595965;
}
.C-linearGradient-59596550 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596545 {
  background-color: #595965 !important;
}
.C-59596545-text {
  color: #595965;
}
.C-59596545-border {
  border-color: #595965;
}
.C-linearGradient-59596545 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596540 {
  background-color: #595965 !important;
}
.C-59596540-text {
  color: #595965;
}
.C-59596540-border {
  border-color: #595965;
}
.C-linearGradient-59596540 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596535 {
  background-color: #595965 !important;
}
.C-59596535-text {
  color: #595965;
}
.C-59596535-border {
  border-color: #595965;
}
.C-linearGradient-59596535 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596530 {
  background-color: #595965 !important;
}
.C-59596530-text {
  color: #595965;
}
.C-59596530-border {
  border-color: #595965;
}
.C-linearGradient-59596530 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596525 {
  background-color: #595965 !important;
}
.C-59596525-text {
  color: #595965;
}
.C-59596525-border {
  border-color: #595965;
}
.C-linearGradient-59596525 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596520 {
  background-color: #595965 !important;
}
.C-59596520-text {
  color: #595965;
}
.C-59596520-border {
  border-color: #595965;
}
.C-linearGradient-59596520 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596515 {
  background-color: #595965 !important;
}
.C-59596515-text {
  color: #595965;
}
.C-59596515-border {
  border-color: #595965;
}
.C-linearGradient-59596515 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-59596510 {
  background-color: #595965 !important;
}
.C-59596510-text {
  color: #595965;
}
.C-59596510-border {
  border-color: #595965;
}
.C-linearGradient-59596510 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-5959655 {
  background-color: #595965 !important;
}
.C-5959655-text {
  color: #595965;
}
.C-5959655-border {
  border-color: #595965;
}
.C-linearGradient-5959655 {
  background-image:
    linear-gradient(
      45deg,
      #595965 0%,
      #595965 99%,
      #595965 100%);
}
.C-5959650 {
  background-color: rgba(89, 89, 101, 0) !important;
}
.C-5959650-text {
  color: rgba(89, 89, 101, 0);
}
.C-5959650-border {
  border-color: rgba(89, 89, 101, 0);
}
.C-linearGradient-5959650 {
  background-image:
    linear-gradient(
      45deg,
      rgba(89, 89, 101, 0) 0%,
      #595965 99%,
      rgba(89, 89, 101, 0) 100%);
}
.C-595965-fill-1 #fill1 {
  fill: #595965;
}
.C-595965-fill-1.onHover:hover #fill1,
.C-595965-fill-1:hover #fill1 {
  fill: #595965;
}
.C-595965-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-595965100-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-595965100-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-595965100-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596595-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596595-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596595-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596590-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596590-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596590-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596585-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596585-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596585-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596580-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596580-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596580-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596575-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596575-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596575-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596570-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596570-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596570-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596565-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596565-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596565-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596560-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596560-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596560-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596555-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596555-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596555-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596550-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596550-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596550-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596545-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596545-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596545-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596540-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596540-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596540-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596535-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596535-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596535-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596530-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596530-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596530-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596525-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596525-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596525-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596520-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596520-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596520-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596515-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596515-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596515-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-59596510-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-59596510-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-59596510-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-5959655-fill-1 #fill1 {
  fill: #595965 !important;
}
.C-5959655-fill-1.onHover:hover #fill1 {
  fill: #595965 !important;
}
.C-5959655-stroke-1 #stroke1 {
  stroke: #595965 !important;
}
.C-5959650-fill-1 #fill1 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-fill-1.onHover:hover #fill1 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-stroke-1 #stroke1 {
  stroke: rgba(89, 89, 101, 0) !important;
}
.C-595965-fill-2 #fill2 {
  fill: #595965;
}
.C-595965-fill-2.onHover:hover #fill2,
.C-595965-fill-2:hover #fill2 {
  fill: #595965;
}
.C-595965-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-595965100-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-595965100-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-595965100-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596595-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596595-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596595-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596590-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596590-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596590-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596585-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596585-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596585-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596580-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596580-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596580-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596575-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596575-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596575-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596570-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596570-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596570-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596565-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596565-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596565-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596560-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596560-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596560-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596555-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596555-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596555-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596550-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596550-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596550-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596545-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596545-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596545-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596540-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596540-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596540-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596535-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596535-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596535-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596530-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596530-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596530-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596525-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596525-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596525-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596520-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596520-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596520-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596515-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596515-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596515-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-59596510-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-59596510-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-59596510-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-5959655-fill-2 #fill2 {
  fill: #595965 !important;
}
.C-5959655-fill-2.onHover:hover #fill2 {
  fill: #595965 !important;
}
.C-5959655-stroke-2 #stroke2 {
  stroke: #595965 !important;
}
.C-5959650-fill-2 #fill2 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-fill-2.onHover:hover #fill2 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-stroke-2 #stroke2 {
  stroke: rgba(89, 89, 101, 0) !important;
}
.C-595965-fill-3 #fill3 {
  fill: #595965;
}
.C-595965-fill-3.onHover:hover #fill3,
.C-595965-fill-3:hover #fill3 {
  fill: #595965;
}
.C-595965-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-595965100-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-595965100-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-595965100-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596595-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596595-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596595-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596590-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596590-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596590-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596585-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596585-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596585-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596580-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596580-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596580-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596575-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596575-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596575-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596570-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596570-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596570-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596565-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596565-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596565-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596560-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596560-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596560-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596555-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596555-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596555-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596550-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596550-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596550-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596545-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596545-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596545-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596540-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596540-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596540-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596535-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596535-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596535-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596530-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596530-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596530-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596525-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596525-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596525-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596520-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596520-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596520-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596515-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596515-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596515-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-59596510-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-59596510-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-59596510-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-5959655-fill-3 #fill3 {
  fill: #595965 !important;
}
.C-5959655-fill-3.onHover:hover #fill3 {
  fill: #595965 !important;
}
.C-5959655-stroke-3 #stroke3 {
  stroke: #595965 !important;
}
.C-5959650-fill-3 #fill3 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-fill-3.onHover:hover #fill3 {
  fill: rgba(89, 89, 101, 0) !important;
}
.C-5959650-stroke-3 #stroke3 {
  stroke: rgba(89, 89, 101, 0) !important;
}
.C-898A99-100 {
  background-color: #898a99FF !important;
}
.C-898A99-100-text {
  color: #898a99FF;
}
.C-898A99-100-border {
  border-color: #898a99FF !important;
}
.C-898A99-95 {
  background-color: #898a99F2 !important;
}
.C-898A99-95-text {
  color: #898a99F2;
}
.C-898A99-95-border {
  border-color: #898a99F2 !important;
}
.C-898A99-90 {
  background-color: #898a99E6 !important;
}
.C-898A99-90-text {
  color: #898a99E6;
}
.C-898A99-90-border {
  border-color: #898a99E6 !important;
}
.C-898A99-85 {
  background-color: #898a99D9 !important;
}
.C-898A99-85-text {
  color: #898a99D9;
}
.C-898A99-85-border {
  border-color: #898a99D9 !important;
}
.C-898A99-80 {
  background-color: #898a99CC !important;
}
.C-898A99-80-text {
  color: #898a99CC;
}
.C-898A99-80-border {
  border-color: #898a99CC !important;
}
.C-898A99-75 {
  background-color: #898a99BF !important;
}
.C-898A99-75-text {
  color: #898a99BF;
}
.C-898A99-75-border {
  border-color: #898a99BF !important;
}
.C-898A99-70 {
  background-color: #898a99B3 !important;
}
.C-898A99-70-text {
  color: #898a99B3;
}
.C-898A99-70-border {
  border-color: #898a99B3 !important;
}
.C-898A99-65 {
  background-color: #898a99A6 !important;
}
.C-898A99-65-text {
  color: #898a99A6;
}
.C-898A99-65-border {
  border-color: #898a99A6 !important;
}
.C-898A99-60 {
  background-color: #898a9999 !important;
}
.C-898A99-60-text {
  color: #898a9999;
}
.C-898A99-60-border {
  border-color: #898a9999 !important;
}
.C-898A99-55 {
  background-color: #898a998C !important;
}
.C-898A99-55-text {
  color: #898a998C;
}
.C-898A99-55-border {
  border-color: #898a998C !important;
}
.C-898A99-50 {
  background-color: #898a9980 !important;
}
.C-898A99-50-text {
  color: #898a9980;
}
.C-898A99-50-border {
  border-color: #898a9980 !important;
}
.C-898A99-45 {
  background-color: #898a9973 !important;
}
.C-898A99-45-text {
  color: #898a9973;
}
.C-898A99-45-border {
  border-color: #898a9973 !important;
}
.C-898A99-40 {
  background-color: #898a9966 !important;
}
.C-898A99-40-text {
  color: #898a9966;
}
.C-898A99-40-border {
  border-color: #898a9966 !important;
}
.C-898A99-35 {
  background-color: #898a9959 !important;
}
.C-898A99-35-text {
  color: #898a9959;
}
.C-898A99-35-border {
  border-color: #898a9959 !important;
}
.C-898A99-30 {
  background-color: #898a994D !important;
}
.C-898A99-30-text {
  color: #898a994D;
}
.C-898A99-30-border {
  border-color: #898a994D !important;
}
.C-898A99-25 {
  background-color: #898a9940 !important;
}
.C-898A99-25-text {
  color: #898a9940;
}
.C-898A99-25-border {
  border-color: #898a9940 !important;
}
.C-898A99-20 {
  background-color: #898a9933 !important;
}
.C-898A99-20-text {
  color: #898a9933;
}
.C-898A99-20-border {
  border-color: #898a9933 !important;
}
.C-898A99-15 {
  background-color: #898a9926 !important;
}
.C-898A99-15-text {
  color: #898a9926;
}
.C-898A99-15-border {
  border-color: #898a9926 !important;
}
.C-898A99-10 {
  background-color: #898a991A !important;
}
.C-898A99-10-text {
  color: #898a991A;
}
.C-898A99-10-border {
  border-color: #898a991A !important;
}
.C-898A99-5 {
  background-color: #898a990D !important;
}
.C-898A99-5-text {
  color: #898a990D;
}
.C-898A99-5-border {
  border-color: #898a990D !important;
}
.C-898A99-0 {
  background-color: #898a990 !important;
}
.C-898A99-0-text {
  color: #898a990;
}
.C-898A99-0-border {
  border-color: #898a990 !important;
}
.C-898A99 {
  background-color: #898a99 !important;
  --btn-background: #898a99;
}
.C-898A99-text {
  color: #898a99;
}
.C-898A99-border {
  border-color: #898a99 !important;
}
@media (hover: hover) {
  .C-898A99-hover-bg:hover {
    background-color: #898a99 !important;
  }
}
.C-898A99-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-898A99-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #898a99;
  fill: #898a99;
  stroke: #898a99;
}
.C-898A99-hover-text[papaTarget]:hover.f_targetText {
  color: #898a99 !important;
  fill: #898a99 !important;
  stroke: #898a99 !important;
}
.C-898A99-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-898A99-hover-text[fHover]:hover {
  color: #898a99 !important;
}
.C-898A99-after::after,
.C-898A99-after::before {
  background-color: #898a99;
}
.C-898A99-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #898a99;
  transition: box-shadow 0.2s;
}
.C-898A99100 {
  background-color: #898a99 !important;
}
.C-898A99100-text {
  color: #898a99;
}
.C-898A99100-border {
  border-color: #898a99;
}
.C-linearGradient-898A99100 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9995 {
  background-color: #898a99 !important;
}
.C-898A9995-text {
  color: #898a99;
}
.C-898A9995-border {
  border-color: #898a99;
}
.C-linearGradient-898A9995 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9990 {
  background-color: #898a99 !important;
}
.C-898A9990-text {
  color: #898a99;
}
.C-898A9990-border {
  border-color: #898a99;
}
.C-linearGradient-898A9990 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9985 {
  background-color: #898a99 !important;
}
.C-898A9985-text {
  color: #898a99;
}
.C-898A9985-border {
  border-color: #898a99;
}
.C-linearGradient-898A9985 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9980 {
  background-color: #898a99 !important;
}
.C-898A9980-text {
  color: #898a99;
}
.C-898A9980-border {
  border-color: #898a99;
}
.C-linearGradient-898A9980 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9975 {
  background-color: #898a99 !important;
}
.C-898A9975-text {
  color: #898a99;
}
.C-898A9975-border {
  border-color: #898a99;
}
.C-linearGradient-898A9975 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9970 {
  background-color: #898a99 !important;
}
.C-898A9970-text {
  color: #898a99;
}
.C-898A9970-border {
  border-color: #898a99;
}
.C-linearGradient-898A9970 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9965 {
  background-color: #898a99 !important;
}
.C-898A9965-text {
  color: #898a99;
}
.C-898A9965-border {
  border-color: #898a99;
}
.C-linearGradient-898A9965 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9960 {
  background-color: #898a99 !important;
}
.C-898A9960-text {
  color: #898a99;
}
.C-898A9960-border {
  border-color: #898a99;
}
.C-linearGradient-898A9960 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9955 {
  background-color: #898a99 !important;
}
.C-898A9955-text {
  color: #898a99;
}
.C-898A9955-border {
  border-color: #898a99;
}
.C-linearGradient-898A9955 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9950 {
  background-color: #898a99 !important;
}
.C-898A9950-text {
  color: #898a99;
}
.C-898A9950-border {
  border-color: #898a99;
}
.C-linearGradient-898A9950 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9945 {
  background-color: #898a99 !important;
}
.C-898A9945-text {
  color: #898a99;
}
.C-898A9945-border {
  border-color: #898a99;
}
.C-linearGradient-898A9945 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9940 {
  background-color: #898a99 !important;
}
.C-898A9940-text {
  color: #898a99;
}
.C-898A9940-border {
  border-color: #898a99;
}
.C-linearGradient-898A9940 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9935 {
  background-color: #898a99 !important;
}
.C-898A9935-text {
  color: #898a99;
}
.C-898A9935-border {
  border-color: #898a99;
}
.C-linearGradient-898A9935 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9930 {
  background-color: #898a99 !important;
}
.C-898A9930-text {
  color: #898a99;
}
.C-898A9930-border {
  border-color: #898a99;
}
.C-linearGradient-898A9930 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9925 {
  background-color: #898a99 !important;
}
.C-898A9925-text {
  color: #898a99;
}
.C-898A9925-border {
  border-color: #898a99;
}
.C-linearGradient-898A9925 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9920 {
  background-color: #898a99 !important;
}
.C-898A9920-text {
  color: #898a99;
}
.C-898A9920-border {
  border-color: #898a99;
}
.C-linearGradient-898A9920 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9915 {
  background-color: #898a99 !important;
}
.C-898A9915-text {
  color: #898a99;
}
.C-898A9915-border {
  border-color: #898a99;
}
.C-linearGradient-898A9915 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A9910 {
  background-color: #898a99 !important;
}
.C-898A9910-text {
  color: #898a99;
}
.C-898A9910-border {
  border-color: #898a99;
}
.C-linearGradient-898A9910 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A995 {
  background-color: #898a99 !important;
}
.C-898A995-text {
  color: #898a99;
}
.C-898A995-border {
  border-color: #898a99;
}
.C-linearGradient-898A995 {
  background-image:
    linear-gradient(
      45deg,
      #898a99 0%,
      #898a99 99%,
      #898a99 100%);
}
.C-898A990 {
  background-color: rgba(137, 138, 153, 0) !important;
}
.C-898A990-text {
  color: rgba(137, 138, 153, 0);
}
.C-898A990-border {
  border-color: rgba(137, 138, 153, 0);
}
.C-linearGradient-898A990 {
  background-image:
    linear-gradient(
      45deg,
      rgba(137, 138, 153, 0) 0%,
      #898a99 99%,
      rgba(137, 138, 153, 0) 100%);
}
.C-898A99-fill-1 #fill1 {
  fill: #898a99;
}
.C-898A99-fill-1.onHover:hover #fill1,
.C-898A99-fill-1:hover #fill1 {
  fill: #898a99;
}
.C-898A99-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A99100-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A99100-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A99100-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9995-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9995-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9995-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9990-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9990-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9990-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9985-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9985-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9985-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9980-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9980-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9980-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9975-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9975-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9975-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9970-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9970-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9970-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9965-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9965-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9965-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9960-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9960-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9960-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9955-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9955-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9955-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9950-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9950-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9950-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9945-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9945-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9945-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9940-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9940-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9940-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9935-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9935-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9935-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9930-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9930-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9930-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9925-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9925-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9925-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9920-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9920-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9920-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9915-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9915-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9915-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A9910-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A9910-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A9910-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A995-fill-1 #fill1 {
  fill: #898a99 !important;
}
.C-898A995-fill-1.onHover:hover #fill1 {
  fill: #898a99 !important;
}
.C-898A995-stroke-1 #stroke1 {
  stroke: #898a99 !important;
}
.C-898A990-fill-1 #fill1 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-fill-1.onHover:hover #fill1 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-stroke-1 #stroke1 {
  stroke: rgba(137, 138, 153, 0) !important;
}
.C-898A99-fill-2 #fill2 {
  fill: #898a99;
}
.C-898A99-fill-2.onHover:hover #fill2,
.C-898A99-fill-2:hover #fill2 {
  fill: #898a99;
}
.C-898A99-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A99100-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A99100-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A99100-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9995-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9995-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9995-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9990-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9990-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9990-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9985-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9985-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9985-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9980-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9980-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9980-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9975-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9975-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9975-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9970-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9970-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9970-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9965-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9965-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9965-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9960-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9960-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9960-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9955-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9955-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9955-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9950-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9950-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9950-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9945-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9945-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9945-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9940-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9940-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9940-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9935-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9935-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9935-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9930-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9930-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9930-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9925-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9925-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9925-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9920-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9920-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9920-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9915-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9915-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9915-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A9910-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A9910-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A9910-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A995-fill-2 #fill2 {
  fill: #898a99 !important;
}
.C-898A995-fill-2.onHover:hover #fill2 {
  fill: #898a99 !important;
}
.C-898A995-stroke-2 #stroke2 {
  stroke: #898a99 !important;
}
.C-898A990-fill-2 #fill2 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-fill-2.onHover:hover #fill2 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-stroke-2 #stroke2 {
  stroke: rgba(137, 138, 153, 0) !important;
}
.C-898A99-fill-3 #fill3 {
  fill: #898a99;
}
.C-898A99-fill-3.onHover:hover #fill3,
.C-898A99-fill-3:hover #fill3 {
  fill: #898a99;
}
.C-898A99-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A99100-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A99100-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A99100-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9995-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9995-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9995-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9990-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9990-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9990-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9985-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9985-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9985-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9980-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9980-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9980-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9975-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9975-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9975-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9970-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9970-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9970-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9965-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9965-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9965-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9960-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9960-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9960-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9955-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9955-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9955-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9950-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9950-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9950-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9945-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9945-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9945-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9940-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9940-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9940-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9935-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9935-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9935-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9930-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9930-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9930-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9925-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9925-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9925-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9920-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9920-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9920-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9915-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9915-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9915-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A9910-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A9910-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A9910-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A995-fill-3 #fill3 {
  fill: #898a99 !important;
}
.C-898A995-fill-3.onHover:hover #fill3 {
  fill: #898a99 !important;
}
.C-898A995-stroke-3 #stroke3 {
  stroke: #898a99 !important;
}
.C-898A990-fill-3 #fill3 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-fill-3.onHover:hover #fill3 {
  fill: rgba(137, 138, 153, 0) !important;
}
.C-898A990-stroke-3 #stroke3 {
  stroke: rgba(137, 138, 153, 0) !important;
}
.C-D30911-100 {
  background-color: #d30911FF !important;
}
.C-D30911-100-text {
  color: #d30911FF;
}
.C-D30911-100-border {
  border-color: #d30911FF !important;
}
.C-D30911-95 {
  background-color: #d30911F2 !important;
}
.C-D30911-95-text {
  color: #d30911F2;
}
.C-D30911-95-border {
  border-color: #d30911F2 !important;
}
.C-D30911-90 {
  background-color: #d30911E6 !important;
}
.C-D30911-90-text {
  color: #d30911E6;
}
.C-D30911-90-border {
  border-color: #d30911E6 !important;
}
.C-D30911-85 {
  background-color: #d30911D9 !important;
}
.C-D30911-85-text {
  color: #d30911D9;
}
.C-D30911-85-border {
  border-color: #d30911D9 !important;
}
.C-D30911-80 {
  background-color: #d30911CC !important;
}
.C-D30911-80-text {
  color: #d30911CC;
}
.C-D30911-80-border {
  border-color: #d30911CC !important;
}
.C-D30911-75 {
  background-color: #d30911BF !important;
}
.C-D30911-75-text {
  color: #d30911BF;
}
.C-D30911-75-border {
  border-color: #d30911BF !important;
}
.C-D30911-70 {
  background-color: #d30911B3 !important;
}
.C-D30911-70-text {
  color: #d30911B3;
}
.C-D30911-70-border {
  border-color: #d30911B3 !important;
}
.C-D30911-65 {
  background-color: #d30911A6 !important;
}
.C-D30911-65-text {
  color: #d30911A6;
}
.C-D30911-65-border {
  border-color: #d30911A6 !important;
}
.C-D30911-60 {
  background-color: #d3091199 !important;
}
.C-D30911-60-text {
  color: #d3091199;
}
.C-D30911-60-border {
  border-color: #d3091199 !important;
}
.C-D30911-55 {
  background-color: #d309118C !important;
}
.C-D30911-55-text {
  color: #d309118C;
}
.C-D30911-55-border {
  border-color: #d309118C !important;
}
.C-D30911-50 {
  background-color: #d3091180 !important;
}
.C-D30911-50-text {
  color: #d3091180;
}
.C-D30911-50-border {
  border-color: #d3091180 !important;
}
.C-D30911-45 {
  background-color: #d3091173 !important;
}
.C-D30911-45-text {
  color: #d3091173;
}
.C-D30911-45-border {
  border-color: #d3091173 !important;
}
.C-D30911-40 {
  background-color: #d3091166 !important;
}
.C-D30911-40-text {
  color: #d3091166;
}
.C-D30911-40-border {
  border-color: #d3091166 !important;
}
.C-D30911-35 {
  background-color: #d3091159 !important;
}
.C-D30911-35-text {
  color: #d3091159;
}
.C-D30911-35-border {
  border-color: #d3091159 !important;
}
.C-D30911-30 {
  background-color: #d309114D !important;
}
.C-D30911-30-text {
  color: #d309114D;
}
.C-D30911-30-border {
  border-color: #d309114D !important;
}
.C-D30911-25 {
  background-color: #d3091140 !important;
}
.C-D30911-25-text {
  color: #d3091140;
}
.C-D30911-25-border {
  border-color: #d3091140 !important;
}
.C-D30911-20 {
  background-color: #d3091133 !important;
}
.C-D30911-20-text {
  color: #d3091133;
}
.C-D30911-20-border {
  border-color: #d3091133 !important;
}
.C-D30911-15 {
  background-color: #d3091126 !important;
}
.C-D30911-15-text {
  color: #d3091126;
}
.C-D30911-15-border {
  border-color: #d3091126 !important;
}
.C-D30911-10 {
  background-color: #d309111A !important;
}
.C-D30911-10-text {
  color: #d309111A;
}
.C-D30911-10-border {
  border-color: #d309111A !important;
}
.C-D30911-5 {
  background-color: #d309110D !important;
}
.C-D30911-5-text {
  color: #d309110D;
}
.C-D30911-5-border {
  border-color: #d309110D !important;
}
.C-D30911-0 {
  background-color: #d309110 !important;
}
.C-D30911-0-text {
  color: #d309110;
}
.C-D30911-0-border {
  border-color: #d309110 !important;
}
.C-D30911 {
  background-color: #d30911 !important;
  --btn-background: #d30911;
}
.C-D30911-text {
  color: #d30911;
}
.C-D30911-border {
  border-color: #d30911 !important;
}
@media (hover: hover) {
  .C-D30911-hover-bg:hover {
    background-color: #d30911 !important;
  }
}
.C-D30911-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D30911-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d30911;
  fill: #d30911;
  stroke: #d30911;
}
.C-D30911-hover-text[papaTarget]:hover.f_targetText {
  color: #d30911 !important;
  fill: #d30911 !important;
  stroke: #d30911 !important;
}
.C-D30911-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D30911-hover-text[fHover]:hover {
  color: #d30911 !important;
}
.C-D30911-after::after,
.C-D30911-after::before {
  background-color: #d30911;
}
.C-D30911-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d30911;
  transition: box-shadow 0.2s;
}
.C-D30911100 {
  background-color: #d30911 !important;
}
.C-D30911100-text {
  color: #d30911;
}
.C-D30911100-border {
  border-color: #d30911;
}
.C-linearGradient-D30911100 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091195 {
  background-color: #d30911 !important;
}
.C-D3091195-text {
  color: #d30911;
}
.C-D3091195-border {
  border-color: #d30911;
}
.C-linearGradient-D3091195 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091190 {
  background-color: #d30911 !important;
}
.C-D3091190-text {
  color: #d30911;
}
.C-D3091190-border {
  border-color: #d30911;
}
.C-linearGradient-D3091190 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091185 {
  background-color: #d30911 !important;
}
.C-D3091185-text {
  color: #d30911;
}
.C-D3091185-border {
  border-color: #d30911;
}
.C-linearGradient-D3091185 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091180 {
  background-color: #d30911 !important;
}
.C-D3091180-text {
  color: #d30911;
}
.C-D3091180-border {
  border-color: #d30911;
}
.C-linearGradient-D3091180 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091175 {
  background-color: #d30911 !important;
}
.C-D3091175-text {
  color: #d30911;
}
.C-D3091175-border {
  border-color: #d30911;
}
.C-linearGradient-D3091175 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091170 {
  background-color: #d30911 !important;
}
.C-D3091170-text {
  color: #d30911;
}
.C-D3091170-border {
  border-color: #d30911;
}
.C-linearGradient-D3091170 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091165 {
  background-color: #d30911 !important;
}
.C-D3091165-text {
  color: #d30911;
}
.C-D3091165-border {
  border-color: #d30911;
}
.C-linearGradient-D3091165 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091160 {
  background-color: #d30911 !important;
}
.C-D3091160-text {
  color: #d30911;
}
.C-D3091160-border {
  border-color: #d30911;
}
.C-linearGradient-D3091160 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091155 {
  background-color: #d30911 !important;
}
.C-D3091155-text {
  color: #d30911;
}
.C-D3091155-border {
  border-color: #d30911;
}
.C-linearGradient-D3091155 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091150 {
  background-color: #d30911 !important;
}
.C-D3091150-text {
  color: #d30911;
}
.C-D3091150-border {
  border-color: #d30911;
}
.C-linearGradient-D3091150 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091145 {
  background-color: #d30911 !important;
}
.C-D3091145-text {
  color: #d30911;
}
.C-D3091145-border {
  border-color: #d30911;
}
.C-linearGradient-D3091145 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091140 {
  background-color: #d30911 !important;
}
.C-D3091140-text {
  color: #d30911;
}
.C-D3091140-border {
  border-color: #d30911;
}
.C-linearGradient-D3091140 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091135 {
  background-color: #d30911 !important;
}
.C-D3091135-text {
  color: #d30911;
}
.C-D3091135-border {
  border-color: #d30911;
}
.C-linearGradient-D3091135 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091130 {
  background-color: #d30911 !important;
}
.C-D3091130-text {
  color: #d30911;
}
.C-D3091130-border {
  border-color: #d30911;
}
.C-linearGradient-D3091130 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091125 {
  background-color: #d30911 !important;
}
.C-D3091125-text {
  color: #d30911;
}
.C-D3091125-border {
  border-color: #d30911;
}
.C-linearGradient-D3091125 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091120 {
  background-color: #d30911 !important;
}
.C-D3091120-text {
  color: #d30911;
}
.C-D3091120-border {
  border-color: #d30911;
}
.C-linearGradient-D3091120 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091115 {
  background-color: #d30911 !important;
}
.C-D3091115-text {
  color: #d30911;
}
.C-D3091115-border {
  border-color: #d30911;
}
.C-linearGradient-D3091115 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D3091110 {
  background-color: #d30911 !important;
}
.C-D3091110-text {
  color: #d30911;
}
.C-D3091110-border {
  border-color: #d30911;
}
.C-linearGradient-D3091110 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D309115 {
  background-color: #d30911 !important;
}
.C-D309115-text {
  color: #d30911;
}
.C-D309115-border {
  border-color: #d30911;
}
.C-linearGradient-D309115 {
  background-image:
    linear-gradient(
      45deg,
      #d30911 0%,
      #d30911 99%,
      #d30911 100%);
}
.C-D309110 {
  background-color: rgba(211, 9, 17, 0) !important;
}
.C-D309110-text {
  color: rgba(211, 9, 17, 0);
}
.C-D309110-border {
  border-color: rgba(211, 9, 17, 0);
}
.C-linearGradient-D309110 {
  background-image:
    linear-gradient(
      45deg,
      rgba(211, 9, 17, 0) 0%,
      #d30911 99%,
      rgba(211, 9, 17, 0) 100%);
}
.C-D30911-fill-1 #fill1 {
  fill: #d30911;
}
.C-D30911-fill-1.onHover:hover #fill1,
.C-D30911-fill-1:hover #fill1 {
  fill: #d30911;
}
.C-D30911-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D30911100-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D30911100-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D30911100-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091195-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091195-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091195-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091190-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091190-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091190-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091185-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091185-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091185-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091180-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091180-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091180-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091175-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091175-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091175-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091170-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091170-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091170-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091165-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091165-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091165-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091160-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091160-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091160-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091155-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091155-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091155-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091150-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091150-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091150-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091145-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091145-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091145-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091140-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091140-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091140-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091135-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091135-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091135-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091130-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091130-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091130-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091125-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091125-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091125-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091120-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091120-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091120-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091115-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091115-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091115-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D3091110-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D3091110-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D3091110-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D309115-fill-1 #fill1 {
  fill: #d30911 !important;
}
.C-D309115-fill-1.onHover:hover #fill1 {
  fill: #d30911 !important;
}
.C-D309115-stroke-1 #stroke1 {
  stroke: #d30911 !important;
}
.C-D309110-fill-1 #fill1 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-fill-1.onHover:hover #fill1 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-stroke-1 #stroke1 {
  stroke: rgba(211, 9, 17, 0) !important;
}
.C-D30911-fill-2 #fill2 {
  fill: #d30911;
}
.C-D30911-fill-2.onHover:hover #fill2,
.C-D30911-fill-2:hover #fill2 {
  fill: #d30911;
}
.C-D30911-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D30911100-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D30911100-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D30911100-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091195-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091195-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091195-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091190-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091190-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091190-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091185-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091185-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091185-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091180-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091180-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091180-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091175-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091175-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091175-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091170-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091170-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091170-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091165-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091165-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091165-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091160-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091160-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091160-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091155-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091155-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091155-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091150-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091150-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091150-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091145-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091145-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091145-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091140-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091140-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091140-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091135-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091135-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091135-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091130-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091130-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091130-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091125-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091125-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091125-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091120-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091120-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091120-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091115-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091115-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091115-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D3091110-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D3091110-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D3091110-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D309115-fill-2 #fill2 {
  fill: #d30911 !important;
}
.C-D309115-fill-2.onHover:hover #fill2 {
  fill: #d30911 !important;
}
.C-D309115-stroke-2 #stroke2 {
  stroke: #d30911 !important;
}
.C-D309110-fill-2 #fill2 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-fill-2.onHover:hover #fill2 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-stroke-2 #stroke2 {
  stroke: rgba(211, 9, 17, 0) !important;
}
.C-D30911-fill-3 #fill3 {
  fill: #d30911;
}
.C-D30911-fill-3.onHover:hover #fill3,
.C-D30911-fill-3:hover #fill3 {
  fill: #d30911;
}
.C-D30911-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D30911100-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D30911100-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D30911100-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091195-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091195-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091195-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091190-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091190-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091190-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091185-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091185-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091185-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091180-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091180-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091180-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091175-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091175-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091175-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091170-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091170-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091170-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091165-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091165-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091165-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091160-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091160-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091160-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091155-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091155-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091155-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091150-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091150-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091150-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091145-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091145-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091145-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091140-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091140-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091140-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091135-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091135-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091135-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091130-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091130-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091130-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091125-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091125-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091125-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091120-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091120-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091120-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091115-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091115-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091115-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D3091110-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D3091110-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D3091110-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D309115-fill-3 #fill3 {
  fill: #d30911 !important;
}
.C-D309115-fill-3.onHover:hover #fill3 {
  fill: #d30911 !important;
}
.C-D309115-stroke-3 #stroke3 {
  stroke: #d30911 !important;
}
.C-D309110-fill-3 #fill3 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-fill-3.onHover:hover #fill3 {
  fill: rgba(211, 9, 17, 0) !important;
}
.C-D309110-stroke-3 #stroke3 {
  stroke: rgba(211, 9, 17, 0) !important;
}
.C-A3070D-100 {
  background-color: #a3070dFF !important;
}
.C-A3070D-100-text {
  color: #a3070dFF;
}
.C-A3070D-100-border {
  border-color: #a3070dFF !important;
}
.C-A3070D-95 {
  background-color: #a3070dF2 !important;
}
.C-A3070D-95-text {
  color: #a3070dF2;
}
.C-A3070D-95-border {
  border-color: #a3070dF2 !important;
}
.C-A3070D-90 {
  background-color: #a3070dE6 !important;
}
.C-A3070D-90-text {
  color: #a3070dE6;
}
.C-A3070D-90-border {
  border-color: #a3070dE6 !important;
}
.C-A3070D-85 {
  background-color: #a3070dD9 !important;
}
.C-A3070D-85-text {
  color: #a3070dD9;
}
.C-A3070D-85-border {
  border-color: #a3070dD9 !important;
}
.C-A3070D-80 {
  background-color: #a3070dCC !important;
}
.C-A3070D-80-text {
  color: #a3070dCC;
}
.C-A3070D-80-border {
  border-color: #a3070dCC !important;
}
.C-A3070D-75 {
  background-color: #a3070dBF !important;
}
.C-A3070D-75-text {
  color: #a3070dBF;
}
.C-A3070D-75-border {
  border-color: #a3070dBF !important;
}
.C-A3070D-70 {
  background-color: #a3070dB3 !important;
}
.C-A3070D-70-text {
  color: #a3070dB3;
}
.C-A3070D-70-border {
  border-color: #a3070dB3 !important;
}
.C-A3070D-65 {
  background-color: #a3070dA6 !important;
}
.C-A3070D-65-text {
  color: #a3070dA6;
}
.C-A3070D-65-border {
  border-color: #a3070dA6 !important;
}
.C-A3070D-60 {
  background-color: #a3070d99 !important;
}
.C-A3070D-60-text {
  color: #a3070d99;
}
.C-A3070D-60-border {
  border-color: #a3070d99 !important;
}
.C-A3070D-55 {
  background-color: #a3070d8C !important;
}
.C-A3070D-55-text {
  color: #a3070d8C;
}
.C-A3070D-55-border {
  border-color: #a3070d8C !important;
}
.C-A3070D-50 {
  background-color: #a3070d80 !important;
}
.C-A3070D-50-text {
  color: #a3070d80;
}
.C-A3070D-50-border {
  border-color: #a3070d80 !important;
}
.C-A3070D-45 {
  background-color: #a3070d73 !important;
}
.C-A3070D-45-text {
  color: #a3070d73;
}
.C-A3070D-45-border {
  border-color: #a3070d73 !important;
}
.C-A3070D-40 {
  background-color: #a3070d66 !important;
}
.C-A3070D-40-text {
  color: #a3070d66;
}
.C-A3070D-40-border {
  border-color: #a3070d66 !important;
}
.C-A3070D-35 {
  background-color: #a3070d59 !important;
}
.C-A3070D-35-text {
  color: #a3070d59;
}
.C-A3070D-35-border {
  border-color: #a3070d59 !important;
}
.C-A3070D-30 {
  background-color: #a3070d4D !important;
}
.C-A3070D-30-text {
  color: #a3070d4D;
}
.C-A3070D-30-border {
  border-color: #a3070d4D !important;
}
.C-A3070D-25 {
  background-color: #a3070d40 !important;
}
.C-A3070D-25-text {
  color: #a3070d40;
}
.C-A3070D-25-border {
  border-color: #a3070d40 !important;
}
.C-A3070D-20 {
  background-color: #a3070d33 !important;
}
.C-A3070D-20-text {
  color: #a3070d33;
}
.C-A3070D-20-border {
  border-color: #a3070d33 !important;
}
.C-A3070D-15 {
  background-color: #a3070d26 !important;
}
.C-A3070D-15-text {
  color: #a3070d26;
}
.C-A3070D-15-border {
  border-color: #a3070d26 !important;
}
.C-A3070D-10 {
  background-color: #a3070d1A !important;
}
.C-A3070D-10-text {
  color: #a3070d1A;
}
.C-A3070D-10-border {
  border-color: #a3070d1A !important;
}
.C-A3070D-5 {
  background-color: #a3070d0D !important;
}
.C-A3070D-5-text {
  color: #a3070d0D;
}
.C-A3070D-5-border {
  border-color: #a3070d0D !important;
}
.C-A3070D-0 {
  background-color: #a3070d0 !important;
}
.C-A3070D-0-text {
  color: #a3070d0;
}
.C-A3070D-0-border {
  border-color: #a3070d0 !important;
}
.C-A3070D {
  background-color: #a3070d !important;
  --btn-background: #a3070d;
}
.C-A3070D-text {
  color: #a3070d;
}
.C-A3070D-border {
  border-color: #a3070d !important;
}
@media (hover: hover) {
  .C-A3070D-hover-bg:hover {
    background-color: #a3070d !important;
  }
}
.C-A3070D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-A3070D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #a3070d;
  fill: #a3070d;
  stroke: #a3070d;
}
.C-A3070D-hover-text[papaTarget]:hover.f_targetText {
  color: #a3070d !important;
  fill: #a3070d !important;
  stroke: #a3070d !important;
}
.C-A3070D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-A3070D-hover-text[fHover]:hover {
  color: #a3070d !important;
}
.C-A3070D-after::after,
.C-A3070D-after::before {
  background-color: #a3070d;
}
.C-A3070D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #a3070d;
  transition: box-shadow 0.2s;
}
.C-A3070D100 {
  background-color: #a3070d !important;
}
.C-A3070D100-text {
  color: #a3070d;
}
.C-A3070D100-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D100 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D95 {
  background-color: #a3070d !important;
}
.C-A3070D95-text {
  color: #a3070d;
}
.C-A3070D95-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D95 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D90 {
  background-color: #a3070d !important;
}
.C-A3070D90-text {
  color: #a3070d;
}
.C-A3070D90-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D90 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D85 {
  background-color: #a3070d !important;
}
.C-A3070D85-text {
  color: #a3070d;
}
.C-A3070D85-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D85 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D80 {
  background-color: #a3070d !important;
}
.C-A3070D80-text {
  color: #a3070d;
}
.C-A3070D80-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D80 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D75 {
  background-color: #a3070d !important;
}
.C-A3070D75-text {
  color: #a3070d;
}
.C-A3070D75-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D75 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D70 {
  background-color: #a3070d !important;
}
.C-A3070D70-text {
  color: #a3070d;
}
.C-A3070D70-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D70 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D65 {
  background-color: #a3070d !important;
}
.C-A3070D65-text {
  color: #a3070d;
}
.C-A3070D65-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D65 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D60 {
  background-color: #a3070d !important;
}
.C-A3070D60-text {
  color: #a3070d;
}
.C-A3070D60-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D60 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D55 {
  background-color: #a3070d !important;
}
.C-A3070D55-text {
  color: #a3070d;
}
.C-A3070D55-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D55 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D50 {
  background-color: #a3070d !important;
}
.C-A3070D50-text {
  color: #a3070d;
}
.C-A3070D50-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D50 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D45 {
  background-color: #a3070d !important;
}
.C-A3070D45-text {
  color: #a3070d;
}
.C-A3070D45-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D45 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D40 {
  background-color: #a3070d !important;
}
.C-A3070D40-text {
  color: #a3070d;
}
.C-A3070D40-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D40 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D35 {
  background-color: #a3070d !important;
}
.C-A3070D35-text {
  color: #a3070d;
}
.C-A3070D35-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D35 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D30 {
  background-color: #a3070d !important;
}
.C-A3070D30-text {
  color: #a3070d;
}
.C-A3070D30-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D30 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D25 {
  background-color: #a3070d !important;
}
.C-A3070D25-text {
  color: #a3070d;
}
.C-A3070D25-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D25 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D20 {
  background-color: #a3070d !important;
}
.C-A3070D20-text {
  color: #a3070d;
}
.C-A3070D20-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D20 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D15 {
  background-color: #a3070d !important;
}
.C-A3070D15-text {
  color: #a3070d;
}
.C-A3070D15-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D15 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D10 {
  background-color: #a3070d !important;
}
.C-A3070D10-text {
  color: #a3070d;
}
.C-A3070D10-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D10 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D5 {
  background-color: #a3070d !important;
}
.C-A3070D5-text {
  color: #a3070d;
}
.C-A3070D5-border {
  border-color: #a3070d;
}
.C-linearGradient-A3070D5 {
  background-image:
    linear-gradient(
      45deg,
      #a3070d 0%,
      #a3070d 99%,
      #a3070d 100%);
}
.C-A3070D0 {
  background-color: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-text {
  color: rgba(163, 7, 13, 0);
}
.C-A3070D0-border {
  border-color: rgba(163, 7, 13, 0);
}
.C-linearGradient-A3070D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(163, 7, 13, 0) 0%,
      #a3070d 99%,
      rgba(163, 7, 13, 0) 100%);
}
.C-A3070D-fill-1 #fill1 {
  fill: #a3070d;
}
.C-A3070D-fill-1.onHover:hover #fill1,
.C-A3070D-fill-1:hover #fill1 {
  fill: #a3070d;
}
.C-A3070D-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D100-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D100-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D100-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D95-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D95-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D95-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D90-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D90-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D90-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D85-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D85-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D85-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D80-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D80-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D80-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D75-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D75-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D75-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D70-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D70-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D70-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D65-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D65-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D65-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D60-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D60-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D60-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D55-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D55-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D55-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D50-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D50-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D50-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D45-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D45-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D45-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D40-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D40-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D40-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D35-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D35-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D35-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D30-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D30-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D30-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D25-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D25-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D25-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D20-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D20-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D20-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D15-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D15-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D15-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D10-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D10-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D10-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D5-fill-1 #fill1 {
  fill: #a3070d !important;
}
.C-A3070D5-fill-1.onHover:hover #fill1 {
  fill: #a3070d !important;
}
.C-A3070D5-stroke-1 #stroke1 {
  stroke: #a3070d !important;
}
.C-A3070D0-fill-1 #fill1 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-fill-1.onHover:hover #fill1 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-stroke-1 #stroke1 {
  stroke: rgba(163, 7, 13, 0) !important;
}
.C-A3070D-fill-2 #fill2 {
  fill: #a3070d;
}
.C-A3070D-fill-2.onHover:hover #fill2,
.C-A3070D-fill-2:hover #fill2 {
  fill: #a3070d;
}
.C-A3070D-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D100-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D100-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D100-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D95-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D95-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D95-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D90-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D90-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D90-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D85-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D85-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D85-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D80-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D80-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D80-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D75-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D75-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D75-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D70-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D70-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D70-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D65-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D65-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D65-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D60-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D60-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D60-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D55-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D55-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D55-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D50-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D50-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D50-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D45-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D45-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D45-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D40-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D40-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D40-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D35-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D35-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D35-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D30-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D30-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D30-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D25-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D25-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D25-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D20-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D20-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D20-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D15-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D15-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D15-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D10-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D10-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D10-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D5-fill-2 #fill2 {
  fill: #a3070d !important;
}
.C-A3070D5-fill-2.onHover:hover #fill2 {
  fill: #a3070d !important;
}
.C-A3070D5-stroke-2 #stroke2 {
  stroke: #a3070d !important;
}
.C-A3070D0-fill-2 #fill2 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-fill-2.onHover:hover #fill2 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-stroke-2 #stroke2 {
  stroke: rgba(163, 7, 13, 0) !important;
}
.C-A3070D-fill-3 #fill3 {
  fill: #a3070d;
}
.C-A3070D-fill-3.onHover:hover #fill3,
.C-A3070D-fill-3:hover #fill3 {
  fill: #a3070d;
}
.C-A3070D-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D100-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D100-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D100-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D95-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D95-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D95-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D90-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D90-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D90-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D85-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D85-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D85-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D80-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D80-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D80-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D75-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D75-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D75-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D70-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D70-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D70-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D65-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D65-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D65-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D60-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D60-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D60-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D55-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D55-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D55-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D50-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D50-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D50-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D45-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D45-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D45-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D40-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D40-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D40-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D35-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D35-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D35-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D30-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D30-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D30-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D25-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D25-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D25-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D20-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D20-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D20-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D15-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D15-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D15-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D10-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D10-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D10-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D5-fill-3 #fill3 {
  fill: #a3070d !important;
}
.C-A3070D5-fill-3.onHover:hover #fill3 {
  fill: #a3070d !important;
}
.C-A3070D5-stroke-3 #stroke3 {
  stroke: #a3070d !important;
}
.C-A3070D0-fill-3 #fill3 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-fill-3.onHover:hover #fill3 {
  fill: rgba(163, 7, 13, 0) !important;
}
.C-A3070D0-stroke-3 #stroke3 {
  stroke: rgba(163, 7, 13, 0) !important;
}
.C-F33B35-100 {
  background-color: #f33b35FF !important;
}
.C-F33B35-100-text {
  color: #f33b35FF;
}
.C-F33B35-100-border {
  border-color: #f33b35FF !important;
}
.C-F33B35-95 {
  background-color: #f33b35F2 !important;
}
.C-F33B35-95-text {
  color: #f33b35F2;
}
.C-F33B35-95-border {
  border-color: #f33b35F2 !important;
}
.C-F33B35-90 {
  background-color: #f33b35E6 !important;
}
.C-F33B35-90-text {
  color: #f33b35E6;
}
.C-F33B35-90-border {
  border-color: #f33b35E6 !important;
}
.C-F33B35-85 {
  background-color: #f33b35D9 !important;
}
.C-F33B35-85-text {
  color: #f33b35D9;
}
.C-F33B35-85-border {
  border-color: #f33b35D9 !important;
}
.C-F33B35-80 {
  background-color: #f33b35CC !important;
}
.C-F33B35-80-text {
  color: #f33b35CC;
}
.C-F33B35-80-border {
  border-color: #f33b35CC !important;
}
.C-F33B35-75 {
  background-color: #f33b35BF !important;
}
.C-F33B35-75-text {
  color: #f33b35BF;
}
.C-F33B35-75-border {
  border-color: #f33b35BF !important;
}
.C-F33B35-70 {
  background-color: #f33b35B3 !important;
}
.C-F33B35-70-text {
  color: #f33b35B3;
}
.C-F33B35-70-border {
  border-color: #f33b35B3 !important;
}
.C-F33B35-65 {
  background-color: #f33b35A6 !important;
}
.C-F33B35-65-text {
  color: #f33b35A6;
}
.C-F33B35-65-border {
  border-color: #f33b35A6 !important;
}
.C-F33B35-60 {
  background-color: #f33b3599 !important;
}
.C-F33B35-60-text {
  color: #f33b3599;
}
.C-F33B35-60-border {
  border-color: #f33b3599 !important;
}
.C-F33B35-55 {
  background-color: #f33b358C !important;
}
.C-F33B35-55-text {
  color: #f33b358C;
}
.C-F33B35-55-border {
  border-color: #f33b358C !important;
}
.C-F33B35-50 {
  background-color: #f33b3580 !important;
}
.C-F33B35-50-text {
  color: #f33b3580;
}
.C-F33B35-50-border {
  border-color: #f33b3580 !important;
}
.C-F33B35-45 {
  background-color: #f33b3573 !important;
}
.C-F33B35-45-text {
  color: #f33b3573;
}
.C-F33B35-45-border {
  border-color: #f33b3573 !important;
}
.C-F33B35-40 {
  background-color: #f33b3566 !important;
}
.C-F33B35-40-text {
  color: #f33b3566;
}
.C-F33B35-40-border {
  border-color: #f33b3566 !important;
}
.C-F33B35-35 {
  background-color: #f33b3559 !important;
}
.C-F33B35-35-text {
  color: #f33b3559;
}
.C-F33B35-35-border {
  border-color: #f33b3559 !important;
}
.C-F33B35-30 {
  background-color: #f33b354D !important;
}
.C-F33B35-30-text {
  color: #f33b354D;
}
.C-F33B35-30-border {
  border-color: #f33b354D !important;
}
.C-F33B35-25 {
  background-color: #f33b3540 !important;
}
.C-F33B35-25-text {
  color: #f33b3540;
}
.C-F33B35-25-border {
  border-color: #f33b3540 !important;
}
.C-F33B35-20 {
  background-color: #f33b3533 !important;
}
.C-F33B35-20-text {
  color: #f33b3533;
}
.C-F33B35-20-border {
  border-color: #f33b3533 !important;
}
.C-F33B35-15 {
  background-color: #f33b3526 !important;
}
.C-F33B35-15-text {
  color: #f33b3526;
}
.C-F33B35-15-border {
  border-color: #f33b3526 !important;
}
.C-F33B35-10 {
  background-color: #f33b351A !important;
}
.C-F33B35-10-text {
  color: #f33b351A;
}
.C-F33B35-10-border {
  border-color: #f33b351A !important;
}
.C-F33B35-5 {
  background-color: #f33b350D !important;
}
.C-F33B35-5-text {
  color: #f33b350D;
}
.C-F33B35-5-border {
  border-color: #f33b350D !important;
}
.C-F33B35-0 {
  background-color: #f33b350 !important;
}
.C-F33B35-0-text {
  color: #f33b350;
}
.C-F33B35-0-border {
  border-color: #f33b350 !important;
}
.C-F33B35 {
  background-color: #f33b35 !important;
  --btn-background: #f33b35;
}
.C-F33B35-text {
  color: #f33b35;
}
.C-F33B35-border {
  border-color: #f33b35 !important;
}
@media (hover: hover) {
  .C-F33B35-hover-bg:hover {
    background-color: #f33b35 !important;
  }
}
.C-F33B35-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F33B35-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f33b35;
  fill: #f33b35;
  stroke: #f33b35;
}
.C-F33B35-hover-text[papaTarget]:hover.f_targetText {
  color: #f33b35 !important;
  fill: #f33b35 !important;
  stroke: #f33b35 !important;
}
.C-F33B35-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F33B35-hover-text[fHover]:hover {
  color: #f33b35 !important;
}
.C-F33B35-after::after,
.C-F33B35-after::before {
  background-color: #f33b35;
}
.C-F33B35-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f33b35;
  transition: box-shadow 0.2s;
}
.C-F33B35100 {
  background-color: #f33b35 !important;
}
.C-F33B35100-text {
  color: #f33b35;
}
.C-F33B35100-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B35100 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3595 {
  background-color: #f33b35 !important;
}
.C-F33B3595-text {
  color: #f33b35;
}
.C-F33B3595-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3595 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3590 {
  background-color: #f33b35 !important;
}
.C-F33B3590-text {
  color: #f33b35;
}
.C-F33B3590-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3590 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3585 {
  background-color: #f33b35 !important;
}
.C-F33B3585-text {
  color: #f33b35;
}
.C-F33B3585-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3585 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3580 {
  background-color: #f33b35 !important;
}
.C-F33B3580-text {
  color: #f33b35;
}
.C-F33B3580-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3580 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3575 {
  background-color: #f33b35 !important;
}
.C-F33B3575-text {
  color: #f33b35;
}
.C-F33B3575-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3575 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3570 {
  background-color: #f33b35 !important;
}
.C-F33B3570-text {
  color: #f33b35;
}
.C-F33B3570-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3570 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3565 {
  background-color: #f33b35 !important;
}
.C-F33B3565-text {
  color: #f33b35;
}
.C-F33B3565-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3565 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3560 {
  background-color: #f33b35 !important;
}
.C-F33B3560-text {
  color: #f33b35;
}
.C-F33B3560-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3560 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3555 {
  background-color: #f33b35 !important;
}
.C-F33B3555-text {
  color: #f33b35;
}
.C-F33B3555-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3555 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3550 {
  background-color: #f33b35 !important;
}
.C-F33B3550-text {
  color: #f33b35;
}
.C-F33B3550-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3550 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3545 {
  background-color: #f33b35 !important;
}
.C-F33B3545-text {
  color: #f33b35;
}
.C-F33B3545-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3545 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3540 {
  background-color: #f33b35 !important;
}
.C-F33B3540-text {
  color: #f33b35;
}
.C-F33B3540-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3540 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3535 {
  background-color: #f33b35 !important;
}
.C-F33B3535-text {
  color: #f33b35;
}
.C-F33B3535-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3535 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3530 {
  background-color: #f33b35 !important;
}
.C-F33B3530-text {
  color: #f33b35;
}
.C-F33B3530-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3530 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3525 {
  background-color: #f33b35 !important;
}
.C-F33B3525-text {
  color: #f33b35;
}
.C-F33B3525-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3525 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3520 {
  background-color: #f33b35 !important;
}
.C-F33B3520-text {
  color: #f33b35;
}
.C-F33B3520-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3520 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3515 {
  background-color: #f33b35 !important;
}
.C-F33B3515-text {
  color: #f33b35;
}
.C-F33B3515-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3515 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B3510 {
  background-color: #f33b35 !important;
}
.C-F33B3510-text {
  color: #f33b35;
}
.C-F33B3510-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B3510 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B355 {
  background-color: #f33b35 !important;
}
.C-F33B355-text {
  color: #f33b35;
}
.C-F33B355-border {
  border-color: #f33b35;
}
.C-linearGradient-F33B355 {
  background-image:
    linear-gradient(
      45deg,
      #f33b35 0%,
      #f33b35 99%,
      #f33b35 100%);
}
.C-F33B350 {
  background-color: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-text {
  color: rgba(243, 59, 53, 0);
}
.C-F33B350-border {
  border-color: rgba(243, 59, 53, 0);
}
.C-linearGradient-F33B350 {
  background-image:
    linear-gradient(
      45deg,
      rgba(243, 59, 53, 0) 0%,
      #f33b35 99%,
      rgba(243, 59, 53, 0) 100%);
}
.C-F33B35-fill-1 #fill1 {
  fill: #f33b35;
}
.C-F33B35-fill-1.onHover:hover #fill1,
.C-F33B35-fill-1:hover #fill1 {
  fill: #f33b35;
}
.C-F33B35-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B35100-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B35100-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B35100-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3595-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3595-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3595-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3590-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3590-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3590-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3585-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3585-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3585-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3580-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3580-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3580-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3575-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3575-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3575-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3570-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3570-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3570-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3565-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3565-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3565-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3560-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3560-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3560-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3555-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3555-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3555-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3550-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3550-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3550-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3545-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3545-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3545-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3540-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3540-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3540-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3535-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3535-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3535-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3530-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3530-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3530-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3525-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3525-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3525-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3520-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3520-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3520-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3515-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3515-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3515-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B3510-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3510-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B3510-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B355-fill-1 #fill1 {
  fill: #f33b35 !important;
}
.C-F33B355-fill-1.onHover:hover #fill1 {
  fill: #f33b35 !important;
}
.C-F33B355-stroke-1 #stroke1 {
  stroke: #f33b35 !important;
}
.C-F33B350-fill-1 #fill1 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-fill-1.onHover:hover #fill1 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-stroke-1 #stroke1 {
  stroke: rgba(243, 59, 53, 0) !important;
}
.C-F33B35-fill-2 #fill2 {
  fill: #f33b35;
}
.C-F33B35-fill-2.onHover:hover #fill2,
.C-F33B35-fill-2:hover #fill2 {
  fill: #f33b35;
}
.C-F33B35-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B35100-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B35100-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B35100-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3595-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3595-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3595-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3590-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3590-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3590-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3585-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3585-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3585-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3580-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3580-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3580-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3575-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3575-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3575-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3570-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3570-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3570-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3565-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3565-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3565-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3560-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3560-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3560-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3555-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3555-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3555-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3550-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3550-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3550-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3545-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3545-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3545-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3540-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3540-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3540-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3535-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3535-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3535-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3530-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3530-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3530-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3525-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3525-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3525-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3520-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3520-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3520-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3515-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3515-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3515-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B3510-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3510-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B3510-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B355-fill-2 #fill2 {
  fill: #f33b35 !important;
}
.C-F33B355-fill-2.onHover:hover #fill2 {
  fill: #f33b35 !important;
}
.C-F33B355-stroke-2 #stroke2 {
  stroke: #f33b35 !important;
}
.C-F33B350-fill-2 #fill2 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-fill-2.onHover:hover #fill2 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-stroke-2 #stroke2 {
  stroke: rgba(243, 59, 53, 0) !important;
}
.C-F33B35-fill-3 #fill3 {
  fill: #f33b35;
}
.C-F33B35-fill-3.onHover:hover #fill3,
.C-F33B35-fill-3:hover #fill3 {
  fill: #f33b35;
}
.C-F33B35-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B35100-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B35100-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B35100-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3595-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3595-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3595-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3590-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3590-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3590-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3585-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3585-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3585-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3580-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3580-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3580-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3575-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3575-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3575-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3570-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3570-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3570-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3565-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3565-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3565-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3560-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3560-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3560-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3555-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3555-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3555-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3550-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3550-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3550-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3545-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3545-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3545-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3540-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3540-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3540-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3535-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3535-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3535-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3530-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3530-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3530-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3525-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3525-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3525-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3520-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3520-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3520-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3515-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3515-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3515-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B3510-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3510-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B3510-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B355-fill-3 #fill3 {
  fill: #f33b35 !important;
}
.C-F33B355-fill-3.onHover:hover #fill3 {
  fill: #f33b35 !important;
}
.C-F33B355-stroke-3 #stroke3 {
  stroke: #f33b35 !important;
}
.C-F33B350-fill-3 #fill3 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-fill-3.onHover:hover #fill3 {
  fill: rgba(243, 59, 53, 0) !important;
}
.C-F33B350-stroke-3 #stroke3 {
  stroke: rgba(243, 59, 53, 0) !important;
}
.C-FC685F-100 {
  background-color: #fc685fFF !important;
}
.C-FC685F-100-text {
  color: #fc685fFF;
}
.C-FC685F-100-border {
  border-color: #fc685fFF !important;
}
.C-FC685F-95 {
  background-color: #fc685fF2 !important;
}
.C-FC685F-95-text {
  color: #fc685fF2;
}
.C-FC685F-95-border {
  border-color: #fc685fF2 !important;
}
.C-FC685F-90 {
  background-color: #fc685fE6 !important;
}
.C-FC685F-90-text {
  color: #fc685fE6;
}
.C-FC685F-90-border {
  border-color: #fc685fE6 !important;
}
.C-FC685F-85 {
  background-color: #fc685fD9 !important;
}
.C-FC685F-85-text {
  color: #fc685fD9;
}
.C-FC685F-85-border {
  border-color: #fc685fD9 !important;
}
.C-FC685F-80 {
  background-color: #fc685fCC !important;
}
.C-FC685F-80-text {
  color: #fc685fCC;
}
.C-FC685F-80-border {
  border-color: #fc685fCC !important;
}
.C-FC685F-75 {
  background-color: #fc685fBF !important;
}
.C-FC685F-75-text {
  color: #fc685fBF;
}
.C-FC685F-75-border {
  border-color: #fc685fBF !important;
}
.C-FC685F-70 {
  background-color: #fc685fB3 !important;
}
.C-FC685F-70-text {
  color: #fc685fB3;
}
.C-FC685F-70-border {
  border-color: #fc685fB3 !important;
}
.C-FC685F-65 {
  background-color: #fc685fA6 !important;
}
.C-FC685F-65-text {
  color: #fc685fA6;
}
.C-FC685F-65-border {
  border-color: #fc685fA6 !important;
}
.C-FC685F-60 {
  background-color: #fc685f99 !important;
}
.C-FC685F-60-text {
  color: #fc685f99;
}
.C-FC685F-60-border {
  border-color: #fc685f99 !important;
}
.C-FC685F-55 {
  background-color: #fc685f8C !important;
}
.C-FC685F-55-text {
  color: #fc685f8C;
}
.C-FC685F-55-border {
  border-color: #fc685f8C !important;
}
.C-FC685F-50 {
  background-color: #fc685f80 !important;
}
.C-FC685F-50-text {
  color: #fc685f80;
}
.C-FC685F-50-border {
  border-color: #fc685f80 !important;
}
.C-FC685F-45 {
  background-color: #fc685f73 !important;
}
.C-FC685F-45-text {
  color: #fc685f73;
}
.C-FC685F-45-border {
  border-color: #fc685f73 !important;
}
.C-FC685F-40 {
  background-color: #fc685f66 !important;
}
.C-FC685F-40-text {
  color: #fc685f66;
}
.C-FC685F-40-border {
  border-color: #fc685f66 !important;
}
.C-FC685F-35 {
  background-color: #fc685f59 !important;
}
.C-FC685F-35-text {
  color: #fc685f59;
}
.C-FC685F-35-border {
  border-color: #fc685f59 !important;
}
.C-FC685F-30 {
  background-color: #fc685f4D !important;
}
.C-FC685F-30-text {
  color: #fc685f4D;
}
.C-FC685F-30-border {
  border-color: #fc685f4D !important;
}
.C-FC685F-25 {
  background-color: #fc685f40 !important;
}
.C-FC685F-25-text {
  color: #fc685f40;
}
.C-FC685F-25-border {
  border-color: #fc685f40 !important;
}
.C-FC685F-20 {
  background-color: #fc685f33 !important;
}
.C-FC685F-20-text {
  color: #fc685f33;
}
.C-FC685F-20-border {
  border-color: #fc685f33 !important;
}
.C-FC685F-15 {
  background-color: #fc685f26 !important;
}
.C-FC685F-15-text {
  color: #fc685f26;
}
.C-FC685F-15-border {
  border-color: #fc685f26 !important;
}
.C-FC685F-10 {
  background-color: #fc685f1A !important;
}
.C-FC685F-10-text {
  color: #fc685f1A;
}
.C-FC685F-10-border {
  border-color: #fc685f1A !important;
}
.C-FC685F-5 {
  background-color: #fc685f0D !important;
}
.C-FC685F-5-text {
  color: #fc685f0D;
}
.C-FC685F-5-border {
  border-color: #fc685f0D !important;
}
.C-FC685F-0 {
  background-color: #fc685f0 !important;
}
.C-FC685F-0-text {
  color: #fc685f0;
}
.C-FC685F-0-border {
  border-color: #fc685f0 !important;
}
.C-FC685F {
  background-color: #fc685f !important;
  --btn-background: #fc685f;
}
.C-FC685F-text {
  color: #fc685f;
}
.C-FC685F-border {
  border-color: #fc685f !important;
}
@media (hover: hover) {
  .C-FC685F-hover-bg:hover {
    background-color: #fc685f !important;
  }
}
.C-FC685F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FC685F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fc685f;
  fill: #fc685f;
  stroke: #fc685f;
}
.C-FC685F-hover-text[papaTarget]:hover.f_targetText {
  color: #fc685f !important;
  fill: #fc685f !important;
  stroke: #fc685f !important;
}
.C-FC685F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FC685F-hover-text[fHover]:hover {
  color: #fc685f !important;
}
.C-FC685F-after::after,
.C-FC685F-after::before {
  background-color: #fc685f;
}
.C-FC685F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fc685f;
  transition: box-shadow 0.2s;
}
.C-FC685F100 {
  background-color: #fc685f !important;
}
.C-FC685F100-text {
  color: #fc685f;
}
.C-FC685F100-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F100 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F95 {
  background-color: #fc685f !important;
}
.C-FC685F95-text {
  color: #fc685f;
}
.C-FC685F95-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F95 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F90 {
  background-color: #fc685f !important;
}
.C-FC685F90-text {
  color: #fc685f;
}
.C-FC685F90-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F90 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F85 {
  background-color: #fc685f !important;
}
.C-FC685F85-text {
  color: #fc685f;
}
.C-FC685F85-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F85 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F80 {
  background-color: #fc685f !important;
}
.C-FC685F80-text {
  color: #fc685f;
}
.C-FC685F80-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F80 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F75 {
  background-color: #fc685f !important;
}
.C-FC685F75-text {
  color: #fc685f;
}
.C-FC685F75-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F75 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F70 {
  background-color: #fc685f !important;
}
.C-FC685F70-text {
  color: #fc685f;
}
.C-FC685F70-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F70 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F65 {
  background-color: #fc685f !important;
}
.C-FC685F65-text {
  color: #fc685f;
}
.C-FC685F65-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F65 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F60 {
  background-color: #fc685f !important;
}
.C-FC685F60-text {
  color: #fc685f;
}
.C-FC685F60-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F60 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F55 {
  background-color: #fc685f !important;
}
.C-FC685F55-text {
  color: #fc685f;
}
.C-FC685F55-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F55 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F50 {
  background-color: #fc685f !important;
}
.C-FC685F50-text {
  color: #fc685f;
}
.C-FC685F50-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F50 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F45 {
  background-color: #fc685f !important;
}
.C-FC685F45-text {
  color: #fc685f;
}
.C-FC685F45-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F45 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F40 {
  background-color: #fc685f !important;
}
.C-FC685F40-text {
  color: #fc685f;
}
.C-FC685F40-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F40 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F35 {
  background-color: #fc685f !important;
}
.C-FC685F35-text {
  color: #fc685f;
}
.C-FC685F35-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F35 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F30 {
  background-color: #fc685f !important;
}
.C-FC685F30-text {
  color: #fc685f;
}
.C-FC685F30-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F30 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F25 {
  background-color: #fc685f !important;
}
.C-FC685F25-text {
  color: #fc685f;
}
.C-FC685F25-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F25 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F20 {
  background-color: #fc685f !important;
}
.C-FC685F20-text {
  color: #fc685f;
}
.C-FC685F20-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F20 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F15 {
  background-color: #fc685f !important;
}
.C-FC685F15-text {
  color: #fc685f;
}
.C-FC685F15-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F15 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F10 {
  background-color: #fc685f !important;
}
.C-FC685F10-text {
  color: #fc685f;
}
.C-FC685F10-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F10 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F5 {
  background-color: #fc685f !important;
}
.C-FC685F5-text {
  color: #fc685f;
}
.C-FC685F5-border {
  border-color: #fc685f;
}
.C-linearGradient-FC685F5 {
  background-image:
    linear-gradient(
      45deg,
      #fc685f 0%,
      #fc685f 99%,
      #fc685f 100%);
}
.C-FC685F0 {
  background-color: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-text {
  color: rgba(252, 104, 95, 0);
}
.C-FC685F0-border {
  border-color: rgba(252, 104, 95, 0);
}
.C-linearGradient-FC685F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(252, 104, 95, 0) 0%,
      #fc685f 99%,
      rgba(252, 104, 95, 0) 100%);
}
.C-FC685F-fill-1 #fill1 {
  fill: #fc685f;
}
.C-FC685F-fill-1.onHover:hover #fill1,
.C-FC685F-fill-1:hover #fill1 {
  fill: #fc685f;
}
.C-FC685F-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F100-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F100-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F100-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F95-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F95-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F95-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F90-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F90-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F90-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F85-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F85-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F85-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F80-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F80-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F80-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F75-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F75-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F75-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F70-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F70-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F70-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F65-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F65-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F65-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F60-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F60-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F60-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F55-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F55-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F55-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F50-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F50-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F50-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F45-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F45-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F45-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F40-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F40-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F40-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F35-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F35-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F35-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F30-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F30-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F30-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F25-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F25-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F25-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F20-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F20-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F20-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F15-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F15-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F15-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F10-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F10-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F10-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F5-fill-1 #fill1 {
  fill: #fc685f !important;
}
.C-FC685F5-fill-1.onHover:hover #fill1 {
  fill: #fc685f !important;
}
.C-FC685F5-stroke-1 #stroke1 {
  stroke: #fc685f !important;
}
.C-FC685F0-fill-1 #fill1 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-fill-1.onHover:hover #fill1 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-stroke-1 #stroke1 {
  stroke: rgba(252, 104, 95, 0) !important;
}
.C-FC685F-fill-2 #fill2 {
  fill: #fc685f;
}
.C-FC685F-fill-2.onHover:hover #fill2,
.C-FC685F-fill-2:hover #fill2 {
  fill: #fc685f;
}
.C-FC685F-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F100-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F100-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F100-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F95-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F95-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F95-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F90-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F90-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F90-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F85-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F85-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F85-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F80-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F80-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F80-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F75-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F75-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F75-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F70-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F70-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F70-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F65-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F65-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F65-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F60-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F60-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F60-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F55-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F55-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F55-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F50-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F50-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F50-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F45-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F45-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F45-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F40-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F40-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F40-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F35-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F35-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F35-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F30-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F30-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F30-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F25-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F25-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F25-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F20-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F20-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F20-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F15-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F15-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F15-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F10-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F10-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F10-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F5-fill-2 #fill2 {
  fill: #fc685f !important;
}
.C-FC685F5-fill-2.onHover:hover #fill2 {
  fill: #fc685f !important;
}
.C-FC685F5-stroke-2 #stroke2 {
  stroke: #fc685f !important;
}
.C-FC685F0-fill-2 #fill2 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-fill-2.onHover:hover #fill2 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-stroke-2 #stroke2 {
  stroke: rgba(252, 104, 95, 0) !important;
}
.C-FC685F-fill-3 #fill3 {
  fill: #fc685f;
}
.C-FC685F-fill-3.onHover:hover #fill3,
.C-FC685F-fill-3:hover #fill3 {
  fill: #fc685f;
}
.C-FC685F-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F100-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F100-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F100-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F95-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F95-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F95-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F90-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F90-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F90-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F85-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F85-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F85-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F80-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F80-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F80-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F75-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F75-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F75-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F70-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F70-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F70-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F65-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F65-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F65-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F60-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F60-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F60-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F55-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F55-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F55-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F50-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F50-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F50-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F45-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F45-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F45-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F40-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F40-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F40-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F35-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F35-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F35-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F30-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F30-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F30-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F25-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F25-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F25-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F20-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F20-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F20-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F15-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F15-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F15-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F10-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F10-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F10-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F5-fill-3 #fill3 {
  fill: #fc685f !important;
}
.C-FC685F5-fill-3.onHover:hover #fill3 {
  fill: #fc685f !important;
}
.C-FC685F5-stroke-3 #stroke3 {
  stroke: #fc685f !important;
}
.C-FC685F0-fill-3 #fill3 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-fill-3.onHover:hover #fill3 {
  fill: rgba(252, 104, 95, 0) !important;
}
.C-FC685F0-stroke-3 #stroke3 {
  stroke: rgba(252, 104, 95, 0) !important;
}
.C-CA564D-100 {
  background-color: #ca564dFF !important;
}
.C-CA564D-100-text {
  color: #ca564dFF;
}
.C-CA564D-100-border {
  border-color: #ca564dFF !important;
}
.C-CA564D-95 {
  background-color: #ca564dF2 !important;
}
.C-CA564D-95-text {
  color: #ca564dF2;
}
.C-CA564D-95-border {
  border-color: #ca564dF2 !important;
}
.C-CA564D-90 {
  background-color: #ca564dE6 !important;
}
.C-CA564D-90-text {
  color: #ca564dE6;
}
.C-CA564D-90-border {
  border-color: #ca564dE6 !important;
}
.C-CA564D-85 {
  background-color: #ca564dD9 !important;
}
.C-CA564D-85-text {
  color: #ca564dD9;
}
.C-CA564D-85-border {
  border-color: #ca564dD9 !important;
}
.C-CA564D-80 {
  background-color: #ca564dCC !important;
}
.C-CA564D-80-text {
  color: #ca564dCC;
}
.C-CA564D-80-border {
  border-color: #ca564dCC !important;
}
.C-CA564D-75 {
  background-color: #ca564dBF !important;
}
.C-CA564D-75-text {
  color: #ca564dBF;
}
.C-CA564D-75-border {
  border-color: #ca564dBF !important;
}
.C-CA564D-70 {
  background-color: #ca564dB3 !important;
}
.C-CA564D-70-text {
  color: #ca564dB3;
}
.C-CA564D-70-border {
  border-color: #ca564dB3 !important;
}
.C-CA564D-65 {
  background-color: #ca564dA6 !important;
}
.C-CA564D-65-text {
  color: #ca564dA6;
}
.C-CA564D-65-border {
  border-color: #ca564dA6 !important;
}
.C-CA564D-60 {
  background-color: #ca564d99 !important;
}
.C-CA564D-60-text {
  color: #ca564d99;
}
.C-CA564D-60-border {
  border-color: #ca564d99 !important;
}
.C-CA564D-55 {
  background-color: #ca564d8C !important;
}
.C-CA564D-55-text {
  color: #ca564d8C;
}
.C-CA564D-55-border {
  border-color: #ca564d8C !important;
}
.C-CA564D-50 {
  background-color: #ca564d80 !important;
}
.C-CA564D-50-text {
  color: #ca564d80;
}
.C-CA564D-50-border {
  border-color: #ca564d80 !important;
}
.C-CA564D-45 {
  background-color: #ca564d73 !important;
}
.C-CA564D-45-text {
  color: #ca564d73;
}
.C-CA564D-45-border {
  border-color: #ca564d73 !important;
}
.C-CA564D-40 {
  background-color: #ca564d66 !important;
}
.C-CA564D-40-text {
  color: #ca564d66;
}
.C-CA564D-40-border {
  border-color: #ca564d66 !important;
}
.C-CA564D-35 {
  background-color: #ca564d59 !important;
}
.C-CA564D-35-text {
  color: #ca564d59;
}
.C-CA564D-35-border {
  border-color: #ca564d59 !important;
}
.C-CA564D-30 {
  background-color: #ca564d4D !important;
}
.C-CA564D-30-text {
  color: #ca564d4D;
}
.C-CA564D-30-border {
  border-color: #ca564d4D !important;
}
.C-CA564D-25 {
  background-color: #ca564d40 !important;
}
.C-CA564D-25-text {
  color: #ca564d40;
}
.C-CA564D-25-border {
  border-color: #ca564d40 !important;
}
.C-CA564D-20 {
  background-color: #ca564d33 !important;
}
.C-CA564D-20-text {
  color: #ca564d33;
}
.C-CA564D-20-border {
  border-color: #ca564d33 !important;
}
.C-CA564D-15 {
  background-color: #ca564d26 !important;
}
.C-CA564D-15-text {
  color: #ca564d26;
}
.C-CA564D-15-border {
  border-color: #ca564d26 !important;
}
.C-CA564D-10 {
  background-color: #ca564d1A !important;
}
.C-CA564D-10-text {
  color: #ca564d1A;
}
.C-CA564D-10-border {
  border-color: #ca564d1A !important;
}
.C-CA564D-5 {
  background-color: #ca564d0D !important;
}
.C-CA564D-5-text {
  color: #ca564d0D;
}
.C-CA564D-5-border {
  border-color: #ca564d0D !important;
}
.C-CA564D-0 {
  background-color: #ca564d0 !important;
}
.C-CA564D-0-text {
  color: #ca564d0;
}
.C-CA564D-0-border {
  border-color: #ca564d0 !important;
}
.C-CA564D {
  background-color: #ca564d !important;
  --btn-background: #ca564d;
}
.C-CA564D-text {
  color: #ca564d;
}
.C-CA564D-border {
  border-color: #ca564d !important;
}
@media (hover: hover) {
  .C-CA564D-hover-bg:hover {
    background-color: #ca564d !important;
  }
}
.C-CA564D-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CA564D-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ca564d;
  fill: #ca564d;
  stroke: #ca564d;
}
.C-CA564D-hover-text[papaTarget]:hover.f_targetText {
  color: #ca564d !important;
  fill: #ca564d !important;
  stroke: #ca564d !important;
}
.C-CA564D-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CA564D-hover-text[fHover]:hover {
  color: #ca564d !important;
}
.C-CA564D-after::after,
.C-CA564D-after::before {
  background-color: #ca564d;
}
.C-CA564D-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ca564d;
  transition: box-shadow 0.2s;
}
.C-CA564D100 {
  background-color: #ca564d !important;
}
.C-CA564D100-text {
  color: #ca564d;
}
.C-CA564D100-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D100 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D95 {
  background-color: #ca564d !important;
}
.C-CA564D95-text {
  color: #ca564d;
}
.C-CA564D95-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D95 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D90 {
  background-color: #ca564d !important;
}
.C-CA564D90-text {
  color: #ca564d;
}
.C-CA564D90-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D90 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D85 {
  background-color: #ca564d !important;
}
.C-CA564D85-text {
  color: #ca564d;
}
.C-CA564D85-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D85 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D80 {
  background-color: #ca564d !important;
}
.C-CA564D80-text {
  color: #ca564d;
}
.C-CA564D80-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D80 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D75 {
  background-color: #ca564d !important;
}
.C-CA564D75-text {
  color: #ca564d;
}
.C-CA564D75-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D75 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D70 {
  background-color: #ca564d !important;
}
.C-CA564D70-text {
  color: #ca564d;
}
.C-CA564D70-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D70 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D65 {
  background-color: #ca564d !important;
}
.C-CA564D65-text {
  color: #ca564d;
}
.C-CA564D65-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D65 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D60 {
  background-color: #ca564d !important;
}
.C-CA564D60-text {
  color: #ca564d;
}
.C-CA564D60-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D60 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D55 {
  background-color: #ca564d !important;
}
.C-CA564D55-text {
  color: #ca564d;
}
.C-CA564D55-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D55 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D50 {
  background-color: #ca564d !important;
}
.C-CA564D50-text {
  color: #ca564d;
}
.C-CA564D50-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D50 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D45 {
  background-color: #ca564d !important;
}
.C-CA564D45-text {
  color: #ca564d;
}
.C-CA564D45-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D45 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D40 {
  background-color: #ca564d !important;
}
.C-CA564D40-text {
  color: #ca564d;
}
.C-CA564D40-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D40 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D35 {
  background-color: #ca564d !important;
}
.C-CA564D35-text {
  color: #ca564d;
}
.C-CA564D35-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D35 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D30 {
  background-color: #ca564d !important;
}
.C-CA564D30-text {
  color: #ca564d;
}
.C-CA564D30-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D30 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D25 {
  background-color: #ca564d !important;
}
.C-CA564D25-text {
  color: #ca564d;
}
.C-CA564D25-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D25 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D20 {
  background-color: #ca564d !important;
}
.C-CA564D20-text {
  color: #ca564d;
}
.C-CA564D20-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D20 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D15 {
  background-color: #ca564d !important;
}
.C-CA564D15-text {
  color: #ca564d;
}
.C-CA564D15-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D15 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D10 {
  background-color: #ca564d !important;
}
.C-CA564D10-text {
  color: #ca564d;
}
.C-CA564D10-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D10 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D5 {
  background-color: #ca564d !important;
}
.C-CA564D5-text {
  color: #ca564d;
}
.C-CA564D5-border {
  border-color: #ca564d;
}
.C-linearGradient-CA564D5 {
  background-image:
    linear-gradient(
      45deg,
      #ca564d 0%,
      #ca564d 99%,
      #ca564d 100%);
}
.C-CA564D0 {
  background-color: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-text {
  color: rgba(202, 86, 77, 0);
}
.C-CA564D0-border {
  border-color: rgba(202, 86, 77, 0);
}
.C-linearGradient-CA564D0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(202, 86, 77, 0) 0%,
      #ca564d 99%,
      rgba(202, 86, 77, 0) 100%);
}
.C-CA564D-fill-1 #fill1 {
  fill: #ca564d;
}
.C-CA564D-fill-1.onHover:hover #fill1,
.C-CA564D-fill-1:hover #fill1 {
  fill: #ca564d;
}
.C-CA564D-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D100-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D100-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D100-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D95-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D95-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D95-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D90-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D90-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D90-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D85-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D85-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D85-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D80-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D80-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D80-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D75-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D75-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D75-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D70-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D70-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D70-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D65-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D65-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D65-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D60-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D60-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D60-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D55-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D55-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D55-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D50-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D50-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D50-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D45-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D45-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D45-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D40-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D40-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D40-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D35-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D35-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D35-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D30-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D30-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D30-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D25-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D25-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D25-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D20-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D20-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D20-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D15-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D15-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D15-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D10-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D10-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D10-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D5-fill-1 #fill1 {
  fill: #ca564d !important;
}
.C-CA564D5-fill-1.onHover:hover #fill1 {
  fill: #ca564d !important;
}
.C-CA564D5-stroke-1 #stroke1 {
  stroke: #ca564d !important;
}
.C-CA564D0-fill-1 #fill1 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-fill-1.onHover:hover #fill1 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-stroke-1 #stroke1 {
  stroke: rgba(202, 86, 77, 0) !important;
}
.C-CA564D-fill-2 #fill2 {
  fill: #ca564d;
}
.C-CA564D-fill-2.onHover:hover #fill2,
.C-CA564D-fill-2:hover #fill2 {
  fill: #ca564d;
}
.C-CA564D-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D100-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D100-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D100-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D95-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D95-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D95-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D90-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D90-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D90-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D85-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D85-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D85-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D80-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D80-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D80-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D75-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D75-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D75-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D70-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D70-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D70-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D65-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D65-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D65-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D60-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D60-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D60-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D55-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D55-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D55-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D50-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D50-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D50-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D45-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D45-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D45-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D40-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D40-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D40-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D35-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D35-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D35-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D30-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D30-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D30-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D25-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D25-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D25-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D20-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D20-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D20-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D15-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D15-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D15-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D10-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D10-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D10-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D5-fill-2 #fill2 {
  fill: #ca564d !important;
}
.C-CA564D5-fill-2.onHover:hover #fill2 {
  fill: #ca564d !important;
}
.C-CA564D5-stroke-2 #stroke2 {
  stroke: #ca564d !important;
}
.C-CA564D0-fill-2 #fill2 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-fill-2.onHover:hover #fill2 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-stroke-2 #stroke2 {
  stroke: rgba(202, 86, 77, 0) !important;
}
.C-CA564D-fill-3 #fill3 {
  fill: #ca564d;
}
.C-CA564D-fill-3.onHover:hover #fill3,
.C-CA564D-fill-3:hover #fill3 {
  fill: #ca564d;
}
.C-CA564D-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D100-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D100-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D100-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D95-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D95-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D95-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D90-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D90-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D90-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D85-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D85-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D85-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D80-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D80-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D80-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D75-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D75-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D75-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D70-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D70-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D70-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D65-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D65-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D65-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D60-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D60-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D60-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D55-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D55-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D55-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D50-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D50-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D50-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D45-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D45-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D45-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D40-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D40-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D40-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D35-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D35-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D35-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D30-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D30-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D30-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D25-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D25-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D25-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D20-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D20-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D20-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D15-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D15-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D15-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D10-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D10-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D10-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D5-fill-3 #fill3 {
  fill: #ca564d !important;
}
.C-CA564D5-fill-3.onHover:hover #fill3 {
  fill: #ca564d !important;
}
.C-CA564D5-stroke-3 #stroke3 {
  stroke: #ca564d !important;
}
.C-CA564D0-fill-3 #fill3 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-fill-3.onHover:hover #fill3 {
  fill: rgba(202, 86, 77, 0) !important;
}
.C-CA564D0-stroke-3 #stroke3 {
  stroke: rgba(202, 86, 77, 0) !important;
}
.C-FE8A87-100 {
  background-color: #fe8a87FF !important;
}
.C-FE8A87-100-text {
  color: #fe8a87FF;
}
.C-FE8A87-100-border {
  border-color: #fe8a87FF !important;
}
.C-FE8A87-95 {
  background-color: #fe8a87F2 !important;
}
.C-FE8A87-95-text {
  color: #fe8a87F2;
}
.C-FE8A87-95-border {
  border-color: #fe8a87F2 !important;
}
.C-FE8A87-90 {
  background-color: #fe8a87E6 !important;
}
.C-FE8A87-90-text {
  color: #fe8a87E6;
}
.C-FE8A87-90-border {
  border-color: #fe8a87E6 !important;
}
.C-FE8A87-85 {
  background-color: #fe8a87D9 !important;
}
.C-FE8A87-85-text {
  color: #fe8a87D9;
}
.C-FE8A87-85-border {
  border-color: #fe8a87D9 !important;
}
.C-FE8A87-80 {
  background-color: #fe8a87CC !important;
}
.C-FE8A87-80-text {
  color: #fe8a87CC;
}
.C-FE8A87-80-border {
  border-color: #fe8a87CC !important;
}
.C-FE8A87-75 {
  background-color: #fe8a87BF !important;
}
.C-FE8A87-75-text {
  color: #fe8a87BF;
}
.C-FE8A87-75-border {
  border-color: #fe8a87BF !important;
}
.C-FE8A87-70 {
  background-color: #fe8a87B3 !important;
}
.C-FE8A87-70-text {
  color: #fe8a87B3;
}
.C-FE8A87-70-border {
  border-color: #fe8a87B3 !important;
}
.C-FE8A87-65 {
  background-color: #fe8a87A6 !important;
}
.C-FE8A87-65-text {
  color: #fe8a87A6;
}
.C-FE8A87-65-border {
  border-color: #fe8a87A6 !important;
}
.C-FE8A87-60 {
  background-color: #fe8a8799 !important;
}
.C-FE8A87-60-text {
  color: #fe8a8799;
}
.C-FE8A87-60-border {
  border-color: #fe8a8799 !important;
}
.C-FE8A87-55 {
  background-color: #fe8a878C !important;
}
.C-FE8A87-55-text {
  color: #fe8a878C;
}
.C-FE8A87-55-border {
  border-color: #fe8a878C !important;
}
.C-FE8A87-50 {
  background-color: #fe8a8780 !important;
}
.C-FE8A87-50-text {
  color: #fe8a8780;
}
.C-FE8A87-50-border {
  border-color: #fe8a8780 !important;
}
.C-FE8A87-45 {
  background-color: #fe8a8773 !important;
}
.C-FE8A87-45-text {
  color: #fe8a8773;
}
.C-FE8A87-45-border {
  border-color: #fe8a8773 !important;
}
.C-FE8A87-40 {
  background-color: #fe8a8766 !important;
}
.C-FE8A87-40-text {
  color: #fe8a8766;
}
.C-FE8A87-40-border {
  border-color: #fe8a8766 !important;
}
.C-FE8A87-35 {
  background-color: #fe8a8759 !important;
}
.C-FE8A87-35-text {
  color: #fe8a8759;
}
.C-FE8A87-35-border {
  border-color: #fe8a8759 !important;
}
.C-FE8A87-30 {
  background-color: #fe8a874D !important;
}
.C-FE8A87-30-text {
  color: #fe8a874D;
}
.C-FE8A87-30-border {
  border-color: #fe8a874D !important;
}
.C-FE8A87-25 {
  background-color: #fe8a8740 !important;
}
.C-FE8A87-25-text {
  color: #fe8a8740;
}
.C-FE8A87-25-border {
  border-color: #fe8a8740 !important;
}
.C-FE8A87-20 {
  background-color: #fe8a8733 !important;
}
.C-FE8A87-20-text {
  color: #fe8a8733;
}
.C-FE8A87-20-border {
  border-color: #fe8a8733 !important;
}
.C-FE8A87-15 {
  background-color: #fe8a8726 !important;
}
.C-FE8A87-15-text {
  color: #fe8a8726;
}
.C-FE8A87-15-border {
  border-color: #fe8a8726 !important;
}
.C-FE8A87-10 {
  background-color: #fe8a871A !important;
}
.C-FE8A87-10-text {
  color: #fe8a871A;
}
.C-FE8A87-10-border {
  border-color: #fe8a871A !important;
}
.C-FE8A87-5 {
  background-color: #fe8a870D !important;
}
.C-FE8A87-5-text {
  color: #fe8a870D;
}
.C-FE8A87-5-border {
  border-color: #fe8a870D !important;
}
.C-FE8A87-0 {
  background-color: #fe8a870 !important;
}
.C-FE8A87-0-text {
  color: #fe8a870;
}
.C-FE8A87-0-border {
  border-color: #fe8a870 !important;
}
.C-FE8A87 {
  background-color: #fe8a87 !important;
  --btn-background: #fe8a87;
}
.C-FE8A87-text {
  color: #fe8a87;
}
.C-FE8A87-border {
  border-color: #fe8a87 !important;
}
@media (hover: hover) {
  .C-FE8A87-hover-bg:hover {
    background-color: #fe8a87 !important;
  }
}
.C-FE8A87-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FE8A87-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fe8a87;
  fill: #fe8a87;
  stroke: #fe8a87;
}
.C-FE8A87-hover-text[papaTarget]:hover.f_targetText {
  color: #fe8a87 !important;
  fill: #fe8a87 !important;
  stroke: #fe8a87 !important;
}
.C-FE8A87-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FE8A87-hover-text[fHover]:hover {
  color: #fe8a87 !important;
}
.C-FE8A87-after::after,
.C-FE8A87-after::before {
  background-color: #fe8a87;
}
.C-FE8A87-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fe8a87;
  transition: box-shadow 0.2s;
}
.C-FE8A87100 {
  background-color: #fe8a87 !important;
}
.C-FE8A87100-text {
  color: #fe8a87;
}
.C-FE8A87100-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A87100 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8795 {
  background-color: #fe8a87 !important;
}
.C-FE8A8795-text {
  color: #fe8a87;
}
.C-FE8A8795-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8795 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8790 {
  background-color: #fe8a87 !important;
}
.C-FE8A8790-text {
  color: #fe8a87;
}
.C-FE8A8790-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8790 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8785 {
  background-color: #fe8a87 !important;
}
.C-FE8A8785-text {
  color: #fe8a87;
}
.C-FE8A8785-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8785 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8780 {
  background-color: #fe8a87 !important;
}
.C-FE8A8780-text {
  color: #fe8a87;
}
.C-FE8A8780-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8780 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8775 {
  background-color: #fe8a87 !important;
}
.C-FE8A8775-text {
  color: #fe8a87;
}
.C-FE8A8775-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8775 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8770 {
  background-color: #fe8a87 !important;
}
.C-FE8A8770-text {
  color: #fe8a87;
}
.C-FE8A8770-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8770 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8765 {
  background-color: #fe8a87 !important;
}
.C-FE8A8765-text {
  color: #fe8a87;
}
.C-FE8A8765-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8765 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8760 {
  background-color: #fe8a87 !important;
}
.C-FE8A8760-text {
  color: #fe8a87;
}
.C-FE8A8760-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8760 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8755 {
  background-color: #fe8a87 !important;
}
.C-FE8A8755-text {
  color: #fe8a87;
}
.C-FE8A8755-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8755 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8750 {
  background-color: #fe8a87 !important;
}
.C-FE8A8750-text {
  color: #fe8a87;
}
.C-FE8A8750-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8750 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8745 {
  background-color: #fe8a87 !important;
}
.C-FE8A8745-text {
  color: #fe8a87;
}
.C-FE8A8745-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8745 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8740 {
  background-color: #fe8a87 !important;
}
.C-FE8A8740-text {
  color: #fe8a87;
}
.C-FE8A8740-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8740 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8735 {
  background-color: #fe8a87 !important;
}
.C-FE8A8735-text {
  color: #fe8a87;
}
.C-FE8A8735-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8735 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8730 {
  background-color: #fe8a87 !important;
}
.C-FE8A8730-text {
  color: #fe8a87;
}
.C-FE8A8730-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8730 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8725 {
  background-color: #fe8a87 !important;
}
.C-FE8A8725-text {
  color: #fe8a87;
}
.C-FE8A8725-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8725 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8720 {
  background-color: #fe8a87 !important;
}
.C-FE8A8720-text {
  color: #fe8a87;
}
.C-FE8A8720-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8720 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8715 {
  background-color: #fe8a87 !important;
}
.C-FE8A8715-text {
  color: #fe8a87;
}
.C-FE8A8715-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8715 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A8710 {
  background-color: #fe8a87 !important;
}
.C-FE8A8710-text {
  color: #fe8a87;
}
.C-FE8A8710-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A8710 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A875 {
  background-color: #fe8a87 !important;
}
.C-FE8A875-text {
  color: #fe8a87;
}
.C-FE8A875-border {
  border-color: #fe8a87;
}
.C-linearGradient-FE8A875 {
  background-image:
    linear-gradient(
      45deg,
      #fe8a87 0%,
      #fe8a87 99%,
      #fe8a87 100%);
}
.C-FE8A870 {
  background-color: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-text {
  color: rgba(254, 138, 135, 0);
}
.C-FE8A870-border {
  border-color: rgba(254, 138, 135, 0);
}
.C-linearGradient-FE8A870 {
  background-image:
    linear-gradient(
      45deg,
      rgba(254, 138, 135, 0) 0%,
      #fe8a87 99%,
      rgba(254, 138, 135, 0) 100%);
}
.C-FE8A87-fill-1 #fill1 {
  fill: #fe8a87;
}
.C-FE8A87-fill-1.onHover:hover #fill1,
.C-FE8A87-fill-1:hover #fill1 {
  fill: #fe8a87;
}
.C-FE8A87-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A87100-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8795-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8790-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8785-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8780-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8775-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8770-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8765-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8760-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8755-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8750-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8745-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8740-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8735-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8730-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8725-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8720-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8715-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A8710-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A875-fill-1 #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A875-fill-1.onHover:hover #fill1 {
  fill: #fe8a87 !important;
}
.C-FE8A875-stroke-1 #stroke1 {
  stroke: #fe8a87 !important;
}
.C-FE8A870-fill-1 #fill1 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-fill-1.onHover:hover #fill1 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-stroke-1 #stroke1 {
  stroke: rgba(254, 138, 135, 0) !important;
}
.C-FE8A87-fill-2 #fill2 {
  fill: #fe8a87;
}
.C-FE8A87-fill-2.onHover:hover #fill2,
.C-FE8A87-fill-2:hover #fill2 {
  fill: #fe8a87;
}
.C-FE8A87-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A87100-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8795-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8790-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8785-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8780-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8775-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8770-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8765-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8760-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8755-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8750-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8745-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8740-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8735-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8730-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8725-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8720-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8715-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A8710-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A875-fill-2 #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A875-fill-2.onHover:hover #fill2 {
  fill: #fe8a87 !important;
}
.C-FE8A875-stroke-2 #stroke2 {
  stroke: #fe8a87 !important;
}
.C-FE8A870-fill-2 #fill2 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-fill-2.onHover:hover #fill2 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-stroke-2 #stroke2 {
  stroke: rgba(254, 138, 135, 0) !important;
}
.C-FE8A87-fill-3 #fill3 {
  fill: #fe8a87;
}
.C-FE8A87-fill-3.onHover:hover #fill3,
.C-FE8A87-fill-3:hover #fill3 {
  fill: #fe8a87;
}
.C-FE8A87-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A87100-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A87100-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8795-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8795-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8790-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8790-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8785-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8785-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8780-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8780-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8775-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8775-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8770-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8770-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8765-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8765-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8760-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8760-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8755-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8755-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8750-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8750-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8745-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8745-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8740-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8740-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8735-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8735-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8730-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8730-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8725-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8725-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8720-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8720-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8715-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8715-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A8710-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A8710-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A875-fill-3 #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A875-fill-3.onHover:hover #fill3 {
  fill: #fe8a87 !important;
}
.C-FE8A875-stroke-3 #stroke3 {
  stroke: #fe8a87 !important;
}
.C-FE8A870-fill-3 #fill3 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-fill-3.onHover:hover #fill3 {
  fill: rgba(254, 138, 135, 0) !important;
}
.C-FE8A870-stroke-3 #stroke3 {
  stroke: rgba(254, 138, 135, 0) !important;
}
.C-D8056B-100 {
  background-color: #d8056bFF !important;
}
.C-D8056B-100-text {
  color: #d8056bFF;
}
.C-D8056B-100-border {
  border-color: #d8056bFF !important;
}
.C-D8056B-95 {
  background-color: #d8056bF2 !important;
}
.C-D8056B-95-text {
  color: #d8056bF2;
}
.C-D8056B-95-border {
  border-color: #d8056bF2 !important;
}
.C-D8056B-90 {
  background-color: #d8056bE6 !important;
}
.C-D8056B-90-text {
  color: #d8056bE6;
}
.C-D8056B-90-border {
  border-color: #d8056bE6 !important;
}
.C-D8056B-85 {
  background-color: #d8056bD9 !important;
}
.C-D8056B-85-text {
  color: #d8056bD9;
}
.C-D8056B-85-border {
  border-color: #d8056bD9 !important;
}
.C-D8056B-80 {
  background-color: #d8056bCC !important;
}
.C-D8056B-80-text {
  color: #d8056bCC;
}
.C-D8056B-80-border {
  border-color: #d8056bCC !important;
}
.C-D8056B-75 {
  background-color: #d8056bBF !important;
}
.C-D8056B-75-text {
  color: #d8056bBF;
}
.C-D8056B-75-border {
  border-color: #d8056bBF !important;
}
.C-D8056B-70 {
  background-color: #d8056bB3 !important;
}
.C-D8056B-70-text {
  color: #d8056bB3;
}
.C-D8056B-70-border {
  border-color: #d8056bB3 !important;
}
.C-D8056B-65 {
  background-color: #d8056bA6 !important;
}
.C-D8056B-65-text {
  color: #d8056bA6;
}
.C-D8056B-65-border {
  border-color: #d8056bA6 !important;
}
.C-D8056B-60 {
  background-color: #d8056b99 !important;
}
.C-D8056B-60-text {
  color: #d8056b99;
}
.C-D8056B-60-border {
  border-color: #d8056b99 !important;
}
.C-D8056B-55 {
  background-color: #d8056b8C !important;
}
.C-D8056B-55-text {
  color: #d8056b8C;
}
.C-D8056B-55-border {
  border-color: #d8056b8C !important;
}
.C-D8056B-50 {
  background-color: #d8056b80 !important;
}
.C-D8056B-50-text {
  color: #d8056b80;
}
.C-D8056B-50-border {
  border-color: #d8056b80 !important;
}
.C-D8056B-45 {
  background-color: #d8056b73 !important;
}
.C-D8056B-45-text {
  color: #d8056b73;
}
.C-D8056B-45-border {
  border-color: #d8056b73 !important;
}
.C-D8056B-40 {
  background-color: #d8056b66 !important;
}
.C-D8056B-40-text {
  color: #d8056b66;
}
.C-D8056B-40-border {
  border-color: #d8056b66 !important;
}
.C-D8056B-35 {
  background-color: #d8056b59 !important;
}
.C-D8056B-35-text {
  color: #d8056b59;
}
.C-D8056B-35-border {
  border-color: #d8056b59 !important;
}
.C-D8056B-30 {
  background-color: #d8056b4D !important;
}
.C-D8056B-30-text {
  color: #d8056b4D;
}
.C-D8056B-30-border {
  border-color: #d8056b4D !important;
}
.C-D8056B-25 {
  background-color: #d8056b40 !important;
}
.C-D8056B-25-text {
  color: #d8056b40;
}
.C-D8056B-25-border {
  border-color: #d8056b40 !important;
}
.C-D8056B-20 {
  background-color: #d8056b33 !important;
}
.C-D8056B-20-text {
  color: #d8056b33;
}
.C-D8056B-20-border {
  border-color: #d8056b33 !important;
}
.C-D8056B-15 {
  background-color: #d8056b26 !important;
}
.C-D8056B-15-text {
  color: #d8056b26;
}
.C-D8056B-15-border {
  border-color: #d8056b26 !important;
}
.C-D8056B-10 {
  background-color: #d8056b1A !important;
}
.C-D8056B-10-text {
  color: #d8056b1A;
}
.C-D8056B-10-border {
  border-color: #d8056b1A !important;
}
.C-D8056B-5 {
  background-color: #d8056b0D !important;
}
.C-D8056B-5-text {
  color: #d8056b0D;
}
.C-D8056B-5-border {
  border-color: #d8056b0D !important;
}
.C-D8056B-0 {
  background-color: #d8056b0 !important;
}
.C-D8056B-0-text {
  color: #d8056b0;
}
.C-D8056B-0-border {
  border-color: #d8056b0 !important;
}
.C-D8056B {
  background-color: #d8056b !important;
  --btn-background: #d8056b;
}
.C-D8056B-text {
  color: #d8056b;
}
.C-D8056B-border {
  border-color: #d8056b !important;
}
@media (hover: hover) {
  .C-D8056B-hover-bg:hover {
    background-color: #d8056b !important;
  }
}
.C-D8056B-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D8056B-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d8056b;
  fill: #d8056b;
  stroke: #d8056b;
}
.C-D8056B-hover-text[papaTarget]:hover.f_targetText {
  color: #d8056b !important;
  fill: #d8056b !important;
  stroke: #d8056b !important;
}
.C-D8056B-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D8056B-hover-text[fHover]:hover {
  color: #d8056b !important;
}
.C-D8056B-after::after,
.C-D8056B-after::before {
  background-color: #d8056b;
}
.C-D8056B-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d8056b;
  transition: box-shadow 0.2s;
}
.C-D8056B100 {
  background-color: #d8056b !important;
}
.C-D8056B100-text {
  color: #d8056b;
}
.C-D8056B100-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B100 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B95 {
  background-color: #d8056b !important;
}
.C-D8056B95-text {
  color: #d8056b;
}
.C-D8056B95-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B95 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B90 {
  background-color: #d8056b !important;
}
.C-D8056B90-text {
  color: #d8056b;
}
.C-D8056B90-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B90 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B85 {
  background-color: #d8056b !important;
}
.C-D8056B85-text {
  color: #d8056b;
}
.C-D8056B85-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B85 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B80 {
  background-color: #d8056b !important;
}
.C-D8056B80-text {
  color: #d8056b;
}
.C-D8056B80-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B80 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B75 {
  background-color: #d8056b !important;
}
.C-D8056B75-text {
  color: #d8056b;
}
.C-D8056B75-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B75 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B70 {
  background-color: #d8056b !important;
}
.C-D8056B70-text {
  color: #d8056b;
}
.C-D8056B70-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B70 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B65 {
  background-color: #d8056b !important;
}
.C-D8056B65-text {
  color: #d8056b;
}
.C-D8056B65-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B65 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B60 {
  background-color: #d8056b !important;
}
.C-D8056B60-text {
  color: #d8056b;
}
.C-D8056B60-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B60 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B55 {
  background-color: #d8056b !important;
}
.C-D8056B55-text {
  color: #d8056b;
}
.C-D8056B55-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B55 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B50 {
  background-color: #d8056b !important;
}
.C-D8056B50-text {
  color: #d8056b;
}
.C-D8056B50-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B50 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B45 {
  background-color: #d8056b !important;
}
.C-D8056B45-text {
  color: #d8056b;
}
.C-D8056B45-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B45 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B40 {
  background-color: #d8056b !important;
}
.C-D8056B40-text {
  color: #d8056b;
}
.C-D8056B40-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B40 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B35 {
  background-color: #d8056b !important;
}
.C-D8056B35-text {
  color: #d8056b;
}
.C-D8056B35-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B35 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B30 {
  background-color: #d8056b !important;
}
.C-D8056B30-text {
  color: #d8056b;
}
.C-D8056B30-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B30 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B25 {
  background-color: #d8056b !important;
}
.C-D8056B25-text {
  color: #d8056b;
}
.C-D8056B25-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B25 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B20 {
  background-color: #d8056b !important;
}
.C-D8056B20-text {
  color: #d8056b;
}
.C-D8056B20-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B20 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B15 {
  background-color: #d8056b !important;
}
.C-D8056B15-text {
  color: #d8056b;
}
.C-D8056B15-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B15 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B10 {
  background-color: #d8056b !important;
}
.C-D8056B10-text {
  color: #d8056b;
}
.C-D8056B10-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B10 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B5 {
  background-color: #d8056b !important;
}
.C-D8056B5-text {
  color: #d8056b;
}
.C-D8056B5-border {
  border-color: #d8056b;
}
.C-linearGradient-D8056B5 {
  background-image:
    linear-gradient(
      45deg,
      #d8056b 0%,
      #d8056b 99%,
      #d8056b 100%);
}
.C-D8056B0 {
  background-color: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-text {
  color: rgba(216, 5, 107, 0);
}
.C-D8056B0-border {
  border-color: rgba(216, 5, 107, 0);
}
.C-linearGradient-D8056B0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(216, 5, 107, 0) 0%,
      #d8056b 99%,
      rgba(216, 5, 107, 0) 100%);
}
.C-D8056B-fill-1 #fill1 {
  fill: #d8056b;
}
.C-D8056B-fill-1.onHover:hover #fill1,
.C-D8056B-fill-1:hover #fill1 {
  fill: #d8056b;
}
.C-D8056B-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B100-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B100-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B100-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B95-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B95-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B95-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B90-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B90-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B90-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B85-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B85-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B85-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B80-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B80-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B80-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B75-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B75-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B75-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B70-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B70-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B70-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B65-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B65-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B65-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B60-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B60-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B60-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B55-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B55-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B55-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B50-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B50-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B50-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B45-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B45-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B45-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B40-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B40-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B40-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B35-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B35-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B35-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B30-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B30-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B30-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B25-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B25-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B25-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B20-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B20-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B20-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B15-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B15-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B15-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B10-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B10-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B10-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B5-fill-1 #fill1 {
  fill: #d8056b !important;
}
.C-D8056B5-fill-1.onHover:hover #fill1 {
  fill: #d8056b !important;
}
.C-D8056B5-stroke-1 #stroke1 {
  stroke: #d8056b !important;
}
.C-D8056B0-fill-1 #fill1 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-fill-1.onHover:hover #fill1 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-stroke-1 #stroke1 {
  stroke: rgba(216, 5, 107, 0) !important;
}
.C-D8056B-fill-2 #fill2 {
  fill: #d8056b;
}
.C-D8056B-fill-2.onHover:hover #fill2,
.C-D8056B-fill-2:hover #fill2 {
  fill: #d8056b;
}
.C-D8056B-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B100-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B100-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B100-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B95-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B95-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B95-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B90-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B90-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B90-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B85-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B85-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B85-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B80-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B80-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B80-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B75-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B75-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B75-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B70-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B70-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B70-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B65-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B65-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B65-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B60-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B60-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B60-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B55-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B55-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B55-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B50-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B50-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B50-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B45-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B45-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B45-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B40-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B40-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B40-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B35-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B35-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B35-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B30-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B30-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B30-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B25-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B25-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B25-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B20-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B20-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B20-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B15-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B15-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B15-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B10-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B10-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B10-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B5-fill-2 #fill2 {
  fill: #d8056b !important;
}
.C-D8056B5-fill-2.onHover:hover #fill2 {
  fill: #d8056b !important;
}
.C-D8056B5-stroke-2 #stroke2 {
  stroke: #d8056b !important;
}
.C-D8056B0-fill-2 #fill2 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-fill-2.onHover:hover #fill2 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-stroke-2 #stroke2 {
  stroke: rgba(216, 5, 107, 0) !important;
}
.C-D8056B-fill-3 #fill3 {
  fill: #d8056b;
}
.C-D8056B-fill-3.onHover:hover #fill3,
.C-D8056B-fill-3:hover #fill3 {
  fill: #d8056b;
}
.C-D8056B-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B100-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B100-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B100-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B95-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B95-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B95-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B90-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B90-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B90-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B85-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B85-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B85-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B80-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B80-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B80-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B75-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B75-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B75-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B70-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B70-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B70-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B65-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B65-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B65-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B60-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B60-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B60-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B55-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B55-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B55-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B50-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B50-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B50-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B45-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B45-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B45-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B40-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B40-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B40-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B35-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B35-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B35-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B30-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B30-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B30-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B25-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B25-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B25-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B20-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B20-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B20-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B15-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B15-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B15-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B10-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B10-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B10-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B5-fill-3 #fill3 {
  fill: #d8056b !important;
}
.C-D8056B5-fill-3.onHover:hover #fill3 {
  fill: #d8056b !important;
}
.C-D8056B5-stroke-3 #stroke3 {
  stroke: #d8056b !important;
}
.C-D8056B0-fill-3 #fill3 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-fill-3.onHover:hover #fill3 {
  fill: rgba(216, 5, 107, 0) !important;
}
.C-D8056B0-stroke-3 #stroke3 {
  stroke: rgba(216, 5, 107, 0) !important;
}
.C-AA0453-100 {
  background-color: #aa0453FF !important;
}
.C-AA0453-100-text {
  color: #aa0453FF;
}
.C-AA0453-100-border {
  border-color: #aa0453FF !important;
}
.C-AA0453-95 {
  background-color: #aa0453F2 !important;
}
.C-AA0453-95-text {
  color: #aa0453F2;
}
.C-AA0453-95-border {
  border-color: #aa0453F2 !important;
}
.C-AA0453-90 {
  background-color: #aa0453E6 !important;
}
.C-AA0453-90-text {
  color: #aa0453E6;
}
.C-AA0453-90-border {
  border-color: #aa0453E6 !important;
}
.C-AA0453-85 {
  background-color: #aa0453D9 !important;
}
.C-AA0453-85-text {
  color: #aa0453D9;
}
.C-AA0453-85-border {
  border-color: #aa0453D9 !important;
}
.C-AA0453-80 {
  background-color: #aa0453CC !important;
}
.C-AA0453-80-text {
  color: #aa0453CC;
}
.C-AA0453-80-border {
  border-color: #aa0453CC !important;
}
.C-AA0453-75 {
  background-color: #aa0453BF !important;
}
.C-AA0453-75-text {
  color: #aa0453BF;
}
.C-AA0453-75-border {
  border-color: #aa0453BF !important;
}
.C-AA0453-70 {
  background-color: #aa0453B3 !important;
}
.C-AA0453-70-text {
  color: #aa0453B3;
}
.C-AA0453-70-border {
  border-color: #aa0453B3 !important;
}
.C-AA0453-65 {
  background-color: #aa0453A6 !important;
}
.C-AA0453-65-text {
  color: #aa0453A6;
}
.C-AA0453-65-border {
  border-color: #aa0453A6 !important;
}
.C-AA0453-60 {
  background-color: #aa045399 !important;
}
.C-AA0453-60-text {
  color: #aa045399;
}
.C-AA0453-60-border {
  border-color: #aa045399 !important;
}
.C-AA0453-55 {
  background-color: #aa04538C !important;
}
.C-AA0453-55-text {
  color: #aa04538C;
}
.C-AA0453-55-border {
  border-color: #aa04538C !important;
}
.C-AA0453-50 {
  background-color: #aa045380 !important;
}
.C-AA0453-50-text {
  color: #aa045380;
}
.C-AA0453-50-border {
  border-color: #aa045380 !important;
}
.C-AA0453-45 {
  background-color: #aa045373 !important;
}
.C-AA0453-45-text {
  color: #aa045373;
}
.C-AA0453-45-border {
  border-color: #aa045373 !important;
}
.C-AA0453-40 {
  background-color: #aa045366 !important;
}
.C-AA0453-40-text {
  color: #aa045366;
}
.C-AA0453-40-border {
  border-color: #aa045366 !important;
}
.C-AA0453-35 {
  background-color: #aa045359 !important;
}
.C-AA0453-35-text {
  color: #aa045359;
}
.C-AA0453-35-border {
  border-color: #aa045359 !important;
}
.C-AA0453-30 {
  background-color: #aa04534D !important;
}
.C-AA0453-30-text {
  color: #aa04534D;
}
.C-AA0453-30-border {
  border-color: #aa04534D !important;
}
.C-AA0453-25 {
  background-color: #aa045340 !important;
}
.C-AA0453-25-text {
  color: #aa045340;
}
.C-AA0453-25-border {
  border-color: #aa045340 !important;
}
.C-AA0453-20 {
  background-color: #aa045333 !important;
}
.C-AA0453-20-text {
  color: #aa045333;
}
.C-AA0453-20-border {
  border-color: #aa045333 !important;
}
.C-AA0453-15 {
  background-color: #aa045326 !important;
}
.C-AA0453-15-text {
  color: #aa045326;
}
.C-AA0453-15-border {
  border-color: #aa045326 !important;
}
.C-AA0453-10 {
  background-color: #aa04531A !important;
}
.C-AA0453-10-text {
  color: #aa04531A;
}
.C-AA0453-10-border {
  border-color: #aa04531A !important;
}
.C-AA0453-5 {
  background-color: #aa04530D !important;
}
.C-AA0453-5-text {
  color: #aa04530D;
}
.C-AA0453-5-border {
  border-color: #aa04530D !important;
}
.C-AA0453-0 {
  background-color: #aa04530 !important;
}
.C-AA0453-0-text {
  color: #aa04530;
}
.C-AA0453-0-border {
  border-color: #aa04530 !important;
}
.C-AA0453 {
  background-color: #aa0453 !important;
  --btn-background: #aa0453;
}
.C-AA0453-text {
  color: #aa0453;
}
.C-AA0453-border {
  border-color: #aa0453 !important;
}
@media (hover: hover) {
  .C-AA0453-hover-bg:hover {
    background-color: #aa0453 !important;
  }
}
.C-AA0453-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AA0453-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aa0453;
  fill: #aa0453;
  stroke: #aa0453;
}
.C-AA0453-hover-text[papaTarget]:hover.f_targetText {
  color: #aa0453 !important;
  fill: #aa0453 !important;
  stroke: #aa0453 !important;
}
.C-AA0453-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AA0453-hover-text[fHover]:hover {
  color: #aa0453 !important;
}
.C-AA0453-after::after,
.C-AA0453-after::before {
  background-color: #aa0453;
}
.C-AA0453-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aa0453;
  transition: box-shadow 0.2s;
}
.C-AA0453100 {
  background-color: #aa0453 !important;
}
.C-AA0453100-text {
  color: #aa0453;
}
.C-AA0453100-border {
  border-color: #aa0453;
}
.C-linearGradient-AA0453100 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045395 {
  background-color: #aa0453 !important;
}
.C-AA045395-text {
  color: #aa0453;
}
.C-AA045395-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045395 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045390 {
  background-color: #aa0453 !important;
}
.C-AA045390-text {
  color: #aa0453;
}
.C-AA045390-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045390 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045385 {
  background-color: #aa0453 !important;
}
.C-AA045385-text {
  color: #aa0453;
}
.C-AA045385-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045385 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045380 {
  background-color: #aa0453 !important;
}
.C-AA045380-text {
  color: #aa0453;
}
.C-AA045380-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045380 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045375 {
  background-color: #aa0453 !important;
}
.C-AA045375-text {
  color: #aa0453;
}
.C-AA045375-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045375 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045370 {
  background-color: #aa0453 !important;
}
.C-AA045370-text {
  color: #aa0453;
}
.C-AA045370-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045370 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045365 {
  background-color: #aa0453 !important;
}
.C-AA045365-text {
  color: #aa0453;
}
.C-AA045365-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045365 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045360 {
  background-color: #aa0453 !important;
}
.C-AA045360-text {
  color: #aa0453;
}
.C-AA045360-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045360 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045355 {
  background-color: #aa0453 !important;
}
.C-AA045355-text {
  color: #aa0453;
}
.C-AA045355-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045355 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045350 {
  background-color: #aa0453 !important;
}
.C-AA045350-text {
  color: #aa0453;
}
.C-AA045350-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045350 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045345 {
  background-color: #aa0453 !important;
}
.C-AA045345-text {
  color: #aa0453;
}
.C-AA045345-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045345 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045340 {
  background-color: #aa0453 !important;
}
.C-AA045340-text {
  color: #aa0453;
}
.C-AA045340-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045340 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045335 {
  background-color: #aa0453 !important;
}
.C-AA045335-text {
  color: #aa0453;
}
.C-AA045335-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045335 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045330 {
  background-color: #aa0453 !important;
}
.C-AA045330-text {
  color: #aa0453;
}
.C-AA045330-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045330 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045325 {
  background-color: #aa0453 !important;
}
.C-AA045325-text {
  color: #aa0453;
}
.C-AA045325-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045325 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045320 {
  background-color: #aa0453 !important;
}
.C-AA045320-text {
  color: #aa0453;
}
.C-AA045320-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045320 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045315 {
  background-color: #aa0453 !important;
}
.C-AA045315-text {
  color: #aa0453;
}
.C-AA045315-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045315 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA045310 {
  background-color: #aa0453 !important;
}
.C-AA045310-text {
  color: #aa0453;
}
.C-AA045310-border {
  border-color: #aa0453;
}
.C-linearGradient-AA045310 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA04535 {
  background-color: #aa0453 !important;
}
.C-AA04535-text {
  color: #aa0453;
}
.C-AA04535-border {
  border-color: #aa0453;
}
.C-linearGradient-AA04535 {
  background-image:
    linear-gradient(
      45deg,
      #aa0453 0%,
      #aa0453 99%,
      #aa0453 100%);
}
.C-AA04530 {
  background-color: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-text {
  color: rgba(170, 4, 83, 0);
}
.C-AA04530-border {
  border-color: rgba(170, 4, 83, 0);
}
.C-linearGradient-AA04530 {
  background-image:
    linear-gradient(
      45deg,
      rgba(170, 4, 83, 0) 0%,
      #aa0453 99%,
      rgba(170, 4, 83, 0) 100%);
}
.C-AA0453-fill-1 #fill1 {
  fill: #aa0453;
}
.C-AA0453-fill-1.onHover:hover #fill1,
.C-AA0453-fill-1:hover #fill1 {
  fill: #aa0453;
}
.C-AA0453-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA0453100-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA0453100-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA0453100-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045395-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045395-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045395-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045390-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045390-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045390-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045385-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045385-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045385-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045380-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045380-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045380-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045375-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045375-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045375-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045370-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045370-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045370-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045365-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045365-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045365-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045360-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045360-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045360-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045355-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045355-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045355-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045350-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045350-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045350-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045345-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045345-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045345-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045340-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045340-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045340-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045335-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045335-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045335-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045330-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045330-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045330-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045325-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045325-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045325-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045320-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045320-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045320-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045315-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045315-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045315-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA045310-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA045310-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA045310-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA04535-fill-1 #fill1 {
  fill: #aa0453 !important;
}
.C-AA04535-fill-1.onHover:hover #fill1 {
  fill: #aa0453 !important;
}
.C-AA04535-stroke-1 #stroke1 {
  stroke: #aa0453 !important;
}
.C-AA04530-fill-1 #fill1 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-fill-1.onHover:hover #fill1 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-stroke-1 #stroke1 {
  stroke: rgba(170, 4, 83, 0) !important;
}
.C-AA0453-fill-2 #fill2 {
  fill: #aa0453;
}
.C-AA0453-fill-2.onHover:hover #fill2,
.C-AA0453-fill-2:hover #fill2 {
  fill: #aa0453;
}
.C-AA0453-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA0453100-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA0453100-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA0453100-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045395-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045395-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045395-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045390-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045390-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045390-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045385-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045385-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045385-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045380-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045380-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045380-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045375-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045375-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045375-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045370-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045370-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045370-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045365-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045365-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045365-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045360-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045360-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045360-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045355-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045355-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045355-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045350-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045350-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045350-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045345-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045345-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045345-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045340-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045340-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045340-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045335-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045335-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045335-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045330-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045330-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045330-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045325-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045325-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045325-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045320-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045320-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045320-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045315-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045315-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045315-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA045310-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA045310-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA045310-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA04535-fill-2 #fill2 {
  fill: #aa0453 !important;
}
.C-AA04535-fill-2.onHover:hover #fill2 {
  fill: #aa0453 !important;
}
.C-AA04535-stroke-2 #stroke2 {
  stroke: #aa0453 !important;
}
.C-AA04530-fill-2 #fill2 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-fill-2.onHover:hover #fill2 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-stroke-2 #stroke2 {
  stroke: rgba(170, 4, 83, 0) !important;
}
.C-AA0453-fill-3 #fill3 {
  fill: #aa0453;
}
.C-AA0453-fill-3.onHover:hover #fill3,
.C-AA0453-fill-3:hover #fill3 {
  fill: #aa0453;
}
.C-AA0453-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA0453100-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA0453100-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA0453100-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045395-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045395-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045395-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045390-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045390-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045390-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045385-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045385-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045385-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045380-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045380-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045380-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045375-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045375-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045375-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045370-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045370-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045370-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045365-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045365-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045365-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045360-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045360-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045360-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045355-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045355-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045355-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045350-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045350-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045350-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045345-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045345-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045345-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045340-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045340-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045340-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045335-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045335-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045335-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045330-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045330-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045330-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045325-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045325-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045325-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045320-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045320-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045320-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045315-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045315-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045315-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA045310-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA045310-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA045310-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA04535-fill-3 #fill3 {
  fill: #aa0453 !important;
}
.C-AA04535-fill-3.onHover:hover #fill3 {
  fill: #aa0453 !important;
}
.C-AA04535-stroke-3 #stroke3 {
  stroke: #aa0453 !important;
}
.C-AA04530-fill-3 #fill3 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-fill-3.onHover:hover #fill3 {
  fill: rgba(170, 4, 83, 0) !important;
}
.C-AA04530-stroke-3 #stroke3 {
  stroke: rgba(170, 4, 83, 0) !important;
}
.C-EC307F-100 {
  background-color: #ec307fFF !important;
}
.C-EC307F-100-text {
  color: #ec307fFF;
}
.C-EC307F-100-border {
  border-color: #ec307fFF !important;
}
.C-EC307F-95 {
  background-color: #ec307fF2 !important;
}
.C-EC307F-95-text {
  color: #ec307fF2;
}
.C-EC307F-95-border {
  border-color: #ec307fF2 !important;
}
.C-EC307F-90 {
  background-color: #ec307fE6 !important;
}
.C-EC307F-90-text {
  color: #ec307fE6;
}
.C-EC307F-90-border {
  border-color: #ec307fE6 !important;
}
.C-EC307F-85 {
  background-color: #ec307fD9 !important;
}
.C-EC307F-85-text {
  color: #ec307fD9;
}
.C-EC307F-85-border {
  border-color: #ec307fD9 !important;
}
.C-EC307F-80 {
  background-color: #ec307fCC !important;
}
.C-EC307F-80-text {
  color: #ec307fCC;
}
.C-EC307F-80-border {
  border-color: #ec307fCC !important;
}
.C-EC307F-75 {
  background-color: #ec307fBF !important;
}
.C-EC307F-75-text {
  color: #ec307fBF;
}
.C-EC307F-75-border {
  border-color: #ec307fBF !important;
}
.C-EC307F-70 {
  background-color: #ec307fB3 !important;
}
.C-EC307F-70-text {
  color: #ec307fB3;
}
.C-EC307F-70-border {
  border-color: #ec307fB3 !important;
}
.C-EC307F-65 {
  background-color: #ec307fA6 !important;
}
.C-EC307F-65-text {
  color: #ec307fA6;
}
.C-EC307F-65-border {
  border-color: #ec307fA6 !important;
}
.C-EC307F-60 {
  background-color: #ec307f99 !important;
}
.C-EC307F-60-text {
  color: #ec307f99;
}
.C-EC307F-60-border {
  border-color: #ec307f99 !important;
}
.C-EC307F-55 {
  background-color: #ec307f8C !important;
}
.C-EC307F-55-text {
  color: #ec307f8C;
}
.C-EC307F-55-border {
  border-color: #ec307f8C !important;
}
.C-EC307F-50 {
  background-color: #ec307f80 !important;
}
.C-EC307F-50-text {
  color: #ec307f80;
}
.C-EC307F-50-border {
  border-color: #ec307f80 !important;
}
.C-EC307F-45 {
  background-color: #ec307f73 !important;
}
.C-EC307F-45-text {
  color: #ec307f73;
}
.C-EC307F-45-border {
  border-color: #ec307f73 !important;
}
.C-EC307F-40 {
  background-color: #ec307f66 !important;
}
.C-EC307F-40-text {
  color: #ec307f66;
}
.C-EC307F-40-border {
  border-color: #ec307f66 !important;
}
.C-EC307F-35 {
  background-color: #ec307f59 !important;
}
.C-EC307F-35-text {
  color: #ec307f59;
}
.C-EC307F-35-border {
  border-color: #ec307f59 !important;
}
.C-EC307F-30 {
  background-color: #ec307f4D !important;
}
.C-EC307F-30-text {
  color: #ec307f4D;
}
.C-EC307F-30-border {
  border-color: #ec307f4D !important;
}
.C-EC307F-25 {
  background-color: #ec307f40 !important;
}
.C-EC307F-25-text {
  color: #ec307f40;
}
.C-EC307F-25-border {
  border-color: #ec307f40 !important;
}
.C-EC307F-20 {
  background-color: #ec307f33 !important;
}
.C-EC307F-20-text {
  color: #ec307f33;
}
.C-EC307F-20-border {
  border-color: #ec307f33 !important;
}
.C-EC307F-15 {
  background-color: #ec307f26 !important;
}
.C-EC307F-15-text {
  color: #ec307f26;
}
.C-EC307F-15-border {
  border-color: #ec307f26 !important;
}
.C-EC307F-10 {
  background-color: #ec307f1A !important;
}
.C-EC307F-10-text {
  color: #ec307f1A;
}
.C-EC307F-10-border {
  border-color: #ec307f1A !important;
}
.C-EC307F-5 {
  background-color: #ec307f0D !important;
}
.C-EC307F-5-text {
  color: #ec307f0D;
}
.C-EC307F-5-border {
  border-color: #ec307f0D !important;
}
.C-EC307F-0 {
  background-color: #ec307f0 !important;
}
.C-EC307F-0-text {
  color: #ec307f0;
}
.C-EC307F-0-border {
  border-color: #ec307f0 !important;
}
.C-EC307F {
  background-color: #ec307f !important;
  --btn-background: #ec307f;
}
.C-EC307F-text {
  color: #ec307f;
}
.C-EC307F-border {
  border-color: #ec307f !important;
}
@media (hover: hover) {
  .C-EC307F-hover-bg:hover {
    background-color: #ec307f !important;
  }
}
.C-EC307F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-EC307F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ec307f;
  fill: #ec307f;
  stroke: #ec307f;
}
.C-EC307F-hover-text[papaTarget]:hover.f_targetText {
  color: #ec307f !important;
  fill: #ec307f !important;
  stroke: #ec307f !important;
}
.C-EC307F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-EC307F-hover-text[fHover]:hover {
  color: #ec307f !important;
}
.C-EC307F-after::after,
.C-EC307F-after::before {
  background-color: #ec307f;
}
.C-EC307F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ec307f;
  transition: box-shadow 0.2s;
}
.C-EC307F100 {
  background-color: #ec307f !important;
}
.C-EC307F100-text {
  color: #ec307f;
}
.C-EC307F100-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F100 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F95 {
  background-color: #ec307f !important;
}
.C-EC307F95-text {
  color: #ec307f;
}
.C-EC307F95-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F95 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F90 {
  background-color: #ec307f !important;
}
.C-EC307F90-text {
  color: #ec307f;
}
.C-EC307F90-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F90 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F85 {
  background-color: #ec307f !important;
}
.C-EC307F85-text {
  color: #ec307f;
}
.C-EC307F85-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F85 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F80 {
  background-color: #ec307f !important;
}
.C-EC307F80-text {
  color: #ec307f;
}
.C-EC307F80-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F80 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F75 {
  background-color: #ec307f !important;
}
.C-EC307F75-text {
  color: #ec307f;
}
.C-EC307F75-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F75 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F70 {
  background-color: #ec307f !important;
}
.C-EC307F70-text {
  color: #ec307f;
}
.C-EC307F70-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F70 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F65 {
  background-color: #ec307f !important;
}
.C-EC307F65-text {
  color: #ec307f;
}
.C-EC307F65-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F65 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F60 {
  background-color: #ec307f !important;
}
.C-EC307F60-text {
  color: #ec307f;
}
.C-EC307F60-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F60 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F55 {
  background-color: #ec307f !important;
}
.C-EC307F55-text {
  color: #ec307f;
}
.C-EC307F55-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F55 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F50 {
  background-color: #ec307f !important;
}
.C-EC307F50-text {
  color: #ec307f;
}
.C-EC307F50-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F50 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F45 {
  background-color: #ec307f !important;
}
.C-EC307F45-text {
  color: #ec307f;
}
.C-EC307F45-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F45 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F40 {
  background-color: #ec307f !important;
}
.C-EC307F40-text {
  color: #ec307f;
}
.C-EC307F40-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F40 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F35 {
  background-color: #ec307f !important;
}
.C-EC307F35-text {
  color: #ec307f;
}
.C-EC307F35-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F35 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F30 {
  background-color: #ec307f !important;
}
.C-EC307F30-text {
  color: #ec307f;
}
.C-EC307F30-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F30 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F25 {
  background-color: #ec307f !important;
}
.C-EC307F25-text {
  color: #ec307f;
}
.C-EC307F25-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F25 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F20 {
  background-color: #ec307f !important;
}
.C-EC307F20-text {
  color: #ec307f;
}
.C-EC307F20-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F20 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F15 {
  background-color: #ec307f !important;
}
.C-EC307F15-text {
  color: #ec307f;
}
.C-EC307F15-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F15 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F10 {
  background-color: #ec307f !important;
}
.C-EC307F10-text {
  color: #ec307f;
}
.C-EC307F10-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F10 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F5 {
  background-color: #ec307f !important;
}
.C-EC307F5-text {
  color: #ec307f;
}
.C-EC307F5-border {
  border-color: #ec307f;
}
.C-linearGradient-EC307F5 {
  background-image:
    linear-gradient(
      45deg,
      #ec307f 0%,
      #ec307f 99%,
      #ec307f 100%);
}
.C-EC307F0 {
  background-color: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-text {
  color: rgba(236, 48, 127, 0);
}
.C-EC307F0-border {
  border-color: rgba(236, 48, 127, 0);
}
.C-linearGradient-EC307F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(236, 48, 127, 0) 0%,
      #ec307f 99%,
      rgba(236, 48, 127, 0) 100%);
}
.C-EC307F-fill-1 #fill1 {
  fill: #ec307f;
}
.C-EC307F-fill-1.onHover:hover #fill1,
.C-EC307F-fill-1:hover #fill1 {
  fill: #ec307f;
}
.C-EC307F-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F100-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F100-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F100-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F95-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F95-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F95-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F90-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F90-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F90-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F85-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F85-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F85-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F80-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F80-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F80-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F75-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F75-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F75-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F70-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F70-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F70-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F65-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F65-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F65-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F60-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F60-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F60-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F55-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F55-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F55-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F50-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F50-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F50-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F45-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F45-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F45-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F40-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F40-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F40-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F35-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F35-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F35-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F30-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F30-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F30-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F25-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F25-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F25-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F20-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F20-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F20-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F15-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F15-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F15-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F10-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F10-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F10-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F5-fill-1 #fill1 {
  fill: #ec307f !important;
}
.C-EC307F5-fill-1.onHover:hover #fill1 {
  fill: #ec307f !important;
}
.C-EC307F5-stroke-1 #stroke1 {
  stroke: #ec307f !important;
}
.C-EC307F0-fill-1 #fill1 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-fill-1.onHover:hover #fill1 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-stroke-1 #stroke1 {
  stroke: rgba(236, 48, 127, 0) !important;
}
.C-EC307F-fill-2 #fill2 {
  fill: #ec307f;
}
.C-EC307F-fill-2.onHover:hover #fill2,
.C-EC307F-fill-2:hover #fill2 {
  fill: #ec307f;
}
.C-EC307F-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F100-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F100-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F100-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F95-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F95-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F95-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F90-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F90-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F90-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F85-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F85-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F85-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F80-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F80-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F80-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F75-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F75-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F75-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F70-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F70-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F70-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F65-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F65-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F65-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F60-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F60-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F60-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F55-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F55-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F55-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F50-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F50-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F50-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F45-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F45-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F45-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F40-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F40-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F40-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F35-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F35-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F35-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F30-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F30-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F30-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F25-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F25-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F25-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F20-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F20-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F20-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F15-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F15-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F15-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F10-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F10-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F10-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F5-fill-2 #fill2 {
  fill: #ec307f !important;
}
.C-EC307F5-fill-2.onHover:hover #fill2 {
  fill: #ec307f !important;
}
.C-EC307F5-stroke-2 #stroke2 {
  stroke: #ec307f !important;
}
.C-EC307F0-fill-2 #fill2 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-fill-2.onHover:hover #fill2 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-stroke-2 #stroke2 {
  stroke: rgba(236, 48, 127, 0) !important;
}
.C-EC307F-fill-3 #fill3 {
  fill: #ec307f;
}
.C-EC307F-fill-3.onHover:hover #fill3,
.C-EC307F-fill-3:hover #fill3 {
  fill: #ec307f;
}
.C-EC307F-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F100-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F100-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F100-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F95-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F95-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F95-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F90-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F90-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F90-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F85-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F85-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F85-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F80-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F80-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F80-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F75-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F75-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F75-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F70-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F70-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F70-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F65-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F65-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F65-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F60-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F60-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F60-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F55-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F55-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F55-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F50-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F50-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F50-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F45-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F45-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F45-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F40-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F40-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F40-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F35-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F35-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F35-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F30-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F30-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F30-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F25-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F25-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F25-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F20-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F20-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F20-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F15-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F15-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F15-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F10-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F10-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F10-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F5-fill-3 #fill3 {
  fill: #ec307f !important;
}
.C-EC307F5-fill-3.onHover:hover #fill3 {
  fill: #ec307f !important;
}
.C-EC307F5-stroke-3 #stroke3 {
  stroke: #ec307f !important;
}
.C-EC307F0-fill-3 #fill3 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-fill-3.onHover:hover #fill3 {
  fill: rgba(236, 48, 127, 0) !important;
}
.C-EC307F0-stroke-3 #stroke3 {
  stroke: rgba(236, 48, 127, 0) !important;
}
.C-9DBFAF-100 {
  background-color: #9dbfafFF !important;
}
.C-9DBFAF-100-text {
  color: #9dbfafFF;
}
.C-9DBFAF-100-border {
  border-color: #9dbfafFF !important;
}
.C-9DBFAF-95 {
  background-color: #9dbfafF2 !important;
}
.C-9DBFAF-95-text {
  color: #9dbfafF2;
}
.C-9DBFAF-95-border {
  border-color: #9dbfafF2 !important;
}
.C-9DBFAF-90 {
  background-color: #9dbfafE6 !important;
}
.C-9DBFAF-90-text {
  color: #9dbfafE6;
}
.C-9DBFAF-90-border {
  border-color: #9dbfafE6 !important;
}
.C-9DBFAF-85 {
  background-color: #9dbfafD9 !important;
}
.C-9DBFAF-85-text {
  color: #9dbfafD9;
}
.C-9DBFAF-85-border {
  border-color: #9dbfafD9 !important;
}
.C-9DBFAF-80 {
  background-color: #9dbfafCC !important;
}
.C-9DBFAF-80-text {
  color: #9dbfafCC;
}
.C-9DBFAF-80-border {
  border-color: #9dbfafCC !important;
}
.C-9DBFAF-75 {
  background-color: #9dbfafBF !important;
}
.C-9DBFAF-75-text {
  color: #9dbfafBF;
}
.C-9DBFAF-75-border {
  border-color: #9dbfafBF !important;
}
.C-9DBFAF-70 {
  background-color: #9dbfafB3 !important;
}
.C-9DBFAF-70-text {
  color: #9dbfafB3;
}
.C-9DBFAF-70-border {
  border-color: #9dbfafB3 !important;
}
.C-9DBFAF-65 {
  background-color: #9dbfafA6 !important;
}
.C-9DBFAF-65-text {
  color: #9dbfafA6;
}
.C-9DBFAF-65-border {
  border-color: #9dbfafA6 !important;
}
.C-9DBFAF-60 {
  background-color: #9dbfaf99 !important;
}
.C-9DBFAF-60-text {
  color: #9dbfaf99;
}
.C-9DBFAF-60-border {
  border-color: #9dbfaf99 !important;
}
.C-9DBFAF-55 {
  background-color: #9dbfaf8C !important;
}
.C-9DBFAF-55-text {
  color: #9dbfaf8C;
}
.C-9DBFAF-55-border {
  border-color: #9dbfaf8C !important;
}
.C-9DBFAF-50 {
  background-color: #9dbfaf80 !important;
}
.C-9DBFAF-50-text {
  color: #9dbfaf80;
}
.C-9DBFAF-50-border {
  border-color: #9dbfaf80 !important;
}
.C-9DBFAF-45 {
  background-color: #9dbfaf73 !important;
}
.C-9DBFAF-45-text {
  color: #9dbfaf73;
}
.C-9DBFAF-45-border {
  border-color: #9dbfaf73 !important;
}
.C-9DBFAF-40 {
  background-color: #9dbfaf66 !important;
}
.C-9DBFAF-40-text {
  color: #9dbfaf66;
}
.C-9DBFAF-40-border {
  border-color: #9dbfaf66 !important;
}
.C-9DBFAF-35 {
  background-color: #9dbfaf59 !important;
}
.C-9DBFAF-35-text {
  color: #9dbfaf59;
}
.C-9DBFAF-35-border {
  border-color: #9dbfaf59 !important;
}
.C-9DBFAF-30 {
  background-color: #9dbfaf4D !important;
}
.C-9DBFAF-30-text {
  color: #9dbfaf4D;
}
.C-9DBFAF-30-border {
  border-color: #9dbfaf4D !important;
}
.C-9DBFAF-25 {
  background-color: #9dbfaf40 !important;
}
.C-9DBFAF-25-text {
  color: #9dbfaf40;
}
.C-9DBFAF-25-border {
  border-color: #9dbfaf40 !important;
}
.C-9DBFAF-20 {
  background-color: #9dbfaf33 !important;
}
.C-9DBFAF-20-text {
  color: #9dbfaf33;
}
.C-9DBFAF-20-border {
  border-color: #9dbfaf33 !important;
}
.C-9DBFAF-15 {
  background-color: #9dbfaf26 !important;
}
.C-9DBFAF-15-text {
  color: #9dbfaf26;
}
.C-9DBFAF-15-border {
  border-color: #9dbfaf26 !important;
}
.C-9DBFAF-10 {
  background-color: #9dbfaf1A !important;
}
.C-9DBFAF-10-text {
  color: #9dbfaf1A;
}
.C-9DBFAF-10-border {
  border-color: #9dbfaf1A !important;
}
.C-9DBFAF-5 {
  background-color: #9dbfaf0D !important;
}
.C-9DBFAF-5-text {
  color: #9dbfaf0D;
}
.C-9DBFAF-5-border {
  border-color: #9dbfaf0D !important;
}
.C-9DBFAF-0 {
  background-color: #9dbfaf0 !important;
}
.C-9DBFAF-0-text {
  color: #9dbfaf0;
}
.C-9DBFAF-0-border {
  border-color: #9dbfaf0 !important;
}
.C-9DBFAF {
  background-color: #9dbfaf !important;
  --btn-background: #9dbfaf;
}
.C-9DBFAF-text {
  color: #9dbfaf;
}
.C-9DBFAF-border {
  border-color: #9dbfaf !important;
}
@media (hover: hover) {
  .C-9DBFAF-hover-bg:hover {
    background-color: #9dbfaf !important;
  }
}
.C-9DBFAF-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-9DBFAF-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #9dbfaf;
  fill: #9dbfaf;
  stroke: #9dbfaf;
}
.C-9DBFAF-hover-text[papaTarget]:hover.f_targetText {
  color: #9dbfaf !important;
  fill: #9dbfaf !important;
  stroke: #9dbfaf !important;
}
.C-9DBFAF-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-9DBFAF-hover-text[fHover]:hover {
  color: #9dbfaf !important;
}
.C-9DBFAF-after::after,
.C-9DBFAF-after::before {
  background-color: #9dbfaf;
}
.C-9DBFAF-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #9dbfaf;
  transition: box-shadow 0.2s;
}
.C-9DBFAF100 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF100-text {
  color: #9dbfaf;
}
.C-9DBFAF100-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF100 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF95 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF95-text {
  color: #9dbfaf;
}
.C-9DBFAF95-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF95 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF90 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF90-text {
  color: #9dbfaf;
}
.C-9DBFAF90-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF90 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF85 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF85-text {
  color: #9dbfaf;
}
.C-9DBFAF85-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF85 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF80 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF80-text {
  color: #9dbfaf;
}
.C-9DBFAF80-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF80 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF75 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF75-text {
  color: #9dbfaf;
}
.C-9DBFAF75-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF75 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF70 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF70-text {
  color: #9dbfaf;
}
.C-9DBFAF70-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF70 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF65 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF65-text {
  color: #9dbfaf;
}
.C-9DBFAF65-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF65 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF60 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF60-text {
  color: #9dbfaf;
}
.C-9DBFAF60-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF60 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF55 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF55-text {
  color: #9dbfaf;
}
.C-9DBFAF55-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF55 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF50 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF50-text {
  color: #9dbfaf;
}
.C-9DBFAF50-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF50 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF45 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF45-text {
  color: #9dbfaf;
}
.C-9DBFAF45-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF45 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF40 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF40-text {
  color: #9dbfaf;
}
.C-9DBFAF40-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF40 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF35 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF35-text {
  color: #9dbfaf;
}
.C-9DBFAF35-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF35 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF30 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF30-text {
  color: #9dbfaf;
}
.C-9DBFAF30-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF30 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF25 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF25-text {
  color: #9dbfaf;
}
.C-9DBFAF25-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF25 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF20 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF20-text {
  color: #9dbfaf;
}
.C-9DBFAF20-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF20 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF15 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF15-text {
  color: #9dbfaf;
}
.C-9DBFAF15-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF15 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF10 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF10-text {
  color: #9dbfaf;
}
.C-9DBFAF10-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF10 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF5 {
  background-color: #9dbfaf !important;
}
.C-9DBFAF5-text {
  color: #9dbfaf;
}
.C-9DBFAF5-border {
  border-color: #9dbfaf;
}
.C-linearGradient-9DBFAF5 {
  background-image:
    linear-gradient(
      45deg,
      #9dbfaf 0%,
      #9dbfaf 99%,
      #9dbfaf 100%);
}
.C-9DBFAF0 {
  background-color: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-text {
  color: rgba(157, 191, 175, 0);
}
.C-9DBFAF0-border {
  border-color: rgba(157, 191, 175, 0);
}
.C-linearGradient-9DBFAF0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(157, 191, 175, 0) 0%,
      #9dbfaf 99%,
      rgba(157, 191, 175, 0) 100%);
}
.C-9DBFAF-fill-1 #fill1 {
  fill: #9dbfaf;
}
.C-9DBFAF-fill-1.onHover:hover #fill1,
.C-9DBFAF-fill-1:hover #fill1 {
  fill: #9dbfaf;
}
.C-9DBFAF-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF100-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF95-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF90-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF85-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF80-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF75-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF70-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF65-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF60-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF55-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF50-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF45-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF40-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF35-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF30-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF25-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF20-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF15-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF10-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF5-fill-1 #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-fill-1.onHover:hover #fill1 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-stroke-1 #stroke1 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF0-fill-1 #fill1 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-fill-1.onHover:hover #fill1 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-stroke-1 #stroke1 {
  stroke: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF-fill-2 #fill2 {
  fill: #9dbfaf;
}
.C-9DBFAF-fill-2.onHover:hover #fill2,
.C-9DBFAF-fill-2:hover #fill2 {
  fill: #9dbfaf;
}
.C-9DBFAF-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF100-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF95-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF90-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF85-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF80-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF75-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF70-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF65-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF60-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF55-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF50-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF45-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF40-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF35-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF30-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF25-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF20-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF15-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF10-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF5-fill-2 #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-fill-2.onHover:hover #fill2 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-stroke-2 #stroke2 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF0-fill-2 #fill2 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-fill-2.onHover:hover #fill2 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-stroke-2 #stroke2 {
  stroke: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF-fill-3 #fill3 {
  fill: #9dbfaf;
}
.C-9DBFAF-fill-3.onHover:hover #fill3,
.C-9DBFAF-fill-3:hover #fill3 {
  fill: #9dbfaf;
}
.C-9DBFAF-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF100-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF100-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF95-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF95-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF90-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF90-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF85-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF85-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF80-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF80-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF75-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF75-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF70-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF70-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF65-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF65-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF60-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF60-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF55-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF55-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF50-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF50-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF45-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF45-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF40-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF40-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF35-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF35-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF30-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF30-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF25-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF25-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF20-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF20-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF15-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF15-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF10-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF10-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF5-fill-3 #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-fill-3.onHover:hover #fill3 {
  fill: #9dbfaf !important;
}
.C-9DBFAF5-stroke-3 #stroke3 {
  stroke: #9dbfaf !important;
}
.C-9DBFAF0-fill-3 #fill3 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-fill-3.onHover:hover #fill3 {
  fill: rgba(157, 191, 175, 0) !important;
}
.C-9DBFAF0-stroke-3 #stroke3 {
  stroke: rgba(157, 191, 175, 0) !important;
}
.C-6F8F7E-100 {
  background-color: #6f8f7eFF !important;
}
.C-6F8F7E-100-text {
  color: #6f8f7eFF;
}
.C-6F8F7E-100-border {
  border-color: #6f8f7eFF !important;
}
.C-6F8F7E-95 {
  background-color: #6f8f7eF2 !important;
}
.C-6F8F7E-95-text {
  color: #6f8f7eF2;
}
.C-6F8F7E-95-border {
  border-color: #6f8f7eF2 !important;
}
.C-6F8F7E-90 {
  background-color: #6f8f7eE6 !important;
}
.C-6F8F7E-90-text {
  color: #6f8f7eE6;
}
.C-6F8F7E-90-border {
  border-color: #6f8f7eE6 !important;
}
.C-6F8F7E-85 {
  background-color: #6f8f7eD9 !important;
}
.C-6F8F7E-85-text {
  color: #6f8f7eD9;
}
.C-6F8F7E-85-border {
  border-color: #6f8f7eD9 !important;
}
.C-6F8F7E-80 {
  background-color: #6f8f7eCC !important;
}
.C-6F8F7E-80-text {
  color: #6f8f7eCC;
}
.C-6F8F7E-80-border {
  border-color: #6f8f7eCC !important;
}
.C-6F8F7E-75 {
  background-color: #6f8f7eBF !important;
}
.C-6F8F7E-75-text {
  color: #6f8f7eBF;
}
.C-6F8F7E-75-border {
  border-color: #6f8f7eBF !important;
}
.C-6F8F7E-70 {
  background-color: #6f8f7eB3 !important;
}
.C-6F8F7E-70-text {
  color: #6f8f7eB3;
}
.C-6F8F7E-70-border {
  border-color: #6f8f7eB3 !important;
}
.C-6F8F7E-65 {
  background-color: #6f8f7eA6 !important;
}
.C-6F8F7E-65-text {
  color: #6f8f7eA6;
}
.C-6F8F7E-65-border {
  border-color: #6f8f7eA6 !important;
}
.C-6F8F7E-60 {
  background-color: #6f8f7e99 !important;
}
.C-6F8F7E-60-text {
  color: #6f8f7e99;
}
.C-6F8F7E-60-border {
  border-color: #6f8f7e99 !important;
}
.C-6F8F7E-55 {
  background-color: #6f8f7e8C !important;
}
.C-6F8F7E-55-text {
  color: #6f8f7e8C;
}
.C-6F8F7E-55-border {
  border-color: #6f8f7e8C !important;
}
.C-6F8F7E-50 {
  background-color: #6f8f7e80 !important;
}
.C-6F8F7E-50-text {
  color: #6f8f7e80;
}
.C-6F8F7E-50-border {
  border-color: #6f8f7e80 !important;
}
.C-6F8F7E-45 {
  background-color: #6f8f7e73 !important;
}
.C-6F8F7E-45-text {
  color: #6f8f7e73;
}
.C-6F8F7E-45-border {
  border-color: #6f8f7e73 !important;
}
.C-6F8F7E-40 {
  background-color: #6f8f7e66 !important;
}
.C-6F8F7E-40-text {
  color: #6f8f7e66;
}
.C-6F8F7E-40-border {
  border-color: #6f8f7e66 !important;
}
.C-6F8F7E-35 {
  background-color: #6f8f7e59 !important;
}
.C-6F8F7E-35-text {
  color: #6f8f7e59;
}
.C-6F8F7E-35-border {
  border-color: #6f8f7e59 !important;
}
.C-6F8F7E-30 {
  background-color: #6f8f7e4D !important;
}
.C-6F8F7E-30-text {
  color: #6f8f7e4D;
}
.C-6F8F7E-30-border {
  border-color: #6f8f7e4D !important;
}
.C-6F8F7E-25 {
  background-color: #6f8f7e40 !important;
}
.C-6F8F7E-25-text {
  color: #6f8f7e40;
}
.C-6F8F7E-25-border {
  border-color: #6f8f7e40 !important;
}
.C-6F8F7E-20 {
  background-color: #6f8f7e33 !important;
}
.C-6F8F7E-20-text {
  color: #6f8f7e33;
}
.C-6F8F7E-20-border {
  border-color: #6f8f7e33 !important;
}
.C-6F8F7E-15 {
  background-color: #6f8f7e26 !important;
}
.C-6F8F7E-15-text {
  color: #6f8f7e26;
}
.C-6F8F7E-15-border {
  border-color: #6f8f7e26 !important;
}
.C-6F8F7E-10 {
  background-color: #6f8f7e1A !important;
}
.C-6F8F7E-10-text {
  color: #6f8f7e1A;
}
.C-6F8F7E-10-border {
  border-color: #6f8f7e1A !important;
}
.C-6F8F7E-5 {
  background-color: #6f8f7e0D !important;
}
.C-6F8F7E-5-text {
  color: #6f8f7e0D;
}
.C-6F8F7E-5-border {
  border-color: #6f8f7e0D !important;
}
.C-6F8F7E-0 {
  background-color: #6f8f7e0 !important;
}
.C-6F8F7E-0-text {
  color: #6f8f7e0;
}
.C-6F8F7E-0-border {
  border-color: #6f8f7e0 !important;
}
.C-6F8F7E {
  background-color: #6f8f7e !important;
  --btn-background: #6f8f7e;
}
.C-6F8F7E-text {
  color: #6f8f7e;
}
.C-6F8F7E-border {
  border-color: #6f8f7e !important;
}
@media (hover: hover) {
  .C-6F8F7E-hover-bg:hover {
    background-color: #6f8f7e !important;
  }
}
.C-6F8F7E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-6F8F7E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #6f8f7e;
  fill: #6f8f7e;
  stroke: #6f8f7e;
}
.C-6F8F7E-hover-text[papaTarget]:hover.f_targetText {
  color: #6f8f7e !important;
  fill: #6f8f7e !important;
  stroke: #6f8f7e !important;
}
.C-6F8F7E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-6F8F7E-hover-text[fHover]:hover {
  color: #6f8f7e !important;
}
.C-6F8F7E-after::after,
.C-6F8F7E-after::before {
  background-color: #6f8f7e;
}
.C-6F8F7E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #6f8f7e;
  transition: box-shadow 0.2s;
}
.C-6F8F7E100 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E100-text {
  color: #6f8f7e;
}
.C-6F8F7E100-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E100 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E95 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E95-text {
  color: #6f8f7e;
}
.C-6F8F7E95-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E95 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E90 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E90-text {
  color: #6f8f7e;
}
.C-6F8F7E90-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E90 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E85 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E85-text {
  color: #6f8f7e;
}
.C-6F8F7E85-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E85 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E80 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E80-text {
  color: #6f8f7e;
}
.C-6F8F7E80-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E80 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E75 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E75-text {
  color: #6f8f7e;
}
.C-6F8F7E75-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E75 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E70 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E70-text {
  color: #6f8f7e;
}
.C-6F8F7E70-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E70 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E65 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E65-text {
  color: #6f8f7e;
}
.C-6F8F7E65-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E65 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E60 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E60-text {
  color: #6f8f7e;
}
.C-6F8F7E60-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E60 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E55 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E55-text {
  color: #6f8f7e;
}
.C-6F8F7E55-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E55 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E50 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E50-text {
  color: #6f8f7e;
}
.C-6F8F7E50-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E50 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E45 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E45-text {
  color: #6f8f7e;
}
.C-6F8F7E45-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E45 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E40 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E40-text {
  color: #6f8f7e;
}
.C-6F8F7E40-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E40 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E35 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E35-text {
  color: #6f8f7e;
}
.C-6F8F7E35-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E35 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E30 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E30-text {
  color: #6f8f7e;
}
.C-6F8F7E30-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E30 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E25 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E25-text {
  color: #6f8f7e;
}
.C-6F8F7E25-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E25 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E20 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E20-text {
  color: #6f8f7e;
}
.C-6F8F7E20-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E20 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E15 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E15-text {
  color: #6f8f7e;
}
.C-6F8F7E15-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E15 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E10 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E10-text {
  color: #6f8f7e;
}
.C-6F8F7E10-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E10 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E5 {
  background-color: #6f8f7e !important;
}
.C-6F8F7E5-text {
  color: #6f8f7e;
}
.C-6F8F7E5-border {
  border-color: #6f8f7e;
}
.C-linearGradient-6F8F7E5 {
  background-image:
    linear-gradient(
      45deg,
      #6f8f7e 0%,
      #6f8f7e 99%,
      #6f8f7e 100%);
}
.C-6F8F7E0 {
  background-color: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-text {
  color: rgba(111, 143, 126, 0);
}
.C-6F8F7E0-border {
  border-color: rgba(111, 143, 126, 0);
}
.C-linearGradient-6F8F7E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(111, 143, 126, 0) 0%,
      #6f8f7e 99%,
      rgba(111, 143, 126, 0) 100%);
}
.C-6F8F7E-fill-1 #fill1 {
  fill: #6f8f7e;
}
.C-6F8F7E-fill-1.onHover:hover #fill1,
.C-6F8F7E-fill-1:hover #fill1 {
  fill: #6f8f7e;
}
.C-6F8F7E-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E100-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E95-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E90-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E85-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E80-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E75-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E70-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E65-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E60-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E55-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E50-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E45-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E40-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E35-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E30-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E25-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E20-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E15-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E10-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E5-fill-1 #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-fill-1.onHover:hover #fill1 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-stroke-1 #stroke1 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E0-fill-1 #fill1 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-fill-1.onHover:hover #fill1 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-stroke-1 #stroke1 {
  stroke: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E-fill-2 #fill2 {
  fill: #6f8f7e;
}
.C-6F8F7E-fill-2.onHover:hover #fill2,
.C-6F8F7E-fill-2:hover #fill2 {
  fill: #6f8f7e;
}
.C-6F8F7E-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E100-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E95-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E90-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E85-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E80-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E75-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E70-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E65-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E60-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E55-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E50-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E45-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E40-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E35-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E30-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E25-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E20-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E15-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E10-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E5-fill-2 #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-fill-2.onHover:hover #fill2 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-stroke-2 #stroke2 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E0-fill-2 #fill2 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-fill-2.onHover:hover #fill2 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-stroke-2 #stroke2 {
  stroke: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E-fill-3 #fill3 {
  fill: #6f8f7e;
}
.C-6F8F7E-fill-3.onHover:hover #fill3,
.C-6F8F7E-fill-3:hover #fill3 {
  fill: #6f8f7e;
}
.C-6F8F7E-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E100-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E100-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E95-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E95-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E90-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E90-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E85-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E85-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E80-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E80-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E75-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E75-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E70-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E70-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E65-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E65-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E60-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E60-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E55-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E55-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E50-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E50-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E45-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E45-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E40-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E40-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E35-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E35-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E30-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E30-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E25-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E25-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E20-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E20-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E15-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E15-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E10-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E10-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E5-fill-3 #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-fill-3.onHover:hover #fill3 {
  fill: #6f8f7e !important;
}
.C-6F8F7E5-stroke-3 #stroke3 {
  stroke: #6f8f7e !important;
}
.C-6F8F7E0-fill-3 #fill3 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-fill-3.onHover:hover #fill3 {
  fill: rgba(111, 143, 126, 0) !important;
}
.C-6F8F7E0-stroke-3 #stroke3 {
  stroke: rgba(111, 143, 126, 0) !important;
}
.C-BFE1D1-100 {
  background-color: #bfe1d1FF !important;
}
.C-BFE1D1-100-text {
  color: #bfe1d1FF;
}
.C-BFE1D1-100-border {
  border-color: #bfe1d1FF !important;
}
.C-BFE1D1-95 {
  background-color: #bfe1d1F2 !important;
}
.C-BFE1D1-95-text {
  color: #bfe1d1F2;
}
.C-BFE1D1-95-border {
  border-color: #bfe1d1F2 !important;
}
.C-BFE1D1-90 {
  background-color: #bfe1d1E6 !important;
}
.C-BFE1D1-90-text {
  color: #bfe1d1E6;
}
.C-BFE1D1-90-border {
  border-color: #bfe1d1E6 !important;
}
.C-BFE1D1-85 {
  background-color: #bfe1d1D9 !important;
}
.C-BFE1D1-85-text {
  color: #bfe1d1D9;
}
.C-BFE1D1-85-border {
  border-color: #bfe1d1D9 !important;
}
.C-BFE1D1-80 {
  background-color: #bfe1d1CC !important;
}
.C-BFE1D1-80-text {
  color: #bfe1d1CC;
}
.C-BFE1D1-80-border {
  border-color: #bfe1d1CC !important;
}
.C-BFE1D1-75 {
  background-color: #bfe1d1BF !important;
}
.C-BFE1D1-75-text {
  color: #bfe1d1BF;
}
.C-BFE1D1-75-border {
  border-color: #bfe1d1BF !important;
}
.C-BFE1D1-70 {
  background-color: #bfe1d1B3 !important;
}
.C-BFE1D1-70-text {
  color: #bfe1d1B3;
}
.C-BFE1D1-70-border {
  border-color: #bfe1d1B3 !important;
}
.C-BFE1D1-65 {
  background-color: #bfe1d1A6 !important;
}
.C-BFE1D1-65-text {
  color: #bfe1d1A6;
}
.C-BFE1D1-65-border {
  border-color: #bfe1d1A6 !important;
}
.C-BFE1D1-60 {
  background-color: #bfe1d199 !important;
}
.C-BFE1D1-60-text {
  color: #bfe1d199;
}
.C-BFE1D1-60-border {
  border-color: #bfe1d199 !important;
}
.C-BFE1D1-55 {
  background-color: #bfe1d18C !important;
}
.C-BFE1D1-55-text {
  color: #bfe1d18C;
}
.C-BFE1D1-55-border {
  border-color: #bfe1d18C !important;
}
.C-BFE1D1-50 {
  background-color: #bfe1d180 !important;
}
.C-BFE1D1-50-text {
  color: #bfe1d180;
}
.C-BFE1D1-50-border {
  border-color: #bfe1d180 !important;
}
.C-BFE1D1-45 {
  background-color: #bfe1d173 !important;
}
.C-BFE1D1-45-text {
  color: #bfe1d173;
}
.C-BFE1D1-45-border {
  border-color: #bfe1d173 !important;
}
.C-BFE1D1-40 {
  background-color: #bfe1d166 !important;
}
.C-BFE1D1-40-text {
  color: #bfe1d166;
}
.C-BFE1D1-40-border {
  border-color: #bfe1d166 !important;
}
.C-BFE1D1-35 {
  background-color: #bfe1d159 !important;
}
.C-BFE1D1-35-text {
  color: #bfe1d159;
}
.C-BFE1D1-35-border {
  border-color: #bfe1d159 !important;
}
.C-BFE1D1-30 {
  background-color: #bfe1d14D !important;
}
.C-BFE1D1-30-text {
  color: #bfe1d14D;
}
.C-BFE1D1-30-border {
  border-color: #bfe1d14D !important;
}
.C-BFE1D1-25 {
  background-color: #bfe1d140 !important;
}
.C-BFE1D1-25-text {
  color: #bfe1d140;
}
.C-BFE1D1-25-border {
  border-color: #bfe1d140 !important;
}
.C-BFE1D1-20 {
  background-color: #bfe1d133 !important;
}
.C-BFE1D1-20-text {
  color: #bfe1d133;
}
.C-BFE1D1-20-border {
  border-color: #bfe1d133 !important;
}
.C-BFE1D1-15 {
  background-color: #bfe1d126 !important;
}
.C-BFE1D1-15-text {
  color: #bfe1d126;
}
.C-BFE1D1-15-border {
  border-color: #bfe1d126 !important;
}
.C-BFE1D1-10 {
  background-color: #bfe1d11A !important;
}
.C-BFE1D1-10-text {
  color: #bfe1d11A;
}
.C-BFE1D1-10-border {
  border-color: #bfe1d11A !important;
}
.C-BFE1D1-5 {
  background-color: #bfe1d10D !important;
}
.C-BFE1D1-5-text {
  color: #bfe1d10D;
}
.C-BFE1D1-5-border {
  border-color: #bfe1d10D !important;
}
.C-BFE1D1-0 {
  background-color: #bfe1d10 !important;
}
.C-BFE1D1-0-text {
  color: #bfe1d10;
}
.C-BFE1D1-0-border {
  border-color: #bfe1d10 !important;
}
.C-BFE1D1 {
  background-color: #bfe1d1 !important;
  --btn-background: #bfe1d1;
}
.C-BFE1D1-text {
  color: #bfe1d1;
}
.C-BFE1D1-border {
  border-color: #bfe1d1 !important;
}
@media (hover: hover) {
  .C-BFE1D1-hover-bg:hover {
    background-color: #bfe1d1 !important;
  }
}
.C-BFE1D1-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-BFE1D1-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #bfe1d1;
  fill: #bfe1d1;
  stroke: #bfe1d1;
}
.C-BFE1D1-hover-text[papaTarget]:hover.f_targetText {
  color: #bfe1d1 !important;
  fill: #bfe1d1 !important;
  stroke: #bfe1d1 !important;
}
.C-BFE1D1-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-BFE1D1-hover-text[fHover]:hover {
  color: #bfe1d1 !important;
}
.C-BFE1D1-after::after,
.C-BFE1D1-after::before {
  background-color: #bfe1d1;
}
.C-BFE1D1-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #bfe1d1;
  transition: box-shadow 0.2s;
}
.C-BFE1D1100 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D1100-text {
  color: #bfe1d1;
}
.C-BFE1D1100-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D1100 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D195 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D195-text {
  color: #bfe1d1;
}
.C-BFE1D195-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D195 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D190 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D190-text {
  color: #bfe1d1;
}
.C-BFE1D190-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D190 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D185 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D185-text {
  color: #bfe1d1;
}
.C-BFE1D185-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D185 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D180 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D180-text {
  color: #bfe1d1;
}
.C-BFE1D180-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D180 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D175 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D175-text {
  color: #bfe1d1;
}
.C-BFE1D175-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D175 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D170 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D170-text {
  color: #bfe1d1;
}
.C-BFE1D170-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D170 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D165 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D165-text {
  color: #bfe1d1;
}
.C-BFE1D165-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D165 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D160 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D160-text {
  color: #bfe1d1;
}
.C-BFE1D160-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D160 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D155 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D155-text {
  color: #bfe1d1;
}
.C-BFE1D155-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D155 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D150 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D150-text {
  color: #bfe1d1;
}
.C-BFE1D150-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D150 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D145 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D145-text {
  color: #bfe1d1;
}
.C-BFE1D145-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D145 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D140 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D140-text {
  color: #bfe1d1;
}
.C-BFE1D140-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D140 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D135 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D135-text {
  color: #bfe1d1;
}
.C-BFE1D135-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D135 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D130 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D130-text {
  color: #bfe1d1;
}
.C-BFE1D130-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D130 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D125 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D125-text {
  color: #bfe1d1;
}
.C-BFE1D125-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D125 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D120 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D120-text {
  color: #bfe1d1;
}
.C-BFE1D120-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D120 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D115 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D115-text {
  color: #bfe1d1;
}
.C-BFE1D115-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D115 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D110 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D110-text {
  color: #bfe1d1;
}
.C-BFE1D110-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D110 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D15 {
  background-color: #bfe1d1 !important;
}
.C-BFE1D15-text {
  color: #bfe1d1;
}
.C-BFE1D15-border {
  border-color: #bfe1d1;
}
.C-linearGradient-BFE1D15 {
  background-image:
    linear-gradient(
      45deg,
      #bfe1d1 0%,
      #bfe1d1 99%,
      #bfe1d1 100%);
}
.C-BFE1D10 {
  background-color: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-text {
  color: rgba(191, 225, 209, 0);
}
.C-BFE1D10-border {
  border-color: rgba(191, 225, 209, 0);
}
.C-linearGradient-BFE1D10 {
  background-image:
    linear-gradient(
      45deg,
      rgba(191, 225, 209, 0) 0%,
      #bfe1d1 99%,
      rgba(191, 225, 209, 0) 100%);
}
.C-BFE1D1-fill-1 #fill1 {
  fill: #bfe1d1;
}
.C-BFE1D1-fill-1.onHover:hover #fill1,
.C-BFE1D1-fill-1:hover #fill1 {
  fill: #bfe1d1;
}
.C-BFE1D1-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D1100-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D195-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D190-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D185-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D180-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D175-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D170-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D165-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D160-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D155-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D150-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D145-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D140-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D135-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D130-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D125-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D120-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D115-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D110-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D15-fill-1 #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-fill-1.onHover:hover #fill1 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-stroke-1 #stroke1 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D10-fill-1 #fill1 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-fill-1.onHover:hover #fill1 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-stroke-1 #stroke1 {
  stroke: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D1-fill-2 #fill2 {
  fill: #bfe1d1;
}
.C-BFE1D1-fill-2.onHover:hover #fill2,
.C-BFE1D1-fill-2:hover #fill2 {
  fill: #bfe1d1;
}
.C-BFE1D1-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D1100-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D195-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D190-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D185-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D180-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D175-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D170-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D165-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D160-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D155-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D150-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D145-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D140-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D135-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D130-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D125-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D120-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D115-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D110-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D15-fill-2 #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-fill-2.onHover:hover #fill2 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-stroke-2 #stroke2 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D10-fill-2 #fill2 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-fill-2.onHover:hover #fill2 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-stroke-2 #stroke2 {
  stroke: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D1-fill-3 #fill3 {
  fill: #bfe1d1;
}
.C-BFE1D1-fill-3.onHover:hover #fill3,
.C-BFE1D1-fill-3:hover #fill3 {
  fill: #bfe1d1;
}
.C-BFE1D1-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D1100-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D1100-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D195-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D195-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D190-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D190-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D185-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D185-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D180-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D180-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D175-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D175-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D170-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D170-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D165-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D165-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D160-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D160-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D155-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D155-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D150-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D150-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D145-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D145-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D140-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D140-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D135-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D135-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D130-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D130-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D125-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D125-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D120-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D120-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D115-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D115-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D110-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D110-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D15-fill-3 #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-fill-3.onHover:hover #fill3 {
  fill: #bfe1d1 !important;
}
.C-BFE1D15-stroke-3 #stroke3 {
  stroke: #bfe1d1 !important;
}
.C-BFE1D10-fill-3 #fill3 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-fill-3.onHover:hover #fill3 {
  fill: rgba(191, 225, 209, 0) !important;
}
.C-BFE1D10-stroke-3 #stroke3 {
  stroke: rgba(191, 225, 209, 0) !important;
}
.C-D4A5A5-100 {
  background-color: #d4a5a5FF !important;
}
.C-D4A5A5-100-text {
  color: #d4a5a5FF;
}
.C-D4A5A5-100-border {
  border-color: #d4a5a5FF !important;
}
.C-D4A5A5-95 {
  background-color: #d4a5a5F2 !important;
}
.C-D4A5A5-95-text {
  color: #d4a5a5F2;
}
.C-D4A5A5-95-border {
  border-color: #d4a5a5F2 !important;
}
.C-D4A5A5-90 {
  background-color: #d4a5a5E6 !important;
}
.C-D4A5A5-90-text {
  color: #d4a5a5E6;
}
.C-D4A5A5-90-border {
  border-color: #d4a5a5E6 !important;
}
.C-D4A5A5-85 {
  background-color: #d4a5a5D9 !important;
}
.C-D4A5A5-85-text {
  color: #d4a5a5D9;
}
.C-D4A5A5-85-border {
  border-color: #d4a5a5D9 !important;
}
.C-D4A5A5-80 {
  background-color: #d4a5a5CC !important;
}
.C-D4A5A5-80-text {
  color: #d4a5a5CC;
}
.C-D4A5A5-80-border {
  border-color: #d4a5a5CC !important;
}
.C-D4A5A5-75 {
  background-color: #d4a5a5BF !important;
}
.C-D4A5A5-75-text {
  color: #d4a5a5BF;
}
.C-D4A5A5-75-border {
  border-color: #d4a5a5BF !important;
}
.C-D4A5A5-70 {
  background-color: #d4a5a5B3 !important;
}
.C-D4A5A5-70-text {
  color: #d4a5a5B3;
}
.C-D4A5A5-70-border {
  border-color: #d4a5a5B3 !important;
}
.C-D4A5A5-65 {
  background-color: #d4a5a5A6 !important;
}
.C-D4A5A5-65-text {
  color: #d4a5a5A6;
}
.C-D4A5A5-65-border {
  border-color: #d4a5a5A6 !important;
}
.C-D4A5A5-60 {
  background-color: #d4a5a599 !important;
}
.C-D4A5A5-60-text {
  color: #d4a5a599;
}
.C-D4A5A5-60-border {
  border-color: #d4a5a599 !important;
}
.C-D4A5A5-55 {
  background-color: #d4a5a58C !important;
}
.C-D4A5A5-55-text {
  color: #d4a5a58C;
}
.C-D4A5A5-55-border {
  border-color: #d4a5a58C !important;
}
.C-D4A5A5-50 {
  background-color: #d4a5a580 !important;
}
.C-D4A5A5-50-text {
  color: #d4a5a580;
}
.C-D4A5A5-50-border {
  border-color: #d4a5a580 !important;
}
.C-D4A5A5-45 {
  background-color: #d4a5a573 !important;
}
.C-D4A5A5-45-text {
  color: #d4a5a573;
}
.C-D4A5A5-45-border {
  border-color: #d4a5a573 !important;
}
.C-D4A5A5-40 {
  background-color: #d4a5a566 !important;
}
.C-D4A5A5-40-text {
  color: #d4a5a566;
}
.C-D4A5A5-40-border {
  border-color: #d4a5a566 !important;
}
.C-D4A5A5-35 {
  background-color: #d4a5a559 !important;
}
.C-D4A5A5-35-text {
  color: #d4a5a559;
}
.C-D4A5A5-35-border {
  border-color: #d4a5a559 !important;
}
.C-D4A5A5-30 {
  background-color: #d4a5a54D !important;
}
.C-D4A5A5-30-text {
  color: #d4a5a54D;
}
.C-D4A5A5-30-border {
  border-color: #d4a5a54D !important;
}
.C-D4A5A5-25 {
  background-color: #d4a5a540 !important;
}
.C-D4A5A5-25-text {
  color: #d4a5a540;
}
.C-D4A5A5-25-border {
  border-color: #d4a5a540 !important;
}
.C-D4A5A5-20 {
  background-color: #d4a5a533 !important;
}
.C-D4A5A5-20-text {
  color: #d4a5a533;
}
.C-D4A5A5-20-border {
  border-color: #d4a5a533 !important;
}
.C-D4A5A5-15 {
  background-color: #d4a5a526 !important;
}
.C-D4A5A5-15-text {
  color: #d4a5a526;
}
.C-D4A5A5-15-border {
  border-color: #d4a5a526 !important;
}
.C-D4A5A5-10 {
  background-color: #d4a5a51A !important;
}
.C-D4A5A5-10-text {
  color: #d4a5a51A;
}
.C-D4A5A5-10-border {
  border-color: #d4a5a51A !important;
}
.C-D4A5A5-5 {
  background-color: #d4a5a50D !important;
}
.C-D4A5A5-5-text {
  color: #d4a5a50D;
}
.C-D4A5A5-5-border {
  border-color: #d4a5a50D !important;
}
.C-D4A5A5-0 {
  background-color: #d4a5a50 !important;
}
.C-D4A5A5-0-text {
  color: #d4a5a50;
}
.C-D4A5A5-0-border {
  border-color: #d4a5a50 !important;
}
.C-D4A5A5 {
  background-color: #d4a5a5 !important;
  --btn-background: #d4a5a5;
}
.C-D4A5A5-text {
  color: #d4a5a5;
}
.C-D4A5A5-border {
  border-color: #d4a5a5 !important;
}
@media (hover: hover) {
  .C-D4A5A5-hover-bg:hover {
    background-color: #d4a5a5 !important;
  }
}
.C-D4A5A5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D4A5A5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d4a5a5;
  fill: #d4a5a5;
  stroke: #d4a5a5;
}
.C-D4A5A5-hover-text[papaTarget]:hover.f_targetText {
  color: #d4a5a5 !important;
  fill: #d4a5a5 !important;
  stroke: #d4a5a5 !important;
}
.C-D4A5A5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D4A5A5-hover-text[fHover]:hover {
  color: #d4a5a5 !important;
}
.C-D4A5A5-after::after,
.C-D4A5A5-after::before {
  background-color: #d4a5a5;
}
.C-D4A5A5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d4a5a5;
  transition: box-shadow 0.2s;
}
.C-D4A5A5100 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A5100-text {
  color: #d4a5a5;
}
.C-D4A5A5100-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A5100 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A595 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A595-text {
  color: #d4a5a5;
}
.C-D4A5A595-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A595 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A590 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A590-text {
  color: #d4a5a5;
}
.C-D4A5A590-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A590 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A585 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A585-text {
  color: #d4a5a5;
}
.C-D4A5A585-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A585 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A580 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A580-text {
  color: #d4a5a5;
}
.C-D4A5A580-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A580 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A575 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A575-text {
  color: #d4a5a5;
}
.C-D4A5A575-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A575 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A570 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A570-text {
  color: #d4a5a5;
}
.C-D4A5A570-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A570 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A565 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A565-text {
  color: #d4a5a5;
}
.C-D4A5A565-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A565 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A560 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A560-text {
  color: #d4a5a5;
}
.C-D4A5A560-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A560 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A555 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A555-text {
  color: #d4a5a5;
}
.C-D4A5A555-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A555 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A550 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A550-text {
  color: #d4a5a5;
}
.C-D4A5A550-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A550 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A545 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A545-text {
  color: #d4a5a5;
}
.C-D4A5A545-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A545 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A540 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A540-text {
  color: #d4a5a5;
}
.C-D4A5A540-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A540 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A535 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A535-text {
  color: #d4a5a5;
}
.C-D4A5A535-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A535 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A530 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A530-text {
  color: #d4a5a5;
}
.C-D4A5A530-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A530 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A525 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A525-text {
  color: #d4a5a5;
}
.C-D4A5A525-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A525 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A520 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A520-text {
  color: #d4a5a5;
}
.C-D4A5A520-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A520 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A515 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A515-text {
  color: #d4a5a5;
}
.C-D4A5A515-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A515 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A510 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A510-text {
  color: #d4a5a5;
}
.C-D4A5A510-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A510 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A55 {
  background-color: #d4a5a5 !important;
}
.C-D4A5A55-text {
  color: #d4a5a5;
}
.C-D4A5A55-border {
  border-color: #d4a5a5;
}
.C-linearGradient-D4A5A55 {
  background-image:
    linear-gradient(
      45deg,
      #d4a5a5 0%,
      #d4a5a5 99%,
      #d4a5a5 100%);
}
.C-D4A5A50 {
  background-color: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-text {
  color: rgba(212, 165, 165, 0);
}
.C-D4A5A50-border {
  border-color: rgba(212, 165, 165, 0);
}
.C-linearGradient-D4A5A50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(212, 165, 165, 0) 0%,
      #d4a5a5 99%,
      rgba(212, 165, 165, 0) 100%);
}
.C-D4A5A5-fill-1 #fill1 {
  fill: #d4a5a5;
}
.C-D4A5A5-fill-1.onHover:hover #fill1,
.C-D4A5A5-fill-1:hover #fill1 {
  fill: #d4a5a5;
}
.C-D4A5A5-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A5100-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A595-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A590-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A585-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A580-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A575-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A570-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A565-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A560-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A555-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A550-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A545-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A540-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A535-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A530-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A525-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A520-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A515-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A510-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A55-fill-1 #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-fill-1.onHover:hover #fill1 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-stroke-1 #stroke1 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A50-fill-1 #fill1 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-fill-1.onHover:hover #fill1 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-stroke-1 #stroke1 {
  stroke: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A5-fill-2 #fill2 {
  fill: #d4a5a5;
}
.C-D4A5A5-fill-2.onHover:hover #fill2,
.C-D4A5A5-fill-2:hover #fill2 {
  fill: #d4a5a5;
}
.C-D4A5A5-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A5100-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A595-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A590-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A585-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A580-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A575-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A570-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A565-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A560-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A555-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A550-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A545-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A540-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A535-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A530-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A525-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A520-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A515-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A510-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A55-fill-2 #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-fill-2.onHover:hover #fill2 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-stroke-2 #stroke2 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A50-fill-2 #fill2 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-fill-2.onHover:hover #fill2 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-stroke-2 #stroke2 {
  stroke: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A5-fill-3 #fill3 {
  fill: #d4a5a5;
}
.C-D4A5A5-fill-3.onHover:hover #fill3,
.C-D4A5A5-fill-3:hover #fill3 {
  fill: #d4a5a5;
}
.C-D4A5A5-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A5100-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A5100-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A595-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A595-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A590-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A590-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A585-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A585-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A580-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A580-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A575-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A575-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A570-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A570-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A565-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A565-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A560-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A560-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A555-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A555-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A550-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A550-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A545-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A545-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A540-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A540-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A535-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A535-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A530-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A530-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A525-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A525-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A520-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A520-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A515-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A515-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A510-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A510-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A55-fill-3 #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-fill-3.onHover:hover #fill3 {
  fill: #d4a5a5 !important;
}
.C-D4A5A55-stroke-3 #stroke3 {
  stroke: #d4a5a5 !important;
}
.C-D4A5A50-fill-3 #fill3 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-fill-3.onHover:hover #fill3 {
  fill: rgba(212, 165, 165, 0) !important;
}
.C-D4A5A50-stroke-3 #stroke3 {
  stroke: rgba(212, 165, 165, 0) !important;
}
.C-AA8282-100 {
  background-color: #aa8282FF !important;
}
.C-AA8282-100-text {
  color: #aa8282FF;
}
.C-AA8282-100-border {
  border-color: #aa8282FF !important;
}
.C-AA8282-95 {
  background-color: #aa8282F2 !important;
}
.C-AA8282-95-text {
  color: #aa8282F2;
}
.C-AA8282-95-border {
  border-color: #aa8282F2 !important;
}
.C-AA8282-90 {
  background-color: #aa8282E6 !important;
}
.C-AA8282-90-text {
  color: #aa8282E6;
}
.C-AA8282-90-border {
  border-color: #aa8282E6 !important;
}
.C-AA8282-85 {
  background-color: #aa8282D9 !important;
}
.C-AA8282-85-text {
  color: #aa8282D9;
}
.C-AA8282-85-border {
  border-color: #aa8282D9 !important;
}
.C-AA8282-80 {
  background-color: #aa8282CC !important;
}
.C-AA8282-80-text {
  color: #aa8282CC;
}
.C-AA8282-80-border {
  border-color: #aa8282CC !important;
}
.C-AA8282-75 {
  background-color: #aa8282BF !important;
}
.C-AA8282-75-text {
  color: #aa8282BF;
}
.C-AA8282-75-border {
  border-color: #aa8282BF !important;
}
.C-AA8282-70 {
  background-color: #aa8282B3 !important;
}
.C-AA8282-70-text {
  color: #aa8282B3;
}
.C-AA8282-70-border {
  border-color: #aa8282B3 !important;
}
.C-AA8282-65 {
  background-color: #aa8282A6 !important;
}
.C-AA8282-65-text {
  color: #aa8282A6;
}
.C-AA8282-65-border {
  border-color: #aa8282A6 !important;
}
.C-AA8282-60 {
  background-color: #aa828299 !important;
}
.C-AA8282-60-text {
  color: #aa828299;
}
.C-AA8282-60-border {
  border-color: #aa828299 !important;
}
.C-AA8282-55 {
  background-color: #aa82828C !important;
}
.C-AA8282-55-text {
  color: #aa82828C;
}
.C-AA8282-55-border {
  border-color: #aa82828C !important;
}
.C-AA8282-50 {
  background-color: #aa828280 !important;
}
.C-AA8282-50-text {
  color: #aa828280;
}
.C-AA8282-50-border {
  border-color: #aa828280 !important;
}
.C-AA8282-45 {
  background-color: #aa828273 !important;
}
.C-AA8282-45-text {
  color: #aa828273;
}
.C-AA8282-45-border {
  border-color: #aa828273 !important;
}
.C-AA8282-40 {
  background-color: #aa828266 !important;
}
.C-AA8282-40-text {
  color: #aa828266;
}
.C-AA8282-40-border {
  border-color: #aa828266 !important;
}
.C-AA8282-35 {
  background-color: #aa828259 !important;
}
.C-AA8282-35-text {
  color: #aa828259;
}
.C-AA8282-35-border {
  border-color: #aa828259 !important;
}
.C-AA8282-30 {
  background-color: #aa82824D !important;
}
.C-AA8282-30-text {
  color: #aa82824D;
}
.C-AA8282-30-border {
  border-color: #aa82824D !important;
}
.C-AA8282-25 {
  background-color: #aa828240 !important;
}
.C-AA8282-25-text {
  color: #aa828240;
}
.C-AA8282-25-border {
  border-color: #aa828240 !important;
}
.C-AA8282-20 {
  background-color: #aa828233 !important;
}
.C-AA8282-20-text {
  color: #aa828233;
}
.C-AA8282-20-border {
  border-color: #aa828233 !important;
}
.C-AA8282-15 {
  background-color: #aa828226 !important;
}
.C-AA8282-15-text {
  color: #aa828226;
}
.C-AA8282-15-border {
  border-color: #aa828226 !important;
}
.C-AA8282-10 {
  background-color: #aa82821A !important;
}
.C-AA8282-10-text {
  color: #aa82821A;
}
.C-AA8282-10-border {
  border-color: #aa82821A !important;
}
.C-AA8282-5 {
  background-color: #aa82820D !important;
}
.C-AA8282-5-text {
  color: #aa82820D;
}
.C-AA8282-5-border {
  border-color: #aa82820D !important;
}
.C-AA8282-0 {
  background-color: #aa82820 !important;
}
.C-AA8282-0-text {
  color: #aa82820;
}
.C-AA8282-0-border {
  border-color: #aa82820 !important;
}
.C-AA8282 {
  background-color: #aa8282 !important;
  --btn-background: #aa8282;
}
.C-AA8282-text {
  color: #aa8282;
}
.C-AA8282-border {
  border-color: #aa8282 !important;
}
@media (hover: hover) {
  .C-AA8282-hover-bg:hover {
    background-color: #aa8282 !important;
  }
}
.C-AA8282-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AA8282-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aa8282;
  fill: #aa8282;
  stroke: #aa8282;
}
.C-AA8282-hover-text[papaTarget]:hover.f_targetText {
  color: #aa8282 !important;
  fill: #aa8282 !important;
  stroke: #aa8282 !important;
}
.C-AA8282-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AA8282-hover-text[fHover]:hover {
  color: #aa8282 !important;
}
.C-AA8282-after::after,
.C-AA8282-after::before {
  background-color: #aa8282;
}
.C-AA8282-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aa8282;
  transition: box-shadow 0.2s;
}
.C-AA8282100 {
  background-color: #aa8282 !important;
}
.C-AA8282100-text {
  color: #aa8282;
}
.C-AA8282100-border {
  border-color: #aa8282;
}
.C-linearGradient-AA8282100 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828295 {
  background-color: #aa8282 !important;
}
.C-AA828295-text {
  color: #aa8282;
}
.C-AA828295-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828295 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828290 {
  background-color: #aa8282 !important;
}
.C-AA828290-text {
  color: #aa8282;
}
.C-AA828290-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828290 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828285 {
  background-color: #aa8282 !important;
}
.C-AA828285-text {
  color: #aa8282;
}
.C-AA828285-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828285 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828280 {
  background-color: #aa8282 !important;
}
.C-AA828280-text {
  color: #aa8282;
}
.C-AA828280-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828280 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828275 {
  background-color: #aa8282 !important;
}
.C-AA828275-text {
  color: #aa8282;
}
.C-AA828275-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828275 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828270 {
  background-color: #aa8282 !important;
}
.C-AA828270-text {
  color: #aa8282;
}
.C-AA828270-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828270 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828265 {
  background-color: #aa8282 !important;
}
.C-AA828265-text {
  color: #aa8282;
}
.C-AA828265-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828265 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828260 {
  background-color: #aa8282 !important;
}
.C-AA828260-text {
  color: #aa8282;
}
.C-AA828260-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828260 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828255 {
  background-color: #aa8282 !important;
}
.C-AA828255-text {
  color: #aa8282;
}
.C-AA828255-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828255 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828250 {
  background-color: #aa8282 !important;
}
.C-AA828250-text {
  color: #aa8282;
}
.C-AA828250-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828250 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828245 {
  background-color: #aa8282 !important;
}
.C-AA828245-text {
  color: #aa8282;
}
.C-AA828245-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828245 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828240 {
  background-color: #aa8282 !important;
}
.C-AA828240-text {
  color: #aa8282;
}
.C-AA828240-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828240 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828235 {
  background-color: #aa8282 !important;
}
.C-AA828235-text {
  color: #aa8282;
}
.C-AA828235-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828235 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828230 {
  background-color: #aa8282 !important;
}
.C-AA828230-text {
  color: #aa8282;
}
.C-AA828230-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828230 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828225 {
  background-color: #aa8282 !important;
}
.C-AA828225-text {
  color: #aa8282;
}
.C-AA828225-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828225 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828220 {
  background-color: #aa8282 !important;
}
.C-AA828220-text {
  color: #aa8282;
}
.C-AA828220-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828220 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828215 {
  background-color: #aa8282 !important;
}
.C-AA828215-text {
  color: #aa8282;
}
.C-AA828215-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828215 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA828210 {
  background-color: #aa8282 !important;
}
.C-AA828210-text {
  color: #aa8282;
}
.C-AA828210-border {
  border-color: #aa8282;
}
.C-linearGradient-AA828210 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA82825 {
  background-color: #aa8282 !important;
}
.C-AA82825-text {
  color: #aa8282;
}
.C-AA82825-border {
  border-color: #aa8282;
}
.C-linearGradient-AA82825 {
  background-image:
    linear-gradient(
      45deg,
      #aa8282 0%,
      #aa8282 99%,
      #aa8282 100%);
}
.C-AA82820 {
  background-color: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-text {
  color: rgba(170, 130, 130, 0);
}
.C-AA82820-border {
  border-color: rgba(170, 130, 130, 0);
}
.C-linearGradient-AA82820 {
  background-image:
    linear-gradient(
      45deg,
      rgba(170, 130, 130, 0) 0%,
      #aa8282 99%,
      rgba(170, 130, 130, 0) 100%);
}
.C-AA8282-fill-1 #fill1 {
  fill: #aa8282;
}
.C-AA8282-fill-1.onHover:hover #fill1,
.C-AA8282-fill-1:hover #fill1 {
  fill: #aa8282;
}
.C-AA8282-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA8282100-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA8282100-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA8282100-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828295-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828295-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828295-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828290-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828290-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828290-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828285-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828285-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828285-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828280-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828280-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828280-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828275-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828275-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828275-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828270-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828270-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828270-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828265-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828265-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828265-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828260-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828260-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828260-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828255-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828255-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828255-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828250-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828250-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828250-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828245-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828245-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828245-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828240-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828240-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828240-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828235-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828235-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828235-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828230-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828230-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828230-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828225-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828225-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828225-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828220-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828220-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828220-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828215-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828215-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828215-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA828210-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA828210-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA828210-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA82825-fill-1 #fill1 {
  fill: #aa8282 !important;
}
.C-AA82825-fill-1.onHover:hover #fill1 {
  fill: #aa8282 !important;
}
.C-AA82825-stroke-1 #stroke1 {
  stroke: #aa8282 !important;
}
.C-AA82820-fill-1 #fill1 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-fill-1.onHover:hover #fill1 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-stroke-1 #stroke1 {
  stroke: rgba(170, 130, 130, 0) !important;
}
.C-AA8282-fill-2 #fill2 {
  fill: #aa8282;
}
.C-AA8282-fill-2.onHover:hover #fill2,
.C-AA8282-fill-2:hover #fill2 {
  fill: #aa8282;
}
.C-AA8282-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA8282100-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA8282100-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA8282100-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828295-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828295-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828295-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828290-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828290-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828290-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828285-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828285-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828285-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828280-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828280-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828280-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828275-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828275-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828275-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828270-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828270-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828270-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828265-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828265-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828265-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828260-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828260-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828260-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828255-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828255-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828255-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828250-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828250-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828250-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828245-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828245-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828245-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828240-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828240-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828240-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828235-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828235-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828235-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828230-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828230-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828230-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828225-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828225-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828225-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828220-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828220-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828220-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828215-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828215-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828215-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA828210-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA828210-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA828210-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA82825-fill-2 #fill2 {
  fill: #aa8282 !important;
}
.C-AA82825-fill-2.onHover:hover #fill2 {
  fill: #aa8282 !important;
}
.C-AA82825-stroke-2 #stroke2 {
  stroke: #aa8282 !important;
}
.C-AA82820-fill-2 #fill2 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-fill-2.onHover:hover #fill2 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-stroke-2 #stroke2 {
  stroke: rgba(170, 130, 130, 0) !important;
}
.C-AA8282-fill-3 #fill3 {
  fill: #aa8282;
}
.C-AA8282-fill-3.onHover:hover #fill3,
.C-AA8282-fill-3:hover #fill3 {
  fill: #aa8282;
}
.C-AA8282-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA8282100-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA8282100-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA8282100-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828295-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828295-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828295-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828290-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828290-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828290-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828285-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828285-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828285-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828280-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828280-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828280-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828275-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828275-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828275-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828270-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828270-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828270-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828265-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828265-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828265-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828260-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828260-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828260-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828255-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828255-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828255-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828250-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828250-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828250-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828245-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828245-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828245-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828240-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828240-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828240-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828235-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828235-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828235-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828230-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828230-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828230-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828225-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828225-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828225-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828220-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828220-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828220-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828215-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828215-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828215-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA828210-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA828210-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA828210-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA82825-fill-3 #fill3 {
  fill: #aa8282 !important;
}
.C-AA82825-fill-3.onHover:hover #fill3 {
  fill: #aa8282 !important;
}
.C-AA82825-stroke-3 #stroke3 {
  stroke: #aa8282 !important;
}
.C-AA82820-fill-3 #fill3 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-fill-3.onHover:hover #fill3 {
  fill: rgba(170, 130, 130, 0) !important;
}
.C-AA82820-stroke-3 #stroke3 {
  stroke: rgba(170, 130, 130, 0) !important;
}
.C-F8C8C8-100 {
  background-color: #f8c8c8FF !important;
}
.C-F8C8C8-100-text {
  color: #f8c8c8FF;
}
.C-F8C8C8-100-border {
  border-color: #f8c8c8FF !important;
}
.C-F8C8C8-95 {
  background-color: #f8c8c8F2 !important;
}
.C-F8C8C8-95-text {
  color: #f8c8c8F2;
}
.C-F8C8C8-95-border {
  border-color: #f8c8c8F2 !important;
}
.C-F8C8C8-90 {
  background-color: #f8c8c8E6 !important;
}
.C-F8C8C8-90-text {
  color: #f8c8c8E6;
}
.C-F8C8C8-90-border {
  border-color: #f8c8c8E6 !important;
}
.C-F8C8C8-85 {
  background-color: #f8c8c8D9 !important;
}
.C-F8C8C8-85-text {
  color: #f8c8c8D9;
}
.C-F8C8C8-85-border {
  border-color: #f8c8c8D9 !important;
}
.C-F8C8C8-80 {
  background-color: #f8c8c8CC !important;
}
.C-F8C8C8-80-text {
  color: #f8c8c8CC;
}
.C-F8C8C8-80-border {
  border-color: #f8c8c8CC !important;
}
.C-F8C8C8-75 {
  background-color: #f8c8c8BF !important;
}
.C-F8C8C8-75-text {
  color: #f8c8c8BF;
}
.C-F8C8C8-75-border {
  border-color: #f8c8c8BF !important;
}
.C-F8C8C8-70 {
  background-color: #f8c8c8B3 !important;
}
.C-F8C8C8-70-text {
  color: #f8c8c8B3;
}
.C-F8C8C8-70-border {
  border-color: #f8c8c8B3 !important;
}
.C-F8C8C8-65 {
  background-color: #f8c8c8A6 !important;
}
.C-F8C8C8-65-text {
  color: #f8c8c8A6;
}
.C-F8C8C8-65-border {
  border-color: #f8c8c8A6 !important;
}
.C-F8C8C8-60 {
  background-color: #f8c8c899 !important;
}
.C-F8C8C8-60-text {
  color: #f8c8c899;
}
.C-F8C8C8-60-border {
  border-color: #f8c8c899 !important;
}
.C-F8C8C8-55 {
  background-color: #f8c8c88C !important;
}
.C-F8C8C8-55-text {
  color: #f8c8c88C;
}
.C-F8C8C8-55-border {
  border-color: #f8c8c88C !important;
}
.C-F8C8C8-50 {
  background-color: #f8c8c880 !important;
}
.C-F8C8C8-50-text {
  color: #f8c8c880;
}
.C-F8C8C8-50-border {
  border-color: #f8c8c880 !important;
}
.C-F8C8C8-45 {
  background-color: #f8c8c873 !important;
}
.C-F8C8C8-45-text {
  color: #f8c8c873;
}
.C-F8C8C8-45-border {
  border-color: #f8c8c873 !important;
}
.C-F8C8C8-40 {
  background-color: #f8c8c866 !important;
}
.C-F8C8C8-40-text {
  color: #f8c8c866;
}
.C-F8C8C8-40-border {
  border-color: #f8c8c866 !important;
}
.C-F8C8C8-35 {
  background-color: #f8c8c859 !important;
}
.C-F8C8C8-35-text {
  color: #f8c8c859;
}
.C-F8C8C8-35-border {
  border-color: #f8c8c859 !important;
}
.C-F8C8C8-30 {
  background-color: #f8c8c84D !important;
}
.C-F8C8C8-30-text {
  color: #f8c8c84D;
}
.C-F8C8C8-30-border {
  border-color: #f8c8c84D !important;
}
.C-F8C8C8-25 {
  background-color: #f8c8c840 !important;
}
.C-F8C8C8-25-text {
  color: #f8c8c840;
}
.C-F8C8C8-25-border {
  border-color: #f8c8c840 !important;
}
.C-F8C8C8-20 {
  background-color: #f8c8c833 !important;
}
.C-F8C8C8-20-text {
  color: #f8c8c833;
}
.C-F8C8C8-20-border {
  border-color: #f8c8c833 !important;
}
.C-F8C8C8-15 {
  background-color: #f8c8c826 !important;
}
.C-F8C8C8-15-text {
  color: #f8c8c826;
}
.C-F8C8C8-15-border {
  border-color: #f8c8c826 !important;
}
.C-F8C8C8-10 {
  background-color: #f8c8c81A !important;
}
.C-F8C8C8-10-text {
  color: #f8c8c81A;
}
.C-F8C8C8-10-border {
  border-color: #f8c8c81A !important;
}
.C-F8C8C8-5 {
  background-color: #f8c8c80D !important;
}
.C-F8C8C8-5-text {
  color: #f8c8c80D;
}
.C-F8C8C8-5-border {
  border-color: #f8c8c80D !important;
}
.C-F8C8C8-0 {
  background-color: #f8c8c80 !important;
}
.C-F8C8C8-0-text {
  color: #f8c8c80;
}
.C-F8C8C8-0-border {
  border-color: #f8c8c80 !important;
}
.C-F8C8C8 {
  background-color: #f8c8c8 !important;
  --btn-background: #f8c8c8;
}
.C-F8C8C8-text {
  color: #f8c8c8;
}
.C-F8C8C8-border {
  border-color: #f8c8c8 !important;
}
@media (hover: hover) {
  .C-F8C8C8-hover-bg:hover {
    background-color: #f8c8c8 !important;
  }
}
.C-F8C8C8-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F8C8C8-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f8c8c8;
  fill: #f8c8c8;
  stroke: #f8c8c8;
}
.C-F8C8C8-hover-text[papaTarget]:hover.f_targetText {
  color: #f8c8c8 !important;
  fill: #f8c8c8 !important;
  stroke: #f8c8c8 !important;
}
.C-F8C8C8-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F8C8C8-hover-text[fHover]:hover {
  color: #f8c8c8 !important;
}
.C-F8C8C8-after::after,
.C-F8C8C8-after::before {
  background-color: #f8c8c8;
}
.C-F8C8C8-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f8c8c8;
  transition: box-shadow 0.2s;
}
.C-F8C8C8100 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C8100-text {
  color: #f8c8c8;
}
.C-F8C8C8100-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C8100 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C895 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C895-text {
  color: #f8c8c8;
}
.C-F8C8C895-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C895 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C890 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C890-text {
  color: #f8c8c8;
}
.C-F8C8C890-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C890 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C885 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C885-text {
  color: #f8c8c8;
}
.C-F8C8C885-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C885 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C880 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C880-text {
  color: #f8c8c8;
}
.C-F8C8C880-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C880 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C875 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C875-text {
  color: #f8c8c8;
}
.C-F8C8C875-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C875 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C870 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C870-text {
  color: #f8c8c8;
}
.C-F8C8C870-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C870 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C865 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C865-text {
  color: #f8c8c8;
}
.C-F8C8C865-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C865 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C860 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C860-text {
  color: #f8c8c8;
}
.C-F8C8C860-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C860 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C855 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C855-text {
  color: #f8c8c8;
}
.C-F8C8C855-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C855 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C850 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C850-text {
  color: #f8c8c8;
}
.C-F8C8C850-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C850 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C845 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C845-text {
  color: #f8c8c8;
}
.C-F8C8C845-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C845 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C840 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C840-text {
  color: #f8c8c8;
}
.C-F8C8C840-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C840 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C835 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C835-text {
  color: #f8c8c8;
}
.C-F8C8C835-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C835 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C830 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C830-text {
  color: #f8c8c8;
}
.C-F8C8C830-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C830 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C825 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C825-text {
  color: #f8c8c8;
}
.C-F8C8C825-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C825 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C820 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C820-text {
  color: #f8c8c8;
}
.C-F8C8C820-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C820 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C815 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C815-text {
  color: #f8c8c8;
}
.C-F8C8C815-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C815 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C810 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C810-text {
  color: #f8c8c8;
}
.C-F8C8C810-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C810 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C85 {
  background-color: #f8c8c8 !important;
}
.C-F8C8C85-text {
  color: #f8c8c8;
}
.C-F8C8C85-border {
  border-color: #f8c8c8;
}
.C-linearGradient-F8C8C85 {
  background-image:
    linear-gradient(
      45deg,
      #f8c8c8 0%,
      #f8c8c8 99%,
      #f8c8c8 100%);
}
.C-F8C8C80 {
  background-color: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-text {
  color: rgba(248, 200, 200, 0);
}
.C-F8C8C80-border {
  border-color: rgba(248, 200, 200, 0);
}
.C-linearGradient-F8C8C80 {
  background-image:
    linear-gradient(
      45deg,
      rgba(248, 200, 200, 0) 0%,
      #f8c8c8 99%,
      rgba(248, 200, 200, 0) 100%);
}
.C-F8C8C8-fill-1 #fill1 {
  fill: #f8c8c8;
}
.C-F8C8C8-fill-1.onHover:hover #fill1,
.C-F8C8C8-fill-1:hover #fill1 {
  fill: #f8c8c8;
}
.C-F8C8C8-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C8100-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C895-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C890-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C885-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C880-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C875-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C870-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C865-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C860-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C855-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C850-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C845-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C840-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C835-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C830-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C825-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C820-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C815-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C810-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C85-fill-1 #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-fill-1.onHover:hover #fill1 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-stroke-1 #stroke1 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C80-fill-1 #fill1 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-fill-1.onHover:hover #fill1 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-stroke-1 #stroke1 {
  stroke: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C8-fill-2 #fill2 {
  fill: #f8c8c8;
}
.C-F8C8C8-fill-2.onHover:hover #fill2,
.C-F8C8C8-fill-2:hover #fill2 {
  fill: #f8c8c8;
}
.C-F8C8C8-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C8100-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C895-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C890-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C885-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C880-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C875-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C870-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C865-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C860-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C855-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C850-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C845-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C840-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C835-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C830-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C825-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C820-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C815-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C810-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C85-fill-2 #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-fill-2.onHover:hover #fill2 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-stroke-2 #stroke2 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C80-fill-2 #fill2 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-fill-2.onHover:hover #fill2 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-stroke-2 #stroke2 {
  stroke: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C8-fill-3 #fill3 {
  fill: #f8c8c8;
}
.C-F8C8C8-fill-3.onHover:hover #fill3,
.C-F8C8C8-fill-3:hover #fill3 {
  fill: #f8c8c8;
}
.C-F8C8C8-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C8100-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C8100-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C895-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C895-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C890-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C890-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C885-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C885-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C880-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C880-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C875-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C875-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C870-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C870-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C865-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C865-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C860-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C860-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C855-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C855-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C850-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C850-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C845-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C845-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C840-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C840-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C835-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C835-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C830-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C830-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C825-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C825-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C820-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C820-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C815-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C815-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C810-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C810-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C85-fill-3 #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-fill-3.onHover:hover #fill3 {
  fill: #f8c8c8 !important;
}
.C-F8C8C85-stroke-3 #stroke3 {
  stroke: #f8c8c8 !important;
}
.C-F8C8C80-fill-3 #fill3 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-fill-3.onHover:hover #fill3 {
  fill: rgba(248, 200, 200, 0) !important;
}
.C-F8C8C80-stroke-3 #stroke3 {
  stroke: rgba(248, 200, 200, 0) !important;
}
.C-F5E0C3-100 {
  background-color: #f5e0c3FF !important;
}
.C-F5E0C3-100-text {
  color: #f5e0c3FF;
}
.C-F5E0C3-100-border {
  border-color: #f5e0c3FF !important;
}
.C-F5E0C3-95 {
  background-color: #f5e0c3F2 !important;
}
.C-F5E0C3-95-text {
  color: #f5e0c3F2;
}
.C-F5E0C3-95-border {
  border-color: #f5e0c3F2 !important;
}
.C-F5E0C3-90 {
  background-color: #f5e0c3E6 !important;
}
.C-F5E0C3-90-text {
  color: #f5e0c3E6;
}
.C-F5E0C3-90-border {
  border-color: #f5e0c3E6 !important;
}
.C-F5E0C3-85 {
  background-color: #f5e0c3D9 !important;
}
.C-F5E0C3-85-text {
  color: #f5e0c3D9;
}
.C-F5E0C3-85-border {
  border-color: #f5e0c3D9 !important;
}
.C-F5E0C3-80 {
  background-color: #f5e0c3CC !important;
}
.C-F5E0C3-80-text {
  color: #f5e0c3CC;
}
.C-F5E0C3-80-border {
  border-color: #f5e0c3CC !important;
}
.C-F5E0C3-75 {
  background-color: #f5e0c3BF !important;
}
.C-F5E0C3-75-text {
  color: #f5e0c3BF;
}
.C-F5E0C3-75-border {
  border-color: #f5e0c3BF !important;
}
.C-F5E0C3-70 {
  background-color: #f5e0c3B3 !important;
}
.C-F5E0C3-70-text {
  color: #f5e0c3B3;
}
.C-F5E0C3-70-border {
  border-color: #f5e0c3B3 !important;
}
.C-F5E0C3-65 {
  background-color: #f5e0c3A6 !important;
}
.C-F5E0C3-65-text {
  color: #f5e0c3A6;
}
.C-F5E0C3-65-border {
  border-color: #f5e0c3A6 !important;
}
.C-F5E0C3-60 {
  background-color: #f5e0c399 !important;
}
.C-F5E0C3-60-text {
  color: #f5e0c399;
}
.C-F5E0C3-60-border {
  border-color: #f5e0c399 !important;
}
.C-F5E0C3-55 {
  background-color: #f5e0c38C !important;
}
.C-F5E0C3-55-text {
  color: #f5e0c38C;
}
.C-F5E0C3-55-border {
  border-color: #f5e0c38C !important;
}
.C-F5E0C3-50 {
  background-color: #f5e0c380 !important;
}
.C-F5E0C3-50-text {
  color: #f5e0c380;
}
.C-F5E0C3-50-border {
  border-color: #f5e0c380 !important;
}
.C-F5E0C3-45 {
  background-color: #f5e0c373 !important;
}
.C-F5E0C3-45-text {
  color: #f5e0c373;
}
.C-F5E0C3-45-border {
  border-color: #f5e0c373 !important;
}
.C-F5E0C3-40 {
  background-color: #f5e0c366 !important;
}
.C-F5E0C3-40-text {
  color: #f5e0c366;
}
.C-F5E0C3-40-border {
  border-color: #f5e0c366 !important;
}
.C-F5E0C3-35 {
  background-color: #f5e0c359 !important;
}
.C-F5E0C3-35-text {
  color: #f5e0c359;
}
.C-F5E0C3-35-border {
  border-color: #f5e0c359 !important;
}
.C-F5E0C3-30 {
  background-color: #f5e0c34D !important;
}
.C-F5E0C3-30-text {
  color: #f5e0c34D;
}
.C-F5E0C3-30-border {
  border-color: #f5e0c34D !important;
}
.C-F5E0C3-25 {
  background-color: #f5e0c340 !important;
}
.C-F5E0C3-25-text {
  color: #f5e0c340;
}
.C-F5E0C3-25-border {
  border-color: #f5e0c340 !important;
}
.C-F5E0C3-20 {
  background-color: #f5e0c333 !important;
}
.C-F5E0C3-20-text {
  color: #f5e0c333;
}
.C-F5E0C3-20-border {
  border-color: #f5e0c333 !important;
}
.C-F5E0C3-15 {
  background-color: #f5e0c326 !important;
}
.C-F5E0C3-15-text {
  color: #f5e0c326;
}
.C-F5E0C3-15-border {
  border-color: #f5e0c326 !important;
}
.C-F5E0C3-10 {
  background-color: #f5e0c31A !important;
}
.C-F5E0C3-10-text {
  color: #f5e0c31A;
}
.C-F5E0C3-10-border {
  border-color: #f5e0c31A !important;
}
.C-F5E0C3-5 {
  background-color: #f5e0c30D !important;
}
.C-F5E0C3-5-text {
  color: #f5e0c30D;
}
.C-F5E0C3-5-border {
  border-color: #f5e0c30D !important;
}
.C-F5E0C3-0 {
  background-color: #f5e0c30 !important;
}
.C-F5E0C3-0-text {
  color: #f5e0c30;
}
.C-F5E0C3-0-border {
  border-color: #f5e0c30 !important;
}
.C-F5E0C3 {
  background-color: #f5e0c3 !important;
  --btn-background: #f5e0c3;
}
.C-F5E0C3-text {
  color: #f5e0c3;
}
.C-F5E0C3-border {
  border-color: #f5e0c3 !important;
}
@media (hover: hover) {
  .C-F5E0C3-hover-bg:hover {
    background-color: #f5e0c3 !important;
  }
}
.C-F5E0C3-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F5E0C3-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f5e0c3;
  fill: #f5e0c3;
  stroke: #f5e0c3;
}
.C-F5E0C3-hover-text[papaTarget]:hover.f_targetText {
  color: #f5e0c3 !important;
  fill: #f5e0c3 !important;
  stroke: #f5e0c3 !important;
}
.C-F5E0C3-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F5E0C3-hover-text[fHover]:hover {
  color: #f5e0c3 !important;
}
.C-F5E0C3-after::after,
.C-F5E0C3-after::before {
  background-color: #f5e0c3;
}
.C-F5E0C3-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f5e0c3;
  transition: box-shadow 0.2s;
}
.C-F5E0C3100 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C3100-text {
  color: #f5e0c3;
}
.C-F5E0C3100-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C3100 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C395 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C395-text {
  color: #f5e0c3;
}
.C-F5E0C395-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C395 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C390 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C390-text {
  color: #f5e0c3;
}
.C-F5E0C390-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C390 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C385 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C385-text {
  color: #f5e0c3;
}
.C-F5E0C385-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C385 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C380 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C380-text {
  color: #f5e0c3;
}
.C-F5E0C380-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C380 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C375 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C375-text {
  color: #f5e0c3;
}
.C-F5E0C375-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C375 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C370 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C370-text {
  color: #f5e0c3;
}
.C-F5E0C370-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C370 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C365 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C365-text {
  color: #f5e0c3;
}
.C-F5E0C365-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C365 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C360 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C360-text {
  color: #f5e0c3;
}
.C-F5E0C360-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C360 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C355 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C355-text {
  color: #f5e0c3;
}
.C-F5E0C355-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C355 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C350 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C350-text {
  color: #f5e0c3;
}
.C-F5E0C350-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C350 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C345 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C345-text {
  color: #f5e0c3;
}
.C-F5E0C345-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C345 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C340 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C340-text {
  color: #f5e0c3;
}
.C-F5E0C340-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C340 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C335 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C335-text {
  color: #f5e0c3;
}
.C-F5E0C335-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C335 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C330 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C330-text {
  color: #f5e0c3;
}
.C-F5E0C330-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C330 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C325 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C325-text {
  color: #f5e0c3;
}
.C-F5E0C325-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C325 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C320 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C320-text {
  color: #f5e0c3;
}
.C-F5E0C320-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C320 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C315 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C315-text {
  color: #f5e0c3;
}
.C-F5E0C315-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C315 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C310 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C310-text {
  color: #f5e0c3;
}
.C-F5E0C310-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C310 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C35 {
  background-color: #f5e0c3 !important;
}
.C-F5E0C35-text {
  color: #f5e0c3;
}
.C-F5E0C35-border {
  border-color: #f5e0c3;
}
.C-linearGradient-F5E0C35 {
  background-image:
    linear-gradient(
      45deg,
      #f5e0c3 0%,
      #f5e0c3 99%,
      #f5e0c3 100%);
}
.C-F5E0C30 {
  background-color: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-text {
  color: rgba(245, 224, 195, 0);
}
.C-F5E0C30-border {
  border-color: rgba(245, 224, 195, 0);
}
.C-linearGradient-F5E0C30 {
  background-image:
    linear-gradient(
      45deg,
      rgba(245, 224, 195, 0) 0%,
      #f5e0c3 99%,
      rgba(245, 224, 195, 0) 100%);
}
.C-F5E0C3-fill-1 #fill1 {
  fill: #f5e0c3;
}
.C-F5E0C3-fill-1.onHover:hover #fill1,
.C-F5E0C3-fill-1:hover #fill1 {
  fill: #f5e0c3;
}
.C-F5E0C3-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C3100-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C395-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C390-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C385-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C380-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C375-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C370-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C365-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C360-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C355-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C350-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C345-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C340-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C335-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C330-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C325-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C320-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C315-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C310-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C35-fill-1 #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-fill-1.onHover:hover #fill1 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-stroke-1 #stroke1 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C30-fill-1 #fill1 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-fill-1.onHover:hover #fill1 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-stroke-1 #stroke1 {
  stroke: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C3-fill-2 #fill2 {
  fill: #f5e0c3;
}
.C-F5E0C3-fill-2.onHover:hover #fill2,
.C-F5E0C3-fill-2:hover #fill2 {
  fill: #f5e0c3;
}
.C-F5E0C3-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C3100-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C395-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C390-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C385-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C380-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C375-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C370-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C365-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C360-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C355-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C350-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C345-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C340-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C335-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C330-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C325-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C320-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C315-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C310-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C35-fill-2 #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-fill-2.onHover:hover #fill2 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-stroke-2 #stroke2 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C30-fill-2 #fill2 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-fill-2.onHover:hover #fill2 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-stroke-2 #stroke2 {
  stroke: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C3-fill-3 #fill3 {
  fill: #f5e0c3;
}
.C-F5E0C3-fill-3.onHover:hover #fill3,
.C-F5E0C3-fill-3:hover #fill3 {
  fill: #f5e0c3;
}
.C-F5E0C3-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C3100-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C3100-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C395-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C395-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C390-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C390-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C385-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C385-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C380-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C380-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C375-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C375-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C370-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C370-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C365-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C365-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C360-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C360-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C355-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C355-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C350-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C350-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C345-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C345-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C340-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C340-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C335-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C335-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C330-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C330-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C325-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C325-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C320-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C320-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C315-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C315-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C310-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C310-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C35-fill-3 #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-fill-3.onHover:hover #fill3 {
  fill: #f5e0c3 !important;
}
.C-F5E0C35-stroke-3 #stroke3 {
  stroke: #f5e0c3 !important;
}
.C-F5E0C30-fill-3 #fill3 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-fill-3.onHover:hover #fill3 {
  fill: rgba(245, 224, 195, 0) !important;
}
.C-F5E0C30-stroke-3 #stroke3 {
  stroke: rgba(245, 224, 195, 0) !important;
}
.C-C2B39A-100 {
  background-color: #c2b39aFF !important;
}
.C-C2B39A-100-text {
  color: #c2b39aFF;
}
.C-C2B39A-100-border {
  border-color: #c2b39aFF !important;
}
.C-C2B39A-95 {
  background-color: #c2b39aF2 !important;
}
.C-C2B39A-95-text {
  color: #c2b39aF2;
}
.C-C2B39A-95-border {
  border-color: #c2b39aF2 !important;
}
.C-C2B39A-90 {
  background-color: #c2b39aE6 !important;
}
.C-C2B39A-90-text {
  color: #c2b39aE6;
}
.C-C2B39A-90-border {
  border-color: #c2b39aE6 !important;
}
.C-C2B39A-85 {
  background-color: #c2b39aD9 !important;
}
.C-C2B39A-85-text {
  color: #c2b39aD9;
}
.C-C2B39A-85-border {
  border-color: #c2b39aD9 !important;
}
.C-C2B39A-80 {
  background-color: #c2b39aCC !important;
}
.C-C2B39A-80-text {
  color: #c2b39aCC;
}
.C-C2B39A-80-border {
  border-color: #c2b39aCC !important;
}
.C-C2B39A-75 {
  background-color: #c2b39aBF !important;
}
.C-C2B39A-75-text {
  color: #c2b39aBF;
}
.C-C2B39A-75-border {
  border-color: #c2b39aBF !important;
}
.C-C2B39A-70 {
  background-color: #c2b39aB3 !important;
}
.C-C2B39A-70-text {
  color: #c2b39aB3;
}
.C-C2B39A-70-border {
  border-color: #c2b39aB3 !important;
}
.C-C2B39A-65 {
  background-color: #c2b39aA6 !important;
}
.C-C2B39A-65-text {
  color: #c2b39aA6;
}
.C-C2B39A-65-border {
  border-color: #c2b39aA6 !important;
}
.C-C2B39A-60 {
  background-color: #c2b39a99 !important;
}
.C-C2B39A-60-text {
  color: #c2b39a99;
}
.C-C2B39A-60-border {
  border-color: #c2b39a99 !important;
}
.C-C2B39A-55 {
  background-color: #c2b39a8C !important;
}
.C-C2B39A-55-text {
  color: #c2b39a8C;
}
.C-C2B39A-55-border {
  border-color: #c2b39a8C !important;
}
.C-C2B39A-50 {
  background-color: #c2b39a80 !important;
}
.C-C2B39A-50-text {
  color: #c2b39a80;
}
.C-C2B39A-50-border {
  border-color: #c2b39a80 !important;
}
.C-C2B39A-45 {
  background-color: #c2b39a73 !important;
}
.C-C2B39A-45-text {
  color: #c2b39a73;
}
.C-C2B39A-45-border {
  border-color: #c2b39a73 !important;
}
.C-C2B39A-40 {
  background-color: #c2b39a66 !important;
}
.C-C2B39A-40-text {
  color: #c2b39a66;
}
.C-C2B39A-40-border {
  border-color: #c2b39a66 !important;
}
.C-C2B39A-35 {
  background-color: #c2b39a59 !important;
}
.C-C2B39A-35-text {
  color: #c2b39a59;
}
.C-C2B39A-35-border {
  border-color: #c2b39a59 !important;
}
.C-C2B39A-30 {
  background-color: #c2b39a4D !important;
}
.C-C2B39A-30-text {
  color: #c2b39a4D;
}
.C-C2B39A-30-border {
  border-color: #c2b39a4D !important;
}
.C-C2B39A-25 {
  background-color: #c2b39a40 !important;
}
.C-C2B39A-25-text {
  color: #c2b39a40;
}
.C-C2B39A-25-border {
  border-color: #c2b39a40 !important;
}
.C-C2B39A-20 {
  background-color: #c2b39a33 !important;
}
.C-C2B39A-20-text {
  color: #c2b39a33;
}
.C-C2B39A-20-border {
  border-color: #c2b39a33 !important;
}
.C-C2B39A-15 {
  background-color: #c2b39a26 !important;
}
.C-C2B39A-15-text {
  color: #c2b39a26;
}
.C-C2B39A-15-border {
  border-color: #c2b39a26 !important;
}
.C-C2B39A-10 {
  background-color: #c2b39a1A !important;
}
.C-C2B39A-10-text {
  color: #c2b39a1A;
}
.C-C2B39A-10-border {
  border-color: #c2b39a1A !important;
}
.C-C2B39A-5 {
  background-color: #c2b39a0D !important;
}
.C-C2B39A-5-text {
  color: #c2b39a0D;
}
.C-C2B39A-5-border {
  border-color: #c2b39a0D !important;
}
.C-C2B39A-0 {
  background-color: #c2b39a0 !important;
}
.C-C2B39A-0-text {
  color: #c2b39a0;
}
.C-C2B39A-0-border {
  border-color: #c2b39a0 !important;
}
.C-C2B39A {
  background-color: #c2b39a !important;
  --btn-background: #c2b39a;
}
.C-C2B39A-text {
  color: #c2b39a;
}
.C-C2B39A-border {
  border-color: #c2b39a !important;
}
@media (hover: hover) {
  .C-C2B39A-hover-bg:hover {
    background-color: #c2b39a !important;
  }
}
.C-C2B39A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-C2B39A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c2b39a;
  fill: #c2b39a;
  stroke: #c2b39a;
}
.C-C2B39A-hover-text[papaTarget]:hover.f_targetText {
  color: #c2b39a !important;
  fill: #c2b39a !important;
  stroke: #c2b39a !important;
}
.C-C2B39A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-C2B39A-hover-text[fHover]:hover {
  color: #c2b39a !important;
}
.C-C2B39A-after::after,
.C-C2B39A-after::before {
  background-color: #c2b39a;
}
.C-C2B39A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c2b39a;
  transition: box-shadow 0.2s;
}
.C-C2B39A100 {
  background-color: #c2b39a !important;
}
.C-C2B39A100-text {
  color: #c2b39a;
}
.C-C2B39A100-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A100 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A95 {
  background-color: #c2b39a !important;
}
.C-C2B39A95-text {
  color: #c2b39a;
}
.C-C2B39A95-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A95 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A90 {
  background-color: #c2b39a !important;
}
.C-C2B39A90-text {
  color: #c2b39a;
}
.C-C2B39A90-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A90 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A85 {
  background-color: #c2b39a !important;
}
.C-C2B39A85-text {
  color: #c2b39a;
}
.C-C2B39A85-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A85 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A80 {
  background-color: #c2b39a !important;
}
.C-C2B39A80-text {
  color: #c2b39a;
}
.C-C2B39A80-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A80 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A75 {
  background-color: #c2b39a !important;
}
.C-C2B39A75-text {
  color: #c2b39a;
}
.C-C2B39A75-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A75 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A70 {
  background-color: #c2b39a !important;
}
.C-C2B39A70-text {
  color: #c2b39a;
}
.C-C2B39A70-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A70 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A65 {
  background-color: #c2b39a !important;
}
.C-C2B39A65-text {
  color: #c2b39a;
}
.C-C2B39A65-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A65 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A60 {
  background-color: #c2b39a !important;
}
.C-C2B39A60-text {
  color: #c2b39a;
}
.C-C2B39A60-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A60 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A55 {
  background-color: #c2b39a !important;
}
.C-C2B39A55-text {
  color: #c2b39a;
}
.C-C2B39A55-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A55 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A50 {
  background-color: #c2b39a !important;
}
.C-C2B39A50-text {
  color: #c2b39a;
}
.C-C2B39A50-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A50 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A45 {
  background-color: #c2b39a !important;
}
.C-C2B39A45-text {
  color: #c2b39a;
}
.C-C2B39A45-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A45 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A40 {
  background-color: #c2b39a !important;
}
.C-C2B39A40-text {
  color: #c2b39a;
}
.C-C2B39A40-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A40 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A35 {
  background-color: #c2b39a !important;
}
.C-C2B39A35-text {
  color: #c2b39a;
}
.C-C2B39A35-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A35 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A30 {
  background-color: #c2b39a !important;
}
.C-C2B39A30-text {
  color: #c2b39a;
}
.C-C2B39A30-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A30 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A25 {
  background-color: #c2b39a !important;
}
.C-C2B39A25-text {
  color: #c2b39a;
}
.C-C2B39A25-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A25 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A20 {
  background-color: #c2b39a !important;
}
.C-C2B39A20-text {
  color: #c2b39a;
}
.C-C2B39A20-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A20 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A15 {
  background-color: #c2b39a !important;
}
.C-C2B39A15-text {
  color: #c2b39a;
}
.C-C2B39A15-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A15 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A10 {
  background-color: #c2b39a !important;
}
.C-C2B39A10-text {
  color: #c2b39a;
}
.C-C2B39A10-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A10 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A5 {
  background-color: #c2b39a !important;
}
.C-C2B39A5-text {
  color: #c2b39a;
}
.C-C2B39A5-border {
  border-color: #c2b39a;
}
.C-linearGradient-C2B39A5 {
  background-image:
    linear-gradient(
      45deg,
      #c2b39a 0%,
      #c2b39a 99%,
      #c2b39a 100%);
}
.C-C2B39A0 {
  background-color: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-text {
  color: rgba(194, 179, 154, 0);
}
.C-C2B39A0-border {
  border-color: rgba(194, 179, 154, 0);
}
.C-linearGradient-C2B39A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(194, 179, 154, 0) 0%,
      #c2b39a 99%,
      rgba(194, 179, 154, 0) 100%);
}
.C-C2B39A-fill-1 #fill1 {
  fill: #c2b39a;
}
.C-C2B39A-fill-1.onHover:hover #fill1,
.C-C2B39A-fill-1:hover #fill1 {
  fill: #c2b39a;
}
.C-C2B39A-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A100-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A100-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A100-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A95-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A95-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A95-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A90-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A90-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A90-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A85-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A85-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A85-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A80-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A80-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A80-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A75-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A75-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A75-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A70-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A70-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A70-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A65-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A65-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A65-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A60-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A60-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A60-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A55-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A55-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A55-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A50-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A50-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A50-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A45-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A45-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A45-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A40-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A40-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A40-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A35-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A35-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A35-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A30-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A30-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A30-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A25-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A25-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A25-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A20-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A20-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A20-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A15-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A15-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A15-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A10-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A10-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A10-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A5-fill-1 #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A5-fill-1.onHover:hover #fill1 {
  fill: #c2b39a !important;
}
.C-C2B39A5-stroke-1 #stroke1 {
  stroke: #c2b39a !important;
}
.C-C2B39A0-fill-1 #fill1 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-fill-1.onHover:hover #fill1 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-stroke-1 #stroke1 {
  stroke: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A-fill-2 #fill2 {
  fill: #c2b39a;
}
.C-C2B39A-fill-2.onHover:hover #fill2,
.C-C2B39A-fill-2:hover #fill2 {
  fill: #c2b39a;
}
.C-C2B39A-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A100-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A100-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A100-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A95-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A95-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A95-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A90-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A90-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A90-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A85-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A85-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A85-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A80-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A80-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A80-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A75-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A75-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A75-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A70-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A70-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A70-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A65-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A65-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A65-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A60-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A60-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A60-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A55-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A55-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A55-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A50-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A50-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A50-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A45-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A45-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A45-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A40-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A40-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A40-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A35-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A35-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A35-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A30-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A30-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A30-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A25-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A25-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A25-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A20-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A20-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A20-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A15-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A15-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A15-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A10-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A10-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A10-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A5-fill-2 #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A5-fill-2.onHover:hover #fill2 {
  fill: #c2b39a !important;
}
.C-C2B39A5-stroke-2 #stroke2 {
  stroke: #c2b39a !important;
}
.C-C2B39A0-fill-2 #fill2 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-fill-2.onHover:hover #fill2 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-stroke-2 #stroke2 {
  stroke: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A-fill-3 #fill3 {
  fill: #c2b39a;
}
.C-C2B39A-fill-3.onHover:hover #fill3,
.C-C2B39A-fill-3:hover #fill3 {
  fill: #c2b39a;
}
.C-C2B39A-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A100-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A100-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A100-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A95-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A95-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A95-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A90-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A90-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A90-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A85-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A85-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A85-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A80-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A80-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A80-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A75-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A75-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A75-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A70-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A70-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A70-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A65-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A65-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A65-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A60-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A60-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A60-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A55-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A55-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A55-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A50-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A50-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A50-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A45-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A45-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A45-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A40-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A40-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A40-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A35-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A35-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A35-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A30-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A30-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A30-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A25-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A25-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A25-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A20-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A20-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A20-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A15-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A15-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A15-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A10-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A10-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A10-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A5-fill-3 #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A5-fill-3.onHover:hover #fill3 {
  fill: #c2b39a !important;
}
.C-C2B39A5-stroke-3 #stroke3 {
  stroke: #c2b39a !important;
}
.C-C2B39A0-fill-3 #fill3 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-fill-3.onHover:hover #fill3 {
  fill: rgba(194, 179, 154, 0) !important;
}
.C-C2B39A0-stroke-3 #stroke3 {
  stroke: rgba(194, 179, 154, 0) !important;
}
.C-FAF0E6-100 {
  background-color: #faf0e6FF !important;
}
.C-FAF0E6-100-text {
  color: #faf0e6FF;
}
.C-FAF0E6-100-border {
  border-color: #faf0e6FF !important;
}
.C-FAF0E6-95 {
  background-color: #faf0e6F2 !important;
}
.C-FAF0E6-95-text {
  color: #faf0e6F2;
}
.C-FAF0E6-95-border {
  border-color: #faf0e6F2 !important;
}
.C-FAF0E6-90 {
  background-color: #faf0e6E6 !important;
}
.C-FAF0E6-90-text {
  color: #faf0e6E6;
}
.C-FAF0E6-90-border {
  border-color: #faf0e6E6 !important;
}
.C-FAF0E6-85 {
  background-color: #faf0e6D9 !important;
}
.C-FAF0E6-85-text {
  color: #faf0e6D9;
}
.C-FAF0E6-85-border {
  border-color: #faf0e6D9 !important;
}
.C-FAF0E6-80 {
  background-color: #faf0e6CC !important;
}
.C-FAF0E6-80-text {
  color: #faf0e6CC;
}
.C-FAF0E6-80-border {
  border-color: #faf0e6CC !important;
}
.C-FAF0E6-75 {
  background-color: #faf0e6BF !important;
}
.C-FAF0E6-75-text {
  color: #faf0e6BF;
}
.C-FAF0E6-75-border {
  border-color: #faf0e6BF !important;
}
.C-FAF0E6-70 {
  background-color: #faf0e6B3 !important;
}
.C-FAF0E6-70-text {
  color: #faf0e6B3;
}
.C-FAF0E6-70-border {
  border-color: #faf0e6B3 !important;
}
.C-FAF0E6-65 {
  background-color: #faf0e6A6 !important;
}
.C-FAF0E6-65-text {
  color: #faf0e6A6;
}
.C-FAF0E6-65-border {
  border-color: #faf0e6A6 !important;
}
.C-FAF0E6-60 {
  background-color: #faf0e699 !important;
}
.C-FAF0E6-60-text {
  color: #faf0e699;
}
.C-FAF0E6-60-border {
  border-color: #faf0e699 !important;
}
.C-FAF0E6-55 {
  background-color: #faf0e68C !important;
}
.C-FAF0E6-55-text {
  color: #faf0e68C;
}
.C-FAF0E6-55-border {
  border-color: #faf0e68C !important;
}
.C-FAF0E6-50 {
  background-color: #faf0e680 !important;
}
.C-FAF0E6-50-text {
  color: #faf0e680;
}
.C-FAF0E6-50-border {
  border-color: #faf0e680 !important;
}
.C-FAF0E6-45 {
  background-color: #faf0e673 !important;
}
.C-FAF0E6-45-text {
  color: #faf0e673;
}
.C-FAF0E6-45-border {
  border-color: #faf0e673 !important;
}
.C-FAF0E6-40 {
  background-color: #faf0e666 !important;
}
.C-FAF0E6-40-text {
  color: #faf0e666;
}
.C-FAF0E6-40-border {
  border-color: #faf0e666 !important;
}
.C-FAF0E6-35 {
  background-color: #faf0e659 !important;
}
.C-FAF0E6-35-text {
  color: #faf0e659;
}
.C-FAF0E6-35-border {
  border-color: #faf0e659 !important;
}
.C-FAF0E6-30 {
  background-color: #faf0e64D !important;
}
.C-FAF0E6-30-text {
  color: #faf0e64D;
}
.C-FAF0E6-30-border {
  border-color: #faf0e64D !important;
}
.C-FAF0E6-25 {
  background-color: #faf0e640 !important;
}
.C-FAF0E6-25-text {
  color: #faf0e640;
}
.C-FAF0E6-25-border {
  border-color: #faf0e640 !important;
}
.C-FAF0E6-20 {
  background-color: #faf0e633 !important;
}
.C-FAF0E6-20-text {
  color: #faf0e633;
}
.C-FAF0E6-20-border {
  border-color: #faf0e633 !important;
}
.C-FAF0E6-15 {
  background-color: #faf0e626 !important;
}
.C-FAF0E6-15-text {
  color: #faf0e626;
}
.C-FAF0E6-15-border {
  border-color: #faf0e626 !important;
}
.C-FAF0E6-10 {
  background-color: #faf0e61A !important;
}
.C-FAF0E6-10-text {
  color: #faf0e61A;
}
.C-FAF0E6-10-border {
  border-color: #faf0e61A !important;
}
.C-FAF0E6-5 {
  background-color: #faf0e60D !important;
}
.C-FAF0E6-5-text {
  color: #faf0e60D;
}
.C-FAF0E6-5-border {
  border-color: #faf0e60D !important;
}
.C-FAF0E6-0 {
  background-color: #faf0e60 !important;
}
.C-FAF0E6-0-text {
  color: #faf0e60;
}
.C-FAF0E6-0-border {
  border-color: #faf0e60 !important;
}
.C-FAF0E6 {
  background-color: #faf0e6 !important;
  --btn-background: #faf0e6;
}
.C-FAF0E6-text {
  color: #faf0e6;
}
.C-FAF0E6-border {
  border-color: #faf0e6 !important;
}
@media (hover: hover) {
  .C-FAF0E6-hover-bg:hover {
    background-color: #faf0e6 !important;
  }
}
.C-FAF0E6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FAF0E6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #faf0e6;
  fill: #faf0e6;
  stroke: #faf0e6;
}
.C-FAF0E6-hover-text[papaTarget]:hover.f_targetText {
  color: #faf0e6 !important;
  fill: #faf0e6 !important;
  stroke: #faf0e6 !important;
}
.C-FAF0E6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FAF0E6-hover-text[fHover]:hover {
  color: #faf0e6 !important;
}
.C-FAF0E6-after::after,
.C-FAF0E6-after::before {
  background-color: #faf0e6;
}
.C-FAF0E6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #faf0e6;
  transition: box-shadow 0.2s;
}
.C-FAF0E6100 {
  background-color: linen !important;
}
.C-FAF0E6100-text {
  color: linen;
}
.C-FAF0E6100-border {
  border-color: linen;
}
.C-linearGradient-FAF0E6100 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E695 {
  background-color: linen !important;
}
.C-FAF0E695-text {
  color: linen;
}
.C-FAF0E695-border {
  border-color: linen;
}
.C-linearGradient-FAF0E695 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E690 {
  background-color: linen !important;
}
.C-FAF0E690-text {
  color: linen;
}
.C-FAF0E690-border {
  border-color: linen;
}
.C-linearGradient-FAF0E690 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E685 {
  background-color: linen !important;
}
.C-FAF0E685-text {
  color: linen;
}
.C-FAF0E685-border {
  border-color: linen;
}
.C-linearGradient-FAF0E685 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E680 {
  background-color: linen !important;
}
.C-FAF0E680-text {
  color: linen;
}
.C-FAF0E680-border {
  border-color: linen;
}
.C-linearGradient-FAF0E680 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E675 {
  background-color: linen !important;
}
.C-FAF0E675-text {
  color: linen;
}
.C-FAF0E675-border {
  border-color: linen;
}
.C-linearGradient-FAF0E675 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E670 {
  background-color: linen !important;
}
.C-FAF0E670-text {
  color: linen;
}
.C-FAF0E670-border {
  border-color: linen;
}
.C-linearGradient-FAF0E670 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E665 {
  background-color: linen !important;
}
.C-FAF0E665-text {
  color: linen;
}
.C-FAF0E665-border {
  border-color: linen;
}
.C-linearGradient-FAF0E665 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E660 {
  background-color: linen !important;
}
.C-FAF0E660-text {
  color: linen;
}
.C-FAF0E660-border {
  border-color: linen;
}
.C-linearGradient-FAF0E660 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E655 {
  background-color: linen !important;
}
.C-FAF0E655-text {
  color: linen;
}
.C-FAF0E655-border {
  border-color: linen;
}
.C-linearGradient-FAF0E655 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E650 {
  background-color: linen !important;
}
.C-FAF0E650-text {
  color: linen;
}
.C-FAF0E650-border {
  border-color: linen;
}
.C-linearGradient-FAF0E650 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E645 {
  background-color: linen !important;
}
.C-FAF0E645-text {
  color: linen;
}
.C-FAF0E645-border {
  border-color: linen;
}
.C-linearGradient-FAF0E645 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E640 {
  background-color: linen !important;
}
.C-FAF0E640-text {
  color: linen;
}
.C-FAF0E640-border {
  border-color: linen;
}
.C-linearGradient-FAF0E640 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E635 {
  background-color: linen !important;
}
.C-FAF0E635-text {
  color: linen;
}
.C-FAF0E635-border {
  border-color: linen;
}
.C-linearGradient-FAF0E635 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E630 {
  background-color: linen !important;
}
.C-FAF0E630-text {
  color: linen;
}
.C-FAF0E630-border {
  border-color: linen;
}
.C-linearGradient-FAF0E630 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E625 {
  background-color: linen !important;
}
.C-FAF0E625-text {
  color: linen;
}
.C-FAF0E625-border {
  border-color: linen;
}
.C-linearGradient-FAF0E625 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E620 {
  background-color: linen !important;
}
.C-FAF0E620-text {
  color: linen;
}
.C-FAF0E620-border {
  border-color: linen;
}
.C-linearGradient-FAF0E620 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E615 {
  background-color: linen !important;
}
.C-FAF0E615-text {
  color: linen;
}
.C-FAF0E615-border {
  border-color: linen;
}
.C-linearGradient-FAF0E615 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E610 {
  background-color: linen !important;
}
.C-FAF0E610-text {
  color: linen;
}
.C-FAF0E610-border {
  border-color: linen;
}
.C-linearGradient-FAF0E610 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E65 {
  background-color: linen !important;
}
.C-FAF0E65-text {
  color: linen;
}
.C-FAF0E65-border {
  border-color: linen;
}
.C-linearGradient-FAF0E65 {
  background-image:
    linear-gradient(
      45deg,
      linen 0%,
      #faf0e6 99%,
      linen 100%);
}
.C-FAF0E60 {
  background-color: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-text {
  color: rgba(250, 240, 230, 0);
}
.C-FAF0E60-border {
  border-color: rgba(250, 240, 230, 0);
}
.C-linearGradient-FAF0E60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(250, 240, 230, 0) 0%,
      #faf0e6 99%,
      rgba(250, 240, 230, 0) 100%);
}
.C-FAF0E6-fill-1 #fill1 {
  fill: #faf0e6;
}
.C-FAF0E6-fill-1.onHover:hover #fill1,
.C-FAF0E6-fill-1:hover #fill1 {
  fill: #faf0e6;
}
.C-FAF0E6-stroke-1 #stroke1 {
  stroke: #faf0e6 !important;
}
.C-FAF0E6100-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E6100-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E6100-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E695-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E695-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E695-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E690-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E690-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E690-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E685-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E685-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E685-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E680-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E680-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E680-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E675-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E675-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E675-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E670-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E670-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E670-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E665-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E665-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E665-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E660-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E660-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E660-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E655-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E655-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E655-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E650-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E650-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E650-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E645-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E645-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E645-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E640-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E640-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E640-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E635-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E635-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E635-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E630-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E630-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E630-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E625-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E625-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E625-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E620-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E620-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E620-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E615-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E615-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E615-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E610-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E610-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E610-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E65-fill-1 #fill1 {
  fill: linen !important;
}
.C-FAF0E65-fill-1.onHover:hover #fill1 {
  fill: linen !important;
}
.C-FAF0E65-stroke-1 #stroke1 {
  stroke: linen !important;
}
.C-FAF0E60-fill-1 #fill1 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-fill-1.onHover:hover #fill1 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-stroke-1 #stroke1 {
  stroke: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E6-fill-2 #fill2 {
  fill: #faf0e6;
}
.C-FAF0E6-fill-2.onHover:hover #fill2,
.C-FAF0E6-fill-2:hover #fill2 {
  fill: #faf0e6;
}
.C-FAF0E6-stroke-2 #stroke2 {
  stroke: #faf0e6 !important;
}
.C-FAF0E6100-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E6100-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E6100-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E695-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E695-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E695-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E690-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E690-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E690-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E685-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E685-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E685-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E680-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E680-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E680-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E675-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E675-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E675-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E670-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E670-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E670-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E665-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E665-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E665-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E660-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E660-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E660-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E655-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E655-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E655-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E650-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E650-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E650-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E645-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E645-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E645-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E640-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E640-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E640-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E635-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E635-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E635-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E630-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E630-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E630-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E625-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E625-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E625-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E620-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E620-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E620-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E615-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E615-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E615-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E610-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E610-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E610-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E65-fill-2 #fill2 {
  fill: linen !important;
}
.C-FAF0E65-fill-2.onHover:hover #fill2 {
  fill: linen !important;
}
.C-FAF0E65-stroke-2 #stroke2 {
  stroke: linen !important;
}
.C-FAF0E60-fill-2 #fill2 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-fill-2.onHover:hover #fill2 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-stroke-2 #stroke2 {
  stroke: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E6-fill-3 #fill3 {
  fill: #faf0e6;
}
.C-FAF0E6-fill-3.onHover:hover #fill3,
.C-FAF0E6-fill-3:hover #fill3 {
  fill: #faf0e6;
}
.C-FAF0E6-stroke-3 #stroke3 {
  stroke: #faf0e6 !important;
}
.C-FAF0E6100-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E6100-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E6100-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E695-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E695-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E695-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E690-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E690-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E690-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E685-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E685-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E685-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E680-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E680-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E680-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E675-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E675-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E675-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E670-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E670-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E670-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E665-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E665-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E665-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E660-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E660-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E660-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E655-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E655-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E655-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E650-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E650-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E650-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E645-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E645-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E645-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E640-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E640-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E640-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E635-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E635-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E635-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E630-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E630-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E630-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E625-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E625-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E625-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E620-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E620-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E620-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E615-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E615-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E615-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E610-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E610-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E610-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E65-fill-3 #fill3 {
  fill: linen !important;
}
.C-FAF0E65-fill-3.onHover:hover #fill3 {
  fill: linen !important;
}
.C-FAF0E65-stroke-3 #stroke3 {
  stroke: linen !important;
}
.C-FAF0E60-fill-3 #fill3 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-fill-3.onHover:hover #fill3 {
  fill: rgba(250, 240, 230, 0) !important;
}
.C-FAF0E60-stroke-3 #stroke3 {
  stroke: rgba(250, 240, 230, 0) !important;
}
.C-3D799C-100 {
  background-color: #3d799cFF !important;
}
.C-3D799C-100-text {
  color: #3d799cFF;
}
.C-3D799C-100-border {
  border-color: #3d799cFF !important;
}
.C-3D799C-95 {
  background-color: #3d799cF2 !important;
}
.C-3D799C-95-text {
  color: #3d799cF2;
}
.C-3D799C-95-border {
  border-color: #3d799cF2 !important;
}
.C-3D799C-90 {
  background-color: #3d799cE6 !important;
}
.C-3D799C-90-text {
  color: #3d799cE6;
}
.C-3D799C-90-border {
  border-color: #3d799cE6 !important;
}
.C-3D799C-85 {
  background-color: #3d799cD9 !important;
}
.C-3D799C-85-text {
  color: #3d799cD9;
}
.C-3D799C-85-border {
  border-color: #3d799cD9 !important;
}
.C-3D799C-80 {
  background-color: #3d799cCC !important;
}
.C-3D799C-80-text {
  color: #3d799cCC;
}
.C-3D799C-80-border {
  border-color: #3d799cCC !important;
}
.C-3D799C-75 {
  background-color: #3d799cBF !important;
}
.C-3D799C-75-text {
  color: #3d799cBF;
}
.C-3D799C-75-border {
  border-color: #3d799cBF !important;
}
.C-3D799C-70 {
  background-color: #3d799cB3 !important;
}
.C-3D799C-70-text {
  color: #3d799cB3;
}
.C-3D799C-70-border {
  border-color: #3d799cB3 !important;
}
.C-3D799C-65 {
  background-color: #3d799cA6 !important;
}
.C-3D799C-65-text {
  color: #3d799cA6;
}
.C-3D799C-65-border {
  border-color: #3d799cA6 !important;
}
.C-3D799C-60 {
  background-color: #3d799c99 !important;
}
.C-3D799C-60-text {
  color: #3d799c99;
}
.C-3D799C-60-border {
  border-color: #3d799c99 !important;
}
.C-3D799C-55 {
  background-color: #3d799c8C !important;
}
.C-3D799C-55-text {
  color: #3d799c8C;
}
.C-3D799C-55-border {
  border-color: #3d799c8C !important;
}
.C-3D799C-50 {
  background-color: #3d799c80 !important;
}
.C-3D799C-50-text {
  color: #3d799c80;
}
.C-3D799C-50-border {
  border-color: #3d799c80 !important;
}
.C-3D799C-45 {
  background-color: #3d799c73 !important;
}
.C-3D799C-45-text {
  color: #3d799c73;
}
.C-3D799C-45-border {
  border-color: #3d799c73 !important;
}
.C-3D799C-40 {
  background-color: #3d799c66 !important;
}
.C-3D799C-40-text {
  color: #3d799c66;
}
.C-3D799C-40-border {
  border-color: #3d799c66 !important;
}
.C-3D799C-35 {
  background-color: #3d799c59 !important;
}
.C-3D799C-35-text {
  color: #3d799c59;
}
.C-3D799C-35-border {
  border-color: #3d799c59 !important;
}
.C-3D799C-30 {
  background-color: #3d799c4D !important;
}
.C-3D799C-30-text {
  color: #3d799c4D;
}
.C-3D799C-30-border {
  border-color: #3d799c4D !important;
}
.C-3D799C-25 {
  background-color: #3d799c40 !important;
}
.C-3D799C-25-text {
  color: #3d799c40;
}
.C-3D799C-25-border {
  border-color: #3d799c40 !important;
}
.C-3D799C-20 {
  background-color: #3d799c33 !important;
}
.C-3D799C-20-text {
  color: #3d799c33;
}
.C-3D799C-20-border {
  border-color: #3d799c33 !important;
}
.C-3D799C-15 {
  background-color: #3d799c26 !important;
}
.C-3D799C-15-text {
  color: #3d799c26;
}
.C-3D799C-15-border {
  border-color: #3d799c26 !important;
}
.C-3D799C-10 {
  background-color: #3d799c1A !important;
}
.C-3D799C-10-text {
  color: #3d799c1A;
}
.C-3D799C-10-border {
  border-color: #3d799c1A !important;
}
.C-3D799C-5 {
  background-color: #3d799c0D !important;
}
.C-3D799C-5-text {
  color: #3d799c0D;
}
.C-3D799C-5-border {
  border-color: #3d799c0D !important;
}
.C-3D799C-0 {
  background-color: #3d799c0 !important;
}
.C-3D799C-0-text {
  color: #3d799c0;
}
.C-3D799C-0-border {
  border-color: #3d799c0 !important;
}
.C-3D799C {
  background-color: #3d799c !important;
  --btn-background: #3d799c;
}
.C-3D799C-text {
  color: #3d799c;
}
.C-3D799C-border {
  border-color: #3d799c !important;
}
@media (hover: hover) {
  .C-3D799C-hover-bg:hover {
    background-color: #3d799c !important;
  }
}
.C-3D799C-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3D799C-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3d799c;
  fill: #3d799c;
  stroke: #3d799c;
}
.C-3D799C-hover-text[papaTarget]:hover.f_targetText {
  color: #3d799c !important;
  fill: #3d799c !important;
  stroke: #3d799c !important;
}
.C-3D799C-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3D799C-hover-text[fHover]:hover {
  color: #3d799c !important;
}
.C-3D799C-after::after,
.C-3D799C-after::before {
  background-color: #3d799c;
}
.C-3D799C-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3d799c;
  transition: box-shadow 0.2s;
}
.C-3D799C100 {
  background-color: #3d799c !important;
}
.C-3D799C100-text {
  color: #3d799c;
}
.C-3D799C100-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C100 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C95 {
  background-color: #3d799c !important;
}
.C-3D799C95-text {
  color: #3d799c;
}
.C-3D799C95-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C95 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C90 {
  background-color: #3d799c !important;
}
.C-3D799C90-text {
  color: #3d799c;
}
.C-3D799C90-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C90 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C85 {
  background-color: #3d799c !important;
}
.C-3D799C85-text {
  color: #3d799c;
}
.C-3D799C85-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C85 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C80 {
  background-color: #3d799c !important;
}
.C-3D799C80-text {
  color: #3d799c;
}
.C-3D799C80-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C80 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C75 {
  background-color: #3d799c !important;
}
.C-3D799C75-text {
  color: #3d799c;
}
.C-3D799C75-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C75 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C70 {
  background-color: #3d799c !important;
}
.C-3D799C70-text {
  color: #3d799c;
}
.C-3D799C70-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C70 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C65 {
  background-color: #3d799c !important;
}
.C-3D799C65-text {
  color: #3d799c;
}
.C-3D799C65-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C65 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C60 {
  background-color: #3d799c !important;
}
.C-3D799C60-text {
  color: #3d799c;
}
.C-3D799C60-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C60 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C55 {
  background-color: #3d799c !important;
}
.C-3D799C55-text {
  color: #3d799c;
}
.C-3D799C55-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C55 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C50 {
  background-color: #3d799c !important;
}
.C-3D799C50-text {
  color: #3d799c;
}
.C-3D799C50-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C50 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C45 {
  background-color: #3d799c !important;
}
.C-3D799C45-text {
  color: #3d799c;
}
.C-3D799C45-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C45 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C40 {
  background-color: #3d799c !important;
}
.C-3D799C40-text {
  color: #3d799c;
}
.C-3D799C40-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C40 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C35 {
  background-color: #3d799c !important;
}
.C-3D799C35-text {
  color: #3d799c;
}
.C-3D799C35-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C35 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C30 {
  background-color: #3d799c !important;
}
.C-3D799C30-text {
  color: #3d799c;
}
.C-3D799C30-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C30 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C25 {
  background-color: #3d799c !important;
}
.C-3D799C25-text {
  color: #3d799c;
}
.C-3D799C25-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C25 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C20 {
  background-color: #3d799c !important;
}
.C-3D799C20-text {
  color: #3d799c;
}
.C-3D799C20-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C20 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C15 {
  background-color: #3d799c !important;
}
.C-3D799C15-text {
  color: #3d799c;
}
.C-3D799C15-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C15 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C10 {
  background-color: #3d799c !important;
}
.C-3D799C10-text {
  color: #3d799c;
}
.C-3D799C10-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C10 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C5 {
  background-color: #3d799c !important;
}
.C-3D799C5-text {
  color: #3d799c;
}
.C-3D799C5-border {
  border-color: #3d799c;
}
.C-linearGradient-3D799C5 {
  background-image:
    linear-gradient(
      45deg,
      #3d799c 0%,
      #3d799c 99%,
      #3d799c 100%);
}
.C-3D799C0 {
  background-color: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-text {
  color: rgba(61, 121, 156, 0);
}
.C-3D799C0-border {
  border-color: rgba(61, 121, 156, 0);
}
.C-linearGradient-3D799C0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(61, 121, 156, 0) 0%,
      #3d799c 99%,
      rgba(61, 121, 156, 0) 100%);
}
.C-3D799C-fill-1 #fill1 {
  fill: #3d799c;
}
.C-3D799C-fill-1.onHover:hover #fill1,
.C-3D799C-fill-1:hover #fill1 {
  fill: #3d799c;
}
.C-3D799C-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C100-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C100-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C100-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C95-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C95-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C95-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C90-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C90-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C90-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C85-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C85-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C85-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C80-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C80-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C80-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C75-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C75-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C75-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C70-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C70-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C70-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C65-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C65-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C65-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C60-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C60-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C60-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C55-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C55-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C55-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C50-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C50-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C50-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C45-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C45-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C45-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C40-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C40-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C40-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C35-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C35-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C35-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C30-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C30-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C30-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C25-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C25-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C25-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C20-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C20-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C20-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C15-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C15-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C15-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C10-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C10-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C10-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C5-fill-1 #fill1 {
  fill: #3d799c !important;
}
.C-3D799C5-fill-1.onHover:hover #fill1 {
  fill: #3d799c !important;
}
.C-3D799C5-stroke-1 #stroke1 {
  stroke: #3d799c !important;
}
.C-3D799C0-fill-1 #fill1 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-fill-1.onHover:hover #fill1 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-stroke-1 #stroke1 {
  stroke: rgba(61, 121, 156, 0) !important;
}
.C-3D799C-fill-2 #fill2 {
  fill: #3d799c;
}
.C-3D799C-fill-2.onHover:hover #fill2,
.C-3D799C-fill-2:hover #fill2 {
  fill: #3d799c;
}
.C-3D799C-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C100-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C100-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C100-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C95-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C95-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C95-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C90-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C90-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C90-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C85-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C85-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C85-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C80-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C80-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C80-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C75-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C75-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C75-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C70-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C70-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C70-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C65-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C65-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C65-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C60-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C60-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C60-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C55-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C55-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C55-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C50-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C50-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C50-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C45-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C45-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C45-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C40-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C40-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C40-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C35-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C35-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C35-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C30-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C30-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C30-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C25-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C25-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C25-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C20-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C20-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C20-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C15-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C15-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C15-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C10-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C10-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C10-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C5-fill-2 #fill2 {
  fill: #3d799c !important;
}
.C-3D799C5-fill-2.onHover:hover #fill2 {
  fill: #3d799c !important;
}
.C-3D799C5-stroke-2 #stroke2 {
  stroke: #3d799c !important;
}
.C-3D799C0-fill-2 #fill2 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-fill-2.onHover:hover #fill2 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-stroke-2 #stroke2 {
  stroke: rgba(61, 121, 156, 0) !important;
}
.C-3D799C-fill-3 #fill3 {
  fill: #3d799c;
}
.C-3D799C-fill-3.onHover:hover #fill3,
.C-3D799C-fill-3:hover #fill3 {
  fill: #3d799c;
}
.C-3D799C-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C100-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C100-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C100-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C95-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C95-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C95-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C90-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C90-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C90-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C85-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C85-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C85-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C80-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C80-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C80-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C75-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C75-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C75-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C70-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C70-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C70-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C65-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C65-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C65-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C60-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C60-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C60-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C55-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C55-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C55-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C50-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C50-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C50-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C45-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C45-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C45-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C40-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C40-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C40-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C35-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C35-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C35-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C30-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C30-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C30-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C25-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C25-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C25-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C20-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C20-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C20-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C15-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C15-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C15-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C10-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C10-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C10-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C5-fill-3 #fill3 {
  fill: #3d799c !important;
}
.C-3D799C5-fill-3.onHover:hover #fill3 {
  fill: #3d799c !important;
}
.C-3D799C5-stroke-3 #stroke3 {
  stroke: #3d799c !important;
}
.C-3D799C0-fill-3 #fill3 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-fill-3.onHover:hover #fill3 {
  fill: rgba(61, 121, 156, 0) !important;
}
.C-3D799C0-stroke-3 #stroke3 {
  stroke: rgba(61, 121, 156, 0) !important;
}
.C-64C3F0-100 {
  background-color: #64c3f0FF !important;
}
.C-64C3F0-100-text {
  color: #64c3f0FF;
}
.C-64C3F0-100-border {
  border-color: #64c3f0FF !important;
}
.C-64C3F0-95 {
  background-color: #64c3f0F2 !important;
}
.C-64C3F0-95-text {
  color: #64c3f0F2;
}
.C-64C3F0-95-border {
  border-color: #64c3f0F2 !important;
}
.C-64C3F0-90 {
  background-color: #64c3f0E6 !important;
}
.C-64C3F0-90-text {
  color: #64c3f0E6;
}
.C-64C3F0-90-border {
  border-color: #64c3f0E6 !important;
}
.C-64C3F0-85 {
  background-color: #64c3f0D9 !important;
}
.C-64C3F0-85-text {
  color: #64c3f0D9;
}
.C-64C3F0-85-border {
  border-color: #64c3f0D9 !important;
}
.C-64C3F0-80 {
  background-color: #64c3f0CC !important;
}
.C-64C3F0-80-text {
  color: #64c3f0CC;
}
.C-64C3F0-80-border {
  border-color: #64c3f0CC !important;
}
.C-64C3F0-75 {
  background-color: #64c3f0BF !important;
}
.C-64C3F0-75-text {
  color: #64c3f0BF;
}
.C-64C3F0-75-border {
  border-color: #64c3f0BF !important;
}
.C-64C3F0-70 {
  background-color: #64c3f0B3 !important;
}
.C-64C3F0-70-text {
  color: #64c3f0B3;
}
.C-64C3F0-70-border {
  border-color: #64c3f0B3 !important;
}
.C-64C3F0-65 {
  background-color: #64c3f0A6 !important;
}
.C-64C3F0-65-text {
  color: #64c3f0A6;
}
.C-64C3F0-65-border {
  border-color: #64c3f0A6 !important;
}
.C-64C3F0-60 {
  background-color: #64c3f099 !important;
}
.C-64C3F0-60-text {
  color: #64c3f099;
}
.C-64C3F0-60-border {
  border-color: #64c3f099 !important;
}
.C-64C3F0-55 {
  background-color: #64c3f08C !important;
}
.C-64C3F0-55-text {
  color: #64c3f08C;
}
.C-64C3F0-55-border {
  border-color: #64c3f08C !important;
}
.C-64C3F0-50 {
  background-color: #64c3f080 !important;
}
.C-64C3F0-50-text {
  color: #64c3f080;
}
.C-64C3F0-50-border {
  border-color: #64c3f080 !important;
}
.C-64C3F0-45 {
  background-color: #64c3f073 !important;
}
.C-64C3F0-45-text {
  color: #64c3f073;
}
.C-64C3F0-45-border {
  border-color: #64c3f073 !important;
}
.C-64C3F0-40 {
  background-color: #64c3f066 !important;
}
.C-64C3F0-40-text {
  color: #64c3f066;
}
.C-64C3F0-40-border {
  border-color: #64c3f066 !important;
}
.C-64C3F0-35 {
  background-color: #64c3f059 !important;
}
.C-64C3F0-35-text {
  color: #64c3f059;
}
.C-64C3F0-35-border {
  border-color: #64c3f059 !important;
}
.C-64C3F0-30 {
  background-color: #64c3f04D !important;
}
.C-64C3F0-30-text {
  color: #64c3f04D;
}
.C-64C3F0-30-border {
  border-color: #64c3f04D !important;
}
.C-64C3F0-25 {
  background-color: #64c3f040 !important;
}
.C-64C3F0-25-text {
  color: #64c3f040;
}
.C-64C3F0-25-border {
  border-color: #64c3f040 !important;
}
.C-64C3F0-20 {
  background-color: #64c3f033 !important;
}
.C-64C3F0-20-text {
  color: #64c3f033;
}
.C-64C3F0-20-border {
  border-color: #64c3f033 !important;
}
.C-64C3F0-15 {
  background-color: #64c3f026 !important;
}
.C-64C3F0-15-text {
  color: #64c3f026;
}
.C-64C3F0-15-border {
  border-color: #64c3f026 !important;
}
.C-64C3F0-10 {
  background-color: #64c3f01A !important;
}
.C-64C3F0-10-text {
  color: #64c3f01A;
}
.C-64C3F0-10-border {
  border-color: #64c3f01A !important;
}
.C-64C3F0-5 {
  background-color: #64c3f00D !important;
}
.C-64C3F0-5-text {
  color: #64c3f00D;
}
.C-64C3F0-5-border {
  border-color: #64c3f00D !important;
}
.C-64C3F0-0 {
  background-color: #64c3f00 !important;
}
.C-64C3F0-0-text {
  color: #64c3f00;
}
.C-64C3F0-0-border {
  border-color: #64c3f00 !important;
}
.C-64C3F0 {
  background-color: #64c3f0 !important;
  --btn-background: #64c3f0;
}
.C-64C3F0-text {
  color: #64c3f0;
}
.C-64C3F0-border {
  border-color: #64c3f0 !important;
}
@media (hover: hover) {
  .C-64C3F0-hover-bg:hover {
    background-color: #64c3f0 !important;
  }
}
.C-64C3F0-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-64C3F0-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #64c3f0;
  fill: #64c3f0;
  stroke: #64c3f0;
}
.C-64C3F0-hover-text[papaTarget]:hover.f_targetText {
  color: #64c3f0 !important;
  fill: #64c3f0 !important;
  stroke: #64c3f0 !important;
}
.C-64C3F0-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-64C3F0-hover-text[fHover]:hover {
  color: #64c3f0 !important;
}
.C-64C3F0-after::after,
.C-64C3F0-after::before {
  background-color: #64c3f0;
}
.C-64C3F0-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #64c3f0;
  transition: box-shadow 0.2s;
}
.C-64C3F0100 {
  background-color: #64c3f0 !important;
}
.C-64C3F0100-text {
  color: #64c3f0;
}
.C-64C3F0100-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F0100 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F095 {
  background-color: #64c3f0 !important;
}
.C-64C3F095-text {
  color: #64c3f0;
}
.C-64C3F095-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F095 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F090 {
  background-color: #64c3f0 !important;
}
.C-64C3F090-text {
  color: #64c3f0;
}
.C-64C3F090-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F090 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F085 {
  background-color: #64c3f0 !important;
}
.C-64C3F085-text {
  color: #64c3f0;
}
.C-64C3F085-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F085 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F080 {
  background-color: #64c3f0 !important;
}
.C-64C3F080-text {
  color: #64c3f0;
}
.C-64C3F080-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F080 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F075 {
  background-color: #64c3f0 !important;
}
.C-64C3F075-text {
  color: #64c3f0;
}
.C-64C3F075-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F075 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F070 {
  background-color: #64c3f0 !important;
}
.C-64C3F070-text {
  color: #64c3f0;
}
.C-64C3F070-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F070 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F065 {
  background-color: #64c3f0 !important;
}
.C-64C3F065-text {
  color: #64c3f0;
}
.C-64C3F065-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F065 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F060 {
  background-color: #64c3f0 !important;
}
.C-64C3F060-text {
  color: #64c3f0;
}
.C-64C3F060-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F060 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F055 {
  background-color: #64c3f0 !important;
}
.C-64C3F055-text {
  color: #64c3f0;
}
.C-64C3F055-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F055 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F050 {
  background-color: #64c3f0 !important;
}
.C-64C3F050-text {
  color: #64c3f0;
}
.C-64C3F050-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F050 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F045 {
  background-color: #64c3f0 !important;
}
.C-64C3F045-text {
  color: #64c3f0;
}
.C-64C3F045-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F045 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F040 {
  background-color: #64c3f0 !important;
}
.C-64C3F040-text {
  color: #64c3f0;
}
.C-64C3F040-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F040 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F035 {
  background-color: #64c3f0 !important;
}
.C-64C3F035-text {
  color: #64c3f0;
}
.C-64C3F035-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F035 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F030 {
  background-color: #64c3f0 !important;
}
.C-64C3F030-text {
  color: #64c3f0;
}
.C-64C3F030-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F030 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F025 {
  background-color: #64c3f0 !important;
}
.C-64C3F025-text {
  color: #64c3f0;
}
.C-64C3F025-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F025 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F020 {
  background-color: #64c3f0 !important;
}
.C-64C3F020-text {
  color: #64c3f0;
}
.C-64C3F020-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F020 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F015 {
  background-color: #64c3f0 !important;
}
.C-64C3F015-text {
  color: #64c3f0;
}
.C-64C3F015-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F015 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F010 {
  background-color: #64c3f0 !important;
}
.C-64C3F010-text {
  color: #64c3f0;
}
.C-64C3F010-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F010 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F05 {
  background-color: #64c3f0 !important;
}
.C-64C3F05-text {
  color: #64c3f0;
}
.C-64C3F05-border {
  border-color: #64c3f0;
}
.C-linearGradient-64C3F05 {
  background-image:
    linear-gradient(
      45deg,
      #64c3f0 0%,
      #64c3f0 99%,
      #64c3f0 100%);
}
.C-64C3F00 {
  background-color: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-text {
  color: rgba(100, 195, 240, 0);
}
.C-64C3F00-border {
  border-color: rgba(100, 195, 240, 0);
}
.C-linearGradient-64C3F00 {
  background-image:
    linear-gradient(
      45deg,
      rgba(100, 195, 240, 0) 0%,
      #64c3f0 99%,
      rgba(100, 195, 240, 0) 100%);
}
.C-64C3F0-fill-1 #fill1 {
  fill: #64c3f0;
}
.C-64C3F0-fill-1.onHover:hover #fill1,
.C-64C3F0-fill-1:hover #fill1 {
  fill: #64c3f0;
}
.C-64C3F0-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F0100-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F095-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F095-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F095-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F090-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F090-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F090-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F085-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F085-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F085-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F080-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F080-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F080-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F075-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F075-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F075-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F070-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F070-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F070-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F065-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F065-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F065-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F060-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F060-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F060-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F055-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F055-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F055-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F050-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F050-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F050-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F045-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F045-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F045-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F040-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F040-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F040-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F035-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F035-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F035-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F030-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F030-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F030-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F025-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F025-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F025-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F020-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F020-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F020-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F015-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F015-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F015-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F010-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F010-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F010-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F05-fill-1 #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F05-fill-1.onHover:hover #fill1 {
  fill: #64c3f0 !important;
}
.C-64C3F05-stroke-1 #stroke1 {
  stroke: #64c3f0 !important;
}
.C-64C3F00-fill-1 #fill1 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-fill-1.onHover:hover #fill1 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-stroke-1 #stroke1 {
  stroke: rgba(100, 195, 240, 0) !important;
}
.C-64C3F0-fill-2 #fill2 {
  fill: #64c3f0;
}
.C-64C3F0-fill-2.onHover:hover #fill2,
.C-64C3F0-fill-2:hover #fill2 {
  fill: #64c3f0;
}
.C-64C3F0-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F0100-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F095-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F095-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F095-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F090-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F090-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F090-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F085-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F085-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F085-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F080-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F080-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F080-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F075-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F075-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F075-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F070-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F070-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F070-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F065-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F065-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F065-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F060-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F060-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F060-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F055-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F055-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F055-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F050-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F050-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F050-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F045-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F045-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F045-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F040-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F040-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F040-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F035-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F035-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F035-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F030-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F030-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F030-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F025-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F025-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F025-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F020-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F020-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F020-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F015-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F015-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F015-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F010-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F010-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F010-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F05-fill-2 #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F05-fill-2.onHover:hover #fill2 {
  fill: #64c3f0 !important;
}
.C-64C3F05-stroke-2 #stroke2 {
  stroke: #64c3f0 !important;
}
.C-64C3F00-fill-2 #fill2 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-fill-2.onHover:hover #fill2 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-stroke-2 #stroke2 {
  stroke: rgba(100, 195, 240, 0) !important;
}
.C-64C3F0-fill-3 #fill3 {
  fill: #64c3f0;
}
.C-64C3F0-fill-3.onHover:hover #fill3,
.C-64C3F0-fill-3:hover #fill3 {
  fill: #64c3f0;
}
.C-64C3F0-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F0100-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F0100-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F095-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F095-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F095-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F090-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F090-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F090-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F085-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F085-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F085-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F080-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F080-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F080-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F075-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F075-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F075-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F070-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F070-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F070-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F065-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F065-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F065-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F060-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F060-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F060-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F055-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F055-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F055-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F050-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F050-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F050-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F045-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F045-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F045-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F040-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F040-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F040-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F035-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F035-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F035-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F030-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F030-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F030-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F025-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F025-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F025-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F020-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F020-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F020-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F015-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F015-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F015-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F010-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F010-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F010-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F05-fill-3 #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F05-fill-3.onHover:hover #fill3 {
  fill: #64c3f0 !important;
}
.C-64C3F05-stroke-3 #stroke3 {
  stroke: #64c3f0 !important;
}
.C-64C3F00-fill-3 #fill3 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-fill-3.onHover:hover #fill3 {
  fill: rgba(100, 195, 240, 0) !important;
}
.C-64C3F00-stroke-3 #stroke3 {
  stroke: rgba(100, 195, 240, 0) !important;
}
.C-B4C2C9-100 {
  background-color: #b4c2c9FF !important;
}
.C-B4C2C9-100-text {
  color: #b4c2c9FF;
}
.C-B4C2C9-100-border {
  border-color: #b4c2c9FF !important;
}
.C-B4C2C9-95 {
  background-color: #b4c2c9F2 !important;
}
.C-B4C2C9-95-text {
  color: #b4c2c9F2;
}
.C-B4C2C9-95-border {
  border-color: #b4c2c9F2 !important;
}
.C-B4C2C9-90 {
  background-color: #b4c2c9E6 !important;
}
.C-B4C2C9-90-text {
  color: #b4c2c9E6;
}
.C-B4C2C9-90-border {
  border-color: #b4c2c9E6 !important;
}
.C-B4C2C9-85 {
  background-color: #b4c2c9D9 !important;
}
.C-B4C2C9-85-text {
  color: #b4c2c9D9;
}
.C-B4C2C9-85-border {
  border-color: #b4c2c9D9 !important;
}
.C-B4C2C9-80 {
  background-color: #b4c2c9CC !important;
}
.C-B4C2C9-80-text {
  color: #b4c2c9CC;
}
.C-B4C2C9-80-border {
  border-color: #b4c2c9CC !important;
}
.C-B4C2C9-75 {
  background-color: #b4c2c9BF !important;
}
.C-B4C2C9-75-text {
  color: #b4c2c9BF;
}
.C-B4C2C9-75-border {
  border-color: #b4c2c9BF !important;
}
.C-B4C2C9-70 {
  background-color: #b4c2c9B3 !important;
}
.C-B4C2C9-70-text {
  color: #b4c2c9B3;
}
.C-B4C2C9-70-border {
  border-color: #b4c2c9B3 !important;
}
.C-B4C2C9-65 {
  background-color: #b4c2c9A6 !important;
}
.C-B4C2C9-65-text {
  color: #b4c2c9A6;
}
.C-B4C2C9-65-border {
  border-color: #b4c2c9A6 !important;
}
.C-B4C2C9-60 {
  background-color: #b4c2c999 !important;
}
.C-B4C2C9-60-text {
  color: #b4c2c999;
}
.C-B4C2C9-60-border {
  border-color: #b4c2c999 !important;
}
.C-B4C2C9-55 {
  background-color: #b4c2c98C !important;
}
.C-B4C2C9-55-text {
  color: #b4c2c98C;
}
.C-B4C2C9-55-border {
  border-color: #b4c2c98C !important;
}
.C-B4C2C9-50 {
  background-color: #b4c2c980 !important;
}
.C-B4C2C9-50-text {
  color: #b4c2c980;
}
.C-B4C2C9-50-border {
  border-color: #b4c2c980 !important;
}
.C-B4C2C9-45 {
  background-color: #b4c2c973 !important;
}
.C-B4C2C9-45-text {
  color: #b4c2c973;
}
.C-B4C2C9-45-border {
  border-color: #b4c2c973 !important;
}
.C-B4C2C9-40 {
  background-color: #b4c2c966 !important;
}
.C-B4C2C9-40-text {
  color: #b4c2c966;
}
.C-B4C2C9-40-border {
  border-color: #b4c2c966 !important;
}
.C-B4C2C9-35 {
  background-color: #b4c2c959 !important;
}
.C-B4C2C9-35-text {
  color: #b4c2c959;
}
.C-B4C2C9-35-border {
  border-color: #b4c2c959 !important;
}
.C-B4C2C9-30 {
  background-color: #b4c2c94D !important;
}
.C-B4C2C9-30-text {
  color: #b4c2c94D;
}
.C-B4C2C9-30-border {
  border-color: #b4c2c94D !important;
}
.C-B4C2C9-25 {
  background-color: #b4c2c940 !important;
}
.C-B4C2C9-25-text {
  color: #b4c2c940;
}
.C-B4C2C9-25-border {
  border-color: #b4c2c940 !important;
}
.C-B4C2C9-20 {
  background-color: #b4c2c933 !important;
}
.C-B4C2C9-20-text {
  color: #b4c2c933;
}
.C-B4C2C9-20-border {
  border-color: #b4c2c933 !important;
}
.C-B4C2C9-15 {
  background-color: #b4c2c926 !important;
}
.C-B4C2C9-15-text {
  color: #b4c2c926;
}
.C-B4C2C9-15-border {
  border-color: #b4c2c926 !important;
}
.C-B4C2C9-10 {
  background-color: #b4c2c91A !important;
}
.C-B4C2C9-10-text {
  color: #b4c2c91A;
}
.C-B4C2C9-10-border {
  border-color: #b4c2c91A !important;
}
.C-B4C2C9-5 {
  background-color: #b4c2c90D !important;
}
.C-B4C2C9-5-text {
  color: #b4c2c90D;
}
.C-B4C2C9-5-border {
  border-color: #b4c2c90D !important;
}
.C-B4C2C9-0 {
  background-color: #b4c2c90 !important;
}
.C-B4C2C9-0-text {
  color: #b4c2c90;
}
.C-B4C2C9-0-border {
  border-color: #b4c2c90 !important;
}
.C-B4C2C9 {
  background-color: #b4c2c9 !important;
  --btn-background: #b4c2c9;
}
.C-B4C2C9-text {
  color: #b4c2c9;
}
.C-B4C2C9-border {
  border-color: #b4c2c9 !important;
}
@media (hover: hover) {
  .C-B4C2C9-hover-bg:hover {
    background-color: #b4c2c9 !important;
  }
}
.C-B4C2C9-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-B4C2C9-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #b4c2c9;
  fill: #b4c2c9;
  stroke: #b4c2c9;
}
.C-B4C2C9-hover-text[papaTarget]:hover.f_targetText {
  color: #b4c2c9 !important;
  fill: #b4c2c9 !important;
  stroke: #b4c2c9 !important;
}
.C-B4C2C9-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-B4C2C9-hover-text[fHover]:hover {
  color: #b4c2c9 !important;
}
.C-B4C2C9-after::after,
.C-B4C2C9-after::before {
  background-color: #b4c2c9;
}
.C-B4C2C9-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #b4c2c9;
  transition: box-shadow 0.2s;
}
.C-B4C2C9100 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C9100-text {
  color: #b4c2c9;
}
.C-B4C2C9100-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C9100 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C995 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C995-text {
  color: #b4c2c9;
}
.C-B4C2C995-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C995 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C990 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C990-text {
  color: #b4c2c9;
}
.C-B4C2C990-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C990 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C985 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C985-text {
  color: #b4c2c9;
}
.C-B4C2C985-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C985 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C980 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C980-text {
  color: #b4c2c9;
}
.C-B4C2C980-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C980 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C975 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C975-text {
  color: #b4c2c9;
}
.C-B4C2C975-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C975 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C970 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C970-text {
  color: #b4c2c9;
}
.C-B4C2C970-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C970 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C965 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C965-text {
  color: #b4c2c9;
}
.C-B4C2C965-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C965 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C960 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C960-text {
  color: #b4c2c9;
}
.C-B4C2C960-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C960 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C955 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C955-text {
  color: #b4c2c9;
}
.C-B4C2C955-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C955 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C950 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C950-text {
  color: #b4c2c9;
}
.C-B4C2C950-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C950 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C945 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C945-text {
  color: #b4c2c9;
}
.C-B4C2C945-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C945 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C940 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C940-text {
  color: #b4c2c9;
}
.C-B4C2C940-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C940 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C935 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C935-text {
  color: #b4c2c9;
}
.C-B4C2C935-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C935 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C930 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C930-text {
  color: #b4c2c9;
}
.C-B4C2C930-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C930 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C925 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C925-text {
  color: #b4c2c9;
}
.C-B4C2C925-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C925 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C920 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C920-text {
  color: #b4c2c9;
}
.C-B4C2C920-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C920 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C915 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C915-text {
  color: #b4c2c9;
}
.C-B4C2C915-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C915 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C910 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C910-text {
  color: #b4c2c9;
}
.C-B4C2C910-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C910 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C95 {
  background-color: #b4c2c9 !important;
}
.C-B4C2C95-text {
  color: #b4c2c9;
}
.C-B4C2C95-border {
  border-color: #b4c2c9;
}
.C-linearGradient-B4C2C95 {
  background-image:
    linear-gradient(
      45deg,
      #b4c2c9 0%,
      #b4c2c9 99%,
      #b4c2c9 100%);
}
.C-B4C2C90 {
  background-color: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-text {
  color: rgba(180, 194, 201, 0);
}
.C-B4C2C90-border {
  border-color: rgba(180, 194, 201, 0);
}
.C-linearGradient-B4C2C90 {
  background-image:
    linear-gradient(
      45deg,
      rgba(180, 194, 201, 0) 0%,
      #b4c2c9 99%,
      rgba(180, 194, 201, 0) 100%);
}
.C-B4C2C9-fill-1 #fill1 {
  fill: #b4c2c9;
}
.C-B4C2C9-fill-1.onHover:hover #fill1,
.C-B4C2C9-fill-1:hover #fill1 {
  fill: #b4c2c9;
}
.C-B4C2C9-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C9100-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C995-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C990-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C985-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C980-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C975-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C970-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C965-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C960-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C955-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C950-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C945-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C940-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C935-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C930-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C925-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C920-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C915-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C910-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C95-fill-1 #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-fill-1.onHover:hover #fill1 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-stroke-1 #stroke1 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C90-fill-1 #fill1 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-fill-1.onHover:hover #fill1 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-stroke-1 #stroke1 {
  stroke: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C9-fill-2 #fill2 {
  fill: #b4c2c9;
}
.C-B4C2C9-fill-2.onHover:hover #fill2,
.C-B4C2C9-fill-2:hover #fill2 {
  fill: #b4c2c9;
}
.C-B4C2C9-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C9100-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C995-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C990-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C985-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C980-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C975-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C970-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C965-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C960-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C955-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C950-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C945-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C940-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C935-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C930-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C925-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C920-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C915-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C910-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C95-fill-2 #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-fill-2.onHover:hover #fill2 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-stroke-2 #stroke2 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C90-fill-2 #fill2 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-fill-2.onHover:hover #fill2 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-stroke-2 #stroke2 {
  stroke: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C9-fill-3 #fill3 {
  fill: #b4c2c9;
}
.C-B4C2C9-fill-3.onHover:hover #fill3,
.C-B4C2C9-fill-3:hover #fill3 {
  fill: #b4c2c9;
}
.C-B4C2C9-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C9100-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C9100-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C995-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C995-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C990-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C990-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C985-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C985-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C980-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C980-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C975-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C975-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C970-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C970-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C965-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C965-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C960-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C960-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C955-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C955-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C950-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C950-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C945-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C945-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C940-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C940-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C935-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C935-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C930-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C930-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C925-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C925-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C920-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C920-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C915-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C915-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C910-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C910-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C95-fill-3 #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-fill-3.onHover:hover #fill3 {
  fill: #b4c2c9 !important;
}
.C-B4C2C95-stroke-3 #stroke3 {
  stroke: #b4c2c9 !important;
}
.C-B4C2C90-fill-3 #fill3 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-fill-3.onHover:hover #fill3 {
  fill: rgba(180, 194, 201, 0) !important;
}
.C-B4C2C90-stroke-3 #stroke3 {
  stroke: rgba(180, 194, 201, 0) !important;
}
.C-FFD700-100 {
  background-color: #ffd700FF !important;
}
.C-FFD700-100-text {
  color: #ffd700FF;
}
.C-FFD700-100-border {
  border-color: #ffd700FF !important;
}
.C-FFD700-95 {
  background-color: #ffd700F2 !important;
}
.C-FFD700-95-text {
  color: #ffd700F2;
}
.C-FFD700-95-border {
  border-color: #ffd700F2 !important;
}
.C-FFD700-90 {
  background-color: #ffd700E6 !important;
}
.C-FFD700-90-text {
  color: #ffd700E6;
}
.C-FFD700-90-border {
  border-color: #ffd700E6 !important;
}
.C-FFD700-85 {
  background-color: #ffd700D9 !important;
}
.C-FFD700-85-text {
  color: #ffd700D9;
}
.C-FFD700-85-border {
  border-color: #ffd700D9 !important;
}
.C-FFD700-80 {
  background-color: #ffd700CC !important;
}
.C-FFD700-80-text {
  color: #ffd700CC;
}
.C-FFD700-80-border {
  border-color: #ffd700CC !important;
}
.C-FFD700-75 {
  background-color: #ffd700BF !important;
}
.C-FFD700-75-text {
  color: #ffd700BF;
}
.C-FFD700-75-border {
  border-color: #ffd700BF !important;
}
.C-FFD700-70 {
  background-color: #ffd700B3 !important;
}
.C-FFD700-70-text {
  color: #ffd700B3;
}
.C-FFD700-70-border {
  border-color: #ffd700B3 !important;
}
.C-FFD700-65 {
  background-color: #ffd700A6 !important;
}
.C-FFD700-65-text {
  color: #ffd700A6;
}
.C-FFD700-65-border {
  border-color: #ffd700A6 !important;
}
.C-FFD700-60 {
  background-color: #ffd70099 !important;
}
.C-FFD700-60-text {
  color: #ffd70099;
}
.C-FFD700-60-border {
  border-color: #ffd70099 !important;
}
.C-FFD700-55 {
  background-color: #ffd7008C !important;
}
.C-FFD700-55-text {
  color: #ffd7008C;
}
.C-FFD700-55-border {
  border-color: #ffd7008C !important;
}
.C-FFD700-50 {
  background-color: #ffd70080 !important;
}
.C-FFD700-50-text {
  color: #ffd70080;
}
.C-FFD700-50-border {
  border-color: #ffd70080 !important;
}
.C-FFD700-45 {
  background-color: #ffd70073 !important;
}
.C-FFD700-45-text {
  color: #ffd70073;
}
.C-FFD700-45-border {
  border-color: #ffd70073 !important;
}
.C-FFD700-40 {
  background-color: #ffd70066 !important;
}
.C-FFD700-40-text {
  color: #ffd70066;
}
.C-FFD700-40-border {
  border-color: #ffd70066 !important;
}
.C-FFD700-35 {
  background-color: #ffd70059 !important;
}
.C-FFD700-35-text {
  color: #ffd70059;
}
.C-FFD700-35-border {
  border-color: #ffd70059 !important;
}
.C-FFD700-30 {
  background-color: #ffd7004D !important;
}
.C-FFD700-30-text {
  color: #ffd7004D;
}
.C-FFD700-30-border {
  border-color: #ffd7004D !important;
}
.C-FFD700-25 {
  background-color: #ffd70040 !important;
}
.C-FFD700-25-text {
  color: #ffd70040;
}
.C-FFD700-25-border {
  border-color: #ffd70040 !important;
}
.C-FFD700-20 {
  background-color: #ffd70033 !important;
}
.C-FFD700-20-text {
  color: #ffd70033;
}
.C-FFD700-20-border {
  border-color: #ffd70033 !important;
}
.C-FFD700-15 {
  background-color: #ffd70026 !important;
}
.C-FFD700-15-text {
  color: #ffd70026;
}
.C-FFD700-15-border {
  border-color: #ffd70026 !important;
}
.C-FFD700-10 {
  background-color: #ffd7001A !important;
}
.C-FFD700-10-text {
  color: #ffd7001A;
}
.C-FFD700-10-border {
  border-color: #ffd7001A !important;
}
.C-FFD700-5 {
  background-color: #ffd7000D !important;
}
.C-FFD700-5-text {
  color: #ffd7000D;
}
.C-FFD700-5-border {
  border-color: #ffd7000D !important;
}
.C-FFD700-0 {
  background-color: #ffd7000 !important;
}
.C-FFD700-0-text {
  color: #ffd7000;
}
.C-FFD700-0-border {
  border-color: #ffd7000 !important;
}
.C-FFD700 {
  background-color: #ffd700 !important;
  --btn-background: #ffd700;
}
.C-FFD700-text {
  color: #ffd700;
}
.C-FFD700-border {
  border-color: #ffd700 !important;
}
@media (hover: hover) {
  .C-FFD700-hover-bg:hover {
    background-color: #ffd700 !important;
  }
}
.C-FFD700-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFD700-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffd700;
  fill: #ffd700;
  stroke: #ffd700;
}
.C-FFD700-hover-text[papaTarget]:hover.f_targetText {
  color: #ffd700 !important;
  fill: #ffd700 !important;
  stroke: #ffd700 !important;
}
.C-FFD700-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFD700-hover-text[fHover]:hover {
  color: #ffd700 !important;
}
.C-FFD700-after::after,
.C-FFD700-after::before {
  background-color: #ffd700;
}
.C-FFD700-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffd700;
  transition: box-shadow 0.2s;
}
.C-FFD700100 {
  background-color: gold !important;
}
.C-FFD700100-text {
  color: gold;
}
.C-FFD700100-border {
  border-color: gold;
}
.C-linearGradient-FFD700100 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70095 {
  background-color: gold !important;
}
.C-FFD70095-text {
  color: gold;
}
.C-FFD70095-border {
  border-color: gold;
}
.C-linearGradient-FFD70095 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70090 {
  background-color: gold !important;
}
.C-FFD70090-text {
  color: gold;
}
.C-FFD70090-border {
  border-color: gold;
}
.C-linearGradient-FFD70090 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70085 {
  background-color: gold !important;
}
.C-FFD70085-text {
  color: gold;
}
.C-FFD70085-border {
  border-color: gold;
}
.C-linearGradient-FFD70085 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70080 {
  background-color: gold !important;
}
.C-FFD70080-text {
  color: gold;
}
.C-FFD70080-border {
  border-color: gold;
}
.C-linearGradient-FFD70080 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70075 {
  background-color: gold !important;
}
.C-FFD70075-text {
  color: gold;
}
.C-FFD70075-border {
  border-color: gold;
}
.C-linearGradient-FFD70075 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70070 {
  background-color: gold !important;
}
.C-FFD70070-text {
  color: gold;
}
.C-FFD70070-border {
  border-color: gold;
}
.C-linearGradient-FFD70070 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70065 {
  background-color: gold !important;
}
.C-FFD70065-text {
  color: gold;
}
.C-FFD70065-border {
  border-color: gold;
}
.C-linearGradient-FFD70065 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70060 {
  background-color: gold !important;
}
.C-FFD70060-text {
  color: gold;
}
.C-FFD70060-border {
  border-color: gold;
}
.C-linearGradient-FFD70060 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70055 {
  background-color: gold !important;
}
.C-FFD70055-text {
  color: gold;
}
.C-FFD70055-border {
  border-color: gold;
}
.C-linearGradient-FFD70055 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70050 {
  background-color: gold !important;
}
.C-FFD70050-text {
  color: gold;
}
.C-FFD70050-border {
  border-color: gold;
}
.C-linearGradient-FFD70050 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70045 {
  background-color: gold !important;
}
.C-FFD70045-text {
  color: gold;
}
.C-FFD70045-border {
  border-color: gold;
}
.C-linearGradient-FFD70045 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70040 {
  background-color: gold !important;
}
.C-FFD70040-text {
  color: gold;
}
.C-FFD70040-border {
  border-color: gold;
}
.C-linearGradient-FFD70040 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70035 {
  background-color: gold !important;
}
.C-FFD70035-text {
  color: gold;
}
.C-FFD70035-border {
  border-color: gold;
}
.C-linearGradient-FFD70035 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70030 {
  background-color: gold !important;
}
.C-FFD70030-text {
  color: gold;
}
.C-FFD70030-border {
  border-color: gold;
}
.C-linearGradient-FFD70030 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70025 {
  background-color: gold !important;
}
.C-FFD70025-text {
  color: gold;
}
.C-FFD70025-border {
  border-color: gold;
}
.C-linearGradient-FFD70025 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70020 {
  background-color: gold !important;
}
.C-FFD70020-text {
  color: gold;
}
.C-FFD70020-border {
  border-color: gold;
}
.C-linearGradient-FFD70020 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70015 {
  background-color: gold !important;
}
.C-FFD70015-text {
  color: gold;
}
.C-FFD70015-border {
  border-color: gold;
}
.C-linearGradient-FFD70015 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD70010 {
  background-color: gold !important;
}
.C-FFD70010-text {
  color: gold;
}
.C-FFD70010-border {
  border-color: gold;
}
.C-linearGradient-FFD70010 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD7005 {
  background-color: gold !important;
}
.C-FFD7005-text {
  color: gold;
}
.C-FFD7005-border {
  border-color: gold;
}
.C-linearGradient-FFD7005 {
  background-image:
    linear-gradient(
      45deg,
      gold 0%,
      #ffd700 99%,
      gold 100%);
}
.C-FFD7000 {
  background-color: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-text {
  color: rgba(255, 215, 0, 0);
}
.C-FFD7000-border {
  border-color: rgba(255, 215, 0, 0);
}
.C-linearGradient-FFD7000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 215, 0, 0) 0%,
      #ffd700 99%,
      rgba(255, 215, 0, 0) 100%);
}
.C-FFD700-fill-1 #fill1 {
  fill: #ffd700;
}
.C-FFD700-fill-1.onHover:hover #fill1,
.C-FFD700-fill-1:hover #fill1 {
  fill: #ffd700;
}
.C-FFD700-stroke-1 #stroke1 {
  stroke: #ffd700 !important;
}
.C-FFD700100-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD700100-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD700100-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70095-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70095-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70095-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70090-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70090-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70090-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70085-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70085-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70085-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70080-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70080-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70080-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70075-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70075-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70075-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70070-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70070-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70070-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70065-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70065-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70065-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70060-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70060-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70060-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70055-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70055-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70055-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70050-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70050-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70050-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70045-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70045-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70045-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70040-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70040-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70040-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70035-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70035-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70035-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70030-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70030-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70030-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70025-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70025-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70025-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70020-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70020-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70020-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70015-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70015-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70015-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD70010-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD70010-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD70010-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD7005-fill-1 #fill1 {
  fill: gold !important;
}
.C-FFD7005-fill-1.onHover:hover #fill1 {
  fill: gold !important;
}
.C-FFD7005-stroke-1 #stroke1 {
  stroke: gold !important;
}
.C-FFD7000-fill-1 #fill1 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-stroke-1 #stroke1 {
  stroke: rgba(255, 215, 0, 0) !important;
}
.C-FFD700-fill-2 #fill2 {
  fill: #ffd700;
}
.C-FFD700-fill-2.onHover:hover #fill2,
.C-FFD700-fill-2:hover #fill2 {
  fill: #ffd700;
}
.C-FFD700-stroke-2 #stroke2 {
  stroke: #ffd700 !important;
}
.C-FFD700100-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD700100-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD700100-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70095-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70095-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70095-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70090-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70090-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70090-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70085-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70085-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70085-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70080-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70080-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70080-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70075-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70075-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70075-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70070-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70070-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70070-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70065-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70065-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70065-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70060-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70060-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70060-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70055-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70055-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70055-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70050-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70050-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70050-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70045-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70045-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70045-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70040-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70040-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70040-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70035-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70035-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70035-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70030-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70030-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70030-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70025-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70025-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70025-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70020-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70020-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70020-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70015-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70015-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70015-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD70010-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD70010-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD70010-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD7005-fill-2 #fill2 {
  fill: gold !important;
}
.C-FFD7005-fill-2.onHover:hover #fill2 {
  fill: gold !important;
}
.C-FFD7005-stroke-2 #stroke2 {
  stroke: gold !important;
}
.C-FFD7000-fill-2 #fill2 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-stroke-2 #stroke2 {
  stroke: rgba(255, 215, 0, 0) !important;
}
.C-FFD700-fill-3 #fill3 {
  fill: #ffd700;
}
.C-FFD700-fill-3.onHover:hover #fill3,
.C-FFD700-fill-3:hover #fill3 {
  fill: #ffd700;
}
.C-FFD700-stroke-3 #stroke3 {
  stroke: #ffd700 !important;
}
.C-FFD700100-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD700100-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD700100-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70095-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70095-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70095-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70090-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70090-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70090-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70085-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70085-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70085-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70080-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70080-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70080-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70075-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70075-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70075-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70070-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70070-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70070-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70065-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70065-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70065-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70060-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70060-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70060-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70055-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70055-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70055-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70050-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70050-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70050-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70045-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70045-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70045-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70040-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70040-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70040-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70035-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70035-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70035-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70030-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70030-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70030-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70025-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70025-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70025-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70020-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70020-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70020-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70015-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70015-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70015-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD70010-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD70010-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD70010-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD7005-fill-3 #fill3 {
  fill: gold !important;
}
.C-FFD7005-fill-3.onHover:hover #fill3 {
  fill: gold !important;
}
.C-FFD7005-stroke-3 #stroke3 {
  stroke: gold !important;
}
.C-FFD7000-fill-3 #fill3 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 215, 0, 0) !important;
}
.C-FFD7000-stroke-3 #stroke3 {
  stroke: rgba(255, 215, 0, 0) !important;
}
.C-800080-100 {
  background-color: #800080FF !important;
}
.C-800080-100-text {
  color: #800080FF;
}
.C-800080-100-border {
  border-color: #800080FF !important;
}
.C-800080-95 {
  background-color: #800080F2 !important;
}
.C-800080-95-text {
  color: #800080F2;
}
.C-800080-95-border {
  border-color: #800080F2 !important;
}
.C-800080-90 {
  background-color: #800080E6 !important;
}
.C-800080-90-text {
  color: #800080E6;
}
.C-800080-90-border {
  border-color: #800080E6 !important;
}
.C-800080-85 {
  background-color: #800080D9 !important;
}
.C-800080-85-text {
  color: #800080D9;
}
.C-800080-85-border {
  border-color: #800080D9 !important;
}
.C-800080-80 {
  background-color: #800080CC !important;
}
.C-800080-80-text {
  color: #800080CC;
}
.C-800080-80-border {
  border-color: #800080CC !important;
}
.C-800080-75 {
  background-color: #800080BF !important;
}
.C-800080-75-text {
  color: #800080BF;
}
.C-800080-75-border {
  border-color: #800080BF !important;
}
.C-800080-70 {
  background-color: #800080B3 !important;
}
.C-800080-70-text {
  color: #800080B3;
}
.C-800080-70-border {
  border-color: #800080B3 !important;
}
.C-800080-65 {
  background-color: #800080A6 !important;
}
.C-800080-65-text {
  color: #800080A6;
}
.C-800080-65-border {
  border-color: #800080A6 !important;
}
.C-800080-60 {
  background-color: #80008099 !important;
}
.C-800080-60-text {
  color: #80008099;
}
.C-800080-60-border {
  border-color: #80008099 !important;
}
.C-800080-55 {
  background-color: #8000808C !important;
}
.C-800080-55-text {
  color: #8000808C;
}
.C-800080-55-border {
  border-color: #8000808C !important;
}
.C-800080-50 {
  background-color: #80008080 !important;
}
.C-800080-50-text {
  color: #80008080;
}
.C-800080-50-border {
  border-color: #80008080 !important;
}
.C-800080-45 {
  background-color: #80008073 !important;
}
.C-800080-45-text {
  color: #80008073;
}
.C-800080-45-border {
  border-color: #80008073 !important;
}
.C-800080-40 {
  background-color: #80008066 !important;
}
.C-800080-40-text {
  color: #80008066;
}
.C-800080-40-border {
  border-color: #80008066 !important;
}
.C-800080-35 {
  background-color: #80008059 !important;
}
.C-800080-35-text {
  color: #80008059;
}
.C-800080-35-border {
  border-color: #80008059 !important;
}
.C-800080-30 {
  background-color: #8000804D !important;
}
.C-800080-30-text {
  color: #8000804D;
}
.C-800080-30-border {
  border-color: #8000804D !important;
}
.C-800080-25 {
  background-color: #80008040 !important;
}
.C-800080-25-text {
  color: #80008040;
}
.C-800080-25-border {
  border-color: #80008040 !important;
}
.C-800080-20 {
  background-color: #80008033 !important;
}
.C-800080-20-text {
  color: #80008033;
}
.C-800080-20-border {
  border-color: #80008033 !important;
}
.C-800080-15 {
  background-color: #80008026 !important;
}
.C-800080-15-text {
  color: #80008026;
}
.C-800080-15-border {
  border-color: #80008026 !important;
}
.C-800080-10 {
  background-color: #8000801A !important;
}
.C-800080-10-text {
  color: #8000801A;
}
.C-800080-10-border {
  border-color: #8000801A !important;
}
.C-800080-5 {
  background-color: #8000800D !important;
}
.C-800080-5-text {
  color: #8000800D;
}
.C-800080-5-border {
  border-color: #8000800D !important;
}
.C-800080-0 {
  background-color: #8000800 !important;
}
.C-800080-0-text {
  color: #8000800;
}
.C-800080-0-border {
  border-color: #8000800 !important;
}
.C-800080 {
  background-color: #800080 !important;
  --btn-background: #800080;
}
.C-800080-text {
  color: #800080;
}
.C-800080-border {
  border-color: #800080 !important;
}
@media (hover: hover) {
  .C-800080-hover-bg:hover {
    background-color: #800080 !important;
  }
}
.C-800080-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-800080-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #800080;
  fill: #800080;
  stroke: #800080;
}
.C-800080-hover-text[papaTarget]:hover.f_targetText {
  color: #800080 !important;
  fill: #800080 !important;
  stroke: #800080 !important;
}
.C-800080-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-800080-hover-text[fHover]:hover {
  color: #800080 !important;
}
.C-800080-after::after,
.C-800080-after::before {
  background-color: #800080;
}
.C-800080-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #800080;
  transition: box-shadow 0.2s;
}
.C-800080100 {
  background-color: purple !important;
}
.C-800080100-text {
  color: purple;
}
.C-800080100-border {
  border-color: purple;
}
.C-linearGradient-800080100 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008095 {
  background-color: purple !important;
}
.C-80008095-text {
  color: purple;
}
.C-80008095-border {
  border-color: purple;
}
.C-linearGradient-80008095 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008090 {
  background-color: purple !important;
}
.C-80008090-text {
  color: purple;
}
.C-80008090-border {
  border-color: purple;
}
.C-linearGradient-80008090 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008085 {
  background-color: purple !important;
}
.C-80008085-text {
  color: purple;
}
.C-80008085-border {
  border-color: purple;
}
.C-linearGradient-80008085 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008080 {
  background-color: purple !important;
}
.C-80008080-text {
  color: purple;
}
.C-80008080-border {
  border-color: purple;
}
.C-linearGradient-80008080 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008075 {
  background-color: purple !important;
}
.C-80008075-text {
  color: purple;
}
.C-80008075-border {
  border-color: purple;
}
.C-linearGradient-80008075 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008070 {
  background-color: purple !important;
}
.C-80008070-text {
  color: purple;
}
.C-80008070-border {
  border-color: purple;
}
.C-linearGradient-80008070 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008065 {
  background-color: purple !important;
}
.C-80008065-text {
  color: purple;
}
.C-80008065-border {
  border-color: purple;
}
.C-linearGradient-80008065 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008060 {
  background-color: purple !important;
}
.C-80008060-text {
  color: purple;
}
.C-80008060-border {
  border-color: purple;
}
.C-linearGradient-80008060 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008055 {
  background-color: purple !important;
}
.C-80008055-text {
  color: purple;
}
.C-80008055-border {
  border-color: purple;
}
.C-linearGradient-80008055 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008050 {
  background-color: purple !important;
}
.C-80008050-text {
  color: purple;
}
.C-80008050-border {
  border-color: purple;
}
.C-linearGradient-80008050 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008045 {
  background-color: purple !important;
}
.C-80008045-text {
  color: purple;
}
.C-80008045-border {
  border-color: purple;
}
.C-linearGradient-80008045 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008040 {
  background-color: purple !important;
}
.C-80008040-text {
  color: purple;
}
.C-80008040-border {
  border-color: purple;
}
.C-linearGradient-80008040 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008035 {
  background-color: purple !important;
}
.C-80008035-text {
  color: purple;
}
.C-80008035-border {
  border-color: purple;
}
.C-linearGradient-80008035 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008030 {
  background-color: purple !important;
}
.C-80008030-text {
  color: purple;
}
.C-80008030-border {
  border-color: purple;
}
.C-linearGradient-80008030 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008025 {
  background-color: purple !important;
}
.C-80008025-text {
  color: purple;
}
.C-80008025-border {
  border-color: purple;
}
.C-linearGradient-80008025 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008020 {
  background-color: purple !important;
}
.C-80008020-text {
  color: purple;
}
.C-80008020-border {
  border-color: purple;
}
.C-linearGradient-80008020 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008015 {
  background-color: purple !important;
}
.C-80008015-text {
  color: purple;
}
.C-80008015-border {
  border-color: purple;
}
.C-linearGradient-80008015 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-80008010 {
  background-color: purple !important;
}
.C-80008010-text {
  color: purple;
}
.C-80008010-border {
  border-color: purple;
}
.C-linearGradient-80008010 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-8000805 {
  background-color: purple !important;
}
.C-8000805-text {
  color: purple;
}
.C-8000805-border {
  border-color: purple;
}
.C-linearGradient-8000805 {
  background-image:
    linear-gradient(
      45deg,
      purple 0%,
      #800080 99%,
      purple 100%);
}
.C-8000800 {
  background-color: rgba(128, 0, 128, 0) !important;
}
.C-8000800-text {
  color: rgba(128, 0, 128, 0);
}
.C-8000800-border {
  border-color: rgba(128, 0, 128, 0);
}
.C-linearGradient-8000800 {
  background-image:
    linear-gradient(
      45deg,
      rgba(128, 0, 128, 0) 0%,
      #800080 99%,
      rgba(128, 0, 128, 0) 100%);
}
.C-800080-fill-1 #fill1 {
  fill: #800080;
}
.C-800080-fill-1.onHover:hover #fill1,
.C-800080-fill-1:hover #fill1 {
  fill: #800080;
}
.C-800080-stroke-1 #stroke1 {
  stroke: #800080 !important;
}
.C-800080100-fill-1 #fill1 {
  fill: purple !important;
}
.C-800080100-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-800080100-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008095-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008095-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008095-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008090-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008090-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008090-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008085-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008085-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008085-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008080-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008080-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008080-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008075-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008075-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008075-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008070-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008070-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008070-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008065-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008065-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008065-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008060-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008060-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008060-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008055-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008055-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008055-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008050-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008050-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008050-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008045-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008045-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008045-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008040-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008040-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008040-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008035-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008035-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008035-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008030-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008030-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008030-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008025-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008025-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008025-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008020-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008020-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008020-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008015-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008015-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008015-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-80008010-fill-1 #fill1 {
  fill: purple !important;
}
.C-80008010-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-80008010-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-8000805-fill-1 #fill1 {
  fill: purple !important;
}
.C-8000805-fill-1.onHover:hover #fill1 {
  fill: purple !important;
}
.C-8000805-stroke-1 #stroke1 {
  stroke: purple !important;
}
.C-8000800-fill-1 #fill1 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-fill-1.onHover:hover #fill1 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-stroke-1 #stroke1 {
  stroke: rgba(128, 0, 128, 0) !important;
}
.C-800080-fill-2 #fill2 {
  fill: #800080;
}
.C-800080-fill-2.onHover:hover #fill2,
.C-800080-fill-2:hover #fill2 {
  fill: #800080;
}
.C-800080-stroke-2 #stroke2 {
  stroke: #800080 !important;
}
.C-800080100-fill-2 #fill2 {
  fill: purple !important;
}
.C-800080100-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-800080100-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008095-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008095-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008095-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008090-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008090-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008090-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008085-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008085-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008085-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008080-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008080-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008080-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008075-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008075-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008075-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008070-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008070-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008070-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008065-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008065-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008065-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008060-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008060-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008060-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008055-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008055-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008055-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008050-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008050-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008050-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008045-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008045-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008045-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008040-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008040-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008040-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008035-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008035-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008035-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008030-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008030-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008030-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008025-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008025-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008025-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008020-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008020-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008020-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008015-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008015-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008015-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-80008010-fill-2 #fill2 {
  fill: purple !important;
}
.C-80008010-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-80008010-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-8000805-fill-2 #fill2 {
  fill: purple !important;
}
.C-8000805-fill-2.onHover:hover #fill2 {
  fill: purple !important;
}
.C-8000805-stroke-2 #stroke2 {
  stroke: purple !important;
}
.C-8000800-fill-2 #fill2 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-fill-2.onHover:hover #fill2 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-stroke-2 #stroke2 {
  stroke: rgba(128, 0, 128, 0) !important;
}
.C-800080-fill-3 #fill3 {
  fill: #800080;
}
.C-800080-fill-3.onHover:hover #fill3,
.C-800080-fill-3:hover #fill3 {
  fill: #800080;
}
.C-800080-stroke-3 #stroke3 {
  stroke: #800080 !important;
}
.C-800080100-fill-3 #fill3 {
  fill: purple !important;
}
.C-800080100-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-800080100-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008095-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008095-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008095-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008090-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008090-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008090-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008085-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008085-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008085-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008080-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008080-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008080-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008075-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008075-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008075-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008070-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008070-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008070-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008065-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008065-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008065-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008060-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008060-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008060-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008055-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008055-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008055-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008050-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008050-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008050-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008045-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008045-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008045-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008040-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008040-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008040-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008035-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008035-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008035-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008030-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008030-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008030-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008025-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008025-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008025-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008020-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008020-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008020-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008015-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008015-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008015-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-80008010-fill-3 #fill3 {
  fill: purple !important;
}
.C-80008010-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-80008010-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-8000805-fill-3 #fill3 {
  fill: purple !important;
}
.C-8000805-fill-3.onHover:hover #fill3 {
  fill: purple !important;
}
.C-8000805-stroke-3 #stroke3 {
  stroke: purple !important;
}
.C-8000800-fill-3 #fill3 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-fill-3.onHover:hover #fill3 {
  fill: rgba(128, 0, 128, 0) !important;
}
.C-8000800-stroke-3 #stroke3 {
  stroke: rgba(128, 0, 128, 0) !important;
}
.C-FF7F50-100 {
  background-color: #ff7f50FF !important;
}
.C-FF7F50-100-text {
  color: #ff7f50FF;
}
.C-FF7F50-100-border {
  border-color: #ff7f50FF !important;
}
.C-FF7F50-95 {
  background-color: #ff7f50F2 !important;
}
.C-FF7F50-95-text {
  color: #ff7f50F2;
}
.C-FF7F50-95-border {
  border-color: #ff7f50F2 !important;
}
.C-FF7F50-90 {
  background-color: #ff7f50E6 !important;
}
.C-FF7F50-90-text {
  color: #ff7f50E6;
}
.C-FF7F50-90-border {
  border-color: #ff7f50E6 !important;
}
.C-FF7F50-85 {
  background-color: #ff7f50D9 !important;
}
.C-FF7F50-85-text {
  color: #ff7f50D9;
}
.C-FF7F50-85-border {
  border-color: #ff7f50D9 !important;
}
.C-FF7F50-80 {
  background-color: #ff7f50CC !important;
}
.C-FF7F50-80-text {
  color: #ff7f50CC;
}
.C-FF7F50-80-border {
  border-color: #ff7f50CC !important;
}
.C-FF7F50-75 {
  background-color: #ff7f50BF !important;
}
.C-FF7F50-75-text {
  color: #ff7f50BF;
}
.C-FF7F50-75-border {
  border-color: #ff7f50BF !important;
}
.C-FF7F50-70 {
  background-color: #ff7f50B3 !important;
}
.C-FF7F50-70-text {
  color: #ff7f50B3;
}
.C-FF7F50-70-border {
  border-color: #ff7f50B3 !important;
}
.C-FF7F50-65 {
  background-color: #ff7f50A6 !important;
}
.C-FF7F50-65-text {
  color: #ff7f50A6;
}
.C-FF7F50-65-border {
  border-color: #ff7f50A6 !important;
}
.C-FF7F50-60 {
  background-color: #ff7f5099 !important;
}
.C-FF7F50-60-text {
  color: #ff7f5099;
}
.C-FF7F50-60-border {
  border-color: #ff7f5099 !important;
}
.C-FF7F50-55 {
  background-color: #ff7f508C !important;
}
.C-FF7F50-55-text {
  color: #ff7f508C;
}
.C-FF7F50-55-border {
  border-color: #ff7f508C !important;
}
.C-FF7F50-50 {
  background-color: #ff7f5080 !important;
}
.C-FF7F50-50-text {
  color: #ff7f5080;
}
.C-FF7F50-50-border {
  border-color: #ff7f5080 !important;
}
.C-FF7F50-45 {
  background-color: #ff7f5073 !important;
}
.C-FF7F50-45-text {
  color: #ff7f5073;
}
.C-FF7F50-45-border {
  border-color: #ff7f5073 !important;
}
.C-FF7F50-40 {
  background-color: #ff7f5066 !important;
}
.C-FF7F50-40-text {
  color: #ff7f5066;
}
.C-FF7F50-40-border {
  border-color: #ff7f5066 !important;
}
.C-FF7F50-35 {
  background-color: #ff7f5059 !important;
}
.C-FF7F50-35-text {
  color: #ff7f5059;
}
.C-FF7F50-35-border {
  border-color: #ff7f5059 !important;
}
.C-FF7F50-30 {
  background-color: #ff7f504D !important;
}
.C-FF7F50-30-text {
  color: #ff7f504D;
}
.C-FF7F50-30-border {
  border-color: #ff7f504D !important;
}
.C-FF7F50-25 {
  background-color: #ff7f5040 !important;
}
.C-FF7F50-25-text {
  color: #ff7f5040;
}
.C-FF7F50-25-border {
  border-color: #ff7f5040 !important;
}
.C-FF7F50-20 {
  background-color: #ff7f5033 !important;
}
.C-FF7F50-20-text {
  color: #ff7f5033;
}
.C-FF7F50-20-border {
  border-color: #ff7f5033 !important;
}
.C-FF7F50-15 {
  background-color: #ff7f5026 !important;
}
.C-FF7F50-15-text {
  color: #ff7f5026;
}
.C-FF7F50-15-border {
  border-color: #ff7f5026 !important;
}
.C-FF7F50-10 {
  background-color: #ff7f501A !important;
}
.C-FF7F50-10-text {
  color: #ff7f501A;
}
.C-FF7F50-10-border {
  border-color: #ff7f501A !important;
}
.C-FF7F50-5 {
  background-color: #ff7f500D !important;
}
.C-FF7F50-5-text {
  color: #ff7f500D;
}
.C-FF7F50-5-border {
  border-color: #ff7f500D !important;
}
.C-FF7F50-0 {
  background-color: #ff7f500 !important;
}
.C-FF7F50-0-text {
  color: #ff7f500;
}
.C-FF7F50-0-border {
  border-color: #ff7f500 !important;
}
.C-FF7F50 {
  background-color: #ff7f50 !important;
  --btn-background: #ff7f50;
}
.C-FF7F50-text {
  color: #ff7f50;
}
.C-FF7F50-border {
  border-color: #ff7f50 !important;
}
@media (hover: hover) {
  .C-FF7F50-hover-bg:hover {
    background-color: #ff7f50 !important;
  }
}
.C-FF7F50-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FF7F50-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ff7f50;
  fill: #ff7f50;
  stroke: #ff7f50;
}
.C-FF7F50-hover-text[papaTarget]:hover.f_targetText {
  color: #ff7f50 !important;
  fill: #ff7f50 !important;
  stroke: #ff7f50 !important;
}
.C-FF7F50-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FF7F50-hover-text[fHover]:hover {
  color: #ff7f50 !important;
}
.C-FF7F50-after::after,
.C-FF7F50-after::before {
  background-color: #ff7f50;
}
.C-FF7F50-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ff7f50;
  transition: box-shadow 0.2s;
}
.C-FF7F50100 {
  background-color: coral !important;
}
.C-FF7F50100-text {
  color: coral;
}
.C-FF7F50100-border {
  border-color: coral;
}
.C-linearGradient-FF7F50100 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5095 {
  background-color: coral !important;
}
.C-FF7F5095-text {
  color: coral;
}
.C-FF7F5095-border {
  border-color: coral;
}
.C-linearGradient-FF7F5095 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5090 {
  background-color: coral !important;
}
.C-FF7F5090-text {
  color: coral;
}
.C-FF7F5090-border {
  border-color: coral;
}
.C-linearGradient-FF7F5090 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5085 {
  background-color: coral !important;
}
.C-FF7F5085-text {
  color: coral;
}
.C-FF7F5085-border {
  border-color: coral;
}
.C-linearGradient-FF7F5085 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5080 {
  background-color: coral !important;
}
.C-FF7F5080-text {
  color: coral;
}
.C-FF7F5080-border {
  border-color: coral;
}
.C-linearGradient-FF7F5080 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5075 {
  background-color: coral !important;
}
.C-FF7F5075-text {
  color: coral;
}
.C-FF7F5075-border {
  border-color: coral;
}
.C-linearGradient-FF7F5075 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5070 {
  background-color: coral !important;
}
.C-FF7F5070-text {
  color: coral;
}
.C-FF7F5070-border {
  border-color: coral;
}
.C-linearGradient-FF7F5070 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5065 {
  background-color: coral !important;
}
.C-FF7F5065-text {
  color: coral;
}
.C-FF7F5065-border {
  border-color: coral;
}
.C-linearGradient-FF7F5065 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5060 {
  background-color: coral !important;
}
.C-FF7F5060-text {
  color: coral;
}
.C-FF7F5060-border {
  border-color: coral;
}
.C-linearGradient-FF7F5060 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5055 {
  background-color: coral !important;
}
.C-FF7F5055-text {
  color: coral;
}
.C-FF7F5055-border {
  border-color: coral;
}
.C-linearGradient-FF7F5055 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5050 {
  background-color: coral !important;
}
.C-FF7F5050-text {
  color: coral;
}
.C-FF7F5050-border {
  border-color: coral;
}
.C-linearGradient-FF7F5050 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5045 {
  background-color: coral !important;
}
.C-FF7F5045-text {
  color: coral;
}
.C-FF7F5045-border {
  border-color: coral;
}
.C-linearGradient-FF7F5045 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5040 {
  background-color: coral !important;
}
.C-FF7F5040-text {
  color: coral;
}
.C-FF7F5040-border {
  border-color: coral;
}
.C-linearGradient-FF7F5040 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5035 {
  background-color: coral !important;
}
.C-FF7F5035-text {
  color: coral;
}
.C-FF7F5035-border {
  border-color: coral;
}
.C-linearGradient-FF7F5035 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5030 {
  background-color: coral !important;
}
.C-FF7F5030-text {
  color: coral;
}
.C-FF7F5030-border {
  border-color: coral;
}
.C-linearGradient-FF7F5030 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5025 {
  background-color: coral !important;
}
.C-FF7F5025-text {
  color: coral;
}
.C-FF7F5025-border {
  border-color: coral;
}
.C-linearGradient-FF7F5025 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5020 {
  background-color: coral !important;
}
.C-FF7F5020-text {
  color: coral;
}
.C-FF7F5020-border {
  border-color: coral;
}
.C-linearGradient-FF7F5020 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5015 {
  background-color: coral !important;
}
.C-FF7F5015-text {
  color: coral;
}
.C-FF7F5015-border {
  border-color: coral;
}
.C-linearGradient-FF7F5015 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F5010 {
  background-color: coral !important;
}
.C-FF7F5010-text {
  color: coral;
}
.C-FF7F5010-border {
  border-color: coral;
}
.C-linearGradient-FF7F5010 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F505 {
  background-color: coral !important;
}
.C-FF7F505-text {
  color: coral;
}
.C-FF7F505-border {
  border-color: coral;
}
.C-linearGradient-FF7F505 {
  background-image:
    linear-gradient(
      45deg,
      coral 0%,
      #ff7f50 99%,
      coral 100%);
}
.C-FF7F500 {
  background-color: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-text {
  color: rgba(255, 127, 80, 0);
}
.C-FF7F500-border {
  border-color: rgba(255, 127, 80, 0);
}
.C-linearGradient-FF7F500 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 127, 80, 0) 0%,
      #ff7f50 99%,
      rgba(255, 127, 80, 0) 100%);
}
.C-FF7F50-fill-1 #fill1 {
  fill: #ff7f50;
}
.C-FF7F50-fill-1.onHover:hover #fill1,
.C-FF7F50-fill-1:hover #fill1 {
  fill: #ff7f50;
}
.C-FF7F50-stroke-1 #stroke1 {
  stroke: #ff7f50 !important;
}
.C-FF7F50100-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F50100-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F50100-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5095-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5095-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5095-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5090-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5090-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5090-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5085-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5085-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5085-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5080-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5080-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5080-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5075-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5075-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5075-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5070-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5070-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5070-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5065-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5065-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5065-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5060-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5060-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5060-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5055-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5055-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5055-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5050-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5050-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5050-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5045-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5045-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5045-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5040-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5040-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5040-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5035-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5035-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5035-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5030-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5030-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5030-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5025-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5025-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5025-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5020-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5020-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5020-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5015-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5015-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5015-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F5010-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F5010-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F5010-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F505-fill-1 #fill1 {
  fill: coral !important;
}
.C-FF7F505-fill-1.onHover:hover #fill1 {
  fill: coral !important;
}
.C-FF7F505-stroke-1 #stroke1 {
  stroke: coral !important;
}
.C-FF7F500-fill-1 #fill1 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-stroke-1 #stroke1 {
  stroke: rgba(255, 127, 80, 0) !important;
}
.C-FF7F50-fill-2 #fill2 {
  fill: #ff7f50;
}
.C-FF7F50-fill-2.onHover:hover #fill2,
.C-FF7F50-fill-2:hover #fill2 {
  fill: #ff7f50;
}
.C-FF7F50-stroke-2 #stroke2 {
  stroke: #ff7f50 !important;
}
.C-FF7F50100-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F50100-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F50100-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5095-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5095-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5095-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5090-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5090-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5090-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5085-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5085-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5085-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5080-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5080-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5080-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5075-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5075-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5075-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5070-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5070-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5070-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5065-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5065-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5065-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5060-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5060-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5060-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5055-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5055-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5055-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5050-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5050-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5050-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5045-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5045-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5045-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5040-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5040-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5040-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5035-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5035-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5035-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5030-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5030-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5030-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5025-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5025-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5025-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5020-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5020-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5020-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5015-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5015-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5015-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F5010-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F5010-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F5010-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F505-fill-2 #fill2 {
  fill: coral !important;
}
.C-FF7F505-fill-2.onHover:hover #fill2 {
  fill: coral !important;
}
.C-FF7F505-stroke-2 #stroke2 {
  stroke: coral !important;
}
.C-FF7F500-fill-2 #fill2 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-stroke-2 #stroke2 {
  stroke: rgba(255, 127, 80, 0) !important;
}
.C-FF7F50-fill-3 #fill3 {
  fill: #ff7f50;
}
.C-FF7F50-fill-3.onHover:hover #fill3,
.C-FF7F50-fill-3:hover #fill3 {
  fill: #ff7f50;
}
.C-FF7F50-stroke-3 #stroke3 {
  stroke: #ff7f50 !important;
}
.C-FF7F50100-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F50100-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F50100-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5095-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5095-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5095-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5090-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5090-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5090-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5085-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5085-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5085-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5080-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5080-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5080-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5075-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5075-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5075-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5070-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5070-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5070-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5065-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5065-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5065-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5060-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5060-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5060-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5055-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5055-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5055-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5050-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5050-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5050-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5045-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5045-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5045-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5040-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5040-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5040-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5035-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5035-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5035-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5030-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5030-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5030-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5025-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5025-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5025-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5020-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5020-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5020-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5015-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5015-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5015-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F5010-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F5010-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F5010-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F505-fill-3 #fill3 {
  fill: coral !important;
}
.C-FF7F505-fill-3.onHover:hover #fill3 {
  fill: coral !important;
}
.C-FF7F505-stroke-3 #stroke3 {
  stroke: coral !important;
}
.C-FF7F500-fill-3 #fill3 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 127, 80, 0) !important;
}
.C-FF7F500-stroke-3 #stroke3 {
  stroke: rgba(255, 127, 80, 0) !important;
}
.C-4285F4-100 {
  background-color: #4285f4FF !important;
}
.C-4285F4-100-text {
  color: #4285f4FF;
}
.C-4285F4-100-border {
  border-color: #4285f4FF !important;
}
.C-4285F4-95 {
  background-color: #4285f4F2 !important;
}
.C-4285F4-95-text {
  color: #4285f4F2;
}
.C-4285F4-95-border {
  border-color: #4285f4F2 !important;
}
.C-4285F4-90 {
  background-color: #4285f4E6 !important;
}
.C-4285F4-90-text {
  color: #4285f4E6;
}
.C-4285F4-90-border {
  border-color: #4285f4E6 !important;
}
.C-4285F4-85 {
  background-color: #4285f4D9 !important;
}
.C-4285F4-85-text {
  color: #4285f4D9;
}
.C-4285F4-85-border {
  border-color: #4285f4D9 !important;
}
.C-4285F4-80 {
  background-color: #4285f4CC !important;
}
.C-4285F4-80-text {
  color: #4285f4CC;
}
.C-4285F4-80-border {
  border-color: #4285f4CC !important;
}
.C-4285F4-75 {
  background-color: #4285f4BF !important;
}
.C-4285F4-75-text {
  color: #4285f4BF;
}
.C-4285F4-75-border {
  border-color: #4285f4BF !important;
}
.C-4285F4-70 {
  background-color: #4285f4B3 !important;
}
.C-4285F4-70-text {
  color: #4285f4B3;
}
.C-4285F4-70-border {
  border-color: #4285f4B3 !important;
}
.C-4285F4-65 {
  background-color: #4285f4A6 !important;
}
.C-4285F4-65-text {
  color: #4285f4A6;
}
.C-4285F4-65-border {
  border-color: #4285f4A6 !important;
}
.C-4285F4-60 {
  background-color: #4285f499 !important;
}
.C-4285F4-60-text {
  color: #4285f499;
}
.C-4285F4-60-border {
  border-color: #4285f499 !important;
}
.C-4285F4-55 {
  background-color: #4285f48C !important;
}
.C-4285F4-55-text {
  color: #4285f48C;
}
.C-4285F4-55-border {
  border-color: #4285f48C !important;
}
.C-4285F4-50 {
  background-color: #4285f480 !important;
}
.C-4285F4-50-text {
  color: #4285f480;
}
.C-4285F4-50-border {
  border-color: #4285f480 !important;
}
.C-4285F4-45 {
  background-color: #4285f473 !important;
}
.C-4285F4-45-text {
  color: #4285f473;
}
.C-4285F4-45-border {
  border-color: #4285f473 !important;
}
.C-4285F4-40 {
  background-color: #4285f466 !important;
}
.C-4285F4-40-text {
  color: #4285f466;
}
.C-4285F4-40-border {
  border-color: #4285f466 !important;
}
.C-4285F4-35 {
  background-color: #4285f459 !important;
}
.C-4285F4-35-text {
  color: #4285f459;
}
.C-4285F4-35-border {
  border-color: #4285f459 !important;
}
.C-4285F4-30 {
  background-color: #4285f44D !important;
}
.C-4285F4-30-text {
  color: #4285f44D;
}
.C-4285F4-30-border {
  border-color: #4285f44D !important;
}
.C-4285F4-25 {
  background-color: #4285f440 !important;
}
.C-4285F4-25-text {
  color: #4285f440;
}
.C-4285F4-25-border {
  border-color: #4285f440 !important;
}
.C-4285F4-20 {
  background-color: #4285f433 !important;
}
.C-4285F4-20-text {
  color: #4285f433;
}
.C-4285F4-20-border {
  border-color: #4285f433 !important;
}
.C-4285F4-15 {
  background-color: #4285f426 !important;
}
.C-4285F4-15-text {
  color: #4285f426;
}
.C-4285F4-15-border {
  border-color: #4285f426 !important;
}
.C-4285F4-10 {
  background-color: #4285f41A !important;
}
.C-4285F4-10-text {
  color: #4285f41A;
}
.C-4285F4-10-border {
  border-color: #4285f41A !important;
}
.C-4285F4-5 {
  background-color: #4285f40D !important;
}
.C-4285F4-5-text {
  color: #4285f40D;
}
.C-4285F4-5-border {
  border-color: #4285f40D !important;
}
.C-4285F4-0 {
  background-color: #4285f40 !important;
}
.C-4285F4-0-text {
  color: #4285f40;
}
.C-4285F4-0-border {
  border-color: #4285f40 !important;
}
.C-4285F4 {
  background-color: #4285f4 !important;
  --btn-background: #4285f4;
}
.C-4285F4-text {
  color: #4285f4;
}
.C-4285F4-border {
  border-color: #4285f4 !important;
}
@media (hover: hover) {
  .C-4285F4-hover-bg:hover {
    background-color: #4285f4 !important;
  }
}
.C-4285F4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4285F4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4285f4;
  fill: #4285f4;
  stroke: #4285f4;
}
.C-4285F4-hover-text[papaTarget]:hover.f_targetText {
  color: #4285f4 !important;
  fill: #4285f4 !important;
  stroke: #4285f4 !important;
}
.C-4285F4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4285F4-hover-text[fHover]:hover {
  color: #4285f4 !important;
}
.C-4285F4-after::after,
.C-4285F4-after::before {
  background-color: #4285f4;
}
.C-4285F4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4285f4;
  transition: box-shadow 0.2s;
}
.C-4285F4100 {
  background-color: #4285f4 !important;
}
.C-4285F4100-text {
  color: #4285f4;
}
.C-4285F4100-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F4100 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F495 {
  background-color: #4285f4 !important;
}
.C-4285F495-text {
  color: #4285f4;
}
.C-4285F495-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F495 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F490 {
  background-color: #4285f4 !important;
}
.C-4285F490-text {
  color: #4285f4;
}
.C-4285F490-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F490 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F485 {
  background-color: #4285f4 !important;
}
.C-4285F485-text {
  color: #4285f4;
}
.C-4285F485-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F485 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F480 {
  background-color: #4285f4 !important;
}
.C-4285F480-text {
  color: #4285f4;
}
.C-4285F480-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F480 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F475 {
  background-color: #4285f4 !important;
}
.C-4285F475-text {
  color: #4285f4;
}
.C-4285F475-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F475 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F470 {
  background-color: #4285f4 !important;
}
.C-4285F470-text {
  color: #4285f4;
}
.C-4285F470-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F470 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F465 {
  background-color: #4285f4 !important;
}
.C-4285F465-text {
  color: #4285f4;
}
.C-4285F465-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F465 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F460 {
  background-color: #4285f4 !important;
}
.C-4285F460-text {
  color: #4285f4;
}
.C-4285F460-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F460 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F455 {
  background-color: #4285f4 !important;
}
.C-4285F455-text {
  color: #4285f4;
}
.C-4285F455-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F455 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F450 {
  background-color: #4285f4 !important;
}
.C-4285F450-text {
  color: #4285f4;
}
.C-4285F450-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F450 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F445 {
  background-color: #4285f4 !important;
}
.C-4285F445-text {
  color: #4285f4;
}
.C-4285F445-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F445 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F440 {
  background-color: #4285f4 !important;
}
.C-4285F440-text {
  color: #4285f4;
}
.C-4285F440-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F440 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F435 {
  background-color: #4285f4 !important;
}
.C-4285F435-text {
  color: #4285f4;
}
.C-4285F435-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F435 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F430 {
  background-color: #4285f4 !important;
}
.C-4285F430-text {
  color: #4285f4;
}
.C-4285F430-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F430 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F425 {
  background-color: #4285f4 !important;
}
.C-4285F425-text {
  color: #4285f4;
}
.C-4285F425-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F425 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F420 {
  background-color: #4285f4 !important;
}
.C-4285F420-text {
  color: #4285f4;
}
.C-4285F420-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F420 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F415 {
  background-color: #4285f4 !important;
}
.C-4285F415-text {
  color: #4285f4;
}
.C-4285F415-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F415 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F410 {
  background-color: #4285f4 !important;
}
.C-4285F410-text {
  color: #4285f4;
}
.C-4285F410-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F410 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F45 {
  background-color: #4285f4 !important;
}
.C-4285F45-text {
  color: #4285f4;
}
.C-4285F45-border {
  border-color: #4285f4;
}
.C-linearGradient-4285F45 {
  background-image:
    linear-gradient(
      45deg,
      #4285f4 0%,
      #4285f4 99%,
      #4285f4 100%);
}
.C-4285F40 {
  background-color: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-text {
  color: rgba(66, 133, 244, 0);
}
.C-4285F40-border {
  border-color: rgba(66, 133, 244, 0);
}
.C-linearGradient-4285F40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(66, 133, 244, 0) 0%,
      #4285f4 99%,
      rgba(66, 133, 244, 0) 100%);
}
.C-4285F4-fill-1 #fill1 {
  fill: #4285f4;
}
.C-4285F4-fill-1.onHover:hover #fill1,
.C-4285F4-fill-1:hover #fill1 {
  fill: #4285f4;
}
.C-4285F4-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F4100-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F4100-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F4100-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F495-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F495-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F495-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F490-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F490-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F490-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F485-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F485-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F485-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F480-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F480-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F480-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F475-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F475-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F475-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F470-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F470-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F470-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F465-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F465-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F465-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F460-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F460-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F460-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F455-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F455-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F455-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F450-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F450-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F450-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F445-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F445-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F445-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F440-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F440-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F440-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F435-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F435-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F435-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F430-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F430-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F430-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F425-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F425-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F425-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F420-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F420-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F420-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F415-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F415-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F415-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F410-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F410-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F410-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F45-fill-1 #fill1 {
  fill: #4285f4 !important;
}
.C-4285F45-fill-1.onHover:hover #fill1 {
  fill: #4285f4 !important;
}
.C-4285F45-stroke-1 #stroke1 {
  stroke: #4285f4 !important;
}
.C-4285F40-fill-1 #fill1 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-fill-1.onHover:hover #fill1 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-stroke-1 #stroke1 {
  stroke: rgba(66, 133, 244, 0) !important;
}
.C-4285F4-fill-2 #fill2 {
  fill: #4285f4;
}
.C-4285F4-fill-2.onHover:hover #fill2,
.C-4285F4-fill-2:hover #fill2 {
  fill: #4285f4;
}
.C-4285F4-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F4100-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F4100-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F4100-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F495-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F495-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F495-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F490-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F490-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F490-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F485-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F485-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F485-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F480-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F480-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F480-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F475-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F475-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F475-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F470-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F470-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F470-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F465-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F465-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F465-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F460-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F460-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F460-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F455-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F455-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F455-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F450-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F450-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F450-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F445-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F445-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F445-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F440-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F440-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F440-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F435-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F435-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F435-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F430-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F430-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F430-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F425-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F425-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F425-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F420-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F420-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F420-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F415-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F415-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F415-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F410-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F410-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F410-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F45-fill-2 #fill2 {
  fill: #4285f4 !important;
}
.C-4285F45-fill-2.onHover:hover #fill2 {
  fill: #4285f4 !important;
}
.C-4285F45-stroke-2 #stroke2 {
  stroke: #4285f4 !important;
}
.C-4285F40-fill-2 #fill2 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-fill-2.onHover:hover #fill2 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-stroke-2 #stroke2 {
  stroke: rgba(66, 133, 244, 0) !important;
}
.C-4285F4-fill-3 #fill3 {
  fill: #4285f4;
}
.C-4285F4-fill-3.onHover:hover #fill3,
.C-4285F4-fill-3:hover #fill3 {
  fill: #4285f4;
}
.C-4285F4-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F4100-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F4100-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F4100-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F495-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F495-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F495-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F490-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F490-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F490-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F485-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F485-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F485-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F480-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F480-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F480-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F475-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F475-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F475-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F470-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F470-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F470-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F465-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F465-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F465-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F460-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F460-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F460-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F455-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F455-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F455-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F450-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F450-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F450-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F445-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F445-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F445-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F440-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F440-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F440-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F435-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F435-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F435-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F430-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F430-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F430-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F425-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F425-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F425-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F420-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F420-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F420-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F415-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F415-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F415-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F410-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F410-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F410-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F45-fill-3 #fill3 {
  fill: #4285f4 !important;
}
.C-4285F45-fill-3.onHover:hover #fill3 {
  fill: #4285f4 !important;
}
.C-4285F45-stroke-3 #stroke3 {
  stroke: #4285f4 !important;
}
.C-4285F40-fill-3 #fill3 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-fill-3.onHover:hover #fill3 {
  fill: rgba(66, 133, 244, 0) !important;
}
.C-4285F40-stroke-3 #stroke3 {
  stroke: rgba(66, 133, 244, 0) !important;
}
.C-3467C2-100 {
  background-color: #3467c2FF !important;
}
.C-3467C2-100-text {
  color: #3467c2FF;
}
.C-3467C2-100-border {
  border-color: #3467c2FF !important;
}
.C-3467C2-95 {
  background-color: #3467c2F2 !important;
}
.C-3467C2-95-text {
  color: #3467c2F2;
}
.C-3467C2-95-border {
  border-color: #3467c2F2 !important;
}
.C-3467C2-90 {
  background-color: #3467c2E6 !important;
}
.C-3467C2-90-text {
  color: #3467c2E6;
}
.C-3467C2-90-border {
  border-color: #3467c2E6 !important;
}
.C-3467C2-85 {
  background-color: #3467c2D9 !important;
}
.C-3467C2-85-text {
  color: #3467c2D9;
}
.C-3467C2-85-border {
  border-color: #3467c2D9 !important;
}
.C-3467C2-80 {
  background-color: #3467c2CC !important;
}
.C-3467C2-80-text {
  color: #3467c2CC;
}
.C-3467C2-80-border {
  border-color: #3467c2CC !important;
}
.C-3467C2-75 {
  background-color: #3467c2BF !important;
}
.C-3467C2-75-text {
  color: #3467c2BF;
}
.C-3467C2-75-border {
  border-color: #3467c2BF !important;
}
.C-3467C2-70 {
  background-color: #3467c2B3 !important;
}
.C-3467C2-70-text {
  color: #3467c2B3;
}
.C-3467C2-70-border {
  border-color: #3467c2B3 !important;
}
.C-3467C2-65 {
  background-color: #3467c2A6 !important;
}
.C-3467C2-65-text {
  color: #3467c2A6;
}
.C-3467C2-65-border {
  border-color: #3467c2A6 !important;
}
.C-3467C2-60 {
  background-color: #3467c299 !important;
}
.C-3467C2-60-text {
  color: #3467c299;
}
.C-3467C2-60-border {
  border-color: #3467c299 !important;
}
.C-3467C2-55 {
  background-color: #3467c28C !important;
}
.C-3467C2-55-text {
  color: #3467c28C;
}
.C-3467C2-55-border {
  border-color: #3467c28C !important;
}
.C-3467C2-50 {
  background-color: #3467c280 !important;
}
.C-3467C2-50-text {
  color: #3467c280;
}
.C-3467C2-50-border {
  border-color: #3467c280 !important;
}
.C-3467C2-45 {
  background-color: #3467c273 !important;
}
.C-3467C2-45-text {
  color: #3467c273;
}
.C-3467C2-45-border {
  border-color: #3467c273 !important;
}
.C-3467C2-40 {
  background-color: #3467c266 !important;
}
.C-3467C2-40-text {
  color: #3467c266;
}
.C-3467C2-40-border {
  border-color: #3467c266 !important;
}
.C-3467C2-35 {
  background-color: #3467c259 !important;
}
.C-3467C2-35-text {
  color: #3467c259;
}
.C-3467C2-35-border {
  border-color: #3467c259 !important;
}
.C-3467C2-30 {
  background-color: #3467c24D !important;
}
.C-3467C2-30-text {
  color: #3467c24D;
}
.C-3467C2-30-border {
  border-color: #3467c24D !important;
}
.C-3467C2-25 {
  background-color: #3467c240 !important;
}
.C-3467C2-25-text {
  color: #3467c240;
}
.C-3467C2-25-border {
  border-color: #3467c240 !important;
}
.C-3467C2-20 {
  background-color: #3467c233 !important;
}
.C-3467C2-20-text {
  color: #3467c233;
}
.C-3467C2-20-border {
  border-color: #3467c233 !important;
}
.C-3467C2-15 {
  background-color: #3467c226 !important;
}
.C-3467C2-15-text {
  color: #3467c226;
}
.C-3467C2-15-border {
  border-color: #3467c226 !important;
}
.C-3467C2-10 {
  background-color: #3467c21A !important;
}
.C-3467C2-10-text {
  color: #3467c21A;
}
.C-3467C2-10-border {
  border-color: #3467c21A !important;
}
.C-3467C2-5 {
  background-color: #3467c20D !important;
}
.C-3467C2-5-text {
  color: #3467c20D;
}
.C-3467C2-5-border {
  border-color: #3467c20D !important;
}
.C-3467C2-0 {
  background-color: #3467c20 !important;
}
.C-3467C2-0-text {
  color: #3467c20;
}
.C-3467C2-0-border {
  border-color: #3467c20 !important;
}
.C-3467C2 {
  background-color: #3467c2 !important;
  --btn-background: #3467c2;
}
.C-3467C2-text {
  color: #3467c2;
}
.C-3467C2-border {
  border-color: #3467c2 !important;
}
@media (hover: hover) {
  .C-3467C2-hover-bg:hover {
    background-color: #3467c2 !important;
  }
}
.C-3467C2-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-3467C2-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #3467c2;
  fill: #3467c2;
  stroke: #3467c2;
}
.C-3467C2-hover-text[papaTarget]:hover.f_targetText {
  color: #3467c2 !important;
  fill: #3467c2 !important;
  stroke: #3467c2 !important;
}
.C-3467C2-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-3467C2-hover-text[fHover]:hover {
  color: #3467c2 !important;
}
.C-3467C2-after::after,
.C-3467C2-after::before {
  background-color: #3467c2;
}
.C-3467C2-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #3467c2;
  transition: box-shadow 0.2s;
}
.C-3467C2100 {
  background-color: #3467c2 !important;
}
.C-3467C2100-text {
  color: #3467c2;
}
.C-3467C2100-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C2100 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C295 {
  background-color: #3467c2 !important;
}
.C-3467C295-text {
  color: #3467c2;
}
.C-3467C295-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C295 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C290 {
  background-color: #3467c2 !important;
}
.C-3467C290-text {
  color: #3467c2;
}
.C-3467C290-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C290 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C285 {
  background-color: #3467c2 !important;
}
.C-3467C285-text {
  color: #3467c2;
}
.C-3467C285-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C285 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C280 {
  background-color: #3467c2 !important;
}
.C-3467C280-text {
  color: #3467c2;
}
.C-3467C280-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C280 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C275 {
  background-color: #3467c2 !important;
}
.C-3467C275-text {
  color: #3467c2;
}
.C-3467C275-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C275 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C270 {
  background-color: #3467c2 !important;
}
.C-3467C270-text {
  color: #3467c2;
}
.C-3467C270-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C270 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C265 {
  background-color: #3467c2 !important;
}
.C-3467C265-text {
  color: #3467c2;
}
.C-3467C265-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C265 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C260 {
  background-color: #3467c2 !important;
}
.C-3467C260-text {
  color: #3467c2;
}
.C-3467C260-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C260 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C255 {
  background-color: #3467c2 !important;
}
.C-3467C255-text {
  color: #3467c2;
}
.C-3467C255-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C255 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C250 {
  background-color: #3467c2 !important;
}
.C-3467C250-text {
  color: #3467c2;
}
.C-3467C250-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C250 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C245 {
  background-color: #3467c2 !important;
}
.C-3467C245-text {
  color: #3467c2;
}
.C-3467C245-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C245 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C240 {
  background-color: #3467c2 !important;
}
.C-3467C240-text {
  color: #3467c2;
}
.C-3467C240-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C240 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C235 {
  background-color: #3467c2 !important;
}
.C-3467C235-text {
  color: #3467c2;
}
.C-3467C235-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C235 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C230 {
  background-color: #3467c2 !important;
}
.C-3467C230-text {
  color: #3467c2;
}
.C-3467C230-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C230 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C225 {
  background-color: #3467c2 !important;
}
.C-3467C225-text {
  color: #3467c2;
}
.C-3467C225-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C225 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C220 {
  background-color: #3467c2 !important;
}
.C-3467C220-text {
  color: #3467c2;
}
.C-3467C220-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C220 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C215 {
  background-color: #3467c2 !important;
}
.C-3467C215-text {
  color: #3467c2;
}
.C-3467C215-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C215 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C210 {
  background-color: #3467c2 !important;
}
.C-3467C210-text {
  color: #3467c2;
}
.C-3467C210-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C210 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C25 {
  background-color: #3467c2 !important;
}
.C-3467C25-text {
  color: #3467c2;
}
.C-3467C25-border {
  border-color: #3467c2;
}
.C-linearGradient-3467C25 {
  background-image:
    linear-gradient(
      45deg,
      #3467c2 0%,
      #3467c2 99%,
      #3467c2 100%);
}
.C-3467C20 {
  background-color: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-text {
  color: rgba(52, 103, 194, 0);
}
.C-3467C20-border {
  border-color: rgba(52, 103, 194, 0);
}
.C-linearGradient-3467C20 {
  background-image:
    linear-gradient(
      45deg,
      rgba(52, 103, 194, 0) 0%,
      #3467c2 99%,
      rgba(52, 103, 194, 0) 100%);
}
.C-3467C2-fill-1 #fill1 {
  fill: #3467c2;
}
.C-3467C2-fill-1.onHover:hover #fill1,
.C-3467C2-fill-1:hover #fill1 {
  fill: #3467c2;
}
.C-3467C2-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C2100-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C2100-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C2100-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C295-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C295-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C295-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C290-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C290-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C290-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C285-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C285-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C285-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C280-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C280-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C280-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C275-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C275-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C275-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C270-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C270-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C270-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C265-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C265-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C265-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C260-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C260-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C260-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C255-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C255-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C255-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C250-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C250-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C250-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C245-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C245-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C245-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C240-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C240-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C240-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C235-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C235-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C235-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C230-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C230-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C230-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C225-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C225-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C225-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C220-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C220-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C220-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C215-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C215-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C215-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C210-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C210-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C210-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C25-fill-1 #fill1 {
  fill: #3467c2 !important;
}
.C-3467C25-fill-1.onHover:hover #fill1 {
  fill: #3467c2 !important;
}
.C-3467C25-stroke-1 #stroke1 {
  stroke: #3467c2 !important;
}
.C-3467C20-fill-1 #fill1 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-fill-1.onHover:hover #fill1 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-stroke-1 #stroke1 {
  stroke: rgba(52, 103, 194, 0) !important;
}
.C-3467C2-fill-2 #fill2 {
  fill: #3467c2;
}
.C-3467C2-fill-2.onHover:hover #fill2,
.C-3467C2-fill-2:hover #fill2 {
  fill: #3467c2;
}
.C-3467C2-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C2100-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C2100-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C2100-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C295-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C295-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C295-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C290-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C290-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C290-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C285-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C285-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C285-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C280-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C280-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C280-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C275-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C275-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C275-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C270-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C270-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C270-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C265-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C265-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C265-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C260-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C260-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C260-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C255-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C255-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C255-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C250-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C250-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C250-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C245-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C245-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C245-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C240-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C240-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C240-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C235-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C235-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C235-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C230-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C230-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C230-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C225-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C225-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C225-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C220-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C220-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C220-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C215-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C215-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C215-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C210-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C210-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C210-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C25-fill-2 #fill2 {
  fill: #3467c2 !important;
}
.C-3467C25-fill-2.onHover:hover #fill2 {
  fill: #3467c2 !important;
}
.C-3467C25-stroke-2 #stroke2 {
  stroke: #3467c2 !important;
}
.C-3467C20-fill-2 #fill2 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-fill-2.onHover:hover #fill2 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-stroke-2 #stroke2 {
  stroke: rgba(52, 103, 194, 0) !important;
}
.C-3467C2-fill-3 #fill3 {
  fill: #3467c2;
}
.C-3467C2-fill-3.onHover:hover #fill3,
.C-3467C2-fill-3:hover #fill3 {
  fill: #3467c2;
}
.C-3467C2-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C2100-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C2100-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C2100-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C295-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C295-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C295-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C290-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C290-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C290-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C285-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C285-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C285-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C280-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C280-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C280-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C275-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C275-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C275-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C270-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C270-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C270-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C265-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C265-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C265-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C260-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C260-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C260-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C255-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C255-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C255-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C250-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C250-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C250-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C245-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C245-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C245-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C240-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C240-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C240-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C235-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C235-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C235-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C230-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C230-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C230-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C225-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C225-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C225-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C220-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C220-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C220-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C215-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C215-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C215-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C210-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C210-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C210-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C25-fill-3 #fill3 {
  fill: #3467c2 !important;
}
.C-3467C25-fill-3.onHover:hover #fill3 {
  fill: #3467c2 !important;
}
.C-3467C25-stroke-3 #stroke3 {
  stroke: #3467c2 !important;
}
.C-3467C20-fill-3 #fill3 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-fill-3.onHover:hover #fill3 {
  fill: rgba(52, 103, 194, 0) !important;
}
.C-3467C20-stroke-3 #stroke3 {
  stroke: rgba(52, 103, 194, 0) !important;
}
.C-6B9DF6-100 {
  background-color: #6b9df6FF !important;
}
.C-6B9DF6-100-text {
  color: #6b9df6FF;
}
.C-6B9DF6-100-border {
  border-color: #6b9df6FF !important;
}
.C-6B9DF6-95 {
  background-color: #6b9df6F2 !important;
}
.C-6B9DF6-95-text {
  color: #6b9df6F2;
}
.C-6B9DF6-95-border {
  border-color: #6b9df6F2 !important;
}
.C-6B9DF6-90 {
  background-color: #6b9df6E6 !important;
}
.C-6B9DF6-90-text {
  color: #6b9df6E6;
}
.C-6B9DF6-90-border {
  border-color: #6b9df6E6 !important;
}
.C-6B9DF6-85 {
  background-color: #6b9df6D9 !important;
}
.C-6B9DF6-85-text {
  color: #6b9df6D9;
}
.C-6B9DF6-85-border {
  border-color: #6b9df6D9 !important;
}
.C-6B9DF6-80 {
  background-color: #6b9df6CC !important;
}
.C-6B9DF6-80-text {
  color: #6b9df6CC;
}
.C-6B9DF6-80-border {
  border-color: #6b9df6CC !important;
}
.C-6B9DF6-75 {
  background-color: #6b9df6BF !important;
}
.C-6B9DF6-75-text {
  color: #6b9df6BF;
}
.C-6B9DF6-75-border {
  border-color: #6b9df6BF !important;
}
.C-6B9DF6-70 {
  background-color: #6b9df6B3 !important;
}
.C-6B9DF6-70-text {
  color: #6b9df6B3;
}
.C-6B9DF6-70-border {
  border-color: #6b9df6B3 !important;
}
.C-6B9DF6-65 {
  background-color: #6b9df6A6 !important;
}
.C-6B9DF6-65-text {
  color: #6b9df6A6;
}
.C-6B9DF6-65-border {
  border-color: #6b9df6A6 !important;
}
.C-6B9DF6-60 {
  background-color: #6b9df699 !important;
}
.C-6B9DF6-60-text {
  color: #6b9df699;
}
.C-6B9DF6-60-border {
  border-color: #6b9df699 !important;
}
.C-6B9DF6-55 {
  background-color: #6b9df68C !important;
}
.C-6B9DF6-55-text {
  color: #6b9df68C;
}
.C-6B9DF6-55-border {
  border-color: #6b9df68C !important;
}
.C-6B9DF6-50 {
  background-color: #6b9df680 !important;
}
.C-6B9DF6-50-text {
  color: #6b9df680;
}
.C-6B9DF6-50-border {
  border-color: #6b9df680 !important;
}
.C-6B9DF6-45 {
  background-color: #6b9df673 !important;
}
.C-6B9DF6-45-text {
  color: #6b9df673;
}
.C-6B9DF6-45-border {
  border-color: #6b9df673 !important;
}
.C-6B9DF6-40 {
  background-color: #6b9df666 !important;
}
.C-6B9DF6-40-text {
  color: #6b9df666;
}
.C-6B9DF6-40-border {
  border-color: #6b9df666 !important;
}
.C-6B9DF6-35 {
  background-color: #6b9df659 !important;
}
.C-6B9DF6-35-text {
  color: #6b9df659;
}
.C-6B9DF6-35-border {
  border-color: #6b9df659 !important;
}
.C-6B9DF6-30 {
  background-color: #6b9df64D !important;
}
.C-6B9DF6-30-text {
  color: #6b9df64D;
}
.C-6B9DF6-30-border {
  border-color: #6b9df64D !important;
}
.C-6B9DF6-25 {
  background-color: #6b9df640 !important;
}
.C-6B9DF6-25-text {
  color: #6b9df640;
}
.C-6B9DF6-25-border {
  border-color: #6b9df640 !important;
}
.C-6B9DF6-20 {
  background-color: #6b9df633 !important;
}
.C-6B9DF6-20-text {
  color: #6b9df633;
}
.C-6B9DF6-20-border {
  border-color: #6b9df633 !important;
}
.C-6B9DF6-15 {
  background-color: #6b9df626 !important;
}
.C-6B9DF6-15-text {
  color: #6b9df626;
}
.C-6B9DF6-15-border {
  border-color: #6b9df626 !important;
}
.C-6B9DF6-10 {
  background-color: #6b9df61A !important;
}
.C-6B9DF6-10-text {
  color: #6b9df61A;
}
.C-6B9DF6-10-border {
  border-color: #6b9df61A !important;
}
.C-6B9DF6-5 {
  background-color: #6b9df60D !important;
}
.C-6B9DF6-5-text {
  color: #6b9df60D;
}
.C-6B9DF6-5-border {
  border-color: #6b9df60D !important;
}
.C-6B9DF6-0 {
  background-color: #6b9df60 !important;
}
.C-6B9DF6-0-text {
  color: #6b9df60;
}
.C-6B9DF6-0-border {
  border-color: #6b9df60 !important;
}
.C-6B9DF6 {
  background-color: #6b9df6 !important;
  --btn-background: #6b9df6;
}
.C-6B9DF6-text {
  color: #6b9df6;
}
.C-6B9DF6-border {
  border-color: #6b9df6 !important;
}
@media (hover: hover) {
  .C-6B9DF6-hover-bg:hover {
    background-color: #6b9df6 !important;
  }
}
.C-6B9DF6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-6B9DF6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #6b9df6;
  fill: #6b9df6;
  stroke: #6b9df6;
}
.C-6B9DF6-hover-text[papaTarget]:hover.f_targetText {
  color: #6b9df6 !important;
  fill: #6b9df6 !important;
  stroke: #6b9df6 !important;
}
.C-6B9DF6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-6B9DF6-hover-text[fHover]:hover {
  color: #6b9df6 !important;
}
.C-6B9DF6-after::after,
.C-6B9DF6-after::before {
  background-color: #6b9df6;
}
.C-6B9DF6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #6b9df6;
  transition: box-shadow 0.2s;
}
.C-6B9DF6100 {
  background-color: #6b9df6 !important;
}
.C-6B9DF6100-text {
  color: #6b9df6;
}
.C-6B9DF6100-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF6100 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF695 {
  background-color: #6b9df6 !important;
}
.C-6B9DF695-text {
  color: #6b9df6;
}
.C-6B9DF695-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF695 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF690 {
  background-color: #6b9df6 !important;
}
.C-6B9DF690-text {
  color: #6b9df6;
}
.C-6B9DF690-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF690 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF685 {
  background-color: #6b9df6 !important;
}
.C-6B9DF685-text {
  color: #6b9df6;
}
.C-6B9DF685-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF685 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF680 {
  background-color: #6b9df6 !important;
}
.C-6B9DF680-text {
  color: #6b9df6;
}
.C-6B9DF680-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF680 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF675 {
  background-color: #6b9df6 !important;
}
.C-6B9DF675-text {
  color: #6b9df6;
}
.C-6B9DF675-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF675 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF670 {
  background-color: #6b9df6 !important;
}
.C-6B9DF670-text {
  color: #6b9df6;
}
.C-6B9DF670-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF670 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF665 {
  background-color: #6b9df6 !important;
}
.C-6B9DF665-text {
  color: #6b9df6;
}
.C-6B9DF665-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF665 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF660 {
  background-color: #6b9df6 !important;
}
.C-6B9DF660-text {
  color: #6b9df6;
}
.C-6B9DF660-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF660 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF655 {
  background-color: #6b9df6 !important;
}
.C-6B9DF655-text {
  color: #6b9df6;
}
.C-6B9DF655-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF655 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF650 {
  background-color: #6b9df6 !important;
}
.C-6B9DF650-text {
  color: #6b9df6;
}
.C-6B9DF650-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF650 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF645 {
  background-color: #6b9df6 !important;
}
.C-6B9DF645-text {
  color: #6b9df6;
}
.C-6B9DF645-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF645 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF640 {
  background-color: #6b9df6 !important;
}
.C-6B9DF640-text {
  color: #6b9df6;
}
.C-6B9DF640-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF640 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF635 {
  background-color: #6b9df6 !important;
}
.C-6B9DF635-text {
  color: #6b9df6;
}
.C-6B9DF635-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF635 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF630 {
  background-color: #6b9df6 !important;
}
.C-6B9DF630-text {
  color: #6b9df6;
}
.C-6B9DF630-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF630 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF625 {
  background-color: #6b9df6 !important;
}
.C-6B9DF625-text {
  color: #6b9df6;
}
.C-6B9DF625-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF625 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF620 {
  background-color: #6b9df6 !important;
}
.C-6B9DF620-text {
  color: #6b9df6;
}
.C-6B9DF620-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF620 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF615 {
  background-color: #6b9df6 !important;
}
.C-6B9DF615-text {
  color: #6b9df6;
}
.C-6B9DF615-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF615 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF610 {
  background-color: #6b9df6 !important;
}
.C-6B9DF610-text {
  color: #6b9df6;
}
.C-6B9DF610-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF610 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF65 {
  background-color: #6b9df6 !important;
}
.C-6B9DF65-text {
  color: #6b9df6;
}
.C-6B9DF65-border {
  border-color: #6b9df6;
}
.C-linearGradient-6B9DF65 {
  background-image:
    linear-gradient(
      45deg,
      #6b9df6 0%,
      #6b9df6 99%,
      #6b9df6 100%);
}
.C-6B9DF60 {
  background-color: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-text {
  color: rgba(107, 157, 246, 0);
}
.C-6B9DF60-border {
  border-color: rgba(107, 157, 246, 0);
}
.C-linearGradient-6B9DF60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(107, 157, 246, 0) 0%,
      #6b9df6 99%,
      rgba(107, 157, 246, 0) 100%);
}
.C-6B9DF6-fill-1 #fill1 {
  fill: #6b9df6;
}
.C-6B9DF6-fill-1.onHover:hover #fill1,
.C-6B9DF6-fill-1:hover #fill1 {
  fill: #6b9df6;
}
.C-6B9DF6-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF6100-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF695-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF690-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF685-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF680-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF675-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF670-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF665-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF660-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF655-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF650-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF645-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF640-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF635-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF630-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF625-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF620-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF615-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF610-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF65-fill-1 #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-fill-1.onHover:hover #fill1 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-stroke-1 #stroke1 {
  stroke: #6b9df6 !important;
}
.C-6B9DF60-fill-1 #fill1 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-fill-1.onHover:hover #fill1 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-stroke-1 #stroke1 {
  stroke: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF6-fill-2 #fill2 {
  fill: #6b9df6;
}
.C-6B9DF6-fill-2.onHover:hover #fill2,
.C-6B9DF6-fill-2:hover #fill2 {
  fill: #6b9df6;
}
.C-6B9DF6-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF6100-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF695-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF690-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF685-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF680-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF675-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF670-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF665-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF660-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF655-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF650-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF645-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF640-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF635-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF630-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF625-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF620-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF615-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF610-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF65-fill-2 #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-fill-2.onHover:hover #fill2 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-stroke-2 #stroke2 {
  stroke: #6b9df6 !important;
}
.C-6B9DF60-fill-2 #fill2 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-fill-2.onHover:hover #fill2 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-stroke-2 #stroke2 {
  stroke: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF6-fill-3 #fill3 {
  fill: #6b9df6;
}
.C-6B9DF6-fill-3.onHover:hover #fill3,
.C-6B9DF6-fill-3:hover #fill3 {
  fill: #6b9df6;
}
.C-6B9DF6-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF6100-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF6100-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF695-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF695-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF690-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF690-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF685-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF685-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF680-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF680-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF675-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF675-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF670-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF670-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF665-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF665-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF660-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF660-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF655-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF655-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF650-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF650-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF645-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF645-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF640-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF640-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF635-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF635-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF630-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF630-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF625-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF625-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF620-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF620-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF615-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF615-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF610-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF610-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF65-fill-3 #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-fill-3.onHover:hover #fill3 {
  fill: #6b9df6 !important;
}
.C-6B9DF65-stroke-3 #stroke3 {
  stroke: #6b9df6 !important;
}
.C-6B9DF60-fill-3 #fill3 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-fill-3.onHover:hover #fill3 {
  fill: rgba(107, 157, 246, 0) !important;
}
.C-6B9DF60-stroke-3 #stroke3 {
  stroke: rgba(107, 157, 246, 0) !important;
}
.C-AAC9F4-100 {
  background-color: #aac9f4FF !important;
}
.C-AAC9F4-100-text {
  color: #aac9f4FF;
}
.C-AAC9F4-100-border {
  border-color: #aac9f4FF !important;
}
.C-AAC9F4-95 {
  background-color: #aac9f4F2 !important;
}
.C-AAC9F4-95-text {
  color: #aac9f4F2;
}
.C-AAC9F4-95-border {
  border-color: #aac9f4F2 !important;
}
.C-AAC9F4-90 {
  background-color: #aac9f4E6 !important;
}
.C-AAC9F4-90-text {
  color: #aac9f4E6;
}
.C-AAC9F4-90-border {
  border-color: #aac9f4E6 !important;
}
.C-AAC9F4-85 {
  background-color: #aac9f4D9 !important;
}
.C-AAC9F4-85-text {
  color: #aac9f4D9;
}
.C-AAC9F4-85-border {
  border-color: #aac9f4D9 !important;
}
.C-AAC9F4-80 {
  background-color: #aac9f4CC !important;
}
.C-AAC9F4-80-text {
  color: #aac9f4CC;
}
.C-AAC9F4-80-border {
  border-color: #aac9f4CC !important;
}
.C-AAC9F4-75 {
  background-color: #aac9f4BF !important;
}
.C-AAC9F4-75-text {
  color: #aac9f4BF;
}
.C-AAC9F4-75-border {
  border-color: #aac9f4BF !important;
}
.C-AAC9F4-70 {
  background-color: #aac9f4B3 !important;
}
.C-AAC9F4-70-text {
  color: #aac9f4B3;
}
.C-AAC9F4-70-border {
  border-color: #aac9f4B3 !important;
}
.C-AAC9F4-65 {
  background-color: #aac9f4A6 !important;
}
.C-AAC9F4-65-text {
  color: #aac9f4A6;
}
.C-AAC9F4-65-border {
  border-color: #aac9f4A6 !important;
}
.C-AAC9F4-60 {
  background-color: #aac9f499 !important;
}
.C-AAC9F4-60-text {
  color: #aac9f499;
}
.C-AAC9F4-60-border {
  border-color: #aac9f499 !important;
}
.C-AAC9F4-55 {
  background-color: #aac9f48C !important;
}
.C-AAC9F4-55-text {
  color: #aac9f48C;
}
.C-AAC9F4-55-border {
  border-color: #aac9f48C !important;
}
.C-AAC9F4-50 {
  background-color: #aac9f480 !important;
}
.C-AAC9F4-50-text {
  color: #aac9f480;
}
.C-AAC9F4-50-border {
  border-color: #aac9f480 !important;
}
.C-AAC9F4-45 {
  background-color: #aac9f473 !important;
}
.C-AAC9F4-45-text {
  color: #aac9f473;
}
.C-AAC9F4-45-border {
  border-color: #aac9f473 !important;
}
.C-AAC9F4-40 {
  background-color: #aac9f466 !important;
}
.C-AAC9F4-40-text {
  color: #aac9f466;
}
.C-AAC9F4-40-border {
  border-color: #aac9f466 !important;
}
.C-AAC9F4-35 {
  background-color: #aac9f459 !important;
}
.C-AAC9F4-35-text {
  color: #aac9f459;
}
.C-AAC9F4-35-border {
  border-color: #aac9f459 !important;
}
.C-AAC9F4-30 {
  background-color: #aac9f44D !important;
}
.C-AAC9F4-30-text {
  color: #aac9f44D;
}
.C-AAC9F4-30-border {
  border-color: #aac9f44D !important;
}
.C-AAC9F4-25 {
  background-color: #aac9f440 !important;
}
.C-AAC9F4-25-text {
  color: #aac9f440;
}
.C-AAC9F4-25-border {
  border-color: #aac9f440 !important;
}
.C-AAC9F4-20 {
  background-color: #aac9f433 !important;
}
.C-AAC9F4-20-text {
  color: #aac9f433;
}
.C-AAC9F4-20-border {
  border-color: #aac9f433 !important;
}
.C-AAC9F4-15 {
  background-color: #aac9f426 !important;
}
.C-AAC9F4-15-text {
  color: #aac9f426;
}
.C-AAC9F4-15-border {
  border-color: #aac9f426 !important;
}
.C-AAC9F4-10 {
  background-color: #aac9f41A !important;
}
.C-AAC9F4-10-text {
  color: #aac9f41A;
}
.C-AAC9F4-10-border {
  border-color: #aac9f41A !important;
}
.C-AAC9F4-5 {
  background-color: #aac9f40D !important;
}
.C-AAC9F4-5-text {
  color: #aac9f40D;
}
.C-AAC9F4-5-border {
  border-color: #aac9f40D !important;
}
.C-AAC9F4-0 {
  background-color: #aac9f40 !important;
}
.C-AAC9F4-0-text {
  color: #aac9f40;
}
.C-AAC9F4-0-border {
  border-color: #aac9f40 !important;
}
.C-AAC9F4 {
  background-color: #aac9f4 !important;
  --btn-background: #aac9f4;
}
.C-AAC9F4-text {
  color: #aac9f4;
}
.C-AAC9F4-border {
  border-color: #aac9f4 !important;
}
@media (hover: hover) {
  .C-AAC9F4-hover-bg:hover {
    background-color: #aac9f4 !important;
  }
}
.C-AAC9F4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-AAC9F4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #aac9f4;
  fill: #aac9f4;
  stroke: #aac9f4;
}
.C-AAC9F4-hover-text[papaTarget]:hover.f_targetText {
  color: #aac9f4 !important;
  fill: #aac9f4 !important;
  stroke: #aac9f4 !important;
}
.C-AAC9F4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-AAC9F4-hover-text[fHover]:hover {
  color: #aac9f4 !important;
}
.C-AAC9F4-after::after,
.C-AAC9F4-after::before {
  background-color: #aac9f4;
}
.C-AAC9F4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #aac9f4;
  transition: box-shadow 0.2s;
}
.C-AAC9F4100 {
  background-color: #aac9f4 !important;
}
.C-AAC9F4100-text {
  color: #aac9f4;
}
.C-AAC9F4100-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F4100 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F495 {
  background-color: #aac9f4 !important;
}
.C-AAC9F495-text {
  color: #aac9f4;
}
.C-AAC9F495-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F495 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F490 {
  background-color: #aac9f4 !important;
}
.C-AAC9F490-text {
  color: #aac9f4;
}
.C-AAC9F490-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F490 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F485 {
  background-color: #aac9f4 !important;
}
.C-AAC9F485-text {
  color: #aac9f4;
}
.C-AAC9F485-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F485 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F480 {
  background-color: #aac9f4 !important;
}
.C-AAC9F480-text {
  color: #aac9f4;
}
.C-AAC9F480-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F480 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F475 {
  background-color: #aac9f4 !important;
}
.C-AAC9F475-text {
  color: #aac9f4;
}
.C-AAC9F475-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F475 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F470 {
  background-color: #aac9f4 !important;
}
.C-AAC9F470-text {
  color: #aac9f4;
}
.C-AAC9F470-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F470 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F465 {
  background-color: #aac9f4 !important;
}
.C-AAC9F465-text {
  color: #aac9f4;
}
.C-AAC9F465-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F465 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F460 {
  background-color: #aac9f4 !important;
}
.C-AAC9F460-text {
  color: #aac9f4;
}
.C-AAC9F460-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F460 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F455 {
  background-color: #aac9f4 !important;
}
.C-AAC9F455-text {
  color: #aac9f4;
}
.C-AAC9F455-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F455 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F450 {
  background-color: #aac9f4 !important;
}
.C-AAC9F450-text {
  color: #aac9f4;
}
.C-AAC9F450-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F450 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F445 {
  background-color: #aac9f4 !important;
}
.C-AAC9F445-text {
  color: #aac9f4;
}
.C-AAC9F445-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F445 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F440 {
  background-color: #aac9f4 !important;
}
.C-AAC9F440-text {
  color: #aac9f4;
}
.C-AAC9F440-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F440 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F435 {
  background-color: #aac9f4 !important;
}
.C-AAC9F435-text {
  color: #aac9f4;
}
.C-AAC9F435-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F435 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F430 {
  background-color: #aac9f4 !important;
}
.C-AAC9F430-text {
  color: #aac9f4;
}
.C-AAC9F430-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F430 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F425 {
  background-color: #aac9f4 !important;
}
.C-AAC9F425-text {
  color: #aac9f4;
}
.C-AAC9F425-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F425 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F420 {
  background-color: #aac9f4 !important;
}
.C-AAC9F420-text {
  color: #aac9f4;
}
.C-AAC9F420-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F420 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F415 {
  background-color: #aac9f4 !important;
}
.C-AAC9F415-text {
  color: #aac9f4;
}
.C-AAC9F415-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F415 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F410 {
  background-color: #aac9f4 !important;
}
.C-AAC9F410-text {
  color: #aac9f4;
}
.C-AAC9F410-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F410 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F45 {
  background-color: #aac9f4 !important;
}
.C-AAC9F45-text {
  color: #aac9f4;
}
.C-AAC9F45-border {
  border-color: #aac9f4;
}
.C-linearGradient-AAC9F45 {
  background-image:
    linear-gradient(
      45deg,
      #aac9f4 0%,
      #aac9f4 99%,
      #aac9f4 100%);
}
.C-AAC9F40 {
  background-color: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-text {
  color: rgba(170, 201, 244, 0);
}
.C-AAC9F40-border {
  border-color: rgba(170, 201, 244, 0);
}
.C-linearGradient-AAC9F40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(170, 201, 244, 0) 0%,
      #aac9f4 99%,
      rgba(170, 201, 244, 0) 100%);
}
.C-AAC9F4-fill-1 #fill1 {
  fill: #aac9f4;
}
.C-AAC9F4-fill-1.onHover:hover #fill1,
.C-AAC9F4-fill-1:hover #fill1 {
  fill: #aac9f4;
}
.C-AAC9F4-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F4100-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F495-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F490-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F485-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F480-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F475-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F470-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F465-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F460-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F455-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F450-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F445-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F440-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F435-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F430-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F425-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F420-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F415-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F410-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F45-fill-1 #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-fill-1.onHover:hover #fill1 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-stroke-1 #stroke1 {
  stroke: #aac9f4 !important;
}
.C-AAC9F40-fill-1 #fill1 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-fill-1.onHover:hover #fill1 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-stroke-1 #stroke1 {
  stroke: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F4-fill-2 #fill2 {
  fill: #aac9f4;
}
.C-AAC9F4-fill-2.onHover:hover #fill2,
.C-AAC9F4-fill-2:hover #fill2 {
  fill: #aac9f4;
}
.C-AAC9F4-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F4100-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F495-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F490-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F485-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F480-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F475-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F470-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F465-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F460-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F455-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F450-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F445-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F440-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F435-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F430-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F425-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F420-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F415-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F410-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F45-fill-2 #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-fill-2.onHover:hover #fill2 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-stroke-2 #stroke2 {
  stroke: #aac9f4 !important;
}
.C-AAC9F40-fill-2 #fill2 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-fill-2.onHover:hover #fill2 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-stroke-2 #stroke2 {
  stroke: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F4-fill-3 #fill3 {
  fill: #aac9f4;
}
.C-AAC9F4-fill-3.onHover:hover #fill3,
.C-AAC9F4-fill-3:hover #fill3 {
  fill: #aac9f4;
}
.C-AAC9F4-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F4100-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F4100-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F495-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F495-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F490-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F490-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F485-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F485-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F480-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F480-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F475-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F475-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F470-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F470-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F465-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F465-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F460-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F460-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F455-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F455-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F450-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F450-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F445-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F445-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F440-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F440-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F435-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F435-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F430-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F430-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F425-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F425-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F420-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F420-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F415-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F415-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F410-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F410-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F45-fill-3 #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-fill-3.onHover:hover #fill3 {
  fill: #aac9f4 !important;
}
.C-AAC9F45-stroke-3 #stroke3 {
  stroke: #aac9f4 !important;
}
.C-AAC9F40-fill-3 #fill3 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-fill-3.onHover:hover #fill3 {
  fill: rgba(170, 201, 244, 0) !important;
}
.C-AAC9F40-stroke-3 #stroke3 {
  stroke: rgba(170, 201, 244, 0) !important;
}
.C-8CAED4-100 {
  background-color: #8caed4FF !important;
}
.C-8CAED4-100-text {
  color: #8caed4FF;
}
.C-8CAED4-100-border {
  border-color: #8caed4FF !important;
}
.C-8CAED4-95 {
  background-color: #8caed4F2 !important;
}
.C-8CAED4-95-text {
  color: #8caed4F2;
}
.C-8CAED4-95-border {
  border-color: #8caed4F2 !important;
}
.C-8CAED4-90 {
  background-color: #8caed4E6 !important;
}
.C-8CAED4-90-text {
  color: #8caed4E6;
}
.C-8CAED4-90-border {
  border-color: #8caed4E6 !important;
}
.C-8CAED4-85 {
  background-color: #8caed4D9 !important;
}
.C-8CAED4-85-text {
  color: #8caed4D9;
}
.C-8CAED4-85-border {
  border-color: #8caed4D9 !important;
}
.C-8CAED4-80 {
  background-color: #8caed4CC !important;
}
.C-8CAED4-80-text {
  color: #8caed4CC;
}
.C-8CAED4-80-border {
  border-color: #8caed4CC !important;
}
.C-8CAED4-75 {
  background-color: #8caed4BF !important;
}
.C-8CAED4-75-text {
  color: #8caed4BF;
}
.C-8CAED4-75-border {
  border-color: #8caed4BF !important;
}
.C-8CAED4-70 {
  background-color: #8caed4B3 !important;
}
.C-8CAED4-70-text {
  color: #8caed4B3;
}
.C-8CAED4-70-border {
  border-color: #8caed4B3 !important;
}
.C-8CAED4-65 {
  background-color: #8caed4A6 !important;
}
.C-8CAED4-65-text {
  color: #8caed4A6;
}
.C-8CAED4-65-border {
  border-color: #8caed4A6 !important;
}
.C-8CAED4-60 {
  background-color: #8caed499 !important;
}
.C-8CAED4-60-text {
  color: #8caed499;
}
.C-8CAED4-60-border {
  border-color: #8caed499 !important;
}
.C-8CAED4-55 {
  background-color: #8caed48C !important;
}
.C-8CAED4-55-text {
  color: #8caed48C;
}
.C-8CAED4-55-border {
  border-color: #8caed48C !important;
}
.C-8CAED4-50 {
  background-color: #8caed480 !important;
}
.C-8CAED4-50-text {
  color: #8caed480;
}
.C-8CAED4-50-border {
  border-color: #8caed480 !important;
}
.C-8CAED4-45 {
  background-color: #8caed473 !important;
}
.C-8CAED4-45-text {
  color: #8caed473;
}
.C-8CAED4-45-border {
  border-color: #8caed473 !important;
}
.C-8CAED4-40 {
  background-color: #8caed466 !important;
}
.C-8CAED4-40-text {
  color: #8caed466;
}
.C-8CAED4-40-border {
  border-color: #8caed466 !important;
}
.C-8CAED4-35 {
  background-color: #8caed459 !important;
}
.C-8CAED4-35-text {
  color: #8caed459;
}
.C-8CAED4-35-border {
  border-color: #8caed459 !important;
}
.C-8CAED4-30 {
  background-color: #8caed44D !important;
}
.C-8CAED4-30-text {
  color: #8caed44D;
}
.C-8CAED4-30-border {
  border-color: #8caed44D !important;
}
.C-8CAED4-25 {
  background-color: #8caed440 !important;
}
.C-8CAED4-25-text {
  color: #8caed440;
}
.C-8CAED4-25-border {
  border-color: #8caed440 !important;
}
.C-8CAED4-20 {
  background-color: #8caed433 !important;
}
.C-8CAED4-20-text {
  color: #8caed433;
}
.C-8CAED4-20-border {
  border-color: #8caed433 !important;
}
.C-8CAED4-15 {
  background-color: #8caed426 !important;
}
.C-8CAED4-15-text {
  color: #8caed426;
}
.C-8CAED4-15-border {
  border-color: #8caed426 !important;
}
.C-8CAED4-10 {
  background-color: #8caed41A !important;
}
.C-8CAED4-10-text {
  color: #8caed41A;
}
.C-8CAED4-10-border {
  border-color: #8caed41A !important;
}
.C-8CAED4-5 {
  background-color: #8caed40D !important;
}
.C-8CAED4-5-text {
  color: #8caed40D;
}
.C-8CAED4-5-border {
  border-color: #8caed40D !important;
}
.C-8CAED4-0 {
  background-color: #8caed40 !important;
}
.C-8CAED4-0-text {
  color: #8caed40;
}
.C-8CAED4-0-border {
  border-color: #8caed40 !important;
}
.C-8CAED4 {
  background-color: #8caed4 !important;
  --btn-background: #8caed4;
}
.C-8CAED4-text {
  color: #8caed4;
}
.C-8CAED4-border {
  border-color: #8caed4 !important;
}
@media (hover: hover) {
  .C-8CAED4-hover-bg:hover {
    background-color: #8caed4 !important;
  }
}
.C-8CAED4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-8CAED4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #8caed4;
  fill: #8caed4;
  stroke: #8caed4;
}
.C-8CAED4-hover-text[papaTarget]:hover.f_targetText {
  color: #8caed4 !important;
  fill: #8caed4 !important;
  stroke: #8caed4 !important;
}
.C-8CAED4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-8CAED4-hover-text[fHover]:hover {
  color: #8caed4 !important;
}
.C-8CAED4-after::after,
.C-8CAED4-after::before {
  background-color: #8caed4;
}
.C-8CAED4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #8caed4;
  transition: box-shadow 0.2s;
}
.C-8CAED4100 {
  background-color: #8caed4 !important;
}
.C-8CAED4100-text {
  color: #8caed4;
}
.C-8CAED4100-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED4100 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED495 {
  background-color: #8caed4 !important;
}
.C-8CAED495-text {
  color: #8caed4;
}
.C-8CAED495-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED495 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED490 {
  background-color: #8caed4 !important;
}
.C-8CAED490-text {
  color: #8caed4;
}
.C-8CAED490-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED490 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED485 {
  background-color: #8caed4 !important;
}
.C-8CAED485-text {
  color: #8caed4;
}
.C-8CAED485-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED485 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED480 {
  background-color: #8caed4 !important;
}
.C-8CAED480-text {
  color: #8caed4;
}
.C-8CAED480-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED480 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED475 {
  background-color: #8caed4 !important;
}
.C-8CAED475-text {
  color: #8caed4;
}
.C-8CAED475-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED475 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED470 {
  background-color: #8caed4 !important;
}
.C-8CAED470-text {
  color: #8caed4;
}
.C-8CAED470-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED470 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED465 {
  background-color: #8caed4 !important;
}
.C-8CAED465-text {
  color: #8caed4;
}
.C-8CAED465-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED465 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED460 {
  background-color: #8caed4 !important;
}
.C-8CAED460-text {
  color: #8caed4;
}
.C-8CAED460-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED460 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED455 {
  background-color: #8caed4 !important;
}
.C-8CAED455-text {
  color: #8caed4;
}
.C-8CAED455-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED455 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED450 {
  background-color: #8caed4 !important;
}
.C-8CAED450-text {
  color: #8caed4;
}
.C-8CAED450-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED450 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED445 {
  background-color: #8caed4 !important;
}
.C-8CAED445-text {
  color: #8caed4;
}
.C-8CAED445-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED445 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED440 {
  background-color: #8caed4 !important;
}
.C-8CAED440-text {
  color: #8caed4;
}
.C-8CAED440-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED440 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED435 {
  background-color: #8caed4 !important;
}
.C-8CAED435-text {
  color: #8caed4;
}
.C-8CAED435-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED435 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED430 {
  background-color: #8caed4 !important;
}
.C-8CAED430-text {
  color: #8caed4;
}
.C-8CAED430-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED430 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED425 {
  background-color: #8caed4 !important;
}
.C-8CAED425-text {
  color: #8caed4;
}
.C-8CAED425-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED425 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED420 {
  background-color: #8caed4 !important;
}
.C-8CAED420-text {
  color: #8caed4;
}
.C-8CAED420-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED420 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED415 {
  background-color: #8caed4 !important;
}
.C-8CAED415-text {
  color: #8caed4;
}
.C-8CAED415-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED415 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED410 {
  background-color: #8caed4 !important;
}
.C-8CAED410-text {
  color: #8caed4;
}
.C-8CAED410-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED410 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED45 {
  background-color: #8caed4 !important;
}
.C-8CAED45-text {
  color: #8caed4;
}
.C-8CAED45-border {
  border-color: #8caed4;
}
.C-linearGradient-8CAED45 {
  background-image:
    linear-gradient(
      45deg,
      #8caed4 0%,
      #8caed4 99%,
      #8caed4 100%);
}
.C-8CAED40 {
  background-color: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-text {
  color: rgba(140, 174, 212, 0);
}
.C-8CAED40-border {
  border-color: rgba(140, 174, 212, 0);
}
.C-linearGradient-8CAED40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(140, 174, 212, 0) 0%,
      #8caed4 99%,
      rgba(140, 174, 212, 0) 100%);
}
.C-8CAED4-fill-1 #fill1 {
  fill: #8caed4;
}
.C-8CAED4-fill-1.onHover:hover #fill1,
.C-8CAED4-fill-1:hover #fill1 {
  fill: #8caed4;
}
.C-8CAED4-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED4100-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED4100-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED4100-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED495-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED495-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED495-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED490-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED490-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED490-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED485-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED485-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED485-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED480-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED480-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED480-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED475-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED475-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED475-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED470-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED470-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED470-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED465-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED465-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED465-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED460-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED460-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED460-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED455-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED455-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED455-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED450-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED450-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED450-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED445-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED445-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED445-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED440-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED440-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED440-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED435-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED435-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED435-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED430-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED430-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED430-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED425-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED425-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED425-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED420-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED420-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED420-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED415-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED415-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED415-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED410-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED410-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED410-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED45-fill-1 #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED45-fill-1.onHover:hover #fill1 {
  fill: #8caed4 !important;
}
.C-8CAED45-stroke-1 #stroke1 {
  stroke: #8caed4 !important;
}
.C-8CAED40-fill-1 #fill1 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-fill-1.onHover:hover #fill1 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-stroke-1 #stroke1 {
  stroke: rgba(140, 174, 212, 0) !important;
}
.C-8CAED4-fill-2 #fill2 {
  fill: #8caed4;
}
.C-8CAED4-fill-2.onHover:hover #fill2,
.C-8CAED4-fill-2:hover #fill2 {
  fill: #8caed4;
}
.C-8CAED4-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED4100-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED4100-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED4100-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED495-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED495-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED495-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED490-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED490-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED490-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED485-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED485-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED485-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED480-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED480-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED480-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED475-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED475-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED475-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED470-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED470-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED470-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED465-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED465-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED465-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED460-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED460-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED460-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED455-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED455-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED455-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED450-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED450-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED450-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED445-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED445-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED445-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED440-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED440-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED440-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED435-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED435-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED435-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED430-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED430-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED430-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED425-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED425-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED425-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED420-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED420-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED420-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED415-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED415-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED415-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED410-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED410-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED410-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED45-fill-2 #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED45-fill-2.onHover:hover #fill2 {
  fill: #8caed4 !important;
}
.C-8CAED45-stroke-2 #stroke2 {
  stroke: #8caed4 !important;
}
.C-8CAED40-fill-2 #fill2 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-fill-2.onHover:hover #fill2 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-stroke-2 #stroke2 {
  stroke: rgba(140, 174, 212, 0) !important;
}
.C-8CAED4-fill-3 #fill3 {
  fill: #8caed4;
}
.C-8CAED4-fill-3.onHover:hover #fill3,
.C-8CAED4-fill-3:hover #fill3 {
  fill: #8caed4;
}
.C-8CAED4-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED4100-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED4100-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED4100-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED495-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED495-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED495-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED490-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED490-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED490-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED485-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED485-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED485-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED480-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED480-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED480-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED475-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED475-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED475-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED470-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED470-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED470-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED465-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED465-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED465-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED460-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED460-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED460-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED455-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED455-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED455-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED450-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED450-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED450-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED445-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED445-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED445-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED440-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED440-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED440-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED435-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED435-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED435-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED430-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED430-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED430-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED425-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED425-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED425-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED420-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED420-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED420-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED415-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED415-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED415-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED410-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED410-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED410-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED45-fill-3 #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED45-fill-3.onHover:hover #fill3 {
  fill: #8caed4 !important;
}
.C-8CAED45-stroke-3 #stroke3 {
  stroke: #8caed4 !important;
}
.C-8CAED40-fill-3 #fill3 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-fill-3.onHover:hover #fill3 {
  fill: rgba(140, 174, 212, 0) !important;
}
.C-8CAED40-stroke-3 #stroke3 {
  stroke: rgba(140, 174, 212, 0) !important;
}
.C-CEE4F6-100 {
  background-color: #cee4f6FF !important;
}
.C-CEE4F6-100-text {
  color: #cee4f6FF;
}
.C-CEE4F6-100-border {
  border-color: #cee4f6FF !important;
}
.C-CEE4F6-95 {
  background-color: #cee4f6F2 !important;
}
.C-CEE4F6-95-text {
  color: #cee4f6F2;
}
.C-CEE4F6-95-border {
  border-color: #cee4f6F2 !important;
}
.C-CEE4F6-90 {
  background-color: #cee4f6E6 !important;
}
.C-CEE4F6-90-text {
  color: #cee4f6E6;
}
.C-CEE4F6-90-border {
  border-color: #cee4f6E6 !important;
}
.C-CEE4F6-85 {
  background-color: #cee4f6D9 !important;
}
.C-CEE4F6-85-text {
  color: #cee4f6D9;
}
.C-CEE4F6-85-border {
  border-color: #cee4f6D9 !important;
}
.C-CEE4F6-80 {
  background-color: #cee4f6CC !important;
}
.C-CEE4F6-80-text {
  color: #cee4f6CC;
}
.C-CEE4F6-80-border {
  border-color: #cee4f6CC !important;
}
.C-CEE4F6-75 {
  background-color: #cee4f6BF !important;
}
.C-CEE4F6-75-text {
  color: #cee4f6BF;
}
.C-CEE4F6-75-border {
  border-color: #cee4f6BF !important;
}
.C-CEE4F6-70 {
  background-color: #cee4f6B3 !important;
}
.C-CEE4F6-70-text {
  color: #cee4f6B3;
}
.C-CEE4F6-70-border {
  border-color: #cee4f6B3 !important;
}
.C-CEE4F6-65 {
  background-color: #cee4f6A6 !important;
}
.C-CEE4F6-65-text {
  color: #cee4f6A6;
}
.C-CEE4F6-65-border {
  border-color: #cee4f6A6 !important;
}
.C-CEE4F6-60 {
  background-color: #cee4f699 !important;
}
.C-CEE4F6-60-text {
  color: #cee4f699;
}
.C-CEE4F6-60-border {
  border-color: #cee4f699 !important;
}
.C-CEE4F6-55 {
  background-color: #cee4f68C !important;
}
.C-CEE4F6-55-text {
  color: #cee4f68C;
}
.C-CEE4F6-55-border {
  border-color: #cee4f68C !important;
}
.C-CEE4F6-50 {
  background-color: #cee4f680 !important;
}
.C-CEE4F6-50-text {
  color: #cee4f680;
}
.C-CEE4F6-50-border {
  border-color: #cee4f680 !important;
}
.C-CEE4F6-45 {
  background-color: #cee4f673 !important;
}
.C-CEE4F6-45-text {
  color: #cee4f673;
}
.C-CEE4F6-45-border {
  border-color: #cee4f673 !important;
}
.C-CEE4F6-40 {
  background-color: #cee4f666 !important;
}
.C-CEE4F6-40-text {
  color: #cee4f666;
}
.C-CEE4F6-40-border {
  border-color: #cee4f666 !important;
}
.C-CEE4F6-35 {
  background-color: #cee4f659 !important;
}
.C-CEE4F6-35-text {
  color: #cee4f659;
}
.C-CEE4F6-35-border {
  border-color: #cee4f659 !important;
}
.C-CEE4F6-30 {
  background-color: #cee4f64D !important;
}
.C-CEE4F6-30-text {
  color: #cee4f64D;
}
.C-CEE4F6-30-border {
  border-color: #cee4f64D !important;
}
.C-CEE4F6-25 {
  background-color: #cee4f640 !important;
}
.C-CEE4F6-25-text {
  color: #cee4f640;
}
.C-CEE4F6-25-border {
  border-color: #cee4f640 !important;
}
.C-CEE4F6-20 {
  background-color: #cee4f633 !important;
}
.C-CEE4F6-20-text {
  color: #cee4f633;
}
.C-CEE4F6-20-border {
  border-color: #cee4f633 !important;
}
.C-CEE4F6-15 {
  background-color: #cee4f626 !important;
}
.C-CEE4F6-15-text {
  color: #cee4f626;
}
.C-CEE4F6-15-border {
  border-color: #cee4f626 !important;
}
.C-CEE4F6-10 {
  background-color: #cee4f61A !important;
}
.C-CEE4F6-10-text {
  color: #cee4f61A;
}
.C-CEE4F6-10-border {
  border-color: #cee4f61A !important;
}
.C-CEE4F6-5 {
  background-color: #cee4f60D !important;
}
.C-CEE4F6-5-text {
  color: #cee4f60D;
}
.C-CEE4F6-5-border {
  border-color: #cee4f60D !important;
}
.C-CEE4F6-0 {
  background-color: #cee4f60 !important;
}
.C-CEE4F6-0-text {
  color: #cee4f60;
}
.C-CEE4F6-0-border {
  border-color: #cee4f60 !important;
}
.C-CEE4F6 {
  background-color: #cee4f6 !important;
  --btn-background: #cee4f6;
}
.C-CEE4F6-text {
  color: #cee4f6;
}
.C-CEE4F6-border {
  border-color: #cee4f6 !important;
}
@media (hover: hover) {
  .C-CEE4F6-hover-bg:hover {
    background-color: #cee4f6 !important;
  }
}
.C-CEE4F6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CEE4F6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cee4f6;
  fill: #cee4f6;
  stroke: #cee4f6;
}
.C-CEE4F6-hover-text[papaTarget]:hover.f_targetText {
  color: #cee4f6 !important;
  fill: #cee4f6 !important;
  stroke: #cee4f6 !important;
}
.C-CEE4F6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CEE4F6-hover-text[fHover]:hover {
  color: #cee4f6 !important;
}
.C-CEE4F6-after::after,
.C-CEE4F6-after::before {
  background-color: #cee4f6;
}
.C-CEE4F6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cee4f6;
  transition: box-shadow 0.2s;
}
.C-CEE4F6100 {
  background-color: #cee4f6 !important;
}
.C-CEE4F6100-text {
  color: #cee4f6;
}
.C-CEE4F6100-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F6100 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F695 {
  background-color: #cee4f6 !important;
}
.C-CEE4F695-text {
  color: #cee4f6;
}
.C-CEE4F695-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F695 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F690 {
  background-color: #cee4f6 !important;
}
.C-CEE4F690-text {
  color: #cee4f6;
}
.C-CEE4F690-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F690 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F685 {
  background-color: #cee4f6 !important;
}
.C-CEE4F685-text {
  color: #cee4f6;
}
.C-CEE4F685-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F685 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F680 {
  background-color: #cee4f6 !important;
}
.C-CEE4F680-text {
  color: #cee4f6;
}
.C-CEE4F680-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F680 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F675 {
  background-color: #cee4f6 !important;
}
.C-CEE4F675-text {
  color: #cee4f6;
}
.C-CEE4F675-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F675 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F670 {
  background-color: #cee4f6 !important;
}
.C-CEE4F670-text {
  color: #cee4f6;
}
.C-CEE4F670-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F670 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F665 {
  background-color: #cee4f6 !important;
}
.C-CEE4F665-text {
  color: #cee4f6;
}
.C-CEE4F665-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F665 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F660 {
  background-color: #cee4f6 !important;
}
.C-CEE4F660-text {
  color: #cee4f6;
}
.C-CEE4F660-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F660 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F655 {
  background-color: #cee4f6 !important;
}
.C-CEE4F655-text {
  color: #cee4f6;
}
.C-CEE4F655-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F655 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F650 {
  background-color: #cee4f6 !important;
}
.C-CEE4F650-text {
  color: #cee4f6;
}
.C-CEE4F650-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F650 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F645 {
  background-color: #cee4f6 !important;
}
.C-CEE4F645-text {
  color: #cee4f6;
}
.C-CEE4F645-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F645 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F640 {
  background-color: #cee4f6 !important;
}
.C-CEE4F640-text {
  color: #cee4f6;
}
.C-CEE4F640-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F640 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F635 {
  background-color: #cee4f6 !important;
}
.C-CEE4F635-text {
  color: #cee4f6;
}
.C-CEE4F635-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F635 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F630 {
  background-color: #cee4f6 !important;
}
.C-CEE4F630-text {
  color: #cee4f6;
}
.C-CEE4F630-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F630 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F625 {
  background-color: #cee4f6 !important;
}
.C-CEE4F625-text {
  color: #cee4f6;
}
.C-CEE4F625-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F625 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F620 {
  background-color: #cee4f6 !important;
}
.C-CEE4F620-text {
  color: #cee4f6;
}
.C-CEE4F620-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F620 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F615 {
  background-color: #cee4f6 !important;
}
.C-CEE4F615-text {
  color: #cee4f6;
}
.C-CEE4F615-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F615 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F610 {
  background-color: #cee4f6 !important;
}
.C-CEE4F610-text {
  color: #cee4f6;
}
.C-CEE4F610-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F610 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F65 {
  background-color: #cee4f6 !important;
}
.C-CEE4F65-text {
  color: #cee4f6;
}
.C-CEE4F65-border {
  border-color: #cee4f6;
}
.C-linearGradient-CEE4F65 {
  background-image:
    linear-gradient(
      45deg,
      #cee4f6 0%,
      #cee4f6 99%,
      #cee4f6 100%);
}
.C-CEE4F60 {
  background-color: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-text {
  color: rgba(206, 228, 246, 0);
}
.C-CEE4F60-border {
  border-color: rgba(206, 228, 246, 0);
}
.C-linearGradient-CEE4F60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(206, 228, 246, 0) 0%,
      #cee4f6 99%,
      rgba(206, 228, 246, 0) 100%);
}
.C-CEE4F6-fill-1 #fill1 {
  fill: #cee4f6;
}
.C-CEE4F6-fill-1.onHover:hover #fill1,
.C-CEE4F6-fill-1:hover #fill1 {
  fill: #cee4f6;
}
.C-CEE4F6-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F6100-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F695-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F690-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F685-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F680-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F675-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F670-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F665-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F660-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F655-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F650-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F645-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F640-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F635-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F630-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F625-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F620-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F615-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F610-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F65-fill-1 #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-fill-1.onHover:hover #fill1 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-stroke-1 #stroke1 {
  stroke: #cee4f6 !important;
}
.C-CEE4F60-fill-1 #fill1 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-fill-1.onHover:hover #fill1 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-stroke-1 #stroke1 {
  stroke: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F6-fill-2 #fill2 {
  fill: #cee4f6;
}
.C-CEE4F6-fill-2.onHover:hover #fill2,
.C-CEE4F6-fill-2:hover #fill2 {
  fill: #cee4f6;
}
.C-CEE4F6-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F6100-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F695-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F690-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F685-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F680-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F675-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F670-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F665-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F660-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F655-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F650-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F645-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F640-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F635-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F630-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F625-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F620-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F615-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F610-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F65-fill-2 #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-fill-2.onHover:hover #fill2 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-stroke-2 #stroke2 {
  stroke: #cee4f6 !important;
}
.C-CEE4F60-fill-2 #fill2 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-fill-2.onHover:hover #fill2 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-stroke-2 #stroke2 {
  stroke: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F6-fill-3 #fill3 {
  fill: #cee4f6;
}
.C-CEE4F6-fill-3.onHover:hover #fill3,
.C-CEE4F6-fill-3:hover #fill3 {
  fill: #cee4f6;
}
.C-CEE4F6-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F6100-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F6100-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F695-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F695-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F690-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F690-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F685-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F685-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F680-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F680-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F675-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F675-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F670-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F670-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F665-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F665-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F660-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F660-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F655-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F655-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F650-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F650-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F645-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F645-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F640-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F640-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F635-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F635-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F630-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F630-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F625-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F625-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F620-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F620-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F615-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F615-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F610-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F610-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F65-fill-3 #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-fill-3.onHover:hover #fill3 {
  fill: #cee4f6 !important;
}
.C-CEE4F65-stroke-3 #stroke3 {
  stroke: #cee4f6 !important;
}
.C-CEE4F60-fill-3 #fill3 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-fill-3.onHover:hover #fill3 {
  fill: rgba(206, 228, 246, 0) !important;
}
.C-CEE4F60-stroke-3 #stroke3 {
  stroke: rgba(206, 228, 246, 0) !important;
}
.C-FA5E54-100 {
  background-color: #fa5e54FF !important;
}
.C-FA5E54-100-text {
  color: #fa5e54FF;
}
.C-FA5E54-100-border {
  border-color: #fa5e54FF !important;
}
.C-FA5E54-95 {
  background-color: #fa5e54F2 !important;
}
.C-FA5E54-95-text {
  color: #fa5e54F2;
}
.C-FA5E54-95-border {
  border-color: #fa5e54F2 !important;
}
.C-FA5E54-90 {
  background-color: #fa5e54E6 !important;
}
.C-FA5E54-90-text {
  color: #fa5e54E6;
}
.C-FA5E54-90-border {
  border-color: #fa5e54E6 !important;
}
.C-FA5E54-85 {
  background-color: #fa5e54D9 !important;
}
.C-FA5E54-85-text {
  color: #fa5e54D9;
}
.C-FA5E54-85-border {
  border-color: #fa5e54D9 !important;
}
.C-FA5E54-80 {
  background-color: #fa5e54CC !important;
}
.C-FA5E54-80-text {
  color: #fa5e54CC;
}
.C-FA5E54-80-border {
  border-color: #fa5e54CC !important;
}
.C-FA5E54-75 {
  background-color: #fa5e54BF !important;
}
.C-FA5E54-75-text {
  color: #fa5e54BF;
}
.C-FA5E54-75-border {
  border-color: #fa5e54BF !important;
}
.C-FA5E54-70 {
  background-color: #fa5e54B3 !important;
}
.C-FA5E54-70-text {
  color: #fa5e54B3;
}
.C-FA5E54-70-border {
  border-color: #fa5e54B3 !important;
}
.C-FA5E54-65 {
  background-color: #fa5e54A6 !important;
}
.C-FA5E54-65-text {
  color: #fa5e54A6;
}
.C-FA5E54-65-border {
  border-color: #fa5e54A6 !important;
}
.C-FA5E54-60 {
  background-color: #fa5e5499 !important;
}
.C-FA5E54-60-text {
  color: #fa5e5499;
}
.C-FA5E54-60-border {
  border-color: #fa5e5499 !important;
}
.C-FA5E54-55 {
  background-color: #fa5e548C !important;
}
.C-FA5E54-55-text {
  color: #fa5e548C;
}
.C-FA5E54-55-border {
  border-color: #fa5e548C !important;
}
.C-FA5E54-50 {
  background-color: #fa5e5480 !important;
}
.C-FA5E54-50-text {
  color: #fa5e5480;
}
.C-FA5E54-50-border {
  border-color: #fa5e5480 !important;
}
.C-FA5E54-45 {
  background-color: #fa5e5473 !important;
}
.C-FA5E54-45-text {
  color: #fa5e5473;
}
.C-FA5E54-45-border {
  border-color: #fa5e5473 !important;
}
.C-FA5E54-40 {
  background-color: #fa5e5466 !important;
}
.C-FA5E54-40-text {
  color: #fa5e5466;
}
.C-FA5E54-40-border {
  border-color: #fa5e5466 !important;
}
.C-FA5E54-35 {
  background-color: #fa5e5459 !important;
}
.C-FA5E54-35-text {
  color: #fa5e5459;
}
.C-FA5E54-35-border {
  border-color: #fa5e5459 !important;
}
.C-FA5E54-30 {
  background-color: #fa5e544D !important;
}
.C-FA5E54-30-text {
  color: #fa5e544D;
}
.C-FA5E54-30-border {
  border-color: #fa5e544D !important;
}
.C-FA5E54-25 {
  background-color: #fa5e5440 !important;
}
.C-FA5E54-25-text {
  color: #fa5e5440;
}
.C-FA5E54-25-border {
  border-color: #fa5e5440 !important;
}
.C-FA5E54-20 {
  background-color: #fa5e5433 !important;
}
.C-FA5E54-20-text {
  color: #fa5e5433;
}
.C-FA5E54-20-border {
  border-color: #fa5e5433 !important;
}
.C-FA5E54-15 {
  background-color: #fa5e5426 !important;
}
.C-FA5E54-15-text {
  color: #fa5e5426;
}
.C-FA5E54-15-border {
  border-color: #fa5e5426 !important;
}
.C-FA5E54-10 {
  background-color: #fa5e541A !important;
}
.C-FA5E54-10-text {
  color: #fa5e541A;
}
.C-FA5E54-10-border {
  border-color: #fa5e541A !important;
}
.C-FA5E54-5 {
  background-color: #fa5e540D !important;
}
.C-FA5E54-5-text {
  color: #fa5e540D;
}
.C-FA5E54-5-border {
  border-color: #fa5e540D !important;
}
.C-FA5E54-0 {
  background-color: #fa5e540 !important;
}
.C-FA5E54-0-text {
  color: #fa5e540;
}
.C-FA5E54-0-border {
  border-color: #fa5e540 !important;
}
.C-FA5E54 {
  background-color: #fa5e54 !important;
  --btn-background: #fa5e54;
}
.C-FA5E54-text {
  color: #fa5e54;
}
.C-FA5E54-border {
  border-color: #fa5e54 !important;
}
@media (hover: hover) {
  .C-FA5E54-hover-bg:hover {
    background-color: #fa5e54 !important;
  }
}
.C-FA5E54-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FA5E54-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fa5e54;
  fill: #fa5e54;
  stroke: #fa5e54;
}
.C-FA5E54-hover-text[papaTarget]:hover.f_targetText {
  color: #fa5e54 !important;
  fill: #fa5e54 !important;
  stroke: #fa5e54 !important;
}
.C-FA5E54-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FA5E54-hover-text[fHover]:hover {
  color: #fa5e54 !important;
}
.C-FA5E54-after::after,
.C-FA5E54-after::before {
  background-color: #fa5e54;
}
.C-FA5E54-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fa5e54;
  transition: box-shadow 0.2s;
}
.C-FA5E54100 {
  background-color: #fa5e54 !important;
}
.C-FA5E54100-text {
  color: #fa5e54;
}
.C-FA5E54100-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E54100 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5495 {
  background-color: #fa5e54 !important;
}
.C-FA5E5495-text {
  color: #fa5e54;
}
.C-FA5E5495-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5495 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5490 {
  background-color: #fa5e54 !important;
}
.C-FA5E5490-text {
  color: #fa5e54;
}
.C-FA5E5490-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5490 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5485 {
  background-color: #fa5e54 !important;
}
.C-FA5E5485-text {
  color: #fa5e54;
}
.C-FA5E5485-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5485 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5480 {
  background-color: #fa5e54 !important;
}
.C-FA5E5480-text {
  color: #fa5e54;
}
.C-FA5E5480-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5480 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5475 {
  background-color: #fa5e54 !important;
}
.C-FA5E5475-text {
  color: #fa5e54;
}
.C-FA5E5475-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5475 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5470 {
  background-color: #fa5e54 !important;
}
.C-FA5E5470-text {
  color: #fa5e54;
}
.C-FA5E5470-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5470 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5465 {
  background-color: #fa5e54 !important;
}
.C-FA5E5465-text {
  color: #fa5e54;
}
.C-FA5E5465-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5465 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5460 {
  background-color: #fa5e54 !important;
}
.C-FA5E5460-text {
  color: #fa5e54;
}
.C-FA5E5460-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5460 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5455 {
  background-color: #fa5e54 !important;
}
.C-FA5E5455-text {
  color: #fa5e54;
}
.C-FA5E5455-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5455 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5450 {
  background-color: #fa5e54 !important;
}
.C-FA5E5450-text {
  color: #fa5e54;
}
.C-FA5E5450-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5450 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5445 {
  background-color: #fa5e54 !important;
}
.C-FA5E5445-text {
  color: #fa5e54;
}
.C-FA5E5445-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5445 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5440 {
  background-color: #fa5e54 !important;
}
.C-FA5E5440-text {
  color: #fa5e54;
}
.C-FA5E5440-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5440 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5435 {
  background-color: #fa5e54 !important;
}
.C-FA5E5435-text {
  color: #fa5e54;
}
.C-FA5E5435-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5435 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5430 {
  background-color: #fa5e54 !important;
}
.C-FA5E5430-text {
  color: #fa5e54;
}
.C-FA5E5430-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5430 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5425 {
  background-color: #fa5e54 !important;
}
.C-FA5E5425-text {
  color: #fa5e54;
}
.C-FA5E5425-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5425 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5420 {
  background-color: #fa5e54 !important;
}
.C-FA5E5420-text {
  color: #fa5e54;
}
.C-FA5E5420-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5420 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5415 {
  background-color: #fa5e54 !important;
}
.C-FA5E5415-text {
  color: #fa5e54;
}
.C-FA5E5415-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5415 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E5410 {
  background-color: #fa5e54 !important;
}
.C-FA5E5410-text {
  color: #fa5e54;
}
.C-FA5E5410-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E5410 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E545 {
  background-color: #fa5e54 !important;
}
.C-FA5E545-text {
  color: #fa5e54;
}
.C-FA5E545-border {
  border-color: #fa5e54;
}
.C-linearGradient-FA5E545 {
  background-image:
    linear-gradient(
      45deg,
      #fa5e54 0%,
      #fa5e54 99%,
      #fa5e54 100%);
}
.C-FA5E540 {
  background-color: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-text {
  color: rgba(250, 94, 84, 0);
}
.C-FA5E540-border {
  border-color: rgba(250, 94, 84, 0);
}
.C-linearGradient-FA5E540 {
  background-image:
    linear-gradient(
      45deg,
      rgba(250, 94, 84, 0) 0%,
      #fa5e54 99%,
      rgba(250, 94, 84, 0) 100%);
}
.C-FA5E54-fill-1 #fill1 {
  fill: #fa5e54;
}
.C-FA5E54-fill-1.onHover:hover #fill1,
.C-FA5E54-fill-1:hover #fill1 {
  fill: #fa5e54;
}
.C-FA5E54-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E54100-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5495-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5490-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5485-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5480-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5475-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5470-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5465-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5460-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5455-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5450-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5445-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5440-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5435-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5430-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5425-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5420-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5415-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E5410-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E545-fill-1 #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E545-fill-1.onHover:hover #fill1 {
  fill: #fa5e54 !important;
}
.C-FA5E545-stroke-1 #stroke1 {
  stroke: #fa5e54 !important;
}
.C-FA5E540-fill-1 #fill1 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-fill-1.onHover:hover #fill1 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-stroke-1 #stroke1 {
  stroke: rgba(250, 94, 84, 0) !important;
}
.C-FA5E54-fill-2 #fill2 {
  fill: #fa5e54;
}
.C-FA5E54-fill-2.onHover:hover #fill2,
.C-FA5E54-fill-2:hover #fill2 {
  fill: #fa5e54;
}
.C-FA5E54-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E54100-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5495-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5490-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5485-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5480-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5475-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5470-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5465-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5460-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5455-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5450-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5445-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5440-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5435-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5430-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5425-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5420-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5415-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E5410-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E545-fill-2 #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E545-fill-2.onHover:hover #fill2 {
  fill: #fa5e54 !important;
}
.C-FA5E545-stroke-2 #stroke2 {
  stroke: #fa5e54 !important;
}
.C-FA5E540-fill-2 #fill2 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-fill-2.onHover:hover #fill2 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-stroke-2 #stroke2 {
  stroke: rgba(250, 94, 84, 0) !important;
}
.C-FA5E54-fill-3 #fill3 {
  fill: #fa5e54;
}
.C-FA5E54-fill-3.onHover:hover #fill3,
.C-FA5E54-fill-3:hover #fill3 {
  fill: #fa5e54;
}
.C-FA5E54-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E54100-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E54100-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5495-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5495-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5490-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5490-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5485-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5485-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5480-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5480-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5475-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5475-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5470-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5470-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5465-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5465-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5460-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5460-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5455-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5455-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5450-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5450-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5445-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5445-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5440-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5440-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5435-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5435-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5430-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5430-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5425-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5425-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5420-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5420-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5415-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5415-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E5410-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E5410-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E545-fill-3 #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E545-fill-3.onHover:hover #fill3 {
  fill: #fa5e54 !important;
}
.C-FA5E545-stroke-3 #stroke3 {
  stroke: #fa5e54 !important;
}
.C-FA5E540-fill-3 #fill3 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-fill-3.onHover:hover #fill3 {
  fill: rgba(250, 94, 84, 0) !important;
}
.C-FA5E540-stroke-3 #stroke3 {
  stroke: rgba(250, 94, 84, 0) !important;
}
.C-C84B43-100 {
  background-color: #c84b43FF !important;
}
.C-C84B43-100-text {
  color: #c84b43FF;
}
.C-C84B43-100-border {
  border-color: #c84b43FF !important;
}
.C-C84B43-95 {
  background-color: #c84b43F2 !important;
}
.C-C84B43-95-text {
  color: #c84b43F2;
}
.C-C84B43-95-border {
  border-color: #c84b43F2 !important;
}
.C-C84B43-90 {
  background-color: #c84b43E6 !important;
}
.C-C84B43-90-text {
  color: #c84b43E6;
}
.C-C84B43-90-border {
  border-color: #c84b43E6 !important;
}
.C-C84B43-85 {
  background-color: #c84b43D9 !important;
}
.C-C84B43-85-text {
  color: #c84b43D9;
}
.C-C84B43-85-border {
  border-color: #c84b43D9 !important;
}
.C-C84B43-80 {
  background-color: #c84b43CC !important;
}
.C-C84B43-80-text {
  color: #c84b43CC;
}
.C-C84B43-80-border {
  border-color: #c84b43CC !important;
}
.C-C84B43-75 {
  background-color: #c84b43BF !important;
}
.C-C84B43-75-text {
  color: #c84b43BF;
}
.C-C84B43-75-border {
  border-color: #c84b43BF !important;
}
.C-C84B43-70 {
  background-color: #c84b43B3 !important;
}
.C-C84B43-70-text {
  color: #c84b43B3;
}
.C-C84B43-70-border {
  border-color: #c84b43B3 !important;
}
.C-C84B43-65 {
  background-color: #c84b43A6 !important;
}
.C-C84B43-65-text {
  color: #c84b43A6;
}
.C-C84B43-65-border {
  border-color: #c84b43A6 !important;
}
.C-C84B43-60 {
  background-color: #c84b4399 !important;
}
.C-C84B43-60-text {
  color: #c84b4399;
}
.C-C84B43-60-border {
  border-color: #c84b4399 !important;
}
.C-C84B43-55 {
  background-color: #c84b438C !important;
}
.C-C84B43-55-text {
  color: #c84b438C;
}
.C-C84B43-55-border {
  border-color: #c84b438C !important;
}
.C-C84B43-50 {
  background-color: #c84b4380 !important;
}
.C-C84B43-50-text {
  color: #c84b4380;
}
.C-C84B43-50-border {
  border-color: #c84b4380 !important;
}
.C-C84B43-45 {
  background-color: #c84b4373 !important;
}
.C-C84B43-45-text {
  color: #c84b4373;
}
.C-C84B43-45-border {
  border-color: #c84b4373 !important;
}
.C-C84B43-40 {
  background-color: #c84b4366 !important;
}
.C-C84B43-40-text {
  color: #c84b4366;
}
.C-C84B43-40-border {
  border-color: #c84b4366 !important;
}
.C-C84B43-35 {
  background-color: #c84b4359 !important;
}
.C-C84B43-35-text {
  color: #c84b4359;
}
.C-C84B43-35-border {
  border-color: #c84b4359 !important;
}
.C-C84B43-30 {
  background-color: #c84b434D !important;
}
.C-C84B43-30-text {
  color: #c84b434D;
}
.C-C84B43-30-border {
  border-color: #c84b434D !important;
}
.C-C84B43-25 {
  background-color: #c84b4340 !important;
}
.C-C84B43-25-text {
  color: #c84b4340;
}
.C-C84B43-25-border {
  border-color: #c84b4340 !important;
}
.C-C84B43-20 {
  background-color: #c84b4333 !important;
}
.C-C84B43-20-text {
  color: #c84b4333;
}
.C-C84B43-20-border {
  border-color: #c84b4333 !important;
}
.C-C84B43-15 {
  background-color: #c84b4326 !important;
}
.C-C84B43-15-text {
  color: #c84b4326;
}
.C-C84B43-15-border {
  border-color: #c84b4326 !important;
}
.C-C84B43-10 {
  background-color: #c84b431A !important;
}
.C-C84B43-10-text {
  color: #c84b431A;
}
.C-C84B43-10-border {
  border-color: #c84b431A !important;
}
.C-C84B43-5 {
  background-color: #c84b430D !important;
}
.C-C84B43-5-text {
  color: #c84b430D;
}
.C-C84B43-5-border {
  border-color: #c84b430D !important;
}
.C-C84B43-0 {
  background-color: #c84b430 !important;
}
.C-C84B43-0-text {
  color: #c84b430;
}
.C-C84B43-0-border {
  border-color: #c84b430 !important;
}
.C-C84B43 {
  background-color: #c84b43 !important;
  --btn-background: #c84b43;
}
.C-C84B43-text {
  color: #c84b43;
}
.C-C84B43-border {
  border-color: #c84b43 !important;
}
@media (hover: hover) {
  .C-C84B43-hover-bg:hover {
    background-color: #c84b43 !important;
  }
}
.C-C84B43-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-C84B43-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #c84b43;
  fill: #c84b43;
  stroke: #c84b43;
}
.C-C84B43-hover-text[papaTarget]:hover.f_targetText {
  color: #c84b43 !important;
  fill: #c84b43 !important;
  stroke: #c84b43 !important;
}
.C-C84B43-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-C84B43-hover-text[fHover]:hover {
  color: #c84b43 !important;
}
.C-C84B43-after::after,
.C-C84B43-after::before {
  background-color: #c84b43;
}
.C-C84B43-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #c84b43;
  transition: box-shadow 0.2s;
}
.C-C84B43100 {
  background-color: #c84b43 !important;
}
.C-C84B43100-text {
  color: #c84b43;
}
.C-C84B43100-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B43100 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4395 {
  background-color: #c84b43 !important;
}
.C-C84B4395-text {
  color: #c84b43;
}
.C-C84B4395-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4395 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4390 {
  background-color: #c84b43 !important;
}
.C-C84B4390-text {
  color: #c84b43;
}
.C-C84B4390-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4390 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4385 {
  background-color: #c84b43 !important;
}
.C-C84B4385-text {
  color: #c84b43;
}
.C-C84B4385-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4385 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4380 {
  background-color: #c84b43 !important;
}
.C-C84B4380-text {
  color: #c84b43;
}
.C-C84B4380-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4380 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4375 {
  background-color: #c84b43 !important;
}
.C-C84B4375-text {
  color: #c84b43;
}
.C-C84B4375-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4375 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4370 {
  background-color: #c84b43 !important;
}
.C-C84B4370-text {
  color: #c84b43;
}
.C-C84B4370-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4370 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4365 {
  background-color: #c84b43 !important;
}
.C-C84B4365-text {
  color: #c84b43;
}
.C-C84B4365-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4365 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4360 {
  background-color: #c84b43 !important;
}
.C-C84B4360-text {
  color: #c84b43;
}
.C-C84B4360-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4360 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4355 {
  background-color: #c84b43 !important;
}
.C-C84B4355-text {
  color: #c84b43;
}
.C-C84B4355-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4355 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4350 {
  background-color: #c84b43 !important;
}
.C-C84B4350-text {
  color: #c84b43;
}
.C-C84B4350-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4350 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4345 {
  background-color: #c84b43 !important;
}
.C-C84B4345-text {
  color: #c84b43;
}
.C-C84B4345-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4345 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4340 {
  background-color: #c84b43 !important;
}
.C-C84B4340-text {
  color: #c84b43;
}
.C-C84B4340-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4340 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4335 {
  background-color: #c84b43 !important;
}
.C-C84B4335-text {
  color: #c84b43;
}
.C-C84B4335-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4335 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4330 {
  background-color: #c84b43 !important;
}
.C-C84B4330-text {
  color: #c84b43;
}
.C-C84B4330-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4330 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4325 {
  background-color: #c84b43 !important;
}
.C-C84B4325-text {
  color: #c84b43;
}
.C-C84B4325-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4325 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4320 {
  background-color: #c84b43 !important;
}
.C-C84B4320-text {
  color: #c84b43;
}
.C-C84B4320-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4320 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4315 {
  background-color: #c84b43 !important;
}
.C-C84B4315-text {
  color: #c84b43;
}
.C-C84B4315-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4315 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B4310 {
  background-color: #c84b43 !important;
}
.C-C84B4310-text {
  color: #c84b43;
}
.C-C84B4310-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B4310 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B435 {
  background-color: #c84b43 !important;
}
.C-C84B435-text {
  color: #c84b43;
}
.C-C84B435-border {
  border-color: #c84b43;
}
.C-linearGradient-C84B435 {
  background-image:
    linear-gradient(
      45deg,
      #c84b43 0%,
      #c84b43 99%,
      #c84b43 100%);
}
.C-C84B430 {
  background-color: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-text {
  color: rgba(200, 75, 67, 0);
}
.C-C84B430-border {
  border-color: rgba(200, 75, 67, 0);
}
.C-linearGradient-C84B430 {
  background-image:
    linear-gradient(
      45deg,
      rgba(200, 75, 67, 0) 0%,
      #c84b43 99%,
      rgba(200, 75, 67, 0) 100%);
}
.C-C84B43-fill-1 #fill1 {
  fill: #c84b43;
}
.C-C84B43-fill-1.onHover:hover #fill1,
.C-C84B43-fill-1:hover #fill1 {
  fill: #c84b43;
}
.C-C84B43-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B43100-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B43100-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B43100-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4395-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4395-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4395-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4390-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4390-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4390-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4385-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4385-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4385-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4380-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4380-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4380-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4375-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4375-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4375-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4370-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4370-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4370-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4365-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4365-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4365-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4360-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4360-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4360-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4355-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4355-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4355-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4350-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4350-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4350-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4345-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4345-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4345-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4340-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4340-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4340-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4335-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4335-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4335-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4330-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4330-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4330-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4325-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4325-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4325-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4320-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4320-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4320-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4315-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4315-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4315-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B4310-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4310-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B4310-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B435-fill-1 #fill1 {
  fill: #c84b43 !important;
}
.C-C84B435-fill-1.onHover:hover #fill1 {
  fill: #c84b43 !important;
}
.C-C84B435-stroke-1 #stroke1 {
  stroke: #c84b43 !important;
}
.C-C84B430-fill-1 #fill1 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-fill-1.onHover:hover #fill1 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-stroke-1 #stroke1 {
  stroke: rgba(200, 75, 67, 0) !important;
}
.C-C84B43-fill-2 #fill2 {
  fill: #c84b43;
}
.C-C84B43-fill-2.onHover:hover #fill2,
.C-C84B43-fill-2:hover #fill2 {
  fill: #c84b43;
}
.C-C84B43-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B43100-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B43100-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B43100-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4395-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4395-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4395-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4390-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4390-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4390-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4385-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4385-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4385-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4380-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4380-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4380-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4375-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4375-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4375-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4370-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4370-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4370-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4365-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4365-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4365-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4360-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4360-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4360-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4355-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4355-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4355-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4350-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4350-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4350-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4345-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4345-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4345-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4340-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4340-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4340-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4335-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4335-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4335-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4330-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4330-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4330-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4325-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4325-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4325-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4320-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4320-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4320-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4315-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4315-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4315-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B4310-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4310-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B4310-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B435-fill-2 #fill2 {
  fill: #c84b43 !important;
}
.C-C84B435-fill-2.onHover:hover #fill2 {
  fill: #c84b43 !important;
}
.C-C84B435-stroke-2 #stroke2 {
  stroke: #c84b43 !important;
}
.C-C84B430-fill-2 #fill2 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-fill-2.onHover:hover #fill2 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-stroke-2 #stroke2 {
  stroke: rgba(200, 75, 67, 0) !important;
}
.C-C84B43-fill-3 #fill3 {
  fill: #c84b43;
}
.C-C84B43-fill-3.onHover:hover #fill3,
.C-C84B43-fill-3:hover #fill3 {
  fill: #c84b43;
}
.C-C84B43-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B43100-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B43100-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B43100-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4395-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4395-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4395-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4390-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4390-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4390-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4385-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4385-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4385-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4380-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4380-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4380-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4375-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4375-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4375-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4370-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4370-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4370-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4365-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4365-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4365-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4360-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4360-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4360-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4355-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4355-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4355-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4350-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4350-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4350-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4345-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4345-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4345-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4340-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4340-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4340-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4335-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4335-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4335-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4330-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4330-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4330-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4325-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4325-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4325-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4320-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4320-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4320-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4315-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4315-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4315-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B4310-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4310-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B4310-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B435-fill-3 #fill3 {
  fill: #c84b43 !important;
}
.C-C84B435-fill-3.onHover:hover #fill3 {
  fill: #c84b43 !important;
}
.C-C84B435-stroke-3 #stroke3 {
  stroke: #c84b43 !important;
}
.C-C84B430-fill-3 #fill3 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-fill-3.onHover:hover #fill3 {
  fill: rgba(200, 75, 67, 0) !important;
}
.C-C84B430-stroke-3 #stroke3 {
  stroke: rgba(200, 75, 67, 0) !important;
}
.C-FC8175-100 {
  background-color: #fc8175FF !important;
}
.C-FC8175-100-text {
  color: #fc8175FF;
}
.C-FC8175-100-border {
  border-color: #fc8175FF !important;
}
.C-FC8175-95 {
  background-color: #fc8175F2 !important;
}
.C-FC8175-95-text {
  color: #fc8175F2;
}
.C-FC8175-95-border {
  border-color: #fc8175F2 !important;
}
.C-FC8175-90 {
  background-color: #fc8175E6 !important;
}
.C-FC8175-90-text {
  color: #fc8175E6;
}
.C-FC8175-90-border {
  border-color: #fc8175E6 !important;
}
.C-FC8175-85 {
  background-color: #fc8175D9 !important;
}
.C-FC8175-85-text {
  color: #fc8175D9;
}
.C-FC8175-85-border {
  border-color: #fc8175D9 !important;
}
.C-FC8175-80 {
  background-color: #fc8175CC !important;
}
.C-FC8175-80-text {
  color: #fc8175CC;
}
.C-FC8175-80-border {
  border-color: #fc8175CC !important;
}
.C-FC8175-75 {
  background-color: #fc8175BF !important;
}
.C-FC8175-75-text {
  color: #fc8175BF;
}
.C-FC8175-75-border {
  border-color: #fc8175BF !important;
}
.C-FC8175-70 {
  background-color: #fc8175B3 !important;
}
.C-FC8175-70-text {
  color: #fc8175B3;
}
.C-FC8175-70-border {
  border-color: #fc8175B3 !important;
}
.C-FC8175-65 {
  background-color: #fc8175A6 !important;
}
.C-FC8175-65-text {
  color: #fc8175A6;
}
.C-FC8175-65-border {
  border-color: #fc8175A6 !important;
}
.C-FC8175-60 {
  background-color: #fc817599 !important;
}
.C-FC8175-60-text {
  color: #fc817599;
}
.C-FC8175-60-border {
  border-color: #fc817599 !important;
}
.C-FC8175-55 {
  background-color: #fc81758C !important;
}
.C-FC8175-55-text {
  color: #fc81758C;
}
.C-FC8175-55-border {
  border-color: #fc81758C !important;
}
.C-FC8175-50 {
  background-color: #fc817580 !important;
}
.C-FC8175-50-text {
  color: #fc817580;
}
.C-FC8175-50-border {
  border-color: #fc817580 !important;
}
.C-FC8175-45 {
  background-color: #fc817573 !important;
}
.C-FC8175-45-text {
  color: #fc817573;
}
.C-FC8175-45-border {
  border-color: #fc817573 !important;
}
.C-FC8175-40 {
  background-color: #fc817566 !important;
}
.C-FC8175-40-text {
  color: #fc817566;
}
.C-FC8175-40-border {
  border-color: #fc817566 !important;
}
.C-FC8175-35 {
  background-color: #fc817559 !important;
}
.C-FC8175-35-text {
  color: #fc817559;
}
.C-FC8175-35-border {
  border-color: #fc817559 !important;
}
.C-FC8175-30 {
  background-color: #fc81754D !important;
}
.C-FC8175-30-text {
  color: #fc81754D;
}
.C-FC8175-30-border {
  border-color: #fc81754D !important;
}
.C-FC8175-25 {
  background-color: #fc817540 !important;
}
.C-FC8175-25-text {
  color: #fc817540;
}
.C-FC8175-25-border {
  border-color: #fc817540 !important;
}
.C-FC8175-20 {
  background-color: #fc817533 !important;
}
.C-FC8175-20-text {
  color: #fc817533;
}
.C-FC8175-20-border {
  border-color: #fc817533 !important;
}
.C-FC8175-15 {
  background-color: #fc817526 !important;
}
.C-FC8175-15-text {
  color: #fc817526;
}
.C-FC8175-15-border {
  border-color: #fc817526 !important;
}
.C-FC8175-10 {
  background-color: #fc81751A !important;
}
.C-FC8175-10-text {
  color: #fc81751A;
}
.C-FC8175-10-border {
  border-color: #fc81751A !important;
}
.C-FC8175-5 {
  background-color: #fc81750D !important;
}
.C-FC8175-5-text {
  color: #fc81750D;
}
.C-FC8175-5-border {
  border-color: #fc81750D !important;
}
.C-FC8175-0 {
  background-color: #fc81750 !important;
}
.C-FC8175-0-text {
  color: #fc81750;
}
.C-FC8175-0-border {
  border-color: #fc81750 !important;
}
.C-FC8175 {
  background-color: #fc8175 !important;
  --btn-background: #fc8175;
}
.C-FC8175-text {
  color: #fc8175;
}
.C-FC8175-border {
  border-color: #fc8175 !important;
}
@media (hover: hover) {
  .C-FC8175-hover-bg:hover {
    background-color: #fc8175 !important;
  }
}
.C-FC8175-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FC8175-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #fc8175;
  fill: #fc8175;
  stroke: #fc8175;
}
.C-FC8175-hover-text[papaTarget]:hover.f_targetText {
  color: #fc8175 !important;
  fill: #fc8175 !important;
  stroke: #fc8175 !important;
}
.C-FC8175-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FC8175-hover-text[fHover]:hover {
  color: #fc8175 !important;
}
.C-FC8175-after::after,
.C-FC8175-after::before {
  background-color: #fc8175;
}
.C-FC8175-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #fc8175;
  transition: box-shadow 0.2s;
}
.C-FC8175100 {
  background-color: #fc8175 !important;
}
.C-FC8175100-text {
  color: #fc8175;
}
.C-FC8175100-border {
  border-color: #fc8175;
}
.C-linearGradient-FC8175100 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817595 {
  background-color: #fc8175 !important;
}
.C-FC817595-text {
  color: #fc8175;
}
.C-FC817595-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817595 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817590 {
  background-color: #fc8175 !important;
}
.C-FC817590-text {
  color: #fc8175;
}
.C-FC817590-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817590 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817585 {
  background-color: #fc8175 !important;
}
.C-FC817585-text {
  color: #fc8175;
}
.C-FC817585-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817585 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817580 {
  background-color: #fc8175 !important;
}
.C-FC817580-text {
  color: #fc8175;
}
.C-FC817580-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817580 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817575 {
  background-color: #fc8175 !important;
}
.C-FC817575-text {
  color: #fc8175;
}
.C-FC817575-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817575 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817570 {
  background-color: #fc8175 !important;
}
.C-FC817570-text {
  color: #fc8175;
}
.C-FC817570-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817570 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817565 {
  background-color: #fc8175 !important;
}
.C-FC817565-text {
  color: #fc8175;
}
.C-FC817565-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817565 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817560 {
  background-color: #fc8175 !important;
}
.C-FC817560-text {
  color: #fc8175;
}
.C-FC817560-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817560 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817555 {
  background-color: #fc8175 !important;
}
.C-FC817555-text {
  color: #fc8175;
}
.C-FC817555-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817555 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817550 {
  background-color: #fc8175 !important;
}
.C-FC817550-text {
  color: #fc8175;
}
.C-FC817550-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817550 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817545 {
  background-color: #fc8175 !important;
}
.C-FC817545-text {
  color: #fc8175;
}
.C-FC817545-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817545 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817540 {
  background-color: #fc8175 !important;
}
.C-FC817540-text {
  color: #fc8175;
}
.C-FC817540-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817540 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817535 {
  background-color: #fc8175 !important;
}
.C-FC817535-text {
  color: #fc8175;
}
.C-FC817535-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817535 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817530 {
  background-color: #fc8175 !important;
}
.C-FC817530-text {
  color: #fc8175;
}
.C-FC817530-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817530 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817525 {
  background-color: #fc8175 !important;
}
.C-FC817525-text {
  color: #fc8175;
}
.C-FC817525-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817525 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817520 {
  background-color: #fc8175 !important;
}
.C-FC817520-text {
  color: #fc8175;
}
.C-FC817520-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817520 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817515 {
  background-color: #fc8175 !important;
}
.C-FC817515-text {
  color: #fc8175;
}
.C-FC817515-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817515 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC817510 {
  background-color: #fc8175 !important;
}
.C-FC817510-text {
  color: #fc8175;
}
.C-FC817510-border {
  border-color: #fc8175;
}
.C-linearGradient-FC817510 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC81755 {
  background-color: #fc8175 !important;
}
.C-FC81755-text {
  color: #fc8175;
}
.C-FC81755-border {
  border-color: #fc8175;
}
.C-linearGradient-FC81755 {
  background-image:
    linear-gradient(
      45deg,
      #fc8175 0%,
      #fc8175 99%,
      #fc8175 100%);
}
.C-FC81750 {
  background-color: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-text {
  color: rgba(252, 129, 117, 0);
}
.C-FC81750-border {
  border-color: rgba(252, 129, 117, 0);
}
.C-linearGradient-FC81750 {
  background-image:
    linear-gradient(
      45deg,
      rgba(252, 129, 117, 0) 0%,
      #fc8175 99%,
      rgba(252, 129, 117, 0) 100%);
}
.C-FC8175-fill-1 #fill1 {
  fill: #fc8175;
}
.C-FC8175-fill-1.onHover:hover #fill1,
.C-FC8175-fill-1:hover #fill1 {
  fill: #fc8175;
}
.C-FC8175-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC8175100-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC8175100-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC8175100-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817595-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817595-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817595-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817590-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817590-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817590-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817585-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817585-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817585-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817580-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817580-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817580-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817575-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817575-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817575-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817570-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817570-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817570-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817565-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817565-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817565-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817560-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817560-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817560-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817555-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817555-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817555-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817550-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817550-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817550-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817545-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817545-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817545-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817540-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817540-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817540-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817535-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817535-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817535-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817530-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817530-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817530-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817525-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817525-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817525-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817520-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817520-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817520-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817515-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817515-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817515-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC817510-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC817510-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC817510-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC81755-fill-1 #fill1 {
  fill: #fc8175 !important;
}
.C-FC81755-fill-1.onHover:hover #fill1 {
  fill: #fc8175 !important;
}
.C-FC81755-stroke-1 #stroke1 {
  stroke: #fc8175 !important;
}
.C-FC81750-fill-1 #fill1 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-fill-1.onHover:hover #fill1 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-stroke-1 #stroke1 {
  stroke: rgba(252, 129, 117, 0) !important;
}
.C-FC8175-fill-2 #fill2 {
  fill: #fc8175;
}
.C-FC8175-fill-2.onHover:hover #fill2,
.C-FC8175-fill-2:hover #fill2 {
  fill: #fc8175;
}
.C-FC8175-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC8175100-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC8175100-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC8175100-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817595-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817595-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817595-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817590-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817590-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817590-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817585-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817585-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817585-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817580-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817580-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817580-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817575-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817575-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817575-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817570-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817570-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817570-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817565-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817565-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817565-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817560-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817560-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817560-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817555-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817555-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817555-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817550-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817550-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817550-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817545-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817545-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817545-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817540-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817540-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817540-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817535-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817535-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817535-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817530-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817530-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817530-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817525-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817525-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817525-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817520-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817520-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817520-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817515-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817515-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817515-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC817510-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC817510-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC817510-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC81755-fill-2 #fill2 {
  fill: #fc8175 !important;
}
.C-FC81755-fill-2.onHover:hover #fill2 {
  fill: #fc8175 !important;
}
.C-FC81755-stroke-2 #stroke2 {
  stroke: #fc8175 !important;
}
.C-FC81750-fill-2 #fill2 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-fill-2.onHover:hover #fill2 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-stroke-2 #stroke2 {
  stroke: rgba(252, 129, 117, 0) !important;
}
.C-FC8175-fill-3 #fill3 {
  fill: #fc8175;
}
.C-FC8175-fill-3.onHover:hover #fill3,
.C-FC8175-fill-3:hover #fill3 {
  fill: #fc8175;
}
.C-FC8175-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC8175100-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC8175100-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC8175100-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817595-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817595-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817595-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817590-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817590-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817590-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817585-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817585-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817585-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817580-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817580-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817580-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817575-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817575-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817575-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817570-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817570-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817570-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817565-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817565-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817565-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817560-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817560-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817560-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817555-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817555-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817555-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817550-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817550-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817550-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817545-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817545-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817545-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817540-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817540-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817540-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817535-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817535-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817535-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817530-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817530-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817530-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817525-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817525-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817525-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817520-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817520-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817520-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817515-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817515-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817515-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC817510-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC817510-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC817510-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC81755-fill-3 #fill3 {
  fill: #fc8175 !important;
}
.C-FC81755-fill-3.onHover:hover #fill3 {
  fill: #fc8175 !important;
}
.C-FC81755-stroke-3 #stroke3 {
  stroke: #fc8175 !important;
}
.C-FC81750-fill-3 #fill3 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-fill-3.onHover:hover #fill3 {
  fill: rgba(252, 129, 117, 0) !important;
}
.C-FC81750-stroke-3 #stroke3 {
  stroke: rgba(252, 129, 117, 0) !important;
}
.C-F0B247-100 {
  background-color: #f0b247FF !important;
}
.C-F0B247-100-text {
  color: #f0b247FF;
}
.C-F0B247-100-border {
  border-color: #f0b247FF !important;
}
.C-F0B247-95 {
  background-color: #f0b247F2 !important;
}
.C-F0B247-95-text {
  color: #f0b247F2;
}
.C-F0B247-95-border {
  border-color: #f0b247F2 !important;
}
.C-F0B247-90 {
  background-color: #f0b247E6 !important;
}
.C-F0B247-90-text {
  color: #f0b247E6;
}
.C-F0B247-90-border {
  border-color: #f0b247E6 !important;
}
.C-F0B247-85 {
  background-color: #f0b247D9 !important;
}
.C-F0B247-85-text {
  color: #f0b247D9;
}
.C-F0B247-85-border {
  border-color: #f0b247D9 !important;
}
.C-F0B247-80 {
  background-color: #f0b247CC !important;
}
.C-F0B247-80-text {
  color: #f0b247CC;
}
.C-F0B247-80-border {
  border-color: #f0b247CC !important;
}
.C-F0B247-75 {
  background-color: #f0b247BF !important;
}
.C-F0B247-75-text {
  color: #f0b247BF;
}
.C-F0B247-75-border {
  border-color: #f0b247BF !important;
}
.C-F0B247-70 {
  background-color: #f0b247B3 !important;
}
.C-F0B247-70-text {
  color: #f0b247B3;
}
.C-F0B247-70-border {
  border-color: #f0b247B3 !important;
}
.C-F0B247-65 {
  background-color: #f0b247A6 !important;
}
.C-F0B247-65-text {
  color: #f0b247A6;
}
.C-F0B247-65-border {
  border-color: #f0b247A6 !important;
}
.C-F0B247-60 {
  background-color: #f0b24799 !important;
}
.C-F0B247-60-text {
  color: #f0b24799;
}
.C-F0B247-60-border {
  border-color: #f0b24799 !important;
}
.C-F0B247-55 {
  background-color: #f0b2478C !important;
}
.C-F0B247-55-text {
  color: #f0b2478C;
}
.C-F0B247-55-border {
  border-color: #f0b2478C !important;
}
.C-F0B247-50 {
  background-color: #f0b24780 !important;
}
.C-F0B247-50-text {
  color: #f0b24780;
}
.C-F0B247-50-border {
  border-color: #f0b24780 !important;
}
.C-F0B247-45 {
  background-color: #f0b24773 !important;
}
.C-F0B247-45-text {
  color: #f0b24773;
}
.C-F0B247-45-border {
  border-color: #f0b24773 !important;
}
.C-F0B247-40 {
  background-color: #f0b24766 !important;
}
.C-F0B247-40-text {
  color: #f0b24766;
}
.C-F0B247-40-border {
  border-color: #f0b24766 !important;
}
.C-F0B247-35 {
  background-color: #f0b24759 !important;
}
.C-F0B247-35-text {
  color: #f0b24759;
}
.C-F0B247-35-border {
  border-color: #f0b24759 !important;
}
.C-F0B247-30 {
  background-color: #f0b2474D !important;
}
.C-F0B247-30-text {
  color: #f0b2474D;
}
.C-F0B247-30-border {
  border-color: #f0b2474D !important;
}
.C-F0B247-25 {
  background-color: #f0b24740 !important;
}
.C-F0B247-25-text {
  color: #f0b24740;
}
.C-F0B247-25-border {
  border-color: #f0b24740 !important;
}
.C-F0B247-20 {
  background-color: #f0b24733 !important;
}
.C-F0B247-20-text {
  color: #f0b24733;
}
.C-F0B247-20-border {
  border-color: #f0b24733 !important;
}
.C-F0B247-15 {
  background-color: #f0b24726 !important;
}
.C-F0B247-15-text {
  color: #f0b24726;
}
.C-F0B247-15-border {
  border-color: #f0b24726 !important;
}
.C-F0B247-10 {
  background-color: #f0b2471A !important;
}
.C-F0B247-10-text {
  color: #f0b2471A;
}
.C-F0B247-10-border {
  border-color: #f0b2471A !important;
}
.C-F0B247-5 {
  background-color: #f0b2470D !important;
}
.C-F0B247-5-text {
  color: #f0b2470D;
}
.C-F0B247-5-border {
  border-color: #f0b2470D !important;
}
.C-F0B247-0 {
  background-color: #f0b2470 !important;
}
.C-F0B247-0-text {
  color: #f0b2470;
}
.C-F0B247-0-border {
  border-color: #f0b2470 !important;
}
.C-F0B247 {
  background-color: #f0b247 !important;
  --btn-background: #f0b247;
}
.C-F0B247-text {
  color: #f0b247;
}
.C-F0B247-border {
  border-color: #f0b247 !important;
}
@media (hover: hover) {
  .C-F0B247-hover-bg:hover {
    background-color: #f0b247 !important;
  }
}
.C-F0B247-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-F0B247-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #f0b247;
  fill: #f0b247;
  stroke: #f0b247;
}
.C-F0B247-hover-text[papaTarget]:hover.f_targetText {
  color: #f0b247 !important;
  fill: #f0b247 !important;
  stroke: #f0b247 !important;
}
.C-F0B247-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-F0B247-hover-text[fHover]:hover {
  color: #f0b247 !important;
}
.C-F0B247-after::after,
.C-F0B247-after::before {
  background-color: #f0b247;
}
.C-F0B247-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #f0b247;
  transition: box-shadow 0.2s;
}
.C-F0B247100 {
  background-color: #f0b247 !important;
}
.C-F0B247100-text {
  color: #f0b247;
}
.C-F0B247100-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B247100 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24795 {
  background-color: #f0b247 !important;
}
.C-F0B24795-text {
  color: #f0b247;
}
.C-F0B24795-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24795 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24790 {
  background-color: #f0b247 !important;
}
.C-F0B24790-text {
  color: #f0b247;
}
.C-F0B24790-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24790 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24785 {
  background-color: #f0b247 !important;
}
.C-F0B24785-text {
  color: #f0b247;
}
.C-F0B24785-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24785 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24780 {
  background-color: #f0b247 !important;
}
.C-F0B24780-text {
  color: #f0b247;
}
.C-F0B24780-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24780 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24775 {
  background-color: #f0b247 !important;
}
.C-F0B24775-text {
  color: #f0b247;
}
.C-F0B24775-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24775 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24770 {
  background-color: #f0b247 !important;
}
.C-F0B24770-text {
  color: #f0b247;
}
.C-F0B24770-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24770 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24765 {
  background-color: #f0b247 !important;
}
.C-F0B24765-text {
  color: #f0b247;
}
.C-F0B24765-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24765 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24760 {
  background-color: #f0b247 !important;
}
.C-F0B24760-text {
  color: #f0b247;
}
.C-F0B24760-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24760 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24755 {
  background-color: #f0b247 !important;
}
.C-F0B24755-text {
  color: #f0b247;
}
.C-F0B24755-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24755 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24750 {
  background-color: #f0b247 !important;
}
.C-F0B24750-text {
  color: #f0b247;
}
.C-F0B24750-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24750 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24745 {
  background-color: #f0b247 !important;
}
.C-F0B24745-text {
  color: #f0b247;
}
.C-F0B24745-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24745 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24740 {
  background-color: #f0b247 !important;
}
.C-F0B24740-text {
  color: #f0b247;
}
.C-F0B24740-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24740 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24735 {
  background-color: #f0b247 !important;
}
.C-F0B24735-text {
  color: #f0b247;
}
.C-F0B24735-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24735 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24730 {
  background-color: #f0b247 !important;
}
.C-F0B24730-text {
  color: #f0b247;
}
.C-F0B24730-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24730 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24725 {
  background-color: #f0b247 !important;
}
.C-F0B24725-text {
  color: #f0b247;
}
.C-F0B24725-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24725 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24720 {
  background-color: #f0b247 !important;
}
.C-F0B24720-text {
  color: #f0b247;
}
.C-F0B24720-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24720 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24715 {
  background-color: #f0b247 !important;
}
.C-F0B24715-text {
  color: #f0b247;
}
.C-F0B24715-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24715 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B24710 {
  background-color: #f0b247 !important;
}
.C-F0B24710-text {
  color: #f0b247;
}
.C-F0B24710-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B24710 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B2475 {
  background-color: #f0b247 !important;
}
.C-F0B2475-text {
  color: #f0b247;
}
.C-F0B2475-border {
  border-color: #f0b247;
}
.C-linearGradient-F0B2475 {
  background-image:
    linear-gradient(
      45deg,
      #f0b247 0%,
      #f0b247 99%,
      #f0b247 100%);
}
.C-F0B2470 {
  background-color: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-text {
  color: rgba(240, 178, 71, 0);
}
.C-F0B2470-border {
  border-color: rgba(240, 178, 71, 0);
}
.C-linearGradient-F0B2470 {
  background-image:
    linear-gradient(
      45deg,
      rgba(240, 178, 71, 0) 0%,
      #f0b247 99%,
      rgba(240, 178, 71, 0) 100%);
}
.C-F0B247-fill-1 #fill1 {
  fill: #f0b247;
}
.C-F0B247-fill-1.onHover:hover #fill1,
.C-F0B247-fill-1:hover #fill1 {
  fill: #f0b247;
}
.C-F0B247-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B247100-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B247100-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B247100-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24795-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24795-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24795-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24790-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24790-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24790-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24785-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24785-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24785-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24780-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24780-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24780-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24775-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24775-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24775-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24770-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24770-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24770-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24765-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24765-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24765-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24760-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24760-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24760-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24755-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24755-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24755-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24750-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24750-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24750-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24745-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24745-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24745-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24740-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24740-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24740-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24735-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24735-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24735-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24730-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24730-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24730-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24725-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24725-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24725-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24720-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24720-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24720-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24715-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24715-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24715-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B24710-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24710-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B24710-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B2475-fill-1 #fill1 {
  fill: #f0b247 !important;
}
.C-F0B2475-fill-1.onHover:hover #fill1 {
  fill: #f0b247 !important;
}
.C-F0B2475-stroke-1 #stroke1 {
  stroke: #f0b247 !important;
}
.C-F0B2470-fill-1 #fill1 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-fill-1.onHover:hover #fill1 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-stroke-1 #stroke1 {
  stroke: rgba(240, 178, 71, 0) !important;
}
.C-F0B247-fill-2 #fill2 {
  fill: #f0b247;
}
.C-F0B247-fill-2.onHover:hover #fill2,
.C-F0B247-fill-2:hover #fill2 {
  fill: #f0b247;
}
.C-F0B247-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B247100-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B247100-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B247100-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24795-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24795-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24795-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24790-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24790-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24790-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24785-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24785-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24785-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24780-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24780-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24780-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24775-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24775-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24775-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24770-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24770-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24770-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24765-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24765-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24765-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24760-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24760-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24760-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24755-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24755-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24755-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24750-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24750-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24750-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24745-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24745-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24745-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24740-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24740-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24740-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24735-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24735-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24735-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24730-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24730-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24730-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24725-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24725-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24725-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24720-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24720-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24720-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24715-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24715-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24715-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B24710-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24710-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B24710-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B2475-fill-2 #fill2 {
  fill: #f0b247 !important;
}
.C-F0B2475-fill-2.onHover:hover #fill2 {
  fill: #f0b247 !important;
}
.C-F0B2475-stroke-2 #stroke2 {
  stroke: #f0b247 !important;
}
.C-F0B2470-fill-2 #fill2 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-fill-2.onHover:hover #fill2 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-stroke-2 #stroke2 {
  stroke: rgba(240, 178, 71, 0) !important;
}
.C-F0B247-fill-3 #fill3 {
  fill: #f0b247;
}
.C-F0B247-fill-3.onHover:hover #fill3,
.C-F0B247-fill-3:hover #fill3 {
  fill: #f0b247;
}
.C-F0B247-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B247100-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B247100-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B247100-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24795-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24795-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24795-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24790-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24790-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24790-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24785-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24785-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24785-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24780-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24780-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24780-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24775-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24775-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24775-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24770-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24770-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24770-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24765-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24765-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24765-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24760-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24760-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24760-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24755-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24755-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24755-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24750-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24750-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24750-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24745-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24745-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24745-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24740-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24740-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24740-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24735-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24735-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24735-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24730-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24730-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24730-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24725-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24725-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24725-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24720-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24720-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24720-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24715-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24715-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24715-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B24710-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24710-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B24710-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B2475-fill-3 #fill3 {
  fill: #f0b247 !important;
}
.C-F0B2475-fill-3.onHover:hover #fill3 {
  fill: #f0b247 !important;
}
.C-F0B2475-stroke-3 #stroke3 {
  stroke: #f0b247 !important;
}
.C-F0B2470-fill-3 #fill3 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-fill-3.onHover:hover #fill3 {
  fill: rgba(240, 178, 71, 0) !important;
}
.C-F0B2470-stroke-3 #stroke3 {
  stroke: rgba(240, 178, 71, 0) !important;
}
.C-45723F-100 {
  background-color: #45723fFF !important;
}
.C-45723F-100-text {
  color: #45723fFF;
}
.C-45723F-100-border {
  border-color: #45723fFF !important;
}
.C-45723F-95 {
  background-color: #45723fF2 !important;
}
.C-45723F-95-text {
  color: #45723fF2;
}
.C-45723F-95-border {
  border-color: #45723fF2 !important;
}
.C-45723F-90 {
  background-color: #45723fE6 !important;
}
.C-45723F-90-text {
  color: #45723fE6;
}
.C-45723F-90-border {
  border-color: #45723fE6 !important;
}
.C-45723F-85 {
  background-color: #45723fD9 !important;
}
.C-45723F-85-text {
  color: #45723fD9;
}
.C-45723F-85-border {
  border-color: #45723fD9 !important;
}
.C-45723F-80 {
  background-color: #45723fCC !important;
}
.C-45723F-80-text {
  color: #45723fCC;
}
.C-45723F-80-border {
  border-color: #45723fCC !important;
}
.C-45723F-75 {
  background-color: #45723fBF !important;
}
.C-45723F-75-text {
  color: #45723fBF;
}
.C-45723F-75-border {
  border-color: #45723fBF !important;
}
.C-45723F-70 {
  background-color: #45723fB3 !important;
}
.C-45723F-70-text {
  color: #45723fB3;
}
.C-45723F-70-border {
  border-color: #45723fB3 !important;
}
.C-45723F-65 {
  background-color: #45723fA6 !important;
}
.C-45723F-65-text {
  color: #45723fA6;
}
.C-45723F-65-border {
  border-color: #45723fA6 !important;
}
.C-45723F-60 {
  background-color: #45723f99 !important;
}
.C-45723F-60-text {
  color: #45723f99;
}
.C-45723F-60-border {
  border-color: #45723f99 !important;
}
.C-45723F-55 {
  background-color: #45723f8C !important;
}
.C-45723F-55-text {
  color: #45723f8C;
}
.C-45723F-55-border {
  border-color: #45723f8C !important;
}
.C-45723F-50 {
  background-color: #45723f80 !important;
}
.C-45723F-50-text {
  color: #45723f80;
}
.C-45723F-50-border {
  border-color: #45723f80 !important;
}
.C-45723F-45 {
  background-color: #45723f73 !important;
}
.C-45723F-45-text {
  color: #45723f73;
}
.C-45723F-45-border {
  border-color: #45723f73 !important;
}
.C-45723F-40 {
  background-color: #45723f66 !important;
}
.C-45723F-40-text {
  color: #45723f66;
}
.C-45723F-40-border {
  border-color: #45723f66 !important;
}
.C-45723F-35 {
  background-color: #45723f59 !important;
}
.C-45723F-35-text {
  color: #45723f59;
}
.C-45723F-35-border {
  border-color: #45723f59 !important;
}
.C-45723F-30 {
  background-color: #45723f4D !important;
}
.C-45723F-30-text {
  color: #45723f4D;
}
.C-45723F-30-border {
  border-color: #45723f4D !important;
}
.C-45723F-25 {
  background-color: #45723f40 !important;
}
.C-45723F-25-text {
  color: #45723f40;
}
.C-45723F-25-border {
  border-color: #45723f40 !important;
}
.C-45723F-20 {
  background-color: #45723f33 !important;
}
.C-45723F-20-text {
  color: #45723f33;
}
.C-45723F-20-border {
  border-color: #45723f33 !important;
}
.C-45723F-15 {
  background-color: #45723f26 !important;
}
.C-45723F-15-text {
  color: #45723f26;
}
.C-45723F-15-border {
  border-color: #45723f26 !important;
}
.C-45723F-10 {
  background-color: #45723f1A !important;
}
.C-45723F-10-text {
  color: #45723f1A;
}
.C-45723F-10-border {
  border-color: #45723f1A !important;
}
.C-45723F-5 {
  background-color: #45723f0D !important;
}
.C-45723F-5-text {
  color: #45723f0D;
}
.C-45723F-5-border {
  border-color: #45723f0D !important;
}
.C-45723F-0 {
  background-color: #45723f0 !important;
}
.C-45723F-0-text {
  color: #45723f0;
}
.C-45723F-0-border {
  border-color: #45723f0 !important;
}
.C-45723F {
  background-color: #45723f !important;
  --btn-background: #45723f;
}
.C-45723F-text {
  color: #45723f;
}
.C-45723F-border {
  border-color: #45723f !important;
}
@media (hover: hover) {
  .C-45723F-hover-bg:hover {
    background-color: #45723f !important;
  }
}
.C-45723F-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-45723F-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #45723f;
  fill: #45723f;
  stroke: #45723f;
}
.C-45723F-hover-text[papaTarget]:hover.f_targetText {
  color: #45723f !important;
  fill: #45723f !important;
  stroke: #45723f !important;
}
.C-45723F-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-45723F-hover-text[fHover]:hover {
  color: #45723f !important;
}
.C-45723F-after::after,
.C-45723F-after::before {
  background-color: #45723f;
}
.C-45723F-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #45723f;
  transition: box-shadow 0.2s;
}
.C-45723F100 {
  background-color: #45723f !important;
}
.C-45723F100-text {
  color: #45723f;
}
.C-45723F100-border {
  border-color: #45723f;
}
.C-linearGradient-45723F100 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F95 {
  background-color: #45723f !important;
}
.C-45723F95-text {
  color: #45723f;
}
.C-45723F95-border {
  border-color: #45723f;
}
.C-linearGradient-45723F95 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F90 {
  background-color: #45723f !important;
}
.C-45723F90-text {
  color: #45723f;
}
.C-45723F90-border {
  border-color: #45723f;
}
.C-linearGradient-45723F90 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F85 {
  background-color: #45723f !important;
}
.C-45723F85-text {
  color: #45723f;
}
.C-45723F85-border {
  border-color: #45723f;
}
.C-linearGradient-45723F85 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F80 {
  background-color: #45723f !important;
}
.C-45723F80-text {
  color: #45723f;
}
.C-45723F80-border {
  border-color: #45723f;
}
.C-linearGradient-45723F80 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F75 {
  background-color: #45723f !important;
}
.C-45723F75-text {
  color: #45723f;
}
.C-45723F75-border {
  border-color: #45723f;
}
.C-linearGradient-45723F75 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F70 {
  background-color: #45723f !important;
}
.C-45723F70-text {
  color: #45723f;
}
.C-45723F70-border {
  border-color: #45723f;
}
.C-linearGradient-45723F70 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F65 {
  background-color: #45723f !important;
}
.C-45723F65-text {
  color: #45723f;
}
.C-45723F65-border {
  border-color: #45723f;
}
.C-linearGradient-45723F65 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F60 {
  background-color: #45723f !important;
}
.C-45723F60-text {
  color: #45723f;
}
.C-45723F60-border {
  border-color: #45723f;
}
.C-linearGradient-45723F60 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F55 {
  background-color: #45723f !important;
}
.C-45723F55-text {
  color: #45723f;
}
.C-45723F55-border {
  border-color: #45723f;
}
.C-linearGradient-45723F55 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F50 {
  background-color: #45723f !important;
}
.C-45723F50-text {
  color: #45723f;
}
.C-45723F50-border {
  border-color: #45723f;
}
.C-linearGradient-45723F50 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F45 {
  background-color: #45723f !important;
}
.C-45723F45-text {
  color: #45723f;
}
.C-45723F45-border {
  border-color: #45723f;
}
.C-linearGradient-45723F45 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F40 {
  background-color: #45723f !important;
}
.C-45723F40-text {
  color: #45723f;
}
.C-45723F40-border {
  border-color: #45723f;
}
.C-linearGradient-45723F40 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F35 {
  background-color: #45723f !important;
}
.C-45723F35-text {
  color: #45723f;
}
.C-45723F35-border {
  border-color: #45723f;
}
.C-linearGradient-45723F35 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F30 {
  background-color: #45723f !important;
}
.C-45723F30-text {
  color: #45723f;
}
.C-45723F30-border {
  border-color: #45723f;
}
.C-linearGradient-45723F30 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F25 {
  background-color: #45723f !important;
}
.C-45723F25-text {
  color: #45723f;
}
.C-45723F25-border {
  border-color: #45723f;
}
.C-linearGradient-45723F25 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F20 {
  background-color: #45723f !important;
}
.C-45723F20-text {
  color: #45723f;
}
.C-45723F20-border {
  border-color: #45723f;
}
.C-linearGradient-45723F20 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F15 {
  background-color: #45723f !important;
}
.C-45723F15-text {
  color: #45723f;
}
.C-45723F15-border {
  border-color: #45723f;
}
.C-linearGradient-45723F15 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F10 {
  background-color: #45723f !important;
}
.C-45723F10-text {
  color: #45723f;
}
.C-45723F10-border {
  border-color: #45723f;
}
.C-linearGradient-45723F10 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F5 {
  background-color: #45723f !important;
}
.C-45723F5-text {
  color: #45723f;
}
.C-45723F5-border {
  border-color: #45723f;
}
.C-linearGradient-45723F5 {
  background-image:
    linear-gradient(
      45deg,
      #45723f 0%,
      #45723f 99%,
      #45723f 100%);
}
.C-45723F0 {
  background-color: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-text {
  color: rgba(69, 114, 63, 0);
}
.C-45723F0-border {
  border-color: rgba(69, 114, 63, 0);
}
.C-linearGradient-45723F0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(69, 114, 63, 0) 0%,
      #45723f 99%,
      rgba(69, 114, 63, 0) 100%);
}
.C-45723F-fill-1 #fill1 {
  fill: #45723f;
}
.C-45723F-fill-1.onHover:hover #fill1,
.C-45723F-fill-1:hover #fill1 {
  fill: #45723f;
}
.C-45723F-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F100-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F100-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F100-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F95-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F95-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F95-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F90-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F90-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F90-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F85-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F85-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F85-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F80-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F80-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F80-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F75-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F75-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F75-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F70-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F70-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F70-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F65-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F65-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F65-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F60-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F60-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F60-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F55-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F55-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F55-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F50-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F50-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F50-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F45-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F45-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F45-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F40-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F40-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F40-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F35-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F35-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F35-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F30-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F30-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F30-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F25-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F25-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F25-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F20-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F20-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F20-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F15-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F15-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F15-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F10-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F10-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F10-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F5-fill-1 #fill1 {
  fill: #45723f !important;
}
.C-45723F5-fill-1.onHover:hover #fill1 {
  fill: #45723f !important;
}
.C-45723F5-stroke-1 #stroke1 {
  stroke: #45723f !important;
}
.C-45723F0-fill-1 #fill1 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-fill-1.onHover:hover #fill1 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-stroke-1 #stroke1 {
  stroke: rgba(69, 114, 63, 0) !important;
}
.C-45723F-fill-2 #fill2 {
  fill: #45723f;
}
.C-45723F-fill-2.onHover:hover #fill2,
.C-45723F-fill-2:hover #fill2 {
  fill: #45723f;
}
.C-45723F-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F100-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F100-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F100-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F95-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F95-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F95-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F90-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F90-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F90-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F85-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F85-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F85-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F80-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F80-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F80-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F75-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F75-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F75-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F70-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F70-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F70-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F65-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F65-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F65-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F60-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F60-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F60-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F55-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F55-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F55-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F50-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F50-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F50-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F45-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F45-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F45-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F40-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F40-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F40-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F35-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F35-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F35-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F30-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F30-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F30-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F25-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F25-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F25-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F20-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F20-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F20-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F15-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F15-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F15-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F10-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F10-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F10-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F5-fill-2 #fill2 {
  fill: #45723f !important;
}
.C-45723F5-fill-2.onHover:hover #fill2 {
  fill: #45723f !important;
}
.C-45723F5-stroke-2 #stroke2 {
  stroke: #45723f !important;
}
.C-45723F0-fill-2 #fill2 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-fill-2.onHover:hover #fill2 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-stroke-2 #stroke2 {
  stroke: rgba(69, 114, 63, 0) !important;
}
.C-45723F-fill-3 #fill3 {
  fill: #45723f;
}
.C-45723F-fill-3.onHover:hover #fill3,
.C-45723F-fill-3:hover #fill3 {
  fill: #45723f;
}
.C-45723F-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F100-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F100-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F100-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F95-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F95-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F95-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F90-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F90-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F90-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F85-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F85-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F85-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F80-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F80-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F80-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F75-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F75-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F75-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F70-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F70-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F70-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F65-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F65-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F65-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F60-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F60-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F60-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F55-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F55-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F55-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F50-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F50-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F50-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F45-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F45-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F45-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F40-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F40-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F40-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F35-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F35-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F35-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F30-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F30-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F30-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F25-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F25-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F25-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F20-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F20-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F20-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F15-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F15-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F15-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F10-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F10-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F10-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F5-fill-3 #fill3 {
  fill: #45723f !important;
}
.C-45723F5-fill-3.onHover:hover #fill3 {
  fill: #45723f !important;
}
.C-45723F5-stroke-3 #stroke3 {
  stroke: #45723f !important;
}
.C-45723F0-fill-3 #fill3 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-fill-3.onHover:hover #fill3 {
  fill: rgba(69, 114, 63, 0) !important;
}
.C-45723F0-stroke-3 #stroke3 {
  stroke: rgba(69, 114, 63, 0) !important;
}
.C-D81A12-100 {
  background-color: #d81a12FF !important;
}
.C-D81A12-100-text {
  color: #d81a12FF;
}
.C-D81A12-100-border {
  border-color: #d81a12FF !important;
}
.C-D81A12-95 {
  background-color: #d81a12F2 !important;
}
.C-D81A12-95-text {
  color: #d81a12F2;
}
.C-D81A12-95-border {
  border-color: #d81a12F2 !important;
}
.C-D81A12-90 {
  background-color: #d81a12E6 !important;
}
.C-D81A12-90-text {
  color: #d81a12E6;
}
.C-D81A12-90-border {
  border-color: #d81a12E6 !important;
}
.C-D81A12-85 {
  background-color: #d81a12D9 !important;
}
.C-D81A12-85-text {
  color: #d81a12D9;
}
.C-D81A12-85-border {
  border-color: #d81a12D9 !important;
}
.C-D81A12-80 {
  background-color: #d81a12CC !important;
}
.C-D81A12-80-text {
  color: #d81a12CC;
}
.C-D81A12-80-border {
  border-color: #d81a12CC !important;
}
.C-D81A12-75 {
  background-color: #d81a12BF !important;
}
.C-D81A12-75-text {
  color: #d81a12BF;
}
.C-D81A12-75-border {
  border-color: #d81a12BF !important;
}
.C-D81A12-70 {
  background-color: #d81a12B3 !important;
}
.C-D81A12-70-text {
  color: #d81a12B3;
}
.C-D81A12-70-border {
  border-color: #d81a12B3 !important;
}
.C-D81A12-65 {
  background-color: #d81a12A6 !important;
}
.C-D81A12-65-text {
  color: #d81a12A6;
}
.C-D81A12-65-border {
  border-color: #d81a12A6 !important;
}
.C-D81A12-60 {
  background-color: #d81a1299 !important;
}
.C-D81A12-60-text {
  color: #d81a1299;
}
.C-D81A12-60-border {
  border-color: #d81a1299 !important;
}
.C-D81A12-55 {
  background-color: #d81a128C !important;
}
.C-D81A12-55-text {
  color: #d81a128C;
}
.C-D81A12-55-border {
  border-color: #d81a128C !important;
}
.C-D81A12-50 {
  background-color: #d81a1280 !important;
}
.C-D81A12-50-text {
  color: #d81a1280;
}
.C-D81A12-50-border {
  border-color: #d81a1280 !important;
}
.C-D81A12-45 {
  background-color: #d81a1273 !important;
}
.C-D81A12-45-text {
  color: #d81a1273;
}
.C-D81A12-45-border {
  border-color: #d81a1273 !important;
}
.C-D81A12-40 {
  background-color: #d81a1266 !important;
}
.C-D81A12-40-text {
  color: #d81a1266;
}
.C-D81A12-40-border {
  border-color: #d81a1266 !important;
}
.C-D81A12-35 {
  background-color: #d81a1259 !important;
}
.C-D81A12-35-text {
  color: #d81a1259;
}
.C-D81A12-35-border {
  border-color: #d81a1259 !important;
}
.C-D81A12-30 {
  background-color: #d81a124D !important;
}
.C-D81A12-30-text {
  color: #d81a124D;
}
.C-D81A12-30-border {
  border-color: #d81a124D !important;
}
.C-D81A12-25 {
  background-color: #d81a1240 !important;
}
.C-D81A12-25-text {
  color: #d81a1240;
}
.C-D81A12-25-border {
  border-color: #d81a1240 !important;
}
.C-D81A12-20 {
  background-color: #d81a1233 !important;
}
.C-D81A12-20-text {
  color: #d81a1233;
}
.C-D81A12-20-border {
  border-color: #d81a1233 !important;
}
.C-D81A12-15 {
  background-color: #d81a1226 !important;
}
.C-D81A12-15-text {
  color: #d81a1226;
}
.C-D81A12-15-border {
  border-color: #d81a1226 !important;
}
.C-D81A12-10 {
  background-color: #d81a121A !important;
}
.C-D81A12-10-text {
  color: #d81a121A;
}
.C-D81A12-10-border {
  border-color: #d81a121A !important;
}
.C-D81A12-5 {
  background-color: #d81a120D !important;
}
.C-D81A12-5-text {
  color: #d81a120D;
}
.C-D81A12-5-border {
  border-color: #d81a120D !important;
}
.C-D81A12-0 {
  background-color: #d81a120 !important;
}
.C-D81A12-0-text {
  color: #d81a120;
}
.C-D81A12-0-border {
  border-color: #d81a120 !important;
}
.C-D81A12 {
  background-color: #d81a12 !important;
  --btn-background: #d81a12;
}
.C-D81A12-text {
  color: #d81a12;
}
.C-D81A12-border {
  border-color: #d81a12 !important;
}
@media (hover: hover) {
  .C-D81A12-hover-bg:hover {
    background-color: #d81a12 !important;
  }
}
.C-D81A12-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-D81A12-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #d81a12;
  fill: #d81a12;
  stroke: #d81a12;
}
.C-D81A12-hover-text[papaTarget]:hover.f_targetText {
  color: #d81a12 !important;
  fill: #d81a12 !important;
  stroke: #d81a12 !important;
}
.C-D81A12-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-D81A12-hover-text[fHover]:hover {
  color: #d81a12 !important;
}
.C-D81A12-after::after,
.C-D81A12-after::before {
  background-color: #d81a12;
}
.C-D81A12-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #d81a12;
  transition: box-shadow 0.2s;
}
.C-D81A12100 {
  background-color: #d81a12 !important;
}
.C-D81A12100-text {
  color: #d81a12;
}
.C-D81A12100-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A12100 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1295 {
  background-color: #d81a12 !important;
}
.C-D81A1295-text {
  color: #d81a12;
}
.C-D81A1295-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1295 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1290 {
  background-color: #d81a12 !important;
}
.C-D81A1290-text {
  color: #d81a12;
}
.C-D81A1290-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1290 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1285 {
  background-color: #d81a12 !important;
}
.C-D81A1285-text {
  color: #d81a12;
}
.C-D81A1285-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1285 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1280 {
  background-color: #d81a12 !important;
}
.C-D81A1280-text {
  color: #d81a12;
}
.C-D81A1280-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1280 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1275 {
  background-color: #d81a12 !important;
}
.C-D81A1275-text {
  color: #d81a12;
}
.C-D81A1275-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1275 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1270 {
  background-color: #d81a12 !important;
}
.C-D81A1270-text {
  color: #d81a12;
}
.C-D81A1270-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1270 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1265 {
  background-color: #d81a12 !important;
}
.C-D81A1265-text {
  color: #d81a12;
}
.C-D81A1265-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1265 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1260 {
  background-color: #d81a12 !important;
}
.C-D81A1260-text {
  color: #d81a12;
}
.C-D81A1260-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1260 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1255 {
  background-color: #d81a12 !important;
}
.C-D81A1255-text {
  color: #d81a12;
}
.C-D81A1255-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1255 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1250 {
  background-color: #d81a12 !important;
}
.C-D81A1250-text {
  color: #d81a12;
}
.C-D81A1250-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1250 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1245 {
  background-color: #d81a12 !important;
}
.C-D81A1245-text {
  color: #d81a12;
}
.C-D81A1245-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1245 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1240 {
  background-color: #d81a12 !important;
}
.C-D81A1240-text {
  color: #d81a12;
}
.C-D81A1240-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1240 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1235 {
  background-color: #d81a12 !important;
}
.C-D81A1235-text {
  color: #d81a12;
}
.C-D81A1235-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1235 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1230 {
  background-color: #d81a12 !important;
}
.C-D81A1230-text {
  color: #d81a12;
}
.C-D81A1230-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1230 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1225 {
  background-color: #d81a12 !important;
}
.C-D81A1225-text {
  color: #d81a12;
}
.C-D81A1225-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1225 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1220 {
  background-color: #d81a12 !important;
}
.C-D81A1220-text {
  color: #d81a12;
}
.C-D81A1220-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1220 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1215 {
  background-color: #d81a12 !important;
}
.C-D81A1215-text {
  color: #d81a12;
}
.C-D81A1215-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1215 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A1210 {
  background-color: #d81a12 !important;
}
.C-D81A1210-text {
  color: #d81a12;
}
.C-D81A1210-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A1210 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A125 {
  background-color: #d81a12 !important;
}
.C-D81A125-text {
  color: #d81a12;
}
.C-D81A125-border {
  border-color: #d81a12;
}
.C-linearGradient-D81A125 {
  background-image:
    linear-gradient(
      45deg,
      #d81a12 0%,
      #d81a12 99%,
      #d81a12 100%);
}
.C-D81A120 {
  background-color: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-text {
  color: rgba(216, 26, 18, 0);
}
.C-D81A120-border {
  border-color: rgba(216, 26, 18, 0);
}
.C-linearGradient-D81A120 {
  background-image:
    linear-gradient(
      45deg,
      rgba(216, 26, 18, 0) 0%,
      #d81a12 99%,
      rgba(216, 26, 18, 0) 100%);
}
.C-D81A12-fill-1 #fill1 {
  fill: #d81a12;
}
.C-D81A12-fill-1.onHover:hover #fill1,
.C-D81A12-fill-1:hover #fill1 {
  fill: #d81a12;
}
.C-D81A12-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A12100-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A12100-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A12100-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1295-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1295-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1295-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1290-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1290-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1290-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1285-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1285-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1285-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1280-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1280-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1280-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1275-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1275-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1275-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1270-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1270-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1270-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1265-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1265-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1265-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1260-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1260-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1260-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1255-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1255-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1255-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1250-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1250-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1250-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1245-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1245-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1245-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1240-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1240-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1240-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1235-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1235-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1235-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1230-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1230-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1230-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1225-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1225-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1225-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1220-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1220-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1220-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1215-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1215-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1215-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A1210-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1210-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A1210-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A125-fill-1 #fill1 {
  fill: #d81a12 !important;
}
.C-D81A125-fill-1.onHover:hover #fill1 {
  fill: #d81a12 !important;
}
.C-D81A125-stroke-1 #stroke1 {
  stroke: #d81a12 !important;
}
.C-D81A120-fill-1 #fill1 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-fill-1.onHover:hover #fill1 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-stroke-1 #stroke1 {
  stroke: rgba(216, 26, 18, 0) !important;
}
.C-D81A12-fill-2 #fill2 {
  fill: #d81a12;
}
.C-D81A12-fill-2.onHover:hover #fill2,
.C-D81A12-fill-2:hover #fill2 {
  fill: #d81a12;
}
.C-D81A12-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A12100-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A12100-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A12100-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1295-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1295-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1295-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1290-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1290-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1290-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1285-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1285-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1285-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1280-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1280-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1280-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1275-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1275-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1275-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1270-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1270-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1270-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1265-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1265-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1265-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1260-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1260-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1260-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1255-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1255-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1255-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1250-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1250-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1250-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1245-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1245-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1245-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1240-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1240-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1240-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1235-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1235-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1235-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1230-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1230-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1230-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1225-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1225-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1225-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1220-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1220-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1220-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1215-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1215-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1215-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A1210-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1210-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A1210-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A125-fill-2 #fill2 {
  fill: #d81a12 !important;
}
.C-D81A125-fill-2.onHover:hover #fill2 {
  fill: #d81a12 !important;
}
.C-D81A125-stroke-2 #stroke2 {
  stroke: #d81a12 !important;
}
.C-D81A120-fill-2 #fill2 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-fill-2.onHover:hover #fill2 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-stroke-2 #stroke2 {
  stroke: rgba(216, 26, 18, 0) !important;
}
.C-D81A12-fill-3 #fill3 {
  fill: #d81a12;
}
.C-D81A12-fill-3.onHover:hover #fill3,
.C-D81A12-fill-3:hover #fill3 {
  fill: #d81a12;
}
.C-D81A12-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A12100-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A12100-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A12100-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1295-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1295-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1295-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1290-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1290-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1290-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1285-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1285-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1285-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1280-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1280-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1280-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1275-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1275-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1275-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1270-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1270-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1270-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1265-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1265-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1265-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1260-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1260-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1260-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1255-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1255-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1255-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1250-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1250-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1250-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1245-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1245-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1245-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1240-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1240-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1240-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1235-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1235-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1235-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1230-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1230-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1230-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1225-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1225-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1225-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1220-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1220-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1220-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1215-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1215-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1215-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A1210-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1210-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A1210-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A125-fill-3 #fill3 {
  fill: #d81a12 !important;
}
.C-D81A125-fill-3.onHover:hover #fill3 {
  fill: #d81a12 !important;
}
.C-D81A125-stroke-3 #stroke3 {
  stroke: #d81a12 !important;
}
.C-D81A120-fill-3 #fill3 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-fill-3.onHover:hover #fill3 {
  fill: rgba(216, 26, 18, 0) !important;
}
.C-D81A120-stroke-3 #stroke3 {
  stroke: rgba(216, 26, 18, 0) !important;
}
.C-FFBE7A-100 {
  background-color: #ffbe7aFF !important;
}
.C-FFBE7A-100-text {
  color: #ffbe7aFF;
}
.C-FFBE7A-100-border {
  border-color: #ffbe7aFF !important;
}
.C-FFBE7A-95 {
  background-color: #ffbe7aF2 !important;
}
.C-FFBE7A-95-text {
  color: #ffbe7aF2;
}
.C-FFBE7A-95-border {
  border-color: #ffbe7aF2 !important;
}
.C-FFBE7A-90 {
  background-color: #ffbe7aE6 !important;
}
.C-FFBE7A-90-text {
  color: #ffbe7aE6;
}
.C-FFBE7A-90-border {
  border-color: #ffbe7aE6 !important;
}
.C-FFBE7A-85 {
  background-color: #ffbe7aD9 !important;
}
.C-FFBE7A-85-text {
  color: #ffbe7aD9;
}
.C-FFBE7A-85-border {
  border-color: #ffbe7aD9 !important;
}
.C-FFBE7A-80 {
  background-color: #ffbe7aCC !important;
}
.C-FFBE7A-80-text {
  color: #ffbe7aCC;
}
.C-FFBE7A-80-border {
  border-color: #ffbe7aCC !important;
}
.C-FFBE7A-75 {
  background-color: #ffbe7aBF !important;
}
.C-FFBE7A-75-text {
  color: #ffbe7aBF;
}
.C-FFBE7A-75-border {
  border-color: #ffbe7aBF !important;
}
.C-FFBE7A-70 {
  background-color: #ffbe7aB3 !important;
}
.C-FFBE7A-70-text {
  color: #ffbe7aB3;
}
.C-FFBE7A-70-border {
  border-color: #ffbe7aB3 !important;
}
.C-FFBE7A-65 {
  background-color: #ffbe7aA6 !important;
}
.C-FFBE7A-65-text {
  color: #ffbe7aA6;
}
.C-FFBE7A-65-border {
  border-color: #ffbe7aA6 !important;
}
.C-FFBE7A-60 {
  background-color: #ffbe7a99 !important;
}
.C-FFBE7A-60-text {
  color: #ffbe7a99;
}
.C-FFBE7A-60-border {
  border-color: #ffbe7a99 !important;
}
.C-FFBE7A-55 {
  background-color: #ffbe7a8C !important;
}
.C-FFBE7A-55-text {
  color: #ffbe7a8C;
}
.C-FFBE7A-55-border {
  border-color: #ffbe7a8C !important;
}
.C-FFBE7A-50 {
  background-color: #ffbe7a80 !important;
}
.C-FFBE7A-50-text {
  color: #ffbe7a80;
}
.C-FFBE7A-50-border {
  border-color: #ffbe7a80 !important;
}
.C-FFBE7A-45 {
  background-color: #ffbe7a73 !important;
}
.C-FFBE7A-45-text {
  color: #ffbe7a73;
}
.C-FFBE7A-45-border {
  border-color: #ffbe7a73 !important;
}
.C-FFBE7A-40 {
  background-color: #ffbe7a66 !important;
}
.C-FFBE7A-40-text {
  color: #ffbe7a66;
}
.C-FFBE7A-40-border {
  border-color: #ffbe7a66 !important;
}
.C-FFBE7A-35 {
  background-color: #ffbe7a59 !important;
}
.C-FFBE7A-35-text {
  color: #ffbe7a59;
}
.C-FFBE7A-35-border {
  border-color: #ffbe7a59 !important;
}
.C-FFBE7A-30 {
  background-color: #ffbe7a4D !important;
}
.C-FFBE7A-30-text {
  color: #ffbe7a4D;
}
.C-FFBE7A-30-border {
  border-color: #ffbe7a4D !important;
}
.C-FFBE7A-25 {
  background-color: #ffbe7a40 !important;
}
.C-FFBE7A-25-text {
  color: #ffbe7a40;
}
.C-FFBE7A-25-border {
  border-color: #ffbe7a40 !important;
}
.C-FFBE7A-20 {
  background-color: #ffbe7a33 !important;
}
.C-FFBE7A-20-text {
  color: #ffbe7a33;
}
.C-FFBE7A-20-border {
  border-color: #ffbe7a33 !important;
}
.C-FFBE7A-15 {
  background-color: #ffbe7a26 !important;
}
.C-FFBE7A-15-text {
  color: #ffbe7a26;
}
.C-FFBE7A-15-border {
  border-color: #ffbe7a26 !important;
}
.C-FFBE7A-10 {
  background-color: #ffbe7a1A !important;
}
.C-FFBE7A-10-text {
  color: #ffbe7a1A;
}
.C-FFBE7A-10-border {
  border-color: #ffbe7a1A !important;
}
.C-FFBE7A-5 {
  background-color: #ffbe7a0D !important;
}
.C-FFBE7A-5-text {
  color: #ffbe7a0D;
}
.C-FFBE7A-5-border {
  border-color: #ffbe7a0D !important;
}
.C-FFBE7A-0 {
  background-color: #ffbe7a0 !important;
}
.C-FFBE7A-0-text {
  color: #ffbe7a0;
}
.C-FFBE7A-0-border {
  border-color: #ffbe7a0 !important;
}
.C-FFBE7A {
  background-color: #ffbe7a !important;
  --btn-background: #ffbe7a;
}
.C-FFBE7A-text {
  color: #ffbe7a;
}
.C-FFBE7A-border {
  border-color: #ffbe7a !important;
}
@media (hover: hover) {
  .C-FFBE7A-hover-bg:hover {
    background-color: #ffbe7a !important;
  }
}
.C-FFBE7A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFBE7A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffbe7a;
  fill: #ffbe7a;
  stroke: #ffbe7a;
}
.C-FFBE7A-hover-text[papaTarget]:hover.f_targetText {
  color: #ffbe7a !important;
  fill: #ffbe7a !important;
  stroke: #ffbe7a !important;
}
.C-FFBE7A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFBE7A-hover-text[fHover]:hover {
  color: #ffbe7a !important;
}
.C-FFBE7A-after::after,
.C-FFBE7A-after::before {
  background-color: #ffbe7a;
}
.C-FFBE7A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffbe7a;
  transition: box-shadow 0.2s;
}
.C-FFBE7A100 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A100-text {
  color: #ffbe7a;
}
.C-FFBE7A100-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A100 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A95 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A95-text {
  color: #ffbe7a;
}
.C-FFBE7A95-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A95 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A90 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A90-text {
  color: #ffbe7a;
}
.C-FFBE7A90-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A90 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A85 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A85-text {
  color: #ffbe7a;
}
.C-FFBE7A85-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A85 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A80 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A80-text {
  color: #ffbe7a;
}
.C-FFBE7A80-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A80 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A75 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A75-text {
  color: #ffbe7a;
}
.C-FFBE7A75-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A75 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A70 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A70-text {
  color: #ffbe7a;
}
.C-FFBE7A70-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A70 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A65 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A65-text {
  color: #ffbe7a;
}
.C-FFBE7A65-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A65 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A60 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A60-text {
  color: #ffbe7a;
}
.C-FFBE7A60-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A60 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A55 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A55-text {
  color: #ffbe7a;
}
.C-FFBE7A55-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A55 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A50 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A50-text {
  color: #ffbe7a;
}
.C-FFBE7A50-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A50 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A45 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A45-text {
  color: #ffbe7a;
}
.C-FFBE7A45-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A45 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A40 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A40-text {
  color: #ffbe7a;
}
.C-FFBE7A40-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A40 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A35 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A35-text {
  color: #ffbe7a;
}
.C-FFBE7A35-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A35 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A30 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A30-text {
  color: #ffbe7a;
}
.C-FFBE7A30-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A30 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A25 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A25-text {
  color: #ffbe7a;
}
.C-FFBE7A25-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A25 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A20 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A20-text {
  color: #ffbe7a;
}
.C-FFBE7A20-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A20 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A15 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A15-text {
  color: #ffbe7a;
}
.C-FFBE7A15-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A15 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A10 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A10-text {
  color: #ffbe7a;
}
.C-FFBE7A10-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A10 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A5 {
  background-color: #ffbe7a !important;
}
.C-FFBE7A5-text {
  color: #ffbe7a;
}
.C-FFBE7A5-border {
  border-color: #ffbe7a;
}
.C-linearGradient-FFBE7A5 {
  background-image:
    linear-gradient(
      45deg,
      #ffbe7a 0%,
      #ffbe7a 99%,
      #ffbe7a 100%);
}
.C-FFBE7A0 {
  background-color: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-text {
  color: rgba(255, 190, 122, 0);
}
.C-FFBE7A0-border {
  border-color: rgba(255, 190, 122, 0);
}
.C-linearGradient-FFBE7A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 190, 122, 0) 0%,
      #ffbe7a 99%,
      rgba(255, 190, 122, 0) 100%);
}
.C-FFBE7A-fill-1 #fill1 {
  fill: #ffbe7a;
}
.C-FFBE7A-fill-1.onHover:hover #fill1,
.C-FFBE7A-fill-1:hover #fill1 {
  fill: #ffbe7a;
}
.C-FFBE7A-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A100-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A95-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A90-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A85-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A80-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A75-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A70-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A65-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A60-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A55-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A50-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A45-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A40-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A35-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A30-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A25-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A20-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A15-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A10-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A5-fill-1 #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-fill-1.onHover:hover #fill1 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-stroke-1 #stroke1 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A0-fill-1 #fill1 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-stroke-1 #stroke1 {
  stroke: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A-fill-2 #fill2 {
  fill: #ffbe7a;
}
.C-FFBE7A-fill-2.onHover:hover #fill2,
.C-FFBE7A-fill-2:hover #fill2 {
  fill: #ffbe7a;
}
.C-FFBE7A-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A100-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A95-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A90-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A85-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A80-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A75-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A70-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A65-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A60-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A55-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A50-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A45-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A40-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A35-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A30-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A25-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A20-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A15-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A10-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A5-fill-2 #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-fill-2.onHover:hover #fill2 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-stroke-2 #stroke2 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A0-fill-2 #fill2 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-stroke-2 #stroke2 {
  stroke: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A-fill-3 #fill3 {
  fill: #ffbe7a;
}
.C-FFBE7A-fill-3.onHover:hover #fill3,
.C-FFBE7A-fill-3:hover #fill3 {
  fill: #ffbe7a;
}
.C-FFBE7A-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A100-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A100-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A95-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A95-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A90-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A90-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A85-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A85-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A80-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A80-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A75-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A75-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A70-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A70-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A65-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A65-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A60-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A60-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A55-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A55-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A50-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A50-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A45-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A45-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A40-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A40-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A35-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A35-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A30-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A30-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A25-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A25-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A20-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A20-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A15-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A15-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A10-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A10-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A5-fill-3 #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-fill-3.onHover:hover #fill3 {
  fill: #ffbe7a !important;
}
.C-FFBE7A5-stroke-3 #stroke3 {
  stroke: #ffbe7a !important;
}
.C-FFBE7A0-fill-3 #fill3 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 190, 122, 0) !important;
}
.C-FFBE7A0-stroke-3 #stroke3 {
  stroke: rgba(255, 190, 122, 0) !important;
}
.C-4D0206-100 {
  background-color: #4d0206FF !important;
}
.C-4D0206-100-text {
  color: #4d0206FF;
}
.C-4D0206-100-border {
  border-color: #4d0206FF !important;
}
.C-4D0206-95 {
  background-color: #4d0206F2 !important;
}
.C-4D0206-95-text {
  color: #4d0206F2;
}
.C-4D0206-95-border {
  border-color: #4d0206F2 !important;
}
.C-4D0206-90 {
  background-color: #4d0206E6 !important;
}
.C-4D0206-90-text {
  color: #4d0206E6;
}
.C-4D0206-90-border {
  border-color: #4d0206E6 !important;
}
.C-4D0206-85 {
  background-color: #4d0206D9 !important;
}
.C-4D0206-85-text {
  color: #4d0206D9;
}
.C-4D0206-85-border {
  border-color: #4d0206D9 !important;
}
.C-4D0206-80 {
  background-color: #4d0206CC !important;
}
.C-4D0206-80-text {
  color: #4d0206CC;
}
.C-4D0206-80-border {
  border-color: #4d0206CC !important;
}
.C-4D0206-75 {
  background-color: #4d0206BF !important;
}
.C-4D0206-75-text {
  color: #4d0206BF;
}
.C-4D0206-75-border {
  border-color: #4d0206BF !important;
}
.C-4D0206-70 {
  background-color: #4d0206B3 !important;
}
.C-4D0206-70-text {
  color: #4d0206B3;
}
.C-4D0206-70-border {
  border-color: #4d0206B3 !important;
}
.C-4D0206-65 {
  background-color: #4d0206A6 !important;
}
.C-4D0206-65-text {
  color: #4d0206A6;
}
.C-4D0206-65-border {
  border-color: #4d0206A6 !important;
}
.C-4D0206-60 {
  background-color: #4d020699 !important;
}
.C-4D0206-60-text {
  color: #4d020699;
}
.C-4D0206-60-border {
  border-color: #4d020699 !important;
}
.C-4D0206-55 {
  background-color: #4d02068C !important;
}
.C-4D0206-55-text {
  color: #4d02068C;
}
.C-4D0206-55-border {
  border-color: #4d02068C !important;
}
.C-4D0206-50 {
  background-color: #4d020680 !important;
}
.C-4D0206-50-text {
  color: #4d020680;
}
.C-4D0206-50-border {
  border-color: #4d020680 !important;
}
.C-4D0206-45 {
  background-color: #4d020673 !important;
}
.C-4D0206-45-text {
  color: #4d020673;
}
.C-4D0206-45-border {
  border-color: #4d020673 !important;
}
.C-4D0206-40 {
  background-color: #4d020666 !important;
}
.C-4D0206-40-text {
  color: #4d020666;
}
.C-4D0206-40-border {
  border-color: #4d020666 !important;
}
.C-4D0206-35 {
  background-color: #4d020659 !important;
}
.C-4D0206-35-text {
  color: #4d020659;
}
.C-4D0206-35-border {
  border-color: #4d020659 !important;
}
.C-4D0206-30 {
  background-color: #4d02064D !important;
}
.C-4D0206-30-text {
  color: #4d02064D;
}
.C-4D0206-30-border {
  border-color: #4d02064D !important;
}
.C-4D0206-25 {
  background-color: #4d020640 !important;
}
.C-4D0206-25-text {
  color: #4d020640;
}
.C-4D0206-25-border {
  border-color: #4d020640 !important;
}
.C-4D0206-20 {
  background-color: #4d020633 !important;
}
.C-4D0206-20-text {
  color: #4d020633;
}
.C-4D0206-20-border {
  border-color: #4d020633 !important;
}
.C-4D0206-15 {
  background-color: #4d020626 !important;
}
.C-4D0206-15-text {
  color: #4d020626;
}
.C-4D0206-15-border {
  border-color: #4d020626 !important;
}
.C-4D0206-10 {
  background-color: #4d02061A !important;
}
.C-4D0206-10-text {
  color: #4d02061A;
}
.C-4D0206-10-border {
  border-color: #4d02061A !important;
}
.C-4D0206-5 {
  background-color: #4d02060D !important;
}
.C-4D0206-5-text {
  color: #4d02060D;
}
.C-4D0206-5-border {
  border-color: #4d02060D !important;
}
.C-4D0206-0 {
  background-color: #4d02060 !important;
}
.C-4D0206-0-text {
  color: #4d02060;
}
.C-4D0206-0-border {
  border-color: #4d02060 !important;
}
.C-4D0206 {
  background-color: #4d0206 !important;
  --btn-background: #4d0206;
}
.C-4D0206-text {
  color: #4d0206;
}
.C-4D0206-border {
  border-color: #4d0206 !important;
}
@media (hover: hover) {
  .C-4D0206-hover-bg:hover {
    background-color: #4d0206 !important;
  }
}
.C-4D0206-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4D0206-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4d0206;
  fill: #4d0206;
  stroke: #4d0206;
}
.C-4D0206-hover-text[papaTarget]:hover.f_targetText {
  color: #4d0206 !important;
  fill: #4d0206 !important;
  stroke: #4d0206 !important;
}
.C-4D0206-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4D0206-hover-text[fHover]:hover {
  color: #4d0206 !important;
}
.C-4D0206-after::after,
.C-4D0206-after::before {
  background-color: #4d0206;
}
.C-4D0206-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4d0206;
  transition: box-shadow 0.2s;
}
.C-4D0206100 {
  background-color: #4d0206 !important;
}
.C-4D0206100-text {
  color: #4d0206;
}
.C-4D0206100-border {
  border-color: #4d0206;
}
.C-linearGradient-4D0206100 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020695 {
  background-color: #4d0206 !important;
}
.C-4D020695-text {
  color: #4d0206;
}
.C-4D020695-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020695 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020690 {
  background-color: #4d0206 !important;
}
.C-4D020690-text {
  color: #4d0206;
}
.C-4D020690-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020690 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020685 {
  background-color: #4d0206 !important;
}
.C-4D020685-text {
  color: #4d0206;
}
.C-4D020685-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020685 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020680 {
  background-color: #4d0206 !important;
}
.C-4D020680-text {
  color: #4d0206;
}
.C-4D020680-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020680 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020675 {
  background-color: #4d0206 !important;
}
.C-4D020675-text {
  color: #4d0206;
}
.C-4D020675-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020675 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020670 {
  background-color: #4d0206 !important;
}
.C-4D020670-text {
  color: #4d0206;
}
.C-4D020670-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020670 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020665 {
  background-color: #4d0206 !important;
}
.C-4D020665-text {
  color: #4d0206;
}
.C-4D020665-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020665 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020660 {
  background-color: #4d0206 !important;
}
.C-4D020660-text {
  color: #4d0206;
}
.C-4D020660-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020660 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020655 {
  background-color: #4d0206 !important;
}
.C-4D020655-text {
  color: #4d0206;
}
.C-4D020655-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020655 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020650 {
  background-color: #4d0206 !important;
}
.C-4D020650-text {
  color: #4d0206;
}
.C-4D020650-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020650 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020645 {
  background-color: #4d0206 !important;
}
.C-4D020645-text {
  color: #4d0206;
}
.C-4D020645-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020645 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020640 {
  background-color: #4d0206 !important;
}
.C-4D020640-text {
  color: #4d0206;
}
.C-4D020640-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020640 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020635 {
  background-color: #4d0206 !important;
}
.C-4D020635-text {
  color: #4d0206;
}
.C-4D020635-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020635 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020630 {
  background-color: #4d0206 !important;
}
.C-4D020630-text {
  color: #4d0206;
}
.C-4D020630-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020630 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020625 {
  background-color: #4d0206 !important;
}
.C-4D020625-text {
  color: #4d0206;
}
.C-4D020625-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020625 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020620 {
  background-color: #4d0206 !important;
}
.C-4D020620-text {
  color: #4d0206;
}
.C-4D020620-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020620 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020615 {
  background-color: #4d0206 !important;
}
.C-4D020615-text {
  color: #4d0206;
}
.C-4D020615-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020615 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D020610 {
  background-color: #4d0206 !important;
}
.C-4D020610-text {
  color: #4d0206;
}
.C-4D020610-border {
  border-color: #4d0206;
}
.C-linearGradient-4D020610 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D02065 {
  background-color: #4d0206 !important;
}
.C-4D02065-text {
  color: #4d0206;
}
.C-4D02065-border {
  border-color: #4d0206;
}
.C-linearGradient-4D02065 {
  background-image:
    linear-gradient(
      45deg,
      #4d0206 0%,
      #4d0206 99%,
      #4d0206 100%);
}
.C-4D02060 {
  background-color: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-text {
  color: rgba(77, 2, 6, 0);
}
.C-4D02060-border {
  border-color: rgba(77, 2, 6, 0);
}
.C-linearGradient-4D02060 {
  background-image:
    linear-gradient(
      45deg,
      rgba(77, 2, 6, 0) 0%,
      #4d0206 99%,
      rgba(77, 2, 6, 0) 100%);
}
.C-4D0206-fill-1 #fill1 {
  fill: #4d0206;
}
.C-4D0206-fill-1.onHover:hover #fill1,
.C-4D0206-fill-1:hover #fill1 {
  fill: #4d0206;
}
.C-4D0206-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D0206100-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D0206100-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D0206100-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020695-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020695-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020695-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020690-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020690-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020690-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020685-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020685-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020685-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020680-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020680-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020680-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020675-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020675-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020675-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020670-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020670-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020670-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020665-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020665-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020665-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020660-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020660-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020660-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020655-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020655-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020655-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020650-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020650-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020650-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020645-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020645-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020645-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020640-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020640-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020640-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020635-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020635-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020635-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020630-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020630-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020630-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020625-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020625-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020625-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020620-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020620-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020620-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020615-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020615-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020615-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D020610-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D020610-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D020610-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D02065-fill-1 #fill1 {
  fill: #4d0206 !important;
}
.C-4D02065-fill-1.onHover:hover #fill1 {
  fill: #4d0206 !important;
}
.C-4D02065-stroke-1 #stroke1 {
  stroke: #4d0206 !important;
}
.C-4D02060-fill-1 #fill1 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-fill-1.onHover:hover #fill1 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-stroke-1 #stroke1 {
  stroke: rgba(77, 2, 6, 0) !important;
}
.C-4D0206-fill-2 #fill2 {
  fill: #4d0206;
}
.C-4D0206-fill-2.onHover:hover #fill2,
.C-4D0206-fill-2:hover #fill2 {
  fill: #4d0206;
}
.C-4D0206-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D0206100-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D0206100-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D0206100-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020695-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020695-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020695-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020690-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020690-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020690-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020685-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020685-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020685-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020680-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020680-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020680-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020675-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020675-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020675-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020670-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020670-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020670-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020665-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020665-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020665-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020660-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020660-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020660-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020655-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020655-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020655-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020650-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020650-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020650-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020645-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020645-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020645-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020640-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020640-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020640-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020635-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020635-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020635-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020630-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020630-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020630-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020625-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020625-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020625-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020620-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020620-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020620-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020615-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020615-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020615-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D020610-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D020610-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D020610-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D02065-fill-2 #fill2 {
  fill: #4d0206 !important;
}
.C-4D02065-fill-2.onHover:hover #fill2 {
  fill: #4d0206 !important;
}
.C-4D02065-stroke-2 #stroke2 {
  stroke: #4d0206 !important;
}
.C-4D02060-fill-2 #fill2 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-fill-2.onHover:hover #fill2 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-stroke-2 #stroke2 {
  stroke: rgba(77, 2, 6, 0) !important;
}
.C-4D0206-fill-3 #fill3 {
  fill: #4d0206;
}
.C-4D0206-fill-3.onHover:hover #fill3,
.C-4D0206-fill-3:hover #fill3 {
  fill: #4d0206;
}
.C-4D0206-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D0206100-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D0206100-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D0206100-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020695-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020695-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020695-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020690-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020690-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020690-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020685-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020685-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020685-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020680-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020680-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020680-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020675-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020675-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020675-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020670-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020670-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020670-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020665-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020665-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020665-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020660-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020660-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020660-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020655-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020655-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020655-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020650-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020650-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020650-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020645-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020645-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020645-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020640-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020640-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020640-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020635-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020635-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020635-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020630-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020630-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020630-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020625-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020625-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020625-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020620-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020620-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020620-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020615-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020615-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020615-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D020610-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D020610-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D020610-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D02065-fill-3 #fill3 {
  fill: #4d0206 !important;
}
.C-4D02065-fill-3.onHover:hover #fill3 {
  fill: #4d0206 !important;
}
.C-4D02065-stroke-3 #stroke3 {
  stroke: #4d0206 !important;
}
.C-4D02060-fill-3 #fill3 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-fill-3.onHover:hover #fill3 {
  fill: rgba(77, 2, 6, 0) !important;
}
.C-4D02060-stroke-3 #stroke3 {
  stroke: rgba(77, 2, 6, 0) !important;
}
.C-0D5257-100 {
  background-color: #0d5257FF !important;
}
.C-0D5257-100-text {
  color: #0d5257FF;
}
.C-0D5257-100-border {
  border-color: #0d5257FF !important;
}
.C-0D5257-95 {
  background-color: #0d5257F2 !important;
}
.C-0D5257-95-text {
  color: #0d5257F2;
}
.C-0D5257-95-border {
  border-color: #0d5257F2 !important;
}
.C-0D5257-90 {
  background-color: #0d5257E6 !important;
}
.C-0D5257-90-text {
  color: #0d5257E6;
}
.C-0D5257-90-border {
  border-color: #0d5257E6 !important;
}
.C-0D5257-85 {
  background-color: #0d5257D9 !important;
}
.C-0D5257-85-text {
  color: #0d5257D9;
}
.C-0D5257-85-border {
  border-color: #0d5257D9 !important;
}
.C-0D5257-80 {
  background-color: #0d5257CC !important;
}
.C-0D5257-80-text {
  color: #0d5257CC;
}
.C-0D5257-80-border {
  border-color: #0d5257CC !important;
}
.C-0D5257-75 {
  background-color: #0d5257BF !important;
}
.C-0D5257-75-text {
  color: #0d5257BF;
}
.C-0D5257-75-border {
  border-color: #0d5257BF !important;
}
.C-0D5257-70 {
  background-color: #0d5257B3 !important;
}
.C-0D5257-70-text {
  color: #0d5257B3;
}
.C-0D5257-70-border {
  border-color: #0d5257B3 !important;
}
.C-0D5257-65 {
  background-color: #0d5257A6 !important;
}
.C-0D5257-65-text {
  color: #0d5257A6;
}
.C-0D5257-65-border {
  border-color: #0d5257A6 !important;
}
.C-0D5257-60 {
  background-color: #0d525799 !important;
}
.C-0D5257-60-text {
  color: #0d525799;
}
.C-0D5257-60-border {
  border-color: #0d525799 !important;
}
.C-0D5257-55 {
  background-color: #0d52578C !important;
}
.C-0D5257-55-text {
  color: #0d52578C;
}
.C-0D5257-55-border {
  border-color: #0d52578C !important;
}
.C-0D5257-50 {
  background-color: #0d525780 !important;
}
.C-0D5257-50-text {
  color: #0d525780;
}
.C-0D5257-50-border {
  border-color: #0d525780 !important;
}
.C-0D5257-45 {
  background-color: #0d525773 !important;
}
.C-0D5257-45-text {
  color: #0d525773;
}
.C-0D5257-45-border {
  border-color: #0d525773 !important;
}
.C-0D5257-40 {
  background-color: #0d525766 !important;
}
.C-0D5257-40-text {
  color: #0d525766;
}
.C-0D5257-40-border {
  border-color: #0d525766 !important;
}
.C-0D5257-35 {
  background-color: #0d525759 !important;
}
.C-0D5257-35-text {
  color: #0d525759;
}
.C-0D5257-35-border {
  border-color: #0d525759 !important;
}
.C-0D5257-30 {
  background-color: #0d52574D !important;
}
.C-0D5257-30-text {
  color: #0d52574D;
}
.C-0D5257-30-border {
  border-color: #0d52574D !important;
}
.C-0D5257-25 {
  background-color: #0d525740 !important;
}
.C-0D5257-25-text {
  color: #0d525740;
}
.C-0D5257-25-border {
  border-color: #0d525740 !important;
}
.C-0D5257-20 {
  background-color: #0d525733 !important;
}
.C-0D5257-20-text {
  color: #0d525733;
}
.C-0D5257-20-border {
  border-color: #0d525733 !important;
}
.C-0D5257-15 {
  background-color: #0d525726 !important;
}
.C-0D5257-15-text {
  color: #0d525726;
}
.C-0D5257-15-border {
  border-color: #0d525726 !important;
}
.C-0D5257-10 {
  background-color: #0d52571A !important;
}
.C-0D5257-10-text {
  color: #0d52571A;
}
.C-0D5257-10-border {
  border-color: #0d52571A !important;
}
.C-0D5257-5 {
  background-color: #0d52570D !important;
}
.C-0D5257-5-text {
  color: #0d52570D;
}
.C-0D5257-5-border {
  border-color: #0d52570D !important;
}
.C-0D5257-0 {
  background-color: #0d52570 !important;
}
.C-0D5257-0-text {
  color: #0d52570;
}
.C-0D5257-0-border {
  border-color: #0d52570 !important;
}
.C-0D5257 {
  background-color: #0d5257 !important;
  --btn-background: #0d5257;
}
.C-0D5257-text {
  color: #0d5257;
}
.C-0D5257-border {
  border-color: #0d5257 !important;
}
@media (hover: hover) {
  .C-0D5257-hover-bg:hover {
    background-color: #0d5257 !important;
  }
}
.C-0D5257-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-0D5257-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #0d5257;
  fill: #0d5257;
  stroke: #0d5257;
}
.C-0D5257-hover-text[papaTarget]:hover.f_targetText {
  color: #0d5257 !important;
  fill: #0d5257 !important;
  stroke: #0d5257 !important;
}
.C-0D5257-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-0D5257-hover-text[fHover]:hover {
  color: #0d5257 !important;
}
.C-0D5257-after::after,
.C-0D5257-after::before {
  background-color: #0d5257;
}
.C-0D5257-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #0d5257;
  transition: box-shadow 0.2s;
}
.C-0D5257100 {
  background-color: #0d5257 !important;
}
.C-0D5257100-text {
  color: #0d5257;
}
.C-0D5257100-border {
  border-color: #0d5257;
}
.C-linearGradient-0D5257100 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525795 {
  background-color: #0d5257 !important;
}
.C-0D525795-text {
  color: #0d5257;
}
.C-0D525795-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525795 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525790 {
  background-color: #0d5257 !important;
}
.C-0D525790-text {
  color: #0d5257;
}
.C-0D525790-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525790 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525785 {
  background-color: #0d5257 !important;
}
.C-0D525785-text {
  color: #0d5257;
}
.C-0D525785-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525785 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525780 {
  background-color: #0d5257 !important;
}
.C-0D525780-text {
  color: #0d5257;
}
.C-0D525780-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525780 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525775 {
  background-color: #0d5257 !important;
}
.C-0D525775-text {
  color: #0d5257;
}
.C-0D525775-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525775 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525770 {
  background-color: #0d5257 !important;
}
.C-0D525770-text {
  color: #0d5257;
}
.C-0D525770-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525770 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525765 {
  background-color: #0d5257 !important;
}
.C-0D525765-text {
  color: #0d5257;
}
.C-0D525765-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525765 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525760 {
  background-color: #0d5257 !important;
}
.C-0D525760-text {
  color: #0d5257;
}
.C-0D525760-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525760 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525755 {
  background-color: #0d5257 !important;
}
.C-0D525755-text {
  color: #0d5257;
}
.C-0D525755-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525755 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525750 {
  background-color: #0d5257 !important;
}
.C-0D525750-text {
  color: #0d5257;
}
.C-0D525750-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525750 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525745 {
  background-color: #0d5257 !important;
}
.C-0D525745-text {
  color: #0d5257;
}
.C-0D525745-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525745 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525740 {
  background-color: #0d5257 !important;
}
.C-0D525740-text {
  color: #0d5257;
}
.C-0D525740-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525740 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525735 {
  background-color: #0d5257 !important;
}
.C-0D525735-text {
  color: #0d5257;
}
.C-0D525735-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525735 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525730 {
  background-color: #0d5257 !important;
}
.C-0D525730-text {
  color: #0d5257;
}
.C-0D525730-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525730 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525725 {
  background-color: #0d5257 !important;
}
.C-0D525725-text {
  color: #0d5257;
}
.C-0D525725-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525725 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525720 {
  background-color: #0d5257 !important;
}
.C-0D525720-text {
  color: #0d5257;
}
.C-0D525720-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525720 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525715 {
  background-color: #0d5257 !important;
}
.C-0D525715-text {
  color: #0d5257;
}
.C-0D525715-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525715 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D525710 {
  background-color: #0d5257 !important;
}
.C-0D525710-text {
  color: #0d5257;
}
.C-0D525710-border {
  border-color: #0d5257;
}
.C-linearGradient-0D525710 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D52575 {
  background-color: #0d5257 !important;
}
.C-0D52575-text {
  color: #0d5257;
}
.C-0D52575-border {
  border-color: #0d5257;
}
.C-linearGradient-0D52575 {
  background-image:
    linear-gradient(
      45deg,
      #0d5257 0%,
      #0d5257 99%,
      #0d5257 100%);
}
.C-0D52570 {
  background-color: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-text {
  color: rgba(13, 82, 87, 0);
}
.C-0D52570-border {
  border-color: rgba(13, 82, 87, 0);
}
.C-linearGradient-0D52570 {
  background-image:
    linear-gradient(
      45deg,
      rgba(13, 82, 87, 0) 0%,
      #0d5257 99%,
      rgba(13, 82, 87, 0) 100%);
}
.C-0D5257-fill-1 #fill1 {
  fill: #0d5257;
}
.C-0D5257-fill-1.onHover:hover #fill1,
.C-0D5257-fill-1:hover #fill1 {
  fill: #0d5257;
}
.C-0D5257-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D5257100-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D5257100-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D5257100-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525795-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525795-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525795-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525790-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525790-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525790-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525785-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525785-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525785-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525780-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525780-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525780-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525775-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525775-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525775-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525770-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525770-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525770-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525765-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525765-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525765-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525760-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525760-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525760-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525755-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525755-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525755-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525750-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525750-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525750-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525745-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525745-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525745-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525740-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525740-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525740-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525735-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525735-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525735-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525730-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525730-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525730-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525725-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525725-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525725-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525720-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525720-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525720-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525715-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525715-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525715-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D525710-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D525710-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D525710-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D52575-fill-1 #fill1 {
  fill: #0d5257 !important;
}
.C-0D52575-fill-1.onHover:hover #fill1 {
  fill: #0d5257 !important;
}
.C-0D52575-stroke-1 #stroke1 {
  stroke: #0d5257 !important;
}
.C-0D52570-fill-1 #fill1 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-fill-1.onHover:hover #fill1 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-stroke-1 #stroke1 {
  stroke: rgba(13, 82, 87, 0) !important;
}
.C-0D5257-fill-2 #fill2 {
  fill: #0d5257;
}
.C-0D5257-fill-2.onHover:hover #fill2,
.C-0D5257-fill-2:hover #fill2 {
  fill: #0d5257;
}
.C-0D5257-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D5257100-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D5257100-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D5257100-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525795-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525795-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525795-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525790-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525790-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525790-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525785-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525785-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525785-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525780-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525780-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525780-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525775-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525775-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525775-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525770-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525770-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525770-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525765-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525765-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525765-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525760-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525760-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525760-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525755-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525755-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525755-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525750-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525750-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525750-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525745-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525745-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525745-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525740-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525740-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525740-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525735-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525735-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525735-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525730-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525730-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525730-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525725-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525725-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525725-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525720-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525720-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525720-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525715-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525715-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525715-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D525710-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D525710-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D525710-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D52575-fill-2 #fill2 {
  fill: #0d5257 !important;
}
.C-0D52575-fill-2.onHover:hover #fill2 {
  fill: #0d5257 !important;
}
.C-0D52575-stroke-2 #stroke2 {
  stroke: #0d5257 !important;
}
.C-0D52570-fill-2 #fill2 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-fill-2.onHover:hover #fill2 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-stroke-2 #stroke2 {
  stroke: rgba(13, 82, 87, 0) !important;
}
.C-0D5257-fill-3 #fill3 {
  fill: #0d5257;
}
.C-0D5257-fill-3.onHover:hover #fill3,
.C-0D5257-fill-3:hover #fill3 {
  fill: #0d5257;
}
.C-0D5257-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D5257100-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D5257100-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D5257100-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525795-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525795-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525795-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525790-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525790-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525790-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525785-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525785-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525785-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525780-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525780-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525780-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525775-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525775-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525775-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525770-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525770-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525770-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525765-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525765-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525765-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525760-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525760-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525760-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525755-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525755-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525755-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525750-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525750-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525750-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525745-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525745-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525745-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525740-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525740-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525740-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525735-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525735-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525735-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525730-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525730-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525730-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525725-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525725-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525725-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525720-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525720-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525720-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525715-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525715-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525715-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D525710-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D525710-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D525710-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D52575-fill-3 #fill3 {
  fill: #0d5257 !important;
}
.C-0D52575-fill-3.onHover:hover #fill3 {
  fill: #0d5257 !important;
}
.C-0D52575-stroke-3 #stroke3 {
  stroke: #0d5257 !important;
}
.C-0D52570-fill-3 #fill3 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-fill-3.onHover:hover #fill3 {
  fill: rgba(13, 82, 87, 0) !important;
}
.C-0D52570-stroke-3 #stroke3 {
  stroke: rgba(13, 82, 87, 0) !important;
}
.C-A116FB-100 {
  background-color: #a116fbFF !important;
}
.C-A116FB-100-text {
  color: #a116fbFF;
}
.C-A116FB-100-border {
  border-color: #a116fbFF !important;
}
.C-A116FB-95 {
  background-color: #a116fbF2 !important;
}
.C-A116FB-95-text {
  color: #a116fbF2;
}
.C-A116FB-95-border {
  border-color: #a116fbF2 !important;
}
.C-A116FB-90 {
  background-color: #a116fbE6 !important;
}
.C-A116FB-90-text {
  color: #a116fbE6;
}
.C-A116FB-90-border {
  border-color: #a116fbE6 !important;
}
.C-A116FB-85 {
  background-color: #a116fbD9 !important;
}
.C-A116FB-85-text {
  color: #a116fbD9;
}
.C-A116FB-85-border {
  border-color: #a116fbD9 !important;
}
.C-A116FB-80 {
  background-color: #a116fbCC !important;
}
.C-A116FB-80-text {
  color: #a116fbCC;
}
.C-A116FB-80-border {
  border-color: #a116fbCC !important;
}
.C-A116FB-75 {
  background-color: #a116fbBF !important;
}
.C-A116FB-75-text {
  color: #a116fbBF;
}
.C-A116FB-75-border {
  border-color: #a116fbBF !important;
}
.C-A116FB-70 {
  background-color: #a116fbB3 !important;
}
.C-A116FB-70-text {
  color: #a116fbB3;
}
.C-A116FB-70-border {
  border-color: #a116fbB3 !important;
}
.C-A116FB-65 {
  background-color: #a116fbA6 !important;
}
.C-A116FB-65-text {
  color: #a116fbA6;
}
.C-A116FB-65-border {
  border-color: #a116fbA6 !important;
}
.C-A116FB-60 {
  background-color: #a116fb99 !important;
}
.C-A116FB-60-text {
  color: #a116fb99;
}
.C-A116FB-60-border {
  border-color: #a116fb99 !important;
}
.C-A116FB-55 {
  background-color: #a116fb8C !important;
}
.C-A116FB-55-text {
  color: #a116fb8C;
}
.C-A116FB-55-border {
  border-color: #a116fb8C !important;
}
.C-A116FB-50 {
  background-color: #a116fb80 !important;
}
.C-A116FB-50-text {
  color: #a116fb80;
}
.C-A116FB-50-border {
  border-color: #a116fb80 !important;
}
.C-A116FB-45 {
  background-color: #a116fb73 !important;
}
.C-A116FB-45-text {
  color: #a116fb73;
}
.C-A116FB-45-border {
  border-color: #a116fb73 !important;
}
.C-A116FB-40 {
  background-color: #a116fb66 !important;
}
.C-A116FB-40-text {
  color: #a116fb66;
}
.C-A116FB-40-border {
  border-color: #a116fb66 !important;
}
.C-A116FB-35 {
  background-color: #a116fb59 !important;
}
.C-A116FB-35-text {
  color: #a116fb59;
}
.C-A116FB-35-border {
  border-color: #a116fb59 !important;
}
.C-A116FB-30 {
  background-color: #a116fb4D !important;
}
.C-A116FB-30-text {
  color: #a116fb4D;
}
.C-A116FB-30-border {
  border-color: #a116fb4D !important;
}
.C-A116FB-25 {
  background-color: #a116fb40 !important;
}
.C-A116FB-25-text {
  color: #a116fb40;
}
.C-A116FB-25-border {
  border-color: #a116fb40 !important;
}
.C-A116FB-20 {
  background-color: #a116fb33 !important;
}
.C-A116FB-20-text {
  color: #a116fb33;
}
.C-A116FB-20-border {
  border-color: #a116fb33 !important;
}
.C-A116FB-15 {
  background-color: #a116fb26 !important;
}
.C-A116FB-15-text {
  color: #a116fb26;
}
.C-A116FB-15-border {
  border-color: #a116fb26 !important;
}
.C-A116FB-10 {
  background-color: #a116fb1A !important;
}
.C-A116FB-10-text {
  color: #a116fb1A;
}
.C-A116FB-10-border {
  border-color: #a116fb1A !important;
}
.C-A116FB-5 {
  background-color: #a116fb0D !important;
}
.C-A116FB-5-text {
  color: #a116fb0D;
}
.C-A116FB-5-border {
  border-color: #a116fb0D !important;
}
.C-A116FB-0 {
  background-color: #a116fb0 !important;
}
.C-A116FB-0-text {
  color: #a116fb0;
}
.C-A116FB-0-border {
  border-color: #a116fb0 !important;
}
.C-A116FB {
  background-color: #a116fb !important;
  --btn-background: #a116fb;
}
.C-A116FB-text {
  color: #a116fb;
}
.C-A116FB-border {
  border-color: #a116fb !important;
}
@media (hover: hover) {
  .C-A116FB-hover-bg:hover {
    background-color: #a116fb !important;
  }
}
.C-A116FB-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-A116FB-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #a116fb;
  fill: #a116fb;
  stroke: #a116fb;
}
.C-A116FB-hover-text[papaTarget]:hover.f_targetText {
  color: #a116fb !important;
  fill: #a116fb !important;
  stroke: #a116fb !important;
}
.C-A116FB-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-A116FB-hover-text[fHover]:hover {
  color: #a116fb !important;
}
.C-A116FB-after::after,
.C-A116FB-after::before {
  background-color: #a116fb;
}
.C-A116FB-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #a116fb;
  transition: box-shadow 0.2s;
}
.C-A116FB100 {
  background-color: #a116fb !important;
}
.C-A116FB100-text {
  color: #a116fb;
}
.C-A116FB100-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB100 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB95 {
  background-color: #a116fb !important;
}
.C-A116FB95-text {
  color: #a116fb;
}
.C-A116FB95-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB95 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB90 {
  background-color: #a116fb !important;
}
.C-A116FB90-text {
  color: #a116fb;
}
.C-A116FB90-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB90 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB85 {
  background-color: #a116fb !important;
}
.C-A116FB85-text {
  color: #a116fb;
}
.C-A116FB85-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB85 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB80 {
  background-color: #a116fb !important;
}
.C-A116FB80-text {
  color: #a116fb;
}
.C-A116FB80-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB80 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB75 {
  background-color: #a116fb !important;
}
.C-A116FB75-text {
  color: #a116fb;
}
.C-A116FB75-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB75 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB70 {
  background-color: #a116fb !important;
}
.C-A116FB70-text {
  color: #a116fb;
}
.C-A116FB70-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB70 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB65 {
  background-color: #a116fb !important;
}
.C-A116FB65-text {
  color: #a116fb;
}
.C-A116FB65-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB65 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB60 {
  background-color: #a116fb !important;
}
.C-A116FB60-text {
  color: #a116fb;
}
.C-A116FB60-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB60 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB55 {
  background-color: #a116fb !important;
}
.C-A116FB55-text {
  color: #a116fb;
}
.C-A116FB55-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB55 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB50 {
  background-color: #a116fb !important;
}
.C-A116FB50-text {
  color: #a116fb;
}
.C-A116FB50-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB50 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB45 {
  background-color: #a116fb !important;
}
.C-A116FB45-text {
  color: #a116fb;
}
.C-A116FB45-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB45 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB40 {
  background-color: #a116fb !important;
}
.C-A116FB40-text {
  color: #a116fb;
}
.C-A116FB40-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB40 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB35 {
  background-color: #a116fb !important;
}
.C-A116FB35-text {
  color: #a116fb;
}
.C-A116FB35-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB35 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB30 {
  background-color: #a116fb !important;
}
.C-A116FB30-text {
  color: #a116fb;
}
.C-A116FB30-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB30 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB25 {
  background-color: #a116fb !important;
}
.C-A116FB25-text {
  color: #a116fb;
}
.C-A116FB25-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB25 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB20 {
  background-color: #a116fb !important;
}
.C-A116FB20-text {
  color: #a116fb;
}
.C-A116FB20-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB20 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB15 {
  background-color: #a116fb !important;
}
.C-A116FB15-text {
  color: #a116fb;
}
.C-A116FB15-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB15 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB10 {
  background-color: #a116fb !important;
}
.C-A116FB10-text {
  color: #a116fb;
}
.C-A116FB10-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB10 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB5 {
  background-color: #a116fb !important;
}
.C-A116FB5-text {
  color: #a116fb;
}
.C-A116FB5-border {
  border-color: #a116fb;
}
.C-linearGradient-A116FB5 {
  background-image:
    linear-gradient(
      45deg,
      #a116fb 0%,
      #a116fb 99%,
      #a116fb 100%);
}
.C-A116FB0 {
  background-color: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-text {
  color: rgba(161, 22, 251, 0);
}
.C-A116FB0-border {
  border-color: rgba(161, 22, 251, 0);
}
.C-linearGradient-A116FB0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(161, 22, 251, 0) 0%,
      #a116fb 99%,
      rgba(161, 22, 251, 0) 100%);
}
.C-A116FB-fill-1 #fill1 {
  fill: #a116fb;
}
.C-A116FB-fill-1.onHover:hover #fill1,
.C-A116FB-fill-1:hover #fill1 {
  fill: #a116fb;
}
.C-A116FB-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB100-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB100-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB100-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB95-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB95-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB95-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB90-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB90-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB90-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB85-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB85-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB85-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB80-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB80-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB80-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB75-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB75-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB75-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB70-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB70-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB70-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB65-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB65-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB65-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB60-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB60-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB60-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB55-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB55-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB55-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB50-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB50-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB50-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB45-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB45-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB45-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB40-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB40-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB40-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB35-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB35-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB35-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB30-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB30-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB30-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB25-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB25-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB25-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB20-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB20-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB20-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB15-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB15-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB15-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB10-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB10-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB10-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB5-fill-1 #fill1 {
  fill: #a116fb !important;
}
.C-A116FB5-fill-1.onHover:hover #fill1 {
  fill: #a116fb !important;
}
.C-A116FB5-stroke-1 #stroke1 {
  stroke: #a116fb !important;
}
.C-A116FB0-fill-1 #fill1 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-fill-1.onHover:hover #fill1 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-stroke-1 #stroke1 {
  stroke: rgba(161, 22, 251, 0) !important;
}
.C-A116FB-fill-2 #fill2 {
  fill: #a116fb;
}
.C-A116FB-fill-2.onHover:hover #fill2,
.C-A116FB-fill-2:hover #fill2 {
  fill: #a116fb;
}
.C-A116FB-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB100-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB100-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB100-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB95-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB95-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB95-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB90-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB90-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB90-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB85-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB85-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB85-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB80-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB80-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB80-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB75-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB75-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB75-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB70-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB70-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB70-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB65-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB65-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB65-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB60-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB60-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB60-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB55-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB55-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB55-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB50-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB50-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB50-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB45-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB45-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB45-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB40-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB40-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB40-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB35-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB35-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB35-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB30-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB30-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB30-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB25-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB25-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB25-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB20-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB20-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB20-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB15-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB15-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB15-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB10-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB10-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB10-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB5-fill-2 #fill2 {
  fill: #a116fb !important;
}
.C-A116FB5-fill-2.onHover:hover #fill2 {
  fill: #a116fb !important;
}
.C-A116FB5-stroke-2 #stroke2 {
  stroke: #a116fb !important;
}
.C-A116FB0-fill-2 #fill2 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-fill-2.onHover:hover #fill2 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-stroke-2 #stroke2 {
  stroke: rgba(161, 22, 251, 0) !important;
}
.C-A116FB-fill-3 #fill3 {
  fill: #a116fb;
}
.C-A116FB-fill-3.onHover:hover #fill3,
.C-A116FB-fill-3:hover #fill3 {
  fill: #a116fb;
}
.C-A116FB-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB100-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB100-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB100-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB95-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB95-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB95-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB90-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB90-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB90-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB85-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB85-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB85-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB80-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB80-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB80-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB75-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB75-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB75-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB70-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB70-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB70-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB65-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB65-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB65-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB60-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB60-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB60-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB55-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB55-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB55-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB50-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB50-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB50-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB45-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB45-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB45-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB40-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB40-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB40-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB35-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB35-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB35-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB30-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB30-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB30-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB25-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB25-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB25-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB20-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB20-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB20-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB15-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB15-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB15-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB10-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB10-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB10-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB5-fill-3 #fill3 {
  fill: #a116fb !important;
}
.C-A116FB5-fill-3.onHover:hover #fill3 {
  fill: #a116fb !important;
}
.C-A116FB5-stroke-3 #stroke3 {
  stroke: #a116fb !important;
}
.C-A116FB0-fill-3 #fill3 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-fill-3.onHover:hover #fill3 {
  fill: rgba(161, 22, 251, 0) !important;
}
.C-A116FB0-stroke-3 #stroke3 {
  stroke: rgba(161, 22, 251, 0) !important;
}
.C-FFCC00-100 {
  background-color: #ffcc00FF !important;
}
.C-FFCC00-100-text {
  color: #ffcc00FF;
}
.C-FFCC00-100-border {
  border-color: #ffcc00FF !important;
}
.C-FFCC00-95 {
  background-color: #ffcc00F2 !important;
}
.C-FFCC00-95-text {
  color: #ffcc00F2;
}
.C-FFCC00-95-border {
  border-color: #ffcc00F2 !important;
}
.C-FFCC00-90 {
  background-color: #ffcc00E6 !important;
}
.C-FFCC00-90-text {
  color: #ffcc00E6;
}
.C-FFCC00-90-border {
  border-color: #ffcc00E6 !important;
}
.C-FFCC00-85 {
  background-color: #ffcc00D9 !important;
}
.C-FFCC00-85-text {
  color: #ffcc00D9;
}
.C-FFCC00-85-border {
  border-color: #ffcc00D9 !important;
}
.C-FFCC00-80 {
  background-color: #ffcc00CC !important;
}
.C-FFCC00-80-text {
  color: #ffcc00CC;
}
.C-FFCC00-80-border {
  border-color: #ffcc00CC !important;
}
.C-FFCC00-75 {
  background-color: #ffcc00BF !important;
}
.C-FFCC00-75-text {
  color: #ffcc00BF;
}
.C-FFCC00-75-border {
  border-color: #ffcc00BF !important;
}
.C-FFCC00-70 {
  background-color: #ffcc00B3 !important;
}
.C-FFCC00-70-text {
  color: #ffcc00B3;
}
.C-FFCC00-70-border {
  border-color: #ffcc00B3 !important;
}
.C-FFCC00-65 {
  background-color: #ffcc00A6 !important;
}
.C-FFCC00-65-text {
  color: #ffcc00A6;
}
.C-FFCC00-65-border {
  border-color: #ffcc00A6 !important;
}
.C-FFCC00-60 {
  background-color: #ffcc0099 !important;
}
.C-FFCC00-60-text {
  color: #ffcc0099;
}
.C-FFCC00-60-border {
  border-color: #ffcc0099 !important;
}
.C-FFCC00-55 {
  background-color: #ffcc008C !important;
}
.C-FFCC00-55-text {
  color: #ffcc008C;
}
.C-FFCC00-55-border {
  border-color: #ffcc008C !important;
}
.C-FFCC00-50 {
  background-color: #ffcc0080 !important;
}
.C-FFCC00-50-text {
  color: #ffcc0080;
}
.C-FFCC00-50-border {
  border-color: #ffcc0080 !important;
}
.C-FFCC00-45 {
  background-color: #ffcc0073 !important;
}
.C-FFCC00-45-text {
  color: #ffcc0073;
}
.C-FFCC00-45-border {
  border-color: #ffcc0073 !important;
}
.C-FFCC00-40 {
  background-color: #ffcc0066 !important;
}
.C-FFCC00-40-text {
  color: #ffcc0066;
}
.C-FFCC00-40-border {
  border-color: #ffcc0066 !important;
}
.C-FFCC00-35 {
  background-color: #ffcc0059 !important;
}
.C-FFCC00-35-text {
  color: #ffcc0059;
}
.C-FFCC00-35-border {
  border-color: #ffcc0059 !important;
}
.C-FFCC00-30 {
  background-color: #ffcc004D !important;
}
.C-FFCC00-30-text {
  color: #ffcc004D;
}
.C-FFCC00-30-border {
  border-color: #ffcc004D !important;
}
.C-FFCC00-25 {
  background-color: #ffcc0040 !important;
}
.C-FFCC00-25-text {
  color: #ffcc0040;
}
.C-FFCC00-25-border {
  border-color: #ffcc0040 !important;
}
.C-FFCC00-20 {
  background-color: #ffcc0033 !important;
}
.C-FFCC00-20-text {
  color: #ffcc0033;
}
.C-FFCC00-20-border {
  border-color: #ffcc0033 !important;
}
.C-FFCC00-15 {
  background-color: #ffcc0026 !important;
}
.C-FFCC00-15-text {
  color: #ffcc0026;
}
.C-FFCC00-15-border {
  border-color: #ffcc0026 !important;
}
.C-FFCC00-10 {
  background-color: #ffcc001A !important;
}
.C-FFCC00-10-text {
  color: #ffcc001A;
}
.C-FFCC00-10-border {
  border-color: #ffcc001A !important;
}
.C-FFCC00-5 {
  background-color: #ffcc000D !important;
}
.C-FFCC00-5-text {
  color: #ffcc000D;
}
.C-FFCC00-5-border {
  border-color: #ffcc000D !important;
}
.C-FFCC00-0 {
  background-color: #ffcc000 !important;
}
.C-FFCC00-0-text {
  color: #ffcc000;
}
.C-FFCC00-0-border {
  border-color: #ffcc000 !important;
}
.C-FFCC00 {
  background-color: #ffcc00 !important;
  --btn-background: #ffcc00;
}
.C-FFCC00-text {
  color: #ffcc00;
}
.C-FFCC00-border {
  border-color: #ffcc00 !important;
}
@media (hover: hover) {
  .C-FFCC00-hover-bg:hover {
    background-color: #ffcc00 !important;
  }
}
.C-FFCC00-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFCC00-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffcc00;
  fill: #ffcc00;
  stroke: #ffcc00;
}
.C-FFCC00-hover-text[papaTarget]:hover.f_targetText {
  color: #ffcc00 !important;
  fill: #ffcc00 !important;
  stroke: #ffcc00 !important;
}
.C-FFCC00-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFCC00-hover-text[fHover]:hover {
  color: #ffcc00 !important;
}
.C-FFCC00-after::after,
.C-FFCC00-after::before {
  background-color: #ffcc00;
}
.C-FFCC00-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffcc00;
  transition: box-shadow 0.2s;
}
.C-FFCC00100 {
  background-color: #ffcc00 !important;
}
.C-FFCC00100-text {
  color: #ffcc00;
}
.C-FFCC00100-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC00100 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0095 {
  background-color: #ffcc00 !important;
}
.C-FFCC0095-text {
  color: #ffcc00;
}
.C-FFCC0095-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0095 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0090 {
  background-color: #ffcc00 !important;
}
.C-FFCC0090-text {
  color: #ffcc00;
}
.C-FFCC0090-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0090 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0085 {
  background-color: #ffcc00 !important;
}
.C-FFCC0085-text {
  color: #ffcc00;
}
.C-FFCC0085-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0085 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0080 {
  background-color: #ffcc00 !important;
}
.C-FFCC0080-text {
  color: #ffcc00;
}
.C-FFCC0080-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0080 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0075 {
  background-color: #ffcc00 !important;
}
.C-FFCC0075-text {
  color: #ffcc00;
}
.C-FFCC0075-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0075 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0070 {
  background-color: #ffcc00 !important;
}
.C-FFCC0070-text {
  color: #ffcc00;
}
.C-FFCC0070-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0070 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0065 {
  background-color: #ffcc00 !important;
}
.C-FFCC0065-text {
  color: #ffcc00;
}
.C-FFCC0065-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0065 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0060 {
  background-color: #ffcc00 !important;
}
.C-FFCC0060-text {
  color: #ffcc00;
}
.C-FFCC0060-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0060 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0055 {
  background-color: #ffcc00 !important;
}
.C-FFCC0055-text {
  color: #ffcc00;
}
.C-FFCC0055-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0055 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0050 {
  background-color: #ffcc00 !important;
}
.C-FFCC0050-text {
  color: #ffcc00;
}
.C-FFCC0050-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0050 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0045 {
  background-color: #ffcc00 !important;
}
.C-FFCC0045-text {
  color: #ffcc00;
}
.C-FFCC0045-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0045 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0040 {
  background-color: #ffcc00 !important;
}
.C-FFCC0040-text {
  color: #ffcc00;
}
.C-FFCC0040-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0040 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0035 {
  background-color: #ffcc00 !important;
}
.C-FFCC0035-text {
  color: #ffcc00;
}
.C-FFCC0035-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0035 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0030 {
  background-color: #ffcc00 !important;
}
.C-FFCC0030-text {
  color: #ffcc00;
}
.C-FFCC0030-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0030 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0025 {
  background-color: #ffcc00 !important;
}
.C-FFCC0025-text {
  color: #ffcc00;
}
.C-FFCC0025-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0025 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0020 {
  background-color: #ffcc00 !important;
}
.C-FFCC0020-text {
  color: #ffcc00;
}
.C-FFCC0020-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0020 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0015 {
  background-color: #ffcc00 !important;
}
.C-FFCC0015-text {
  color: #ffcc00;
}
.C-FFCC0015-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0015 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC0010 {
  background-color: #ffcc00 !important;
}
.C-FFCC0010-text {
  color: #ffcc00;
}
.C-FFCC0010-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC0010 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC005 {
  background-color: #ffcc00 !important;
}
.C-FFCC005-text {
  color: #ffcc00;
}
.C-FFCC005-border {
  border-color: #ffcc00;
}
.C-linearGradient-FFCC005 {
  background-image:
    linear-gradient(
      45deg,
      #ffcc00 0%,
      #ffcc00 99%,
      #ffcc00 100%);
}
.C-FFCC000 {
  background-color: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-text {
  color: rgba(255, 204, 0, 0);
}
.C-FFCC000-border {
  border-color: rgba(255, 204, 0, 0);
}
.C-linearGradient-FFCC000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 204, 0, 0) 0%,
      #ffcc00 99%,
      rgba(255, 204, 0, 0) 100%);
}
.C-FFCC00-fill-1 #fill1 {
  fill: #ffcc00;
}
.C-FFCC00-fill-1.onHover:hover #fill1,
.C-FFCC00-fill-1:hover #fill1 {
  fill: #ffcc00;
}
.C-FFCC00-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC00100-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0095-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0090-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0085-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0080-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0075-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0070-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0065-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0060-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0055-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0050-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0045-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0040-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0035-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0030-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0025-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0020-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0015-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC0010-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC005-fill-1 #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC005-fill-1.onHover:hover #fill1 {
  fill: #ffcc00 !important;
}
.C-FFCC005-stroke-1 #stroke1 {
  stroke: #ffcc00 !important;
}
.C-FFCC000-fill-1 #fill1 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-stroke-1 #stroke1 {
  stroke: rgba(255, 204, 0, 0) !important;
}
.C-FFCC00-fill-2 #fill2 {
  fill: #ffcc00;
}
.C-FFCC00-fill-2.onHover:hover #fill2,
.C-FFCC00-fill-2:hover #fill2 {
  fill: #ffcc00;
}
.C-FFCC00-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC00100-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0095-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0090-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0085-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0080-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0075-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0070-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0065-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0060-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0055-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0050-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0045-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0040-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0035-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0030-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0025-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0020-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0015-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC0010-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC005-fill-2 #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC005-fill-2.onHover:hover #fill2 {
  fill: #ffcc00 !important;
}
.C-FFCC005-stroke-2 #stroke2 {
  stroke: #ffcc00 !important;
}
.C-FFCC000-fill-2 #fill2 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-stroke-2 #stroke2 {
  stroke: rgba(255, 204, 0, 0) !important;
}
.C-FFCC00-fill-3 #fill3 {
  fill: #ffcc00;
}
.C-FFCC00-fill-3.onHover:hover #fill3,
.C-FFCC00-fill-3:hover #fill3 {
  fill: #ffcc00;
}
.C-FFCC00-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC00100-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC00100-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0095-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0095-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0090-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0090-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0085-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0085-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0080-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0080-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0075-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0075-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0070-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0070-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0065-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0065-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0060-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0060-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0055-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0055-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0050-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0050-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0045-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0045-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0040-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0040-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0035-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0035-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0030-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0030-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0025-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0025-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0020-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0020-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0015-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0015-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC0010-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC0010-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC005-fill-3 #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC005-fill-3.onHover:hover #fill3 {
  fill: #ffcc00 !important;
}
.C-FFCC005-stroke-3 #stroke3 {
  stroke: #ffcc00 !important;
}
.C-FFCC000-fill-3 #fill3 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 204, 0, 0) !important;
}
.C-FFCC000-stroke-3 #stroke3 {
  stroke: rgba(255, 204, 0, 0) !important;
}
.C-CC9F00-100 {
  background-color: #cc9f00FF !important;
}
.C-CC9F00-100-text {
  color: #cc9f00FF;
}
.C-CC9F00-100-border {
  border-color: #cc9f00FF !important;
}
.C-CC9F00-95 {
  background-color: #cc9f00F2 !important;
}
.C-CC9F00-95-text {
  color: #cc9f00F2;
}
.C-CC9F00-95-border {
  border-color: #cc9f00F2 !important;
}
.C-CC9F00-90 {
  background-color: #cc9f00E6 !important;
}
.C-CC9F00-90-text {
  color: #cc9f00E6;
}
.C-CC9F00-90-border {
  border-color: #cc9f00E6 !important;
}
.C-CC9F00-85 {
  background-color: #cc9f00D9 !important;
}
.C-CC9F00-85-text {
  color: #cc9f00D9;
}
.C-CC9F00-85-border {
  border-color: #cc9f00D9 !important;
}
.C-CC9F00-80 {
  background-color: #cc9f00CC !important;
}
.C-CC9F00-80-text {
  color: #cc9f00CC;
}
.C-CC9F00-80-border {
  border-color: #cc9f00CC !important;
}
.C-CC9F00-75 {
  background-color: #cc9f00BF !important;
}
.C-CC9F00-75-text {
  color: #cc9f00BF;
}
.C-CC9F00-75-border {
  border-color: #cc9f00BF !important;
}
.C-CC9F00-70 {
  background-color: #cc9f00B3 !important;
}
.C-CC9F00-70-text {
  color: #cc9f00B3;
}
.C-CC9F00-70-border {
  border-color: #cc9f00B3 !important;
}
.C-CC9F00-65 {
  background-color: #cc9f00A6 !important;
}
.C-CC9F00-65-text {
  color: #cc9f00A6;
}
.C-CC9F00-65-border {
  border-color: #cc9f00A6 !important;
}
.C-CC9F00-60 {
  background-color: #cc9f0099 !important;
}
.C-CC9F00-60-text {
  color: #cc9f0099;
}
.C-CC9F00-60-border {
  border-color: #cc9f0099 !important;
}
.C-CC9F00-55 {
  background-color: #cc9f008C !important;
}
.C-CC9F00-55-text {
  color: #cc9f008C;
}
.C-CC9F00-55-border {
  border-color: #cc9f008C !important;
}
.C-CC9F00-50 {
  background-color: #cc9f0080 !important;
}
.C-CC9F00-50-text {
  color: #cc9f0080;
}
.C-CC9F00-50-border {
  border-color: #cc9f0080 !important;
}
.C-CC9F00-45 {
  background-color: #cc9f0073 !important;
}
.C-CC9F00-45-text {
  color: #cc9f0073;
}
.C-CC9F00-45-border {
  border-color: #cc9f0073 !important;
}
.C-CC9F00-40 {
  background-color: #cc9f0066 !important;
}
.C-CC9F00-40-text {
  color: #cc9f0066;
}
.C-CC9F00-40-border {
  border-color: #cc9f0066 !important;
}
.C-CC9F00-35 {
  background-color: #cc9f0059 !important;
}
.C-CC9F00-35-text {
  color: #cc9f0059;
}
.C-CC9F00-35-border {
  border-color: #cc9f0059 !important;
}
.C-CC9F00-30 {
  background-color: #cc9f004D !important;
}
.C-CC9F00-30-text {
  color: #cc9f004D;
}
.C-CC9F00-30-border {
  border-color: #cc9f004D !important;
}
.C-CC9F00-25 {
  background-color: #cc9f0040 !important;
}
.C-CC9F00-25-text {
  color: #cc9f0040;
}
.C-CC9F00-25-border {
  border-color: #cc9f0040 !important;
}
.C-CC9F00-20 {
  background-color: #cc9f0033 !important;
}
.C-CC9F00-20-text {
  color: #cc9f0033;
}
.C-CC9F00-20-border {
  border-color: #cc9f0033 !important;
}
.C-CC9F00-15 {
  background-color: #cc9f0026 !important;
}
.C-CC9F00-15-text {
  color: #cc9f0026;
}
.C-CC9F00-15-border {
  border-color: #cc9f0026 !important;
}
.C-CC9F00-10 {
  background-color: #cc9f001A !important;
}
.C-CC9F00-10-text {
  color: #cc9f001A;
}
.C-CC9F00-10-border {
  border-color: #cc9f001A !important;
}
.C-CC9F00-5 {
  background-color: #cc9f000D !important;
}
.C-CC9F00-5-text {
  color: #cc9f000D;
}
.C-CC9F00-5-border {
  border-color: #cc9f000D !important;
}
.C-CC9F00-0 {
  background-color: #cc9f000 !important;
}
.C-CC9F00-0-text {
  color: #cc9f000;
}
.C-CC9F00-0-border {
  border-color: #cc9f000 !important;
}
.C-CC9F00 {
  background-color: #cc9f00 !important;
  --btn-background: #cc9f00;
}
.C-CC9F00-text {
  color: #cc9f00;
}
.C-CC9F00-border {
  border-color: #cc9f00 !important;
}
@media (hover: hover) {
  .C-CC9F00-hover-bg:hover {
    background-color: #cc9f00 !important;
  }
}
.C-CC9F00-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-CC9F00-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #cc9f00;
  fill: #cc9f00;
  stroke: #cc9f00;
}
.C-CC9F00-hover-text[papaTarget]:hover.f_targetText {
  color: #cc9f00 !important;
  fill: #cc9f00 !important;
  stroke: #cc9f00 !important;
}
.C-CC9F00-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-CC9F00-hover-text[fHover]:hover {
  color: #cc9f00 !important;
}
.C-CC9F00-after::after,
.C-CC9F00-after::before {
  background-color: #cc9f00;
}
.C-CC9F00-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #cc9f00;
  transition: box-shadow 0.2s;
}
.C-CC9F00100 {
  background-color: #cc9f00 !important;
}
.C-CC9F00100-text {
  color: #cc9f00;
}
.C-CC9F00100-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F00100 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0095 {
  background-color: #cc9f00 !important;
}
.C-CC9F0095-text {
  color: #cc9f00;
}
.C-CC9F0095-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0095 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0090 {
  background-color: #cc9f00 !important;
}
.C-CC9F0090-text {
  color: #cc9f00;
}
.C-CC9F0090-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0090 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0085 {
  background-color: #cc9f00 !important;
}
.C-CC9F0085-text {
  color: #cc9f00;
}
.C-CC9F0085-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0085 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0080 {
  background-color: #cc9f00 !important;
}
.C-CC9F0080-text {
  color: #cc9f00;
}
.C-CC9F0080-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0080 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0075 {
  background-color: #cc9f00 !important;
}
.C-CC9F0075-text {
  color: #cc9f00;
}
.C-CC9F0075-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0075 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0070 {
  background-color: #cc9f00 !important;
}
.C-CC9F0070-text {
  color: #cc9f00;
}
.C-CC9F0070-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0070 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0065 {
  background-color: #cc9f00 !important;
}
.C-CC9F0065-text {
  color: #cc9f00;
}
.C-CC9F0065-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0065 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0060 {
  background-color: #cc9f00 !important;
}
.C-CC9F0060-text {
  color: #cc9f00;
}
.C-CC9F0060-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0060 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0055 {
  background-color: #cc9f00 !important;
}
.C-CC9F0055-text {
  color: #cc9f00;
}
.C-CC9F0055-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0055 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0050 {
  background-color: #cc9f00 !important;
}
.C-CC9F0050-text {
  color: #cc9f00;
}
.C-CC9F0050-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0050 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0045 {
  background-color: #cc9f00 !important;
}
.C-CC9F0045-text {
  color: #cc9f00;
}
.C-CC9F0045-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0045 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0040 {
  background-color: #cc9f00 !important;
}
.C-CC9F0040-text {
  color: #cc9f00;
}
.C-CC9F0040-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0040 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0035 {
  background-color: #cc9f00 !important;
}
.C-CC9F0035-text {
  color: #cc9f00;
}
.C-CC9F0035-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0035 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0030 {
  background-color: #cc9f00 !important;
}
.C-CC9F0030-text {
  color: #cc9f00;
}
.C-CC9F0030-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0030 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0025 {
  background-color: #cc9f00 !important;
}
.C-CC9F0025-text {
  color: #cc9f00;
}
.C-CC9F0025-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0025 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0020 {
  background-color: #cc9f00 !important;
}
.C-CC9F0020-text {
  color: #cc9f00;
}
.C-CC9F0020-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0020 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0015 {
  background-color: #cc9f00 !important;
}
.C-CC9F0015-text {
  color: #cc9f00;
}
.C-CC9F0015-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0015 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F0010 {
  background-color: #cc9f00 !important;
}
.C-CC9F0010-text {
  color: #cc9f00;
}
.C-CC9F0010-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F0010 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F005 {
  background-color: #cc9f00 !important;
}
.C-CC9F005-text {
  color: #cc9f00;
}
.C-CC9F005-border {
  border-color: #cc9f00;
}
.C-linearGradient-CC9F005 {
  background-image:
    linear-gradient(
      45deg,
      #cc9f00 0%,
      #cc9f00 99%,
      #cc9f00 100%);
}
.C-CC9F000 {
  background-color: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-text {
  color: rgba(204, 159, 0, 0);
}
.C-CC9F000-border {
  border-color: rgba(204, 159, 0, 0);
}
.C-linearGradient-CC9F000 {
  background-image:
    linear-gradient(
      45deg,
      rgba(204, 159, 0, 0) 0%,
      #cc9f00 99%,
      rgba(204, 159, 0, 0) 100%);
}
.C-CC9F00-fill-1 #fill1 {
  fill: #cc9f00;
}
.C-CC9F00-fill-1.onHover:hover #fill1,
.C-CC9F00-fill-1:hover #fill1 {
  fill: #cc9f00;
}
.C-CC9F00-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F00100-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0095-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0090-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0085-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0080-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0075-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0070-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0065-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0060-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0055-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0050-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0045-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0040-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0035-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0030-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0025-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0020-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0015-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F0010-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F005-fill-1 #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F005-fill-1.onHover:hover #fill1 {
  fill: #cc9f00 !important;
}
.C-CC9F005-stroke-1 #stroke1 {
  stroke: #cc9f00 !important;
}
.C-CC9F000-fill-1 #fill1 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-fill-1.onHover:hover #fill1 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-stroke-1 #stroke1 {
  stroke: rgba(204, 159, 0, 0) !important;
}
.C-CC9F00-fill-2 #fill2 {
  fill: #cc9f00;
}
.C-CC9F00-fill-2.onHover:hover #fill2,
.C-CC9F00-fill-2:hover #fill2 {
  fill: #cc9f00;
}
.C-CC9F00-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F00100-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0095-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0090-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0085-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0080-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0075-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0070-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0065-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0060-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0055-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0050-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0045-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0040-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0035-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0030-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0025-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0020-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0015-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F0010-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F005-fill-2 #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F005-fill-2.onHover:hover #fill2 {
  fill: #cc9f00 !important;
}
.C-CC9F005-stroke-2 #stroke2 {
  stroke: #cc9f00 !important;
}
.C-CC9F000-fill-2 #fill2 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-fill-2.onHover:hover #fill2 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-stroke-2 #stroke2 {
  stroke: rgba(204, 159, 0, 0) !important;
}
.C-CC9F00-fill-3 #fill3 {
  fill: #cc9f00;
}
.C-CC9F00-fill-3.onHover:hover #fill3,
.C-CC9F00-fill-3:hover #fill3 {
  fill: #cc9f00;
}
.C-CC9F00-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F00100-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F00100-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0095-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0095-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0090-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0090-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0085-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0085-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0080-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0080-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0075-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0075-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0070-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0070-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0065-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0065-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0060-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0060-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0055-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0055-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0050-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0050-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0045-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0045-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0040-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0040-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0035-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0035-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0030-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0030-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0025-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0025-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0020-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0020-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0015-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0015-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F0010-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F0010-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F005-fill-3 #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F005-fill-3.onHover:hover #fill3 {
  fill: #cc9f00 !important;
}
.C-CC9F005-stroke-3 #stroke3 {
  stroke: #cc9f00 !important;
}
.C-CC9F000-fill-3 #fill3 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-fill-3.onHover:hover #fill3 {
  fill: rgba(204, 159, 0, 0) !important;
}
.C-CC9F000-stroke-3 #stroke3 {
  stroke: rgba(204, 159, 0, 0) !important;
}
.C-FFE033-100 {
  background-color: #ffe033FF !important;
}
.C-FFE033-100-text {
  color: #ffe033FF;
}
.C-FFE033-100-border {
  border-color: #ffe033FF !important;
}
.C-FFE033-95 {
  background-color: #ffe033F2 !important;
}
.C-FFE033-95-text {
  color: #ffe033F2;
}
.C-FFE033-95-border {
  border-color: #ffe033F2 !important;
}
.C-FFE033-90 {
  background-color: #ffe033E6 !important;
}
.C-FFE033-90-text {
  color: #ffe033E6;
}
.C-FFE033-90-border {
  border-color: #ffe033E6 !important;
}
.C-FFE033-85 {
  background-color: #ffe033D9 !important;
}
.C-FFE033-85-text {
  color: #ffe033D9;
}
.C-FFE033-85-border {
  border-color: #ffe033D9 !important;
}
.C-FFE033-80 {
  background-color: #ffe033CC !important;
}
.C-FFE033-80-text {
  color: #ffe033CC;
}
.C-FFE033-80-border {
  border-color: #ffe033CC !important;
}
.C-FFE033-75 {
  background-color: #ffe033BF !important;
}
.C-FFE033-75-text {
  color: #ffe033BF;
}
.C-FFE033-75-border {
  border-color: #ffe033BF !important;
}
.C-FFE033-70 {
  background-color: #ffe033B3 !important;
}
.C-FFE033-70-text {
  color: #ffe033B3;
}
.C-FFE033-70-border {
  border-color: #ffe033B3 !important;
}
.C-FFE033-65 {
  background-color: #ffe033A6 !important;
}
.C-FFE033-65-text {
  color: #ffe033A6;
}
.C-FFE033-65-border {
  border-color: #ffe033A6 !important;
}
.C-FFE033-60 {
  background-color: #ffe03399 !important;
}
.C-FFE033-60-text {
  color: #ffe03399;
}
.C-FFE033-60-border {
  border-color: #ffe03399 !important;
}
.C-FFE033-55 {
  background-color: #ffe0338C !important;
}
.C-FFE033-55-text {
  color: #ffe0338C;
}
.C-FFE033-55-border {
  border-color: #ffe0338C !important;
}
.C-FFE033-50 {
  background-color: #ffe03380 !important;
}
.C-FFE033-50-text {
  color: #ffe03380;
}
.C-FFE033-50-border {
  border-color: #ffe03380 !important;
}
.C-FFE033-45 {
  background-color: #ffe03373 !important;
}
.C-FFE033-45-text {
  color: #ffe03373;
}
.C-FFE033-45-border {
  border-color: #ffe03373 !important;
}
.C-FFE033-40 {
  background-color: #ffe03366 !important;
}
.C-FFE033-40-text {
  color: #ffe03366;
}
.C-FFE033-40-border {
  border-color: #ffe03366 !important;
}
.C-FFE033-35 {
  background-color: #ffe03359 !important;
}
.C-FFE033-35-text {
  color: #ffe03359;
}
.C-FFE033-35-border {
  border-color: #ffe03359 !important;
}
.C-FFE033-30 {
  background-color: #ffe0334D !important;
}
.C-FFE033-30-text {
  color: #ffe0334D;
}
.C-FFE033-30-border {
  border-color: #ffe0334D !important;
}
.C-FFE033-25 {
  background-color: #ffe03340 !important;
}
.C-FFE033-25-text {
  color: #ffe03340;
}
.C-FFE033-25-border {
  border-color: #ffe03340 !important;
}
.C-FFE033-20 {
  background-color: #ffe03333 !important;
}
.C-FFE033-20-text {
  color: #ffe03333;
}
.C-FFE033-20-border {
  border-color: #ffe03333 !important;
}
.C-FFE033-15 {
  background-color: #ffe03326 !important;
}
.C-FFE033-15-text {
  color: #ffe03326;
}
.C-FFE033-15-border {
  border-color: #ffe03326 !important;
}
.C-FFE033-10 {
  background-color: #ffe0331A !important;
}
.C-FFE033-10-text {
  color: #ffe0331A;
}
.C-FFE033-10-border {
  border-color: #ffe0331A !important;
}
.C-FFE033-5 {
  background-color: #ffe0330D !important;
}
.C-FFE033-5-text {
  color: #ffe0330D;
}
.C-FFE033-5-border {
  border-color: #ffe0330D !important;
}
.C-FFE033-0 {
  background-color: #ffe0330 !important;
}
.C-FFE033-0-text {
  color: #ffe0330;
}
.C-FFE033-0-border {
  border-color: #ffe0330 !important;
}
.C-FFE033 {
  background-color: #ffe033 !important;
  --btn-background: #ffe033;
}
.C-FFE033-text {
  color: #ffe033;
}
.C-FFE033-border {
  border-color: #ffe033 !important;
}
@media (hover: hover) {
  .C-FFE033-hover-bg:hover {
    background-color: #ffe033 !important;
  }
}
.C-FFE033-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-FFE033-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #ffe033;
  fill: #ffe033;
  stroke: #ffe033;
}
.C-FFE033-hover-text[papaTarget]:hover.f_targetText {
  color: #ffe033 !important;
  fill: #ffe033 !important;
  stroke: #ffe033 !important;
}
.C-FFE033-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-FFE033-hover-text[fHover]:hover {
  color: #ffe033 !important;
}
.C-FFE033-after::after,
.C-FFE033-after::before {
  background-color: #ffe033;
}
.C-FFE033-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #ffe033;
  transition: box-shadow 0.2s;
}
.C-FFE033100 {
  background-color: #ffe033 !important;
}
.C-FFE033100-text {
  color: #ffe033;
}
.C-FFE033100-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE033100 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03395 {
  background-color: #ffe033 !important;
}
.C-FFE03395-text {
  color: #ffe033;
}
.C-FFE03395-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03395 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03390 {
  background-color: #ffe033 !important;
}
.C-FFE03390-text {
  color: #ffe033;
}
.C-FFE03390-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03390 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03385 {
  background-color: #ffe033 !important;
}
.C-FFE03385-text {
  color: #ffe033;
}
.C-FFE03385-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03385 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03380 {
  background-color: #ffe033 !important;
}
.C-FFE03380-text {
  color: #ffe033;
}
.C-FFE03380-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03380 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03375 {
  background-color: #ffe033 !important;
}
.C-FFE03375-text {
  color: #ffe033;
}
.C-FFE03375-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03375 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03370 {
  background-color: #ffe033 !important;
}
.C-FFE03370-text {
  color: #ffe033;
}
.C-FFE03370-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03370 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03365 {
  background-color: #ffe033 !important;
}
.C-FFE03365-text {
  color: #ffe033;
}
.C-FFE03365-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03365 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03360 {
  background-color: #ffe033 !important;
}
.C-FFE03360-text {
  color: #ffe033;
}
.C-FFE03360-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03360 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03355 {
  background-color: #ffe033 !important;
}
.C-FFE03355-text {
  color: #ffe033;
}
.C-FFE03355-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03355 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03350 {
  background-color: #ffe033 !important;
}
.C-FFE03350-text {
  color: #ffe033;
}
.C-FFE03350-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03350 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03345 {
  background-color: #ffe033 !important;
}
.C-FFE03345-text {
  color: #ffe033;
}
.C-FFE03345-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03345 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03340 {
  background-color: #ffe033 !important;
}
.C-FFE03340-text {
  color: #ffe033;
}
.C-FFE03340-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03340 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03335 {
  background-color: #ffe033 !important;
}
.C-FFE03335-text {
  color: #ffe033;
}
.C-FFE03335-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03335 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03330 {
  background-color: #ffe033 !important;
}
.C-FFE03330-text {
  color: #ffe033;
}
.C-FFE03330-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03330 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03325 {
  background-color: #ffe033 !important;
}
.C-FFE03325-text {
  color: #ffe033;
}
.C-FFE03325-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03325 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03320 {
  background-color: #ffe033 !important;
}
.C-FFE03320-text {
  color: #ffe033;
}
.C-FFE03320-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03320 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03315 {
  background-color: #ffe033 !important;
}
.C-FFE03315-text {
  color: #ffe033;
}
.C-FFE03315-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03315 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE03310 {
  background-color: #ffe033 !important;
}
.C-FFE03310-text {
  color: #ffe033;
}
.C-FFE03310-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE03310 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE0335 {
  background-color: #ffe033 !important;
}
.C-FFE0335-text {
  color: #ffe033;
}
.C-FFE0335-border {
  border-color: #ffe033;
}
.C-linearGradient-FFE0335 {
  background-image:
    linear-gradient(
      45deg,
      #ffe033 0%,
      #ffe033 99%,
      #ffe033 100%);
}
.C-FFE0330 {
  background-color: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-text {
  color: rgba(255, 224, 51, 0);
}
.C-FFE0330-border {
  border-color: rgba(255, 224, 51, 0);
}
.C-linearGradient-FFE0330 {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 224, 51, 0) 0%,
      #ffe033 99%,
      rgba(255, 224, 51, 0) 100%);
}
.C-FFE033-fill-1 #fill1 {
  fill: #ffe033;
}
.C-FFE033-fill-1.onHover:hover #fill1,
.C-FFE033-fill-1:hover #fill1 {
  fill: #ffe033;
}
.C-FFE033-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE033100-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE033100-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE033100-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03395-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03395-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03395-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03390-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03390-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03390-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03385-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03385-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03385-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03380-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03380-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03380-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03375-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03375-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03375-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03370-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03370-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03370-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03365-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03365-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03365-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03360-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03360-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03360-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03355-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03355-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03355-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03350-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03350-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03350-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03345-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03345-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03345-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03340-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03340-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03340-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03335-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03335-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03335-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03330-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03330-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03330-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03325-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03325-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03325-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03320-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03320-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03320-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03315-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03315-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03315-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE03310-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03310-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE03310-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE0335-fill-1 #fill1 {
  fill: #ffe033 !important;
}
.C-FFE0335-fill-1.onHover:hover #fill1 {
  fill: #ffe033 !important;
}
.C-FFE0335-stroke-1 #stroke1 {
  stroke: #ffe033 !important;
}
.C-FFE0330-fill-1 #fill1 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-fill-1.onHover:hover #fill1 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-stroke-1 #stroke1 {
  stroke: rgba(255, 224, 51, 0) !important;
}
.C-FFE033-fill-2 #fill2 {
  fill: #ffe033;
}
.C-FFE033-fill-2.onHover:hover #fill2,
.C-FFE033-fill-2:hover #fill2 {
  fill: #ffe033;
}
.C-FFE033-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE033100-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE033100-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE033100-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03395-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03395-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03395-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03390-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03390-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03390-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03385-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03385-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03385-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03380-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03380-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03380-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03375-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03375-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03375-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03370-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03370-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03370-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03365-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03365-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03365-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03360-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03360-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03360-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03355-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03355-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03355-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03350-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03350-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03350-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03345-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03345-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03345-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03340-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03340-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03340-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03335-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03335-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03335-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03330-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03330-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03330-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03325-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03325-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03325-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03320-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03320-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03320-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03315-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03315-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03315-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE03310-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03310-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE03310-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE0335-fill-2 #fill2 {
  fill: #ffe033 !important;
}
.C-FFE0335-fill-2.onHover:hover #fill2 {
  fill: #ffe033 !important;
}
.C-FFE0335-stroke-2 #stroke2 {
  stroke: #ffe033 !important;
}
.C-FFE0330-fill-2 #fill2 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-fill-2.onHover:hover #fill2 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-stroke-2 #stroke2 {
  stroke: rgba(255, 224, 51, 0) !important;
}
.C-FFE033-fill-3 #fill3 {
  fill: #ffe033;
}
.C-FFE033-fill-3.onHover:hover #fill3,
.C-FFE033-fill-3:hover #fill3 {
  fill: #ffe033;
}
.C-FFE033-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE033100-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE033100-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE033100-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03395-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03395-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03395-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03390-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03390-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03390-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03385-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03385-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03385-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03380-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03380-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03380-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03375-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03375-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03375-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03370-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03370-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03370-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03365-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03365-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03365-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03360-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03360-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03360-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03355-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03355-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03355-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03350-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03350-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03350-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03345-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03345-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03345-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03340-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03340-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03340-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03335-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03335-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03335-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03330-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03330-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03330-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03325-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03325-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03325-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03320-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03320-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03320-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03315-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03315-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03315-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE03310-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03310-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE03310-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE0335-fill-3 #fill3 {
  fill: #ffe033 !important;
}
.C-FFE0335-fill-3.onHover:hover #fill3 {
  fill: #ffe033 !important;
}
.C-FFE0335-stroke-3 #stroke3 {
  stroke: #ffe033 !important;
}
.C-FFE0330-fill-3 #fill3 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-fill-3.onHover:hover #fill3 {
  fill: rgba(255, 224, 51, 0) !important;
}
.C-FFE0330-stroke-3 #stroke3 {
  stroke: rgba(255, 224, 51, 0) !important;
}
.C-528BF6-100 {
  background-color: #528bf6FF !important;
}
.C-528BF6-100-text {
  color: #528bf6FF;
}
.C-528BF6-100-border {
  border-color: #528bf6FF !important;
}
.C-528BF6-95 {
  background-color: #528bf6F2 !important;
}
.C-528BF6-95-text {
  color: #528bf6F2;
}
.C-528BF6-95-border {
  border-color: #528bf6F2 !important;
}
.C-528BF6-90 {
  background-color: #528bf6E6 !important;
}
.C-528BF6-90-text {
  color: #528bf6E6;
}
.C-528BF6-90-border {
  border-color: #528bf6E6 !important;
}
.C-528BF6-85 {
  background-color: #528bf6D9 !important;
}
.C-528BF6-85-text {
  color: #528bf6D9;
}
.C-528BF6-85-border {
  border-color: #528bf6D9 !important;
}
.C-528BF6-80 {
  background-color: #528bf6CC !important;
}
.C-528BF6-80-text {
  color: #528bf6CC;
}
.C-528BF6-80-border {
  border-color: #528bf6CC !important;
}
.C-528BF6-75 {
  background-color: #528bf6BF !important;
}
.C-528BF6-75-text {
  color: #528bf6BF;
}
.C-528BF6-75-border {
  border-color: #528bf6BF !important;
}
.C-528BF6-70 {
  background-color: #528bf6B3 !important;
}
.C-528BF6-70-text {
  color: #528bf6B3;
}
.C-528BF6-70-border {
  border-color: #528bf6B3 !important;
}
.C-528BF6-65 {
  background-color: #528bf6A6 !important;
}
.C-528BF6-65-text {
  color: #528bf6A6;
}
.C-528BF6-65-border {
  border-color: #528bf6A6 !important;
}
.C-528BF6-60 {
  background-color: #528bf699 !important;
}
.C-528BF6-60-text {
  color: #528bf699;
}
.C-528BF6-60-border {
  border-color: #528bf699 !important;
}
.C-528BF6-55 {
  background-color: #528bf68C !important;
}
.C-528BF6-55-text {
  color: #528bf68C;
}
.C-528BF6-55-border {
  border-color: #528bf68C !important;
}
.C-528BF6-50 {
  background-color: #528bf680 !important;
}
.C-528BF6-50-text {
  color: #528bf680;
}
.C-528BF6-50-border {
  border-color: #528bf680 !important;
}
.C-528BF6-45 {
  background-color: #528bf673 !important;
}
.C-528BF6-45-text {
  color: #528bf673;
}
.C-528BF6-45-border {
  border-color: #528bf673 !important;
}
.C-528BF6-40 {
  background-color: #528bf666 !important;
}
.C-528BF6-40-text {
  color: #528bf666;
}
.C-528BF6-40-border {
  border-color: #528bf666 !important;
}
.C-528BF6-35 {
  background-color: #528bf659 !important;
}
.C-528BF6-35-text {
  color: #528bf659;
}
.C-528BF6-35-border {
  border-color: #528bf659 !important;
}
.C-528BF6-30 {
  background-color: #528bf64D !important;
}
.C-528BF6-30-text {
  color: #528bf64D;
}
.C-528BF6-30-border {
  border-color: #528bf64D !important;
}
.C-528BF6-25 {
  background-color: #528bf640 !important;
}
.C-528BF6-25-text {
  color: #528bf640;
}
.C-528BF6-25-border {
  border-color: #528bf640 !important;
}
.C-528BF6-20 {
  background-color: #528bf633 !important;
}
.C-528BF6-20-text {
  color: #528bf633;
}
.C-528BF6-20-border {
  border-color: #528bf633 !important;
}
.C-528BF6-15 {
  background-color: #528bf626 !important;
}
.C-528BF6-15-text {
  color: #528bf626;
}
.C-528BF6-15-border {
  border-color: #528bf626 !important;
}
.C-528BF6-10 {
  background-color: #528bf61A !important;
}
.C-528BF6-10-text {
  color: #528bf61A;
}
.C-528BF6-10-border {
  border-color: #528bf61A !important;
}
.C-528BF6-5 {
  background-color: #528bf60D !important;
}
.C-528BF6-5-text {
  color: #528bf60D;
}
.C-528BF6-5-border {
  border-color: #528bf60D !important;
}
.C-528BF6-0 {
  background-color: #528bf60 !important;
}
.C-528BF6-0-text {
  color: #528bf60;
}
.C-528BF6-0-border {
  border-color: #528bf60 !important;
}
.C-528BF6 {
  background-color: #528bf6 !important;
  --btn-background: #528bf6;
}
.C-528BF6-text {
  color: #528bf6;
}
.C-528BF6-border {
  border-color: #528bf6 !important;
}
@media (hover: hover) {
  .C-528BF6-hover-bg:hover {
    background-color: #528bf6 !important;
  }
}
.C-528BF6-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-528BF6-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #528bf6;
  fill: #528bf6;
  stroke: #528bf6;
}
.C-528BF6-hover-text[papaTarget]:hover.f_targetText {
  color: #528bf6 !important;
  fill: #528bf6 !important;
  stroke: #528bf6 !important;
}
.C-528BF6-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-528BF6-hover-text[fHover]:hover {
  color: #528bf6 !important;
}
.C-528BF6-after::after,
.C-528BF6-after::before {
  background-color: #528bf6;
}
.C-528BF6-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #528bf6;
  transition: box-shadow 0.2s;
}
.C-528BF6100 {
  background-color: #528bf6 !important;
}
.C-528BF6100-text {
  color: #528bf6;
}
.C-528BF6100-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF6100 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF695 {
  background-color: #528bf6 !important;
}
.C-528BF695-text {
  color: #528bf6;
}
.C-528BF695-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF695 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF690 {
  background-color: #528bf6 !important;
}
.C-528BF690-text {
  color: #528bf6;
}
.C-528BF690-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF690 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF685 {
  background-color: #528bf6 !important;
}
.C-528BF685-text {
  color: #528bf6;
}
.C-528BF685-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF685 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF680 {
  background-color: #528bf6 !important;
}
.C-528BF680-text {
  color: #528bf6;
}
.C-528BF680-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF680 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF675 {
  background-color: #528bf6 !important;
}
.C-528BF675-text {
  color: #528bf6;
}
.C-528BF675-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF675 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF670 {
  background-color: #528bf6 !important;
}
.C-528BF670-text {
  color: #528bf6;
}
.C-528BF670-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF670 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF665 {
  background-color: #528bf6 !important;
}
.C-528BF665-text {
  color: #528bf6;
}
.C-528BF665-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF665 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF660 {
  background-color: #528bf6 !important;
}
.C-528BF660-text {
  color: #528bf6;
}
.C-528BF660-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF660 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF655 {
  background-color: #528bf6 !important;
}
.C-528BF655-text {
  color: #528bf6;
}
.C-528BF655-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF655 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF650 {
  background-color: #528bf6 !important;
}
.C-528BF650-text {
  color: #528bf6;
}
.C-528BF650-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF650 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF645 {
  background-color: #528bf6 !important;
}
.C-528BF645-text {
  color: #528bf6;
}
.C-528BF645-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF645 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF640 {
  background-color: #528bf6 !important;
}
.C-528BF640-text {
  color: #528bf6;
}
.C-528BF640-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF640 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF635 {
  background-color: #528bf6 !important;
}
.C-528BF635-text {
  color: #528bf6;
}
.C-528BF635-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF635 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF630 {
  background-color: #528bf6 !important;
}
.C-528BF630-text {
  color: #528bf6;
}
.C-528BF630-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF630 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF625 {
  background-color: #528bf6 !important;
}
.C-528BF625-text {
  color: #528bf6;
}
.C-528BF625-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF625 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF620 {
  background-color: #528bf6 !important;
}
.C-528BF620-text {
  color: #528bf6;
}
.C-528BF620-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF620 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF615 {
  background-color: #528bf6 !important;
}
.C-528BF615-text {
  color: #528bf6;
}
.C-528BF615-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF615 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF610 {
  background-color: #528bf6 !important;
}
.C-528BF610-text {
  color: #528bf6;
}
.C-528BF610-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF610 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF65 {
  background-color: #528bf6 !important;
}
.C-528BF65-text {
  color: #528bf6;
}
.C-528BF65-border {
  border-color: #528bf6;
}
.C-linearGradient-528BF65 {
  background-image:
    linear-gradient(
      45deg,
      #528bf6 0%,
      #528bf6 99%,
      #528bf6 100%);
}
.C-528BF60 {
  background-color: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-text {
  color: rgba(82, 139, 246, 0);
}
.C-528BF60-border {
  border-color: rgba(82, 139, 246, 0);
}
.C-linearGradient-528BF60 {
  background-image:
    linear-gradient(
      45deg,
      rgba(82, 139, 246, 0) 0%,
      #528bf6 99%,
      rgba(82, 139, 246, 0) 100%);
}
.C-528BF6-fill-1 #fill1 {
  fill: #528bf6;
}
.C-528BF6-fill-1.onHover:hover #fill1,
.C-528BF6-fill-1:hover #fill1 {
  fill: #528bf6;
}
.C-528BF6-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF6100-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF6100-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF6100-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF695-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF695-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF695-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF690-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF690-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF690-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF685-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF685-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF685-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF680-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF680-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF680-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF675-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF675-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF675-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF670-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF670-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF670-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF665-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF665-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF665-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF660-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF660-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF660-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF655-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF655-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF655-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF650-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF650-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF650-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF645-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF645-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF645-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF640-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF640-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF640-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF635-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF635-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF635-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF630-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF630-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF630-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF625-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF625-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF625-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF620-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF620-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF620-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF615-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF615-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF615-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF610-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF610-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF610-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF65-fill-1 #fill1 {
  fill: #528bf6 !important;
}
.C-528BF65-fill-1.onHover:hover #fill1 {
  fill: #528bf6 !important;
}
.C-528BF65-stroke-1 #stroke1 {
  stroke: #528bf6 !important;
}
.C-528BF60-fill-1 #fill1 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-fill-1.onHover:hover #fill1 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-stroke-1 #stroke1 {
  stroke: rgba(82, 139, 246, 0) !important;
}
.C-528BF6-fill-2 #fill2 {
  fill: #528bf6;
}
.C-528BF6-fill-2.onHover:hover #fill2,
.C-528BF6-fill-2:hover #fill2 {
  fill: #528bf6;
}
.C-528BF6-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF6100-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF6100-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF6100-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF695-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF695-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF695-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF690-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF690-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF690-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF685-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF685-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF685-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF680-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF680-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF680-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF675-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF675-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF675-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF670-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF670-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF670-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF665-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF665-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF665-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF660-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF660-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF660-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF655-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF655-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF655-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF650-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF650-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF650-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF645-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF645-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF645-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF640-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF640-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF640-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF635-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF635-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF635-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF630-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF630-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF630-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF625-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF625-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF625-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF620-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF620-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF620-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF615-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF615-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF615-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF610-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF610-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF610-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF65-fill-2 #fill2 {
  fill: #528bf6 !important;
}
.C-528BF65-fill-2.onHover:hover #fill2 {
  fill: #528bf6 !important;
}
.C-528BF65-stroke-2 #stroke2 {
  stroke: #528bf6 !important;
}
.C-528BF60-fill-2 #fill2 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-fill-2.onHover:hover #fill2 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-stroke-2 #stroke2 {
  stroke: rgba(82, 139, 246, 0) !important;
}
.C-528BF6-fill-3 #fill3 {
  fill: #528bf6;
}
.C-528BF6-fill-3.onHover:hover #fill3,
.C-528BF6-fill-3:hover #fill3 {
  fill: #528bf6;
}
.C-528BF6-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF6100-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF6100-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF6100-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF695-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF695-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF695-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF690-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF690-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF690-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF685-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF685-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF685-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF680-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF680-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF680-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF675-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF675-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF675-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF670-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF670-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF670-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF665-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF665-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF665-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF660-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF660-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF660-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF655-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF655-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF655-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF650-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF650-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF650-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF645-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF645-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF645-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF640-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF640-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF640-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF635-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF635-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF635-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF630-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF630-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF630-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF625-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF625-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF625-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF620-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF620-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF620-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF615-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF615-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF615-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF610-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF610-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF610-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF65-fill-3 #fill3 {
  fill: #528bf6 !important;
}
.C-528BF65-fill-3.onHover:hover #fill3 {
  fill: #528bf6 !important;
}
.C-528BF65-stroke-3 #stroke3 {
  stroke: #528bf6 !important;
}
.C-528BF60-fill-3 #fill3 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-fill-3.onHover:hover #fill3 {
  fill: rgba(82, 139, 246, 0) !important;
}
.C-528BF60-stroke-3 #stroke3 {
  stroke: rgba(82, 139, 246, 0) !important;
}
.C-4171C4-100 {
  background-color: #4171c4FF !important;
}
.C-4171C4-100-text {
  color: #4171c4FF;
}
.C-4171C4-100-border {
  border-color: #4171c4FF !important;
}
.C-4171C4-95 {
  background-color: #4171c4F2 !important;
}
.C-4171C4-95-text {
  color: #4171c4F2;
}
.C-4171C4-95-border {
  border-color: #4171c4F2 !important;
}
.C-4171C4-90 {
  background-color: #4171c4E6 !important;
}
.C-4171C4-90-text {
  color: #4171c4E6;
}
.C-4171C4-90-border {
  border-color: #4171c4E6 !important;
}
.C-4171C4-85 {
  background-color: #4171c4D9 !important;
}
.C-4171C4-85-text {
  color: #4171c4D9;
}
.C-4171C4-85-border {
  border-color: #4171c4D9 !important;
}
.C-4171C4-80 {
  background-color: #4171c4CC !important;
}
.C-4171C4-80-text {
  color: #4171c4CC;
}
.C-4171C4-80-border {
  border-color: #4171c4CC !important;
}
.C-4171C4-75 {
  background-color: #4171c4BF !important;
}
.C-4171C4-75-text {
  color: #4171c4BF;
}
.C-4171C4-75-border {
  border-color: #4171c4BF !important;
}
.C-4171C4-70 {
  background-color: #4171c4B3 !important;
}
.C-4171C4-70-text {
  color: #4171c4B3;
}
.C-4171C4-70-border {
  border-color: #4171c4B3 !important;
}
.C-4171C4-65 {
  background-color: #4171c4A6 !important;
}
.C-4171C4-65-text {
  color: #4171c4A6;
}
.C-4171C4-65-border {
  border-color: #4171c4A6 !important;
}
.C-4171C4-60 {
  background-color: #4171c499 !important;
}
.C-4171C4-60-text {
  color: #4171c499;
}
.C-4171C4-60-border {
  border-color: #4171c499 !important;
}
.C-4171C4-55 {
  background-color: #4171c48C !important;
}
.C-4171C4-55-text {
  color: #4171c48C;
}
.C-4171C4-55-border {
  border-color: #4171c48C !important;
}
.C-4171C4-50 {
  background-color: #4171c480 !important;
}
.C-4171C4-50-text {
  color: #4171c480;
}
.C-4171C4-50-border {
  border-color: #4171c480 !important;
}
.C-4171C4-45 {
  background-color: #4171c473 !important;
}
.C-4171C4-45-text {
  color: #4171c473;
}
.C-4171C4-45-border {
  border-color: #4171c473 !important;
}
.C-4171C4-40 {
  background-color: #4171c466 !important;
}
.C-4171C4-40-text {
  color: #4171c466;
}
.C-4171C4-40-border {
  border-color: #4171c466 !important;
}
.C-4171C4-35 {
  background-color: #4171c459 !important;
}
.C-4171C4-35-text {
  color: #4171c459;
}
.C-4171C4-35-border {
  border-color: #4171c459 !important;
}
.C-4171C4-30 {
  background-color: #4171c44D !important;
}
.C-4171C4-30-text {
  color: #4171c44D;
}
.C-4171C4-30-border {
  border-color: #4171c44D !important;
}
.C-4171C4-25 {
  background-color: #4171c440 !important;
}
.C-4171C4-25-text {
  color: #4171c440;
}
.C-4171C4-25-border {
  border-color: #4171c440 !important;
}
.C-4171C4-20 {
  background-color: #4171c433 !important;
}
.C-4171C4-20-text {
  color: #4171c433;
}
.C-4171C4-20-border {
  border-color: #4171c433 !important;
}
.C-4171C4-15 {
  background-color: #4171c426 !important;
}
.C-4171C4-15-text {
  color: #4171c426;
}
.C-4171C4-15-border {
  border-color: #4171c426 !important;
}
.C-4171C4-10 {
  background-color: #4171c41A !important;
}
.C-4171C4-10-text {
  color: #4171c41A;
}
.C-4171C4-10-border {
  border-color: #4171c41A !important;
}
.C-4171C4-5 {
  background-color: #4171c40D !important;
}
.C-4171C4-5-text {
  color: #4171c40D;
}
.C-4171C4-5-border {
  border-color: #4171c40D !important;
}
.C-4171C4-0 {
  background-color: #4171c40 !important;
}
.C-4171C4-0-text {
  color: #4171c40;
}
.C-4171C4-0-border {
  border-color: #4171c40 !important;
}
.C-4171C4 {
  background-color: #4171c4 !important;
  --btn-background: #4171c4;
}
.C-4171C4-text {
  color: #4171c4;
}
.C-4171C4-border {
  border-color: #4171c4 !important;
}
@media (hover: hover) {
  .C-4171C4-hover-bg:hover {
    background-color: #4171c4 !important;
  }
}
.C-4171C4-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4171C4-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4171c4;
  fill: #4171c4;
  stroke: #4171c4;
}
.C-4171C4-hover-text[papaTarget]:hover.f_targetText {
  color: #4171c4 !important;
  fill: #4171c4 !important;
  stroke: #4171c4 !important;
}
.C-4171C4-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4171C4-hover-text[fHover]:hover {
  color: #4171c4 !important;
}
.C-4171C4-after::after,
.C-4171C4-after::before {
  background-color: #4171c4;
}
.C-4171C4-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4171c4;
  transition: box-shadow 0.2s;
}
.C-4171C4100 {
  background-color: #4171c4 !important;
}
.C-4171C4100-text {
  color: #4171c4;
}
.C-4171C4100-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C4100 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C495 {
  background-color: #4171c4 !important;
}
.C-4171C495-text {
  color: #4171c4;
}
.C-4171C495-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C495 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C490 {
  background-color: #4171c4 !important;
}
.C-4171C490-text {
  color: #4171c4;
}
.C-4171C490-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C490 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C485 {
  background-color: #4171c4 !important;
}
.C-4171C485-text {
  color: #4171c4;
}
.C-4171C485-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C485 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C480 {
  background-color: #4171c4 !important;
}
.C-4171C480-text {
  color: #4171c4;
}
.C-4171C480-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C480 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C475 {
  background-color: #4171c4 !important;
}
.C-4171C475-text {
  color: #4171c4;
}
.C-4171C475-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C475 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C470 {
  background-color: #4171c4 !important;
}
.C-4171C470-text {
  color: #4171c4;
}
.C-4171C470-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C470 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C465 {
  background-color: #4171c4 !important;
}
.C-4171C465-text {
  color: #4171c4;
}
.C-4171C465-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C465 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C460 {
  background-color: #4171c4 !important;
}
.C-4171C460-text {
  color: #4171c4;
}
.C-4171C460-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C460 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C455 {
  background-color: #4171c4 !important;
}
.C-4171C455-text {
  color: #4171c4;
}
.C-4171C455-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C455 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C450 {
  background-color: #4171c4 !important;
}
.C-4171C450-text {
  color: #4171c4;
}
.C-4171C450-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C450 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C445 {
  background-color: #4171c4 !important;
}
.C-4171C445-text {
  color: #4171c4;
}
.C-4171C445-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C445 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C440 {
  background-color: #4171c4 !important;
}
.C-4171C440-text {
  color: #4171c4;
}
.C-4171C440-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C440 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C435 {
  background-color: #4171c4 !important;
}
.C-4171C435-text {
  color: #4171c4;
}
.C-4171C435-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C435 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C430 {
  background-color: #4171c4 !important;
}
.C-4171C430-text {
  color: #4171c4;
}
.C-4171C430-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C430 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C425 {
  background-color: #4171c4 !important;
}
.C-4171C425-text {
  color: #4171c4;
}
.C-4171C425-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C425 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C420 {
  background-color: #4171c4 !important;
}
.C-4171C420-text {
  color: #4171c4;
}
.C-4171C420-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C420 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C415 {
  background-color: #4171c4 !important;
}
.C-4171C415-text {
  color: #4171c4;
}
.C-4171C415-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C415 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C410 {
  background-color: #4171c4 !important;
}
.C-4171C410-text {
  color: #4171c4;
}
.C-4171C410-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C410 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C45 {
  background-color: #4171c4 !important;
}
.C-4171C45-text {
  color: #4171c4;
}
.C-4171C45-border {
  border-color: #4171c4;
}
.C-linearGradient-4171C45 {
  background-image:
    linear-gradient(
      45deg,
      #4171c4 0%,
      #4171c4 99%,
      #4171c4 100%);
}
.C-4171C40 {
  background-color: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-text {
  color: rgba(65, 113, 196, 0);
}
.C-4171C40-border {
  border-color: rgba(65, 113, 196, 0);
}
.C-linearGradient-4171C40 {
  background-image:
    linear-gradient(
      45deg,
      rgba(65, 113, 196, 0) 0%,
      #4171c4 99%,
      rgba(65, 113, 196, 0) 100%);
}
.C-4171C4-fill-1 #fill1 {
  fill: #4171c4;
}
.C-4171C4-fill-1.onHover:hover #fill1,
.C-4171C4-fill-1:hover #fill1 {
  fill: #4171c4;
}
.C-4171C4-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C4100-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C4100-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C4100-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C495-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C495-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C495-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C490-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C490-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C490-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C485-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C485-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C485-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C480-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C480-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C480-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C475-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C475-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C475-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C470-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C470-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C470-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C465-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C465-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C465-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C460-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C460-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C460-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C455-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C455-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C455-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C450-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C450-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C450-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C445-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C445-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C445-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C440-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C440-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C440-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C435-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C435-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C435-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C430-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C430-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C430-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C425-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C425-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C425-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C420-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C420-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C420-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C415-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C415-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C415-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C410-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C410-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C410-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C45-fill-1 #fill1 {
  fill: #4171c4 !important;
}
.C-4171C45-fill-1.onHover:hover #fill1 {
  fill: #4171c4 !important;
}
.C-4171C45-stroke-1 #stroke1 {
  stroke: #4171c4 !important;
}
.C-4171C40-fill-1 #fill1 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-fill-1.onHover:hover #fill1 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-stroke-1 #stroke1 {
  stroke: rgba(65, 113, 196, 0) !important;
}
.C-4171C4-fill-2 #fill2 {
  fill: #4171c4;
}
.C-4171C4-fill-2.onHover:hover #fill2,
.C-4171C4-fill-2:hover #fill2 {
  fill: #4171c4;
}
.C-4171C4-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C4100-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C4100-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C4100-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C495-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C495-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C495-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C490-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C490-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C490-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C485-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C485-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C485-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C480-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C480-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C480-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C475-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C475-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C475-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C470-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C470-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C470-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C465-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C465-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C465-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C460-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C460-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C460-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C455-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C455-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C455-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C450-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C450-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C450-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C445-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C445-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C445-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C440-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C440-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C440-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C435-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C435-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C435-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C430-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C430-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C430-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C425-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C425-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C425-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C420-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C420-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C420-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C415-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C415-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C415-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C410-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C410-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C410-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C45-fill-2 #fill2 {
  fill: #4171c4 !important;
}
.C-4171C45-fill-2.onHover:hover #fill2 {
  fill: #4171c4 !important;
}
.C-4171C45-stroke-2 #stroke2 {
  stroke: #4171c4 !important;
}
.C-4171C40-fill-2 #fill2 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-fill-2.onHover:hover #fill2 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-stroke-2 #stroke2 {
  stroke: rgba(65, 113, 196, 0) !important;
}
.C-4171C4-fill-3 #fill3 {
  fill: #4171c4;
}
.C-4171C4-fill-3.onHover:hover #fill3,
.C-4171C4-fill-3:hover #fill3 {
  fill: #4171c4;
}
.C-4171C4-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C4100-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C4100-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C4100-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C495-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C495-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C495-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C490-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C490-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C490-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C485-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C485-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C485-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C480-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C480-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C480-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C475-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C475-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C475-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C470-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C470-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C470-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C465-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C465-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C465-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C460-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C460-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C460-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C455-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C455-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C455-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C450-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C450-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C450-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C445-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C445-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C445-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C440-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C440-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C440-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C435-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C435-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C435-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C430-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C430-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C430-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C425-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C425-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C425-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C420-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C420-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C420-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C415-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C415-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C415-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C410-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C410-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C410-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C45-fill-3 #fill3 {
  fill: #4171c4 !important;
}
.C-4171C45-fill-3.onHover:hover #fill3 {
  fill: #4171c4 !important;
}
.C-4171C45-stroke-3 #stroke3 {
  stroke: #4171c4 !important;
}
.C-4171C40-fill-3 #fill3 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-fill-3.onHover:hover #fill3 {
  fill: rgba(65, 113, 196, 0) !important;
}
.C-4171C40-stroke-3 #stroke3 {
  stroke: rgba(65, 113, 196, 0) !important;
}
.C-6CA1F8-100 {
  background-color: #6ca1f8FF !important;
}
.C-6CA1F8-100-text {
  color: #6ca1f8FF;
}
.C-6CA1F8-100-border {
  border-color: #6ca1f8FF !important;
}
.C-6CA1F8-95 {
  background-color: #6ca1f8F2 !important;
}
.C-6CA1F8-95-text {
  color: #6ca1f8F2;
}
.C-6CA1F8-95-border {
  border-color: #6ca1f8F2 !important;
}
.C-6CA1F8-90 {
  background-color: #6ca1f8E6 !important;
}
.C-6CA1F8-90-text {
  color: #6ca1f8E6;
}
.C-6CA1F8-90-border {
  border-color: #6ca1f8E6 !important;
}
.C-6CA1F8-85 {
  background-color: #6ca1f8D9 !important;
}
.C-6CA1F8-85-text {
  color: #6ca1f8D9;
}
.C-6CA1F8-85-border {
  border-color: #6ca1f8D9 !important;
}
.C-6CA1F8-80 {
  background-color: #6ca1f8CC !important;
}
.C-6CA1F8-80-text {
  color: #6ca1f8CC;
}
.C-6CA1F8-80-border {
  border-color: #6ca1f8CC !important;
}
.C-6CA1F8-75 {
  background-color: #6ca1f8BF !important;
}
.C-6CA1F8-75-text {
  color: #6ca1f8BF;
}
.C-6CA1F8-75-border {
  border-color: #6ca1f8BF !important;
}
.C-6CA1F8-70 {
  background-color: #6ca1f8B3 !important;
}
.C-6CA1F8-70-text {
  color: #6ca1f8B3;
}
.C-6CA1F8-70-border {
  border-color: #6ca1f8B3 !important;
}
.C-6CA1F8-65 {
  background-color: #6ca1f8A6 !important;
}
.C-6CA1F8-65-text {
  color: #6ca1f8A6;
}
.C-6CA1F8-65-border {
  border-color: #6ca1f8A6 !important;
}
.C-6CA1F8-60 {
  background-color: #6ca1f899 !important;
}
.C-6CA1F8-60-text {
  color: #6ca1f899;
}
.C-6CA1F8-60-border {
  border-color: #6ca1f899 !important;
}
.C-6CA1F8-55 {
  background-color: #6ca1f88C !important;
}
.C-6CA1F8-55-text {
  color: #6ca1f88C;
}
.C-6CA1F8-55-border {
  border-color: #6ca1f88C !important;
}
.C-6CA1F8-50 {
  background-color: #6ca1f880 !important;
}
.C-6CA1F8-50-text {
  color: #6ca1f880;
}
.C-6CA1F8-50-border {
  border-color: #6ca1f880 !important;
}
.C-6CA1F8-45 {
  background-color: #6ca1f873 !important;
}
.C-6CA1F8-45-text {
  color: #6ca1f873;
}
.C-6CA1F8-45-border {
  border-color: #6ca1f873 !important;
}
.C-6CA1F8-40 {
  background-color: #6ca1f866 !important;
}
.C-6CA1F8-40-text {
  color: #6ca1f866;
}
.C-6CA1F8-40-border {
  border-color: #6ca1f866 !important;
}
.C-6CA1F8-35 {
  background-color: #6ca1f859 !important;
}
.C-6CA1F8-35-text {
  color: #6ca1f859;
}
.C-6CA1F8-35-border {
  border-color: #6ca1f859 !important;
}
.C-6CA1F8-30 {
  background-color: #6ca1f84D !important;
}
.C-6CA1F8-30-text {
  color: #6ca1f84D;
}
.C-6CA1F8-30-border {
  border-color: #6ca1f84D !important;
}
.C-6CA1F8-25 {
  background-color: #6ca1f840 !important;
}
.C-6CA1F8-25-text {
  color: #6ca1f840;
}
.C-6CA1F8-25-border {
  border-color: #6ca1f840 !important;
}
.C-6CA1F8-20 {
  background-color: #6ca1f833 !important;
}
.C-6CA1F8-20-text {
  color: #6ca1f833;
}
.C-6CA1F8-20-border {
  border-color: #6ca1f833 !important;
}
.C-6CA1F8-15 {
  background-color: #6ca1f826 !important;
}
.C-6CA1F8-15-text {
  color: #6ca1f826;
}
.C-6CA1F8-15-border {
  border-color: #6ca1f826 !important;
}
.C-6CA1F8-10 {
  background-color: #6ca1f81A !important;
}
.C-6CA1F8-10-text {
  color: #6ca1f81A;
}
.C-6CA1F8-10-border {
  border-color: #6ca1f81A !important;
}
.C-6CA1F8-5 {
  background-color: #6ca1f80D !important;
}
.C-6CA1F8-5-text {
  color: #6ca1f80D;
}
.C-6CA1F8-5-border {
  border-color: #6ca1f80D !important;
}
.C-6CA1F8-0 {
  background-color: #6ca1f80 !important;
}
.C-6CA1F8-0-text {
  color: #6ca1f80;
}
.C-6CA1F8-0-border {
  border-color: #6ca1f80 !important;
}
.C-6CA1F8 {
  background-color: #6ca1f8 !important;
  --btn-background: #6ca1f8;
}
.C-6CA1F8-text {
  color: #6ca1f8;
}
.C-6CA1F8-border {
  border-color: #6ca1f8 !important;
}
@media (hover: hover) {
  .C-6CA1F8-hover-bg:hover {
    background-color: #6ca1f8 !important;
  }
}
.C-6CA1F8-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-6CA1F8-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #6ca1f8;
  fill: #6ca1f8;
  stroke: #6ca1f8;
}
.C-6CA1F8-hover-text[papaTarget]:hover.f_targetText {
  color: #6ca1f8 !important;
  fill: #6ca1f8 !important;
  stroke: #6ca1f8 !important;
}
.C-6CA1F8-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-6CA1F8-hover-text[fHover]:hover {
  color: #6ca1f8 !important;
}
.C-6CA1F8-after::after,
.C-6CA1F8-after::before {
  background-color: #6ca1f8;
}
.C-6CA1F8-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #6ca1f8;
  transition: box-shadow 0.2s;
}
.C-6CA1F8100 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F8100-text {
  color: #6ca1f8;
}
.C-6CA1F8100-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F8100 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F895 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F895-text {
  color: #6ca1f8;
}
.C-6CA1F895-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F895 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F890 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F890-text {
  color: #6ca1f8;
}
.C-6CA1F890-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F890 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F885 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F885-text {
  color: #6ca1f8;
}
.C-6CA1F885-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F885 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F880 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F880-text {
  color: #6ca1f8;
}
.C-6CA1F880-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F880 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F875 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F875-text {
  color: #6ca1f8;
}
.C-6CA1F875-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F875 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F870 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F870-text {
  color: #6ca1f8;
}
.C-6CA1F870-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F870 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F865 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F865-text {
  color: #6ca1f8;
}
.C-6CA1F865-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F865 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F860 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F860-text {
  color: #6ca1f8;
}
.C-6CA1F860-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F860 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F855 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F855-text {
  color: #6ca1f8;
}
.C-6CA1F855-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F855 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F850 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F850-text {
  color: #6ca1f8;
}
.C-6CA1F850-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F850 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F845 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F845-text {
  color: #6ca1f8;
}
.C-6CA1F845-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F845 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F840 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F840-text {
  color: #6ca1f8;
}
.C-6CA1F840-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F840 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F835 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F835-text {
  color: #6ca1f8;
}
.C-6CA1F835-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F835 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F830 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F830-text {
  color: #6ca1f8;
}
.C-6CA1F830-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F830 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F825 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F825-text {
  color: #6ca1f8;
}
.C-6CA1F825-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F825 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F820 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F820-text {
  color: #6ca1f8;
}
.C-6CA1F820-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F820 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F815 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F815-text {
  color: #6ca1f8;
}
.C-6CA1F815-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F815 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F810 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F810-text {
  color: #6ca1f8;
}
.C-6CA1F810-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F810 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F85 {
  background-color: #6ca1f8 !important;
}
.C-6CA1F85-text {
  color: #6ca1f8;
}
.C-6CA1F85-border {
  border-color: #6ca1f8;
}
.C-linearGradient-6CA1F85 {
  background-image:
    linear-gradient(
      45deg,
      #6ca1f8 0%,
      #6ca1f8 99%,
      #6ca1f8 100%);
}
.C-6CA1F80 {
  background-color: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-text {
  color: rgba(108, 161, 248, 0);
}
.C-6CA1F80-border {
  border-color: rgba(108, 161, 248, 0);
}
.C-linearGradient-6CA1F80 {
  background-image:
    linear-gradient(
      45deg,
      rgba(108, 161, 248, 0) 0%,
      #6ca1f8 99%,
      rgba(108, 161, 248, 0) 100%);
}
.C-6CA1F8-fill-1 #fill1 {
  fill: #6ca1f8;
}
.C-6CA1F8-fill-1.onHover:hover #fill1,
.C-6CA1F8-fill-1:hover #fill1 {
  fill: #6ca1f8;
}
.C-6CA1F8-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F8100-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F895-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F890-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F885-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F880-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F875-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F870-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F865-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F860-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F855-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F850-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F845-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F840-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F835-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F830-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F825-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F820-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F815-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F810-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F85-fill-1 #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-fill-1.onHover:hover #fill1 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-stroke-1 #stroke1 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F80-fill-1 #fill1 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-fill-1.onHover:hover #fill1 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-stroke-1 #stroke1 {
  stroke: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F8-fill-2 #fill2 {
  fill: #6ca1f8;
}
.C-6CA1F8-fill-2.onHover:hover #fill2,
.C-6CA1F8-fill-2:hover #fill2 {
  fill: #6ca1f8;
}
.C-6CA1F8-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F8100-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F895-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F890-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F885-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F880-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F875-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F870-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F865-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F860-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F855-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F850-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F845-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F840-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F835-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F830-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F825-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F820-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F815-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F810-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F85-fill-2 #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-fill-2.onHover:hover #fill2 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-stroke-2 #stroke2 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F80-fill-2 #fill2 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-fill-2.onHover:hover #fill2 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-stroke-2 #stroke2 {
  stroke: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F8-fill-3 #fill3 {
  fill: #6ca1f8;
}
.C-6CA1F8-fill-3.onHover:hover #fill3,
.C-6CA1F8-fill-3:hover #fill3 {
  fill: #6ca1f8;
}
.C-6CA1F8-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F8100-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F8100-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F895-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F895-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F890-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F890-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F885-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F885-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F880-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F880-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F875-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F875-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F870-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F870-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F865-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F865-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F860-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F860-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F855-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F855-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F850-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F850-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F845-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F845-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F840-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F840-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F835-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F835-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F830-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F830-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F825-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F825-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F820-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F820-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F815-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F815-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F810-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F810-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F85-fill-3 #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-fill-3.onHover:hover #fill3 {
  fill: #6ca1f8 !important;
}
.C-6CA1F85-stroke-3 #stroke3 {
  stroke: #6ca1f8 !important;
}
.C-6CA1F80-fill-3 #fill3 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-fill-3.onHover:hover #fill3 {
  fill: rgba(108, 161, 248, 0) !important;
}
.C-6CA1F80-stroke-3 #stroke3 {
  stroke: rgba(108, 161, 248, 0) !important;
}
.C-363A8A-100 {
  background-color: #363a8aFF !important;
}
.C-363A8A-100-text {
  color: #363a8aFF;
}
.C-363A8A-100-border {
  border-color: #363a8aFF !important;
}
.C-363A8A-95 {
  background-color: #363a8aF2 !important;
}
.C-363A8A-95-text {
  color: #363a8aF2;
}
.C-363A8A-95-border {
  border-color: #363a8aF2 !important;
}
.C-363A8A-90 {
  background-color: #363a8aE6 !important;
}
.C-363A8A-90-text {
  color: #363a8aE6;
}
.C-363A8A-90-border {
  border-color: #363a8aE6 !important;
}
.C-363A8A-85 {
  background-color: #363a8aD9 !important;
}
.C-363A8A-85-text {
  color: #363a8aD9;
}
.C-363A8A-85-border {
  border-color: #363a8aD9 !important;
}
.C-363A8A-80 {
  background-color: #363a8aCC !important;
}
.C-363A8A-80-text {
  color: #363a8aCC;
}
.C-363A8A-80-border {
  border-color: #363a8aCC !important;
}
.C-363A8A-75 {
  background-color: #363a8aBF !important;
}
.C-363A8A-75-text {
  color: #363a8aBF;
}
.C-363A8A-75-border {
  border-color: #363a8aBF !important;
}
.C-363A8A-70 {
  background-color: #363a8aB3 !important;
}
.C-363A8A-70-text {
  color: #363a8aB3;
}
.C-363A8A-70-border {
  border-color: #363a8aB3 !important;
}
.C-363A8A-65 {
  background-color: #363a8aA6 !important;
}
.C-363A8A-65-text {
  color: #363a8aA6;
}
.C-363A8A-65-border {
  border-color: #363a8aA6 !important;
}
.C-363A8A-60 {
  background-color: #363a8a99 !important;
}
.C-363A8A-60-text {
  color: #363a8a99;
}
.C-363A8A-60-border {
  border-color: #363a8a99 !important;
}
.C-363A8A-55 {
  background-color: #363a8a8C !important;
}
.C-363A8A-55-text {
  color: #363a8a8C;
}
.C-363A8A-55-border {
  border-color: #363a8a8C !important;
}
.C-363A8A-50 {
  background-color: #363a8a80 !important;
}
.C-363A8A-50-text {
  color: #363a8a80;
}
.C-363A8A-50-border {
  border-color: #363a8a80 !important;
}
.C-363A8A-45 {
  background-color: #363a8a73 !important;
}
.C-363A8A-45-text {
  color: #363a8a73;
}
.C-363A8A-45-border {
  border-color: #363a8a73 !important;
}
.C-363A8A-40 {
  background-color: #363a8a66 !important;
}
.C-363A8A-40-text {
  color: #363a8a66;
}
.C-363A8A-40-border {
  border-color: #363a8a66 !important;
}
.C-363A8A-35 {
  background-color: #363a8a59 !important;
}
.C-363A8A-35-text {
  color: #363a8a59;
}
.C-363A8A-35-border {
  border-color: #363a8a59 !important;
}
.C-363A8A-30 {
  background-color: #363a8a4D !important;
}
.C-363A8A-30-text {
  color: #363a8a4D;
}
.C-363A8A-30-border {
  border-color: #363a8a4D !important;
}
.C-363A8A-25 {
  background-color: #363a8a40 !important;
}
.C-363A8A-25-text {
  color: #363a8a40;
}
.C-363A8A-25-border {
  border-color: #363a8a40 !important;
}
.C-363A8A-20 {
  background-color: #363a8a33 !important;
}
.C-363A8A-20-text {
  color: #363a8a33;
}
.C-363A8A-20-border {
  border-color: #363a8a33 !important;
}
.C-363A8A-15 {
  background-color: #363a8a26 !important;
}
.C-363A8A-15-text {
  color: #363a8a26;
}
.C-363A8A-15-border {
  border-color: #363a8a26 !important;
}
.C-363A8A-10 {
  background-color: #363a8a1A !important;
}
.C-363A8A-10-text {
  color: #363a8a1A;
}
.C-363A8A-10-border {
  border-color: #363a8a1A !important;
}
.C-363A8A-5 {
  background-color: #363a8a0D !important;
}
.C-363A8A-5-text {
  color: #363a8a0D;
}
.C-363A8A-5-border {
  border-color: #363a8a0D !important;
}
.C-363A8A-0 {
  background-color: #363a8a0 !important;
}
.C-363A8A-0-text {
  color: #363a8a0;
}
.C-363A8A-0-border {
  border-color: #363a8a0 !important;
}
.C-363A8A {
  background-color: #363a8a !important;
  --btn-background: #363a8a;
}
.C-363A8A-text {
  color: #363a8a;
}
.C-363A8A-border {
  border-color: #363a8a !important;
}
@media (hover: hover) {
  .C-363A8A-hover-bg:hover {
    background-color: #363a8a !important;
  }
}
.C-363A8A-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-363A8A-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #363a8a;
  fill: #363a8a;
  stroke: #363a8a;
}
.C-363A8A-hover-text[papaTarget]:hover.f_targetText {
  color: #363a8a !important;
  fill: #363a8a !important;
  stroke: #363a8a !important;
}
.C-363A8A-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-363A8A-hover-text[fHover]:hover {
  color: #363a8a !important;
}
.C-363A8A-after::after,
.C-363A8A-after::before {
  background-color: #363a8a;
}
.C-363A8A-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #363a8a;
  transition: box-shadow 0.2s;
}
.C-363A8A100 {
  background-color: #363a8a !important;
}
.C-363A8A100-text {
  color: #363a8a;
}
.C-363A8A100-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A100 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A95 {
  background-color: #363a8a !important;
}
.C-363A8A95-text {
  color: #363a8a;
}
.C-363A8A95-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A95 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A90 {
  background-color: #363a8a !important;
}
.C-363A8A90-text {
  color: #363a8a;
}
.C-363A8A90-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A90 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A85 {
  background-color: #363a8a !important;
}
.C-363A8A85-text {
  color: #363a8a;
}
.C-363A8A85-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A85 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A80 {
  background-color: #363a8a !important;
}
.C-363A8A80-text {
  color: #363a8a;
}
.C-363A8A80-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A80 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A75 {
  background-color: #363a8a !important;
}
.C-363A8A75-text {
  color: #363a8a;
}
.C-363A8A75-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A75 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A70 {
  background-color: #363a8a !important;
}
.C-363A8A70-text {
  color: #363a8a;
}
.C-363A8A70-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A70 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A65 {
  background-color: #363a8a !important;
}
.C-363A8A65-text {
  color: #363a8a;
}
.C-363A8A65-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A65 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A60 {
  background-color: #363a8a !important;
}
.C-363A8A60-text {
  color: #363a8a;
}
.C-363A8A60-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A60 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A55 {
  background-color: #363a8a !important;
}
.C-363A8A55-text {
  color: #363a8a;
}
.C-363A8A55-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A55 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A50 {
  background-color: #363a8a !important;
}
.C-363A8A50-text {
  color: #363a8a;
}
.C-363A8A50-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A50 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A45 {
  background-color: #363a8a !important;
}
.C-363A8A45-text {
  color: #363a8a;
}
.C-363A8A45-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A45 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A40 {
  background-color: #363a8a !important;
}
.C-363A8A40-text {
  color: #363a8a;
}
.C-363A8A40-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A40 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A35 {
  background-color: #363a8a !important;
}
.C-363A8A35-text {
  color: #363a8a;
}
.C-363A8A35-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A35 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A30 {
  background-color: #363a8a !important;
}
.C-363A8A30-text {
  color: #363a8a;
}
.C-363A8A30-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A30 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A25 {
  background-color: #363a8a !important;
}
.C-363A8A25-text {
  color: #363a8a;
}
.C-363A8A25-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A25 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A20 {
  background-color: #363a8a !important;
}
.C-363A8A20-text {
  color: #363a8a;
}
.C-363A8A20-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A20 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A15 {
  background-color: #363a8a !important;
}
.C-363A8A15-text {
  color: #363a8a;
}
.C-363A8A15-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A15 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A10 {
  background-color: #363a8a !important;
}
.C-363A8A10-text {
  color: #363a8a;
}
.C-363A8A10-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A10 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A5 {
  background-color: #363a8a !important;
}
.C-363A8A5-text {
  color: #363a8a;
}
.C-363A8A5-border {
  border-color: #363a8a;
}
.C-linearGradient-363A8A5 {
  background-image:
    linear-gradient(
      45deg,
      #363a8a 0%,
      #363a8a 99%,
      #363a8a 100%);
}
.C-363A8A0 {
  background-color: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-text {
  color: rgba(54, 58, 138, 0);
}
.C-363A8A0-border {
  border-color: rgba(54, 58, 138, 0);
}
.C-linearGradient-363A8A0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(54, 58, 138, 0) 0%,
      #363a8a 99%,
      rgba(54, 58, 138, 0) 100%);
}
.C-363A8A-fill-1 #fill1 {
  fill: #363a8a;
}
.C-363A8A-fill-1.onHover:hover #fill1,
.C-363A8A-fill-1:hover #fill1 {
  fill: #363a8a;
}
.C-363A8A-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A100-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A100-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A100-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A95-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A95-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A95-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A90-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A90-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A90-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A85-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A85-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A85-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A80-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A80-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A80-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A75-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A75-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A75-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A70-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A70-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A70-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A65-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A65-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A65-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A60-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A60-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A60-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A55-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A55-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A55-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A50-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A50-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A50-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A45-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A45-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A45-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A40-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A40-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A40-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A35-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A35-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A35-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A30-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A30-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A30-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A25-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A25-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A25-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A20-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A20-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A20-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A15-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A15-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A15-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A10-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A10-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A10-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A5-fill-1 #fill1 {
  fill: #363a8a !important;
}
.C-363A8A5-fill-1.onHover:hover #fill1 {
  fill: #363a8a !important;
}
.C-363A8A5-stroke-1 #stroke1 {
  stroke: #363a8a !important;
}
.C-363A8A0-fill-1 #fill1 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-fill-1.onHover:hover #fill1 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-stroke-1 #stroke1 {
  stroke: rgba(54, 58, 138, 0) !important;
}
.C-363A8A-fill-2 #fill2 {
  fill: #363a8a;
}
.C-363A8A-fill-2.onHover:hover #fill2,
.C-363A8A-fill-2:hover #fill2 {
  fill: #363a8a;
}
.C-363A8A-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A100-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A100-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A100-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A95-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A95-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A95-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A90-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A90-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A90-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A85-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A85-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A85-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A80-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A80-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A80-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A75-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A75-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A75-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A70-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A70-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A70-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A65-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A65-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A65-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A60-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A60-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A60-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A55-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A55-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A55-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A50-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A50-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A50-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A45-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A45-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A45-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A40-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A40-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A40-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A35-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A35-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A35-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A30-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A30-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A30-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A25-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A25-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A25-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A20-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A20-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A20-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A15-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A15-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A15-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A10-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A10-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A10-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A5-fill-2 #fill2 {
  fill: #363a8a !important;
}
.C-363A8A5-fill-2.onHover:hover #fill2 {
  fill: #363a8a !important;
}
.C-363A8A5-stroke-2 #stroke2 {
  stroke: #363a8a !important;
}
.C-363A8A0-fill-2 #fill2 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-fill-2.onHover:hover #fill2 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-stroke-2 #stroke2 {
  stroke: rgba(54, 58, 138, 0) !important;
}
.C-363A8A-fill-3 #fill3 {
  fill: #363a8a;
}
.C-363A8A-fill-3.onHover:hover #fill3,
.C-363A8A-fill-3:hover #fill3 {
  fill: #363a8a;
}
.C-363A8A-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A100-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A100-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A100-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A95-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A95-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A95-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A90-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A90-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A90-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A85-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A85-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A85-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A80-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A80-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A80-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A75-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A75-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A75-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A70-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A70-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A70-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A65-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A65-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A65-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A60-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A60-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A60-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A55-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A55-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A55-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A50-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A50-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A50-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A45-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A45-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A45-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A40-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A40-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A40-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A35-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A35-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A35-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A30-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A30-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A30-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A25-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A25-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A25-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A20-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A20-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A20-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A15-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A15-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A15-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A10-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A10-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A10-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A5-fill-3 #fill3 {
  fill: #363a8a !important;
}
.C-363A8A5-fill-3.onHover:hover #fill3 {
  fill: #363a8a !important;
}
.C-363A8A5-stroke-3 #stroke3 {
  stroke: #363a8a !important;
}
.C-363A8A0-fill-3 #fill3 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-fill-3.onHover:hover #fill3 {
  fill: rgba(54, 58, 138, 0) !important;
}
.C-363A8A0-stroke-3 #stroke3 {
  stroke: rgba(54, 58, 138, 0) !important;
}
.C-2B2F6E-100 {
  background-color: #2b2f6eFF !important;
}
.C-2B2F6E-100-text {
  color: #2b2f6eFF;
}
.C-2B2F6E-100-border {
  border-color: #2b2f6eFF !important;
}
.C-2B2F6E-95 {
  background-color: #2b2f6eF2 !important;
}
.C-2B2F6E-95-text {
  color: #2b2f6eF2;
}
.C-2B2F6E-95-border {
  border-color: #2b2f6eF2 !important;
}
.C-2B2F6E-90 {
  background-color: #2b2f6eE6 !important;
}
.C-2B2F6E-90-text {
  color: #2b2f6eE6;
}
.C-2B2F6E-90-border {
  border-color: #2b2f6eE6 !important;
}
.C-2B2F6E-85 {
  background-color: #2b2f6eD9 !important;
}
.C-2B2F6E-85-text {
  color: #2b2f6eD9;
}
.C-2B2F6E-85-border {
  border-color: #2b2f6eD9 !important;
}
.C-2B2F6E-80 {
  background-color: #2b2f6eCC !important;
}
.C-2B2F6E-80-text {
  color: #2b2f6eCC;
}
.C-2B2F6E-80-border {
  border-color: #2b2f6eCC !important;
}
.C-2B2F6E-75 {
  background-color: #2b2f6eBF !important;
}
.C-2B2F6E-75-text {
  color: #2b2f6eBF;
}
.C-2B2F6E-75-border {
  border-color: #2b2f6eBF !important;
}
.C-2B2F6E-70 {
  background-color: #2b2f6eB3 !important;
}
.C-2B2F6E-70-text {
  color: #2b2f6eB3;
}
.C-2B2F6E-70-border {
  border-color: #2b2f6eB3 !important;
}
.C-2B2F6E-65 {
  background-color: #2b2f6eA6 !important;
}
.C-2B2F6E-65-text {
  color: #2b2f6eA6;
}
.C-2B2F6E-65-border {
  border-color: #2b2f6eA6 !important;
}
.C-2B2F6E-60 {
  background-color: #2b2f6e99 !important;
}
.C-2B2F6E-60-text {
  color: #2b2f6e99;
}
.C-2B2F6E-60-border {
  border-color: #2b2f6e99 !important;
}
.C-2B2F6E-55 {
  background-color: #2b2f6e8C !important;
}
.C-2B2F6E-55-text {
  color: #2b2f6e8C;
}
.C-2B2F6E-55-border {
  border-color: #2b2f6e8C !important;
}
.C-2B2F6E-50 {
  background-color: #2b2f6e80 !important;
}
.C-2B2F6E-50-text {
  color: #2b2f6e80;
}
.C-2B2F6E-50-border {
  border-color: #2b2f6e80 !important;
}
.C-2B2F6E-45 {
  background-color: #2b2f6e73 !important;
}
.C-2B2F6E-45-text {
  color: #2b2f6e73;
}
.C-2B2F6E-45-border {
  border-color: #2b2f6e73 !important;
}
.C-2B2F6E-40 {
  background-color: #2b2f6e66 !important;
}
.C-2B2F6E-40-text {
  color: #2b2f6e66;
}
.C-2B2F6E-40-border {
  border-color: #2b2f6e66 !important;
}
.C-2B2F6E-35 {
  background-color: #2b2f6e59 !important;
}
.C-2B2F6E-35-text {
  color: #2b2f6e59;
}
.C-2B2F6E-35-border {
  border-color: #2b2f6e59 !important;
}
.C-2B2F6E-30 {
  background-color: #2b2f6e4D !important;
}
.C-2B2F6E-30-text {
  color: #2b2f6e4D;
}
.C-2B2F6E-30-border {
  border-color: #2b2f6e4D !important;
}
.C-2B2F6E-25 {
  background-color: #2b2f6e40 !important;
}
.C-2B2F6E-25-text {
  color: #2b2f6e40;
}
.C-2B2F6E-25-border {
  border-color: #2b2f6e40 !important;
}
.C-2B2F6E-20 {
  background-color: #2b2f6e33 !important;
}
.C-2B2F6E-20-text {
  color: #2b2f6e33;
}
.C-2B2F6E-20-border {
  border-color: #2b2f6e33 !important;
}
.C-2B2F6E-15 {
  background-color: #2b2f6e26 !important;
}
.C-2B2F6E-15-text {
  color: #2b2f6e26;
}
.C-2B2F6E-15-border {
  border-color: #2b2f6e26 !important;
}
.C-2B2F6E-10 {
  background-color: #2b2f6e1A !important;
}
.C-2B2F6E-10-text {
  color: #2b2f6e1A;
}
.C-2B2F6E-10-border {
  border-color: #2b2f6e1A !important;
}
.C-2B2F6E-5 {
  background-color: #2b2f6e0D !important;
}
.C-2B2F6E-5-text {
  color: #2b2f6e0D;
}
.C-2B2F6E-5-border {
  border-color: #2b2f6e0D !important;
}
.C-2B2F6E-0 {
  background-color: #2b2f6e0 !important;
}
.C-2B2F6E-0-text {
  color: #2b2f6e0;
}
.C-2B2F6E-0-border {
  border-color: #2b2f6e0 !important;
}
.C-2B2F6E {
  background-color: #2b2f6e !important;
  --btn-background: #2b2f6e;
}
.C-2B2F6E-text {
  color: #2b2f6e;
}
.C-2B2F6E-border {
  border-color: #2b2f6e !important;
}
@media (hover: hover) {
  .C-2B2F6E-hover-bg:hover {
    background-color: #2b2f6e !important;
  }
}
.C-2B2F6E-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-2B2F6E-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #2b2f6e;
  fill: #2b2f6e;
  stroke: #2b2f6e;
}
.C-2B2F6E-hover-text[papaTarget]:hover.f_targetText {
  color: #2b2f6e !important;
  fill: #2b2f6e !important;
  stroke: #2b2f6e !important;
}
.C-2B2F6E-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-2B2F6E-hover-text[fHover]:hover {
  color: #2b2f6e !important;
}
.C-2B2F6E-after::after,
.C-2B2F6E-after::before {
  background-color: #2b2f6e;
}
.C-2B2F6E-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #2b2f6e;
  transition: box-shadow 0.2s;
}
.C-2B2F6E100 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E100-text {
  color: #2b2f6e;
}
.C-2B2F6E100-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E100 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E95 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E95-text {
  color: #2b2f6e;
}
.C-2B2F6E95-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E95 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E90 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E90-text {
  color: #2b2f6e;
}
.C-2B2F6E90-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E90 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E85 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E85-text {
  color: #2b2f6e;
}
.C-2B2F6E85-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E85 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E80 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E80-text {
  color: #2b2f6e;
}
.C-2B2F6E80-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E80 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E75 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E75-text {
  color: #2b2f6e;
}
.C-2B2F6E75-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E75 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E70 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E70-text {
  color: #2b2f6e;
}
.C-2B2F6E70-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E70 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E65 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E65-text {
  color: #2b2f6e;
}
.C-2B2F6E65-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E65 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E60 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E60-text {
  color: #2b2f6e;
}
.C-2B2F6E60-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E60 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E55 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E55-text {
  color: #2b2f6e;
}
.C-2B2F6E55-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E55 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E50 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E50-text {
  color: #2b2f6e;
}
.C-2B2F6E50-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E50 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E45 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E45-text {
  color: #2b2f6e;
}
.C-2B2F6E45-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E45 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E40 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E40-text {
  color: #2b2f6e;
}
.C-2B2F6E40-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E40 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E35 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E35-text {
  color: #2b2f6e;
}
.C-2B2F6E35-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E35 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E30 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E30-text {
  color: #2b2f6e;
}
.C-2B2F6E30-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E30 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E25 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E25-text {
  color: #2b2f6e;
}
.C-2B2F6E25-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E25 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E20 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E20-text {
  color: #2b2f6e;
}
.C-2B2F6E20-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E20 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E15 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E15-text {
  color: #2b2f6e;
}
.C-2B2F6E15-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E15 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E10 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E10-text {
  color: #2b2f6e;
}
.C-2B2F6E10-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E10 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E5 {
  background-color: #2b2f6e !important;
}
.C-2B2F6E5-text {
  color: #2b2f6e;
}
.C-2B2F6E5-border {
  border-color: #2b2f6e;
}
.C-linearGradient-2B2F6E5 {
  background-image:
    linear-gradient(
      45deg,
      #2b2f6e 0%,
      #2b2f6e 99%,
      #2b2f6e 100%);
}
.C-2B2F6E0 {
  background-color: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-text {
  color: rgba(43, 47, 110, 0);
}
.C-2B2F6E0-border {
  border-color: rgba(43, 47, 110, 0);
}
.C-linearGradient-2B2F6E0 {
  background-image:
    linear-gradient(
      45deg,
      rgba(43, 47, 110, 0) 0%,
      #2b2f6e 99%,
      rgba(43, 47, 110, 0) 100%);
}
.C-2B2F6E-fill-1 #fill1 {
  fill: #2b2f6e;
}
.C-2B2F6E-fill-1.onHover:hover #fill1,
.C-2B2F6E-fill-1:hover #fill1 {
  fill: #2b2f6e;
}
.C-2B2F6E-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E100-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E95-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E90-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E85-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E80-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E75-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E70-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E65-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E60-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E55-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E50-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E45-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E40-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E35-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E30-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E25-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E20-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E15-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E10-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E5-fill-1 #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-fill-1.onHover:hover #fill1 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-stroke-1 #stroke1 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E0-fill-1 #fill1 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-fill-1.onHover:hover #fill1 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-stroke-1 #stroke1 {
  stroke: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E-fill-2 #fill2 {
  fill: #2b2f6e;
}
.C-2B2F6E-fill-2.onHover:hover #fill2,
.C-2B2F6E-fill-2:hover #fill2 {
  fill: #2b2f6e;
}
.C-2B2F6E-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E100-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E95-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E90-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E85-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E80-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E75-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E70-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E65-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E60-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E55-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E50-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E45-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E40-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E35-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E30-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E25-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E20-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E15-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E10-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E5-fill-2 #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-fill-2.onHover:hover #fill2 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-stroke-2 #stroke2 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E0-fill-2 #fill2 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-fill-2.onHover:hover #fill2 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-stroke-2 #stroke2 {
  stroke: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E-fill-3 #fill3 {
  fill: #2b2f6e;
}
.C-2B2F6E-fill-3.onHover:hover #fill3,
.C-2B2F6E-fill-3:hover #fill3 {
  fill: #2b2f6e;
}
.C-2B2F6E-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E100-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E100-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E95-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E95-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E90-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E90-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E85-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E85-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E80-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E80-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E75-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E75-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E70-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E70-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E65-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E65-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E60-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E60-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E55-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E55-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E50-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E50-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E45-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E45-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E40-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E40-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E35-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E35-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E30-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E30-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E25-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E25-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E20-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E20-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E15-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E15-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E10-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E10-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E5-fill-3 #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-fill-3.onHover:hover #fill3 {
  fill: #2b2f6e !important;
}
.C-2B2F6E5-stroke-3 #stroke3 {
  stroke: #2b2f6e !important;
}
.C-2B2F6E0-fill-3 #fill3 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-fill-3.onHover:hover #fill3 {
  fill: rgba(43, 47, 110, 0) !important;
}
.C-2B2F6E0-stroke-3 #stroke3 {
  stroke: rgba(43, 47, 110, 0) !important;
}
.C-4B55A5-100 {
  background-color: #4b55a5FF !important;
}
.C-4B55A5-100-text {
  color: #4b55a5FF;
}
.C-4B55A5-100-border {
  border-color: #4b55a5FF !important;
}
.C-4B55A5-95 {
  background-color: #4b55a5F2 !important;
}
.C-4B55A5-95-text {
  color: #4b55a5F2;
}
.C-4B55A5-95-border {
  border-color: #4b55a5F2 !important;
}
.C-4B55A5-90 {
  background-color: #4b55a5E6 !important;
}
.C-4B55A5-90-text {
  color: #4b55a5E6;
}
.C-4B55A5-90-border {
  border-color: #4b55a5E6 !important;
}
.C-4B55A5-85 {
  background-color: #4b55a5D9 !important;
}
.C-4B55A5-85-text {
  color: #4b55a5D9;
}
.C-4B55A5-85-border {
  border-color: #4b55a5D9 !important;
}
.C-4B55A5-80 {
  background-color: #4b55a5CC !important;
}
.C-4B55A5-80-text {
  color: #4b55a5CC;
}
.C-4B55A5-80-border {
  border-color: #4b55a5CC !important;
}
.C-4B55A5-75 {
  background-color: #4b55a5BF !important;
}
.C-4B55A5-75-text {
  color: #4b55a5BF;
}
.C-4B55A5-75-border {
  border-color: #4b55a5BF !important;
}
.C-4B55A5-70 {
  background-color: #4b55a5B3 !important;
}
.C-4B55A5-70-text {
  color: #4b55a5B3;
}
.C-4B55A5-70-border {
  border-color: #4b55a5B3 !important;
}
.C-4B55A5-65 {
  background-color: #4b55a5A6 !important;
}
.C-4B55A5-65-text {
  color: #4b55a5A6;
}
.C-4B55A5-65-border {
  border-color: #4b55a5A6 !important;
}
.C-4B55A5-60 {
  background-color: #4b55a599 !important;
}
.C-4B55A5-60-text {
  color: #4b55a599;
}
.C-4B55A5-60-border {
  border-color: #4b55a599 !important;
}
.C-4B55A5-55 {
  background-color: #4b55a58C !important;
}
.C-4B55A5-55-text {
  color: #4b55a58C;
}
.C-4B55A5-55-border {
  border-color: #4b55a58C !important;
}
.C-4B55A5-50 {
  background-color: #4b55a580 !important;
}
.C-4B55A5-50-text {
  color: #4b55a580;
}
.C-4B55A5-50-border {
  border-color: #4b55a580 !important;
}
.C-4B55A5-45 {
  background-color: #4b55a573 !important;
}
.C-4B55A5-45-text {
  color: #4b55a573;
}
.C-4B55A5-45-border {
  border-color: #4b55a573 !important;
}
.C-4B55A5-40 {
  background-color: #4b55a566 !important;
}
.C-4B55A5-40-text {
  color: #4b55a566;
}
.C-4B55A5-40-border {
  border-color: #4b55a566 !important;
}
.C-4B55A5-35 {
  background-color: #4b55a559 !important;
}
.C-4B55A5-35-text {
  color: #4b55a559;
}
.C-4B55A5-35-border {
  border-color: #4b55a559 !important;
}
.C-4B55A5-30 {
  background-color: #4b55a54D !important;
}
.C-4B55A5-30-text {
  color: #4b55a54D;
}
.C-4B55A5-30-border {
  border-color: #4b55a54D !important;
}
.C-4B55A5-25 {
  background-color: #4b55a540 !important;
}
.C-4B55A5-25-text {
  color: #4b55a540;
}
.C-4B55A5-25-border {
  border-color: #4b55a540 !important;
}
.C-4B55A5-20 {
  background-color: #4b55a533 !important;
}
.C-4B55A5-20-text {
  color: #4b55a533;
}
.C-4B55A5-20-border {
  border-color: #4b55a533 !important;
}
.C-4B55A5-15 {
  background-color: #4b55a526 !important;
}
.C-4B55A5-15-text {
  color: #4b55a526;
}
.C-4B55A5-15-border {
  border-color: #4b55a526 !important;
}
.C-4B55A5-10 {
  background-color: #4b55a51A !important;
}
.C-4B55A5-10-text {
  color: #4b55a51A;
}
.C-4B55A5-10-border {
  border-color: #4b55a51A !important;
}
.C-4B55A5-5 {
  background-color: #4b55a50D !important;
}
.C-4B55A5-5-text {
  color: #4b55a50D;
}
.C-4B55A5-5-border {
  border-color: #4b55a50D !important;
}
.C-4B55A5-0 {
  background-color: #4b55a50 !important;
}
.C-4B55A5-0-text {
  color: #4b55a50;
}
.C-4B55A5-0-border {
  border-color: #4b55a50 !important;
}
.C-4B55A5 {
  background-color: #4b55a5 !important;
  --btn-background: #4b55a5;
}
.C-4B55A5-text {
  color: #4b55a5;
}
.C-4B55A5-border {
  border-color: #4b55a5 !important;
}
@media (hover: hover) {
  .C-4B55A5-hover-bg:hover {
    background-color: #4b55a5 !important;
  }
}
.C-4B55A5-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-4B55A5-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #4b55a5;
  fill: #4b55a5;
  stroke: #4b55a5;
}
.C-4B55A5-hover-text[papaTarget]:hover.f_targetText {
  color: #4b55a5 !important;
  fill: #4b55a5 !important;
  stroke: #4b55a5 !important;
}
.C-4B55A5-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-4B55A5-hover-text[fHover]:hover {
  color: #4b55a5 !important;
}
.C-4B55A5-after::after,
.C-4B55A5-after::before {
  background-color: #4b55a5;
}
.C-4B55A5-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #4b55a5;
  transition: box-shadow 0.2s;
}
.C-4B55A5100 {
  background-color: #4b55a5 !important;
}
.C-4B55A5100-text {
  color: #4b55a5;
}
.C-4B55A5100-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A5100 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A595 {
  background-color: #4b55a5 !important;
}
.C-4B55A595-text {
  color: #4b55a5;
}
.C-4B55A595-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A595 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A590 {
  background-color: #4b55a5 !important;
}
.C-4B55A590-text {
  color: #4b55a5;
}
.C-4B55A590-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A590 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A585 {
  background-color: #4b55a5 !important;
}
.C-4B55A585-text {
  color: #4b55a5;
}
.C-4B55A585-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A585 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A580 {
  background-color: #4b55a5 !important;
}
.C-4B55A580-text {
  color: #4b55a5;
}
.C-4B55A580-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A580 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A575 {
  background-color: #4b55a5 !important;
}
.C-4B55A575-text {
  color: #4b55a5;
}
.C-4B55A575-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A575 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A570 {
  background-color: #4b55a5 !important;
}
.C-4B55A570-text {
  color: #4b55a5;
}
.C-4B55A570-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A570 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A565 {
  background-color: #4b55a5 !important;
}
.C-4B55A565-text {
  color: #4b55a5;
}
.C-4B55A565-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A565 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A560 {
  background-color: #4b55a5 !important;
}
.C-4B55A560-text {
  color: #4b55a5;
}
.C-4B55A560-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A560 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A555 {
  background-color: #4b55a5 !important;
}
.C-4B55A555-text {
  color: #4b55a5;
}
.C-4B55A555-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A555 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A550 {
  background-color: #4b55a5 !important;
}
.C-4B55A550-text {
  color: #4b55a5;
}
.C-4B55A550-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A550 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A545 {
  background-color: #4b55a5 !important;
}
.C-4B55A545-text {
  color: #4b55a5;
}
.C-4B55A545-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A545 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A540 {
  background-color: #4b55a5 !important;
}
.C-4B55A540-text {
  color: #4b55a5;
}
.C-4B55A540-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A540 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A535 {
  background-color: #4b55a5 !important;
}
.C-4B55A535-text {
  color: #4b55a5;
}
.C-4B55A535-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A535 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A530 {
  background-color: #4b55a5 !important;
}
.C-4B55A530-text {
  color: #4b55a5;
}
.C-4B55A530-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A530 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A525 {
  background-color: #4b55a5 !important;
}
.C-4B55A525-text {
  color: #4b55a5;
}
.C-4B55A525-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A525 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A520 {
  background-color: #4b55a5 !important;
}
.C-4B55A520-text {
  color: #4b55a5;
}
.C-4B55A520-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A520 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A515 {
  background-color: #4b55a5 !important;
}
.C-4B55A515-text {
  color: #4b55a5;
}
.C-4B55A515-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A515 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A510 {
  background-color: #4b55a5 !important;
}
.C-4B55A510-text {
  color: #4b55a5;
}
.C-4B55A510-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A510 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A55 {
  background-color: #4b55a5 !important;
}
.C-4B55A55-text {
  color: #4b55a5;
}
.C-4B55A55-border {
  border-color: #4b55a5;
}
.C-linearGradient-4B55A55 {
  background-image:
    linear-gradient(
      45deg,
      #4b55a5 0%,
      #4b55a5 99%,
      #4b55a5 100%);
}
.C-4B55A50 {
  background-color: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-text {
  color: rgba(75, 85, 165, 0);
}
.C-4B55A50-border {
  border-color: rgba(75, 85, 165, 0);
}
.C-linearGradient-4B55A50 {
  background-image:
    linear-gradient(
      45deg,
      rgba(75, 85, 165, 0) 0%,
      #4b55a5 99%,
      rgba(75, 85, 165, 0) 100%);
}
.C-4B55A5-fill-1 #fill1 {
  fill: #4b55a5;
}
.C-4B55A5-fill-1.onHover:hover #fill1,
.C-4B55A5-fill-1:hover #fill1 {
  fill: #4b55a5;
}
.C-4B55A5-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A5100-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A595-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A595-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A595-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A590-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A590-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A590-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A585-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A585-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A585-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A580-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A580-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A580-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A575-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A575-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A575-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A570-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A570-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A570-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A565-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A565-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A565-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A560-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A560-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A560-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A555-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A555-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A555-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A550-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A550-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A550-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A545-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A545-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A545-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A540-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A540-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A540-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A535-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A535-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A535-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A530-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A530-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A530-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A525-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A525-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A525-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A520-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A520-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A520-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A515-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A515-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A515-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A510-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A510-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A510-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A55-fill-1 #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A55-fill-1.onHover:hover #fill1 {
  fill: #4b55a5 !important;
}
.C-4B55A55-stroke-1 #stroke1 {
  stroke: #4b55a5 !important;
}
.C-4B55A50-fill-1 #fill1 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-fill-1.onHover:hover #fill1 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-stroke-1 #stroke1 {
  stroke: rgba(75, 85, 165, 0) !important;
}
.C-4B55A5-fill-2 #fill2 {
  fill: #4b55a5;
}
.C-4B55A5-fill-2.onHover:hover #fill2,
.C-4B55A5-fill-2:hover #fill2 {
  fill: #4b55a5;
}
.C-4B55A5-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A5100-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A595-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A595-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A595-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A590-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A590-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A590-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A585-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A585-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A585-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A580-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A580-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A580-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A575-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A575-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A575-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A570-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A570-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A570-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A565-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A565-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A565-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A560-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A560-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A560-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A555-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A555-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A555-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A550-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A550-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A550-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A545-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A545-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A545-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A540-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A540-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A540-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A535-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A535-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A535-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A530-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A530-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A530-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A525-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A525-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A525-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A520-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A520-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A520-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A515-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A515-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A515-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A510-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A510-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A510-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A55-fill-2 #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A55-fill-2.onHover:hover #fill2 {
  fill: #4b55a5 !important;
}
.C-4B55A55-stroke-2 #stroke2 {
  stroke: #4b55a5 !important;
}
.C-4B55A50-fill-2 #fill2 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-fill-2.onHover:hover #fill2 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-stroke-2 #stroke2 {
  stroke: rgba(75, 85, 165, 0) !important;
}
.C-4B55A5-fill-3 #fill3 {
  fill: #4b55a5;
}
.C-4B55A5-fill-3.onHover:hover #fill3,
.C-4B55A5-fill-3:hover #fill3 {
  fill: #4b55a5;
}
.C-4B55A5-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A5100-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A5100-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A595-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A595-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A595-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A590-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A590-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A590-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A585-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A585-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A585-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A580-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A580-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A580-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A575-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A575-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A575-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A570-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A570-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A570-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A565-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A565-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A565-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A560-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A560-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A560-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A555-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A555-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A555-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A550-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A550-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A550-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A545-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A545-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A545-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A540-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A540-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A540-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A535-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A535-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A535-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A530-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A530-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A530-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A525-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A525-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A525-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A520-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A520-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A520-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A515-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A515-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A515-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A510-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A510-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A510-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A55-fill-3 #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A55-fill-3.onHover:hover #fill3 {
  fill: #4b55a5 !important;
}
.C-4B55A55-stroke-3 #stroke3 {
  stroke: #4b55a5 !important;
}
.C-4B55A50-fill-3 #fill3 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-fill-3.onHover:hover #fill3 {
  fill: rgba(75, 85, 165, 0) !important;
}
.C-4B55A50-stroke-3 #stroke3 {
  stroke: rgba(75, 85, 165, 0) !important;
}
.C-BBDE13-100 {
  background-color: #bbde13FF !important;
}
.C-BBDE13-100-text {
  color: #bbde13FF;
}
.C-BBDE13-100-border {
  border-color: #bbde13FF !important;
}
.C-BBDE13-95 {
  background-color: #bbde13F2 !important;
}
.C-BBDE13-95-text {
  color: #bbde13F2;
}
.C-BBDE13-95-border {
  border-color: #bbde13F2 !important;
}
.C-BBDE13-90 {
  background-color: #bbde13E6 !important;
}
.C-BBDE13-90-text {
  color: #bbde13E6;
}
.C-BBDE13-90-border {
  border-color: #bbde13E6 !important;
}
.C-BBDE13-85 {
  background-color: #bbde13D9 !important;
}
.C-BBDE13-85-text {
  color: #bbde13D9;
}
.C-BBDE13-85-border {
  border-color: #bbde13D9 !important;
}
.C-BBDE13-80 {
  background-color: #bbde13CC !important;
}
.C-BBDE13-80-text {
  color: #bbde13CC;
}
.C-BBDE13-80-border {
  border-color: #bbde13CC !important;
}
.C-BBDE13-75 {
  background-color: #bbde13BF !important;
}
.C-BBDE13-75-text {
  color: #bbde13BF;
}
.C-BBDE13-75-border {
  border-color: #bbde13BF !important;
}
.C-BBDE13-70 {
  background-color: #bbde13B3 !important;
}
.C-BBDE13-70-text {
  color: #bbde13B3;
}
.C-BBDE13-70-border {
  border-color: #bbde13B3 !important;
}
.C-BBDE13-65 {
  background-color: #bbde13A6 !important;
}
.C-BBDE13-65-text {
  color: #bbde13A6;
}
.C-BBDE13-65-border {
  border-color: #bbde13A6 !important;
}
.C-BBDE13-60 {
  background-color: #bbde1399 !important;
}
.C-BBDE13-60-text {
  color: #bbde1399;
}
.C-BBDE13-60-border {
  border-color: #bbde1399 !important;
}
.C-BBDE13-55 {
  background-color: #bbde138C !important;
}
.C-BBDE13-55-text {
  color: #bbde138C;
}
.C-BBDE13-55-border {
  border-color: #bbde138C !important;
}
.C-BBDE13-50 {
  background-color: #bbde1380 !important;
}
.C-BBDE13-50-text {
  color: #bbde1380;
}
.C-BBDE13-50-border {
  border-color: #bbde1380 !important;
}
.C-BBDE13-45 {
  background-color: #bbde1373 !important;
}
.C-BBDE13-45-text {
  color: #bbde1373;
}
.C-BBDE13-45-border {
  border-color: #bbde1373 !important;
}
.C-BBDE13-40 {
  background-color: #bbde1366 !important;
}
.C-BBDE13-40-text {
  color: #bbde1366;
}
.C-BBDE13-40-border {
  border-color: #bbde1366 !important;
}
.C-BBDE13-35 {
  background-color: #bbde1359 !important;
}
.C-BBDE13-35-text {
  color: #bbde1359;
}
.C-BBDE13-35-border {
  border-color: #bbde1359 !important;
}
.C-BBDE13-30 {
  background-color: #bbde134D !important;
}
.C-BBDE13-30-text {
  color: #bbde134D;
}
.C-BBDE13-30-border {
  border-color: #bbde134D !important;
}
.C-BBDE13-25 {
  background-color: #bbde1340 !important;
}
.C-BBDE13-25-text {
  color: #bbde1340;
}
.C-BBDE13-25-border {
  border-color: #bbde1340 !important;
}
.C-BBDE13-20 {
  background-color: #bbde1333 !important;
}
.C-BBDE13-20-text {
  color: #bbde1333;
}
.C-BBDE13-20-border {
  border-color: #bbde1333 !important;
}
.C-BBDE13-15 {
  background-color: #bbde1326 !important;
}
.C-BBDE13-15-text {
  color: #bbde1326;
}
.C-BBDE13-15-border {
  border-color: #bbde1326 !important;
}
.C-BBDE13-10 {
  background-color: #bbde131A !important;
}
.C-BBDE13-10-text {
  color: #bbde131A;
}
.C-BBDE13-10-border {
  border-color: #bbde131A !important;
}
.C-BBDE13-5 {
  background-color: #bbde130D !important;
}
.C-BBDE13-5-text {
  color: #bbde130D;
}
.C-BBDE13-5-border {
  border-color: #bbde130D !important;
}
.C-BBDE13-0 {
  background-color: #bbde130 !important;
}
.C-BBDE13-0-text {
  color: #bbde130;
}
.C-BBDE13-0-border {
  border-color: #bbde130 !important;
}
.C-BBDE13 {
  background-color: #bbde13 !important;
  --btn-background: #bbde13;
}
.C-BBDE13-text {
  color: #bbde13;
}
.C-BBDE13-border {
  border-color: #bbde13 !important;
}
@media (hover: hover) {
  .C-BBDE13-hover-bg:hover {
    background-color: #bbde13 !important;
  }
}
.C-BBDE13-hover-text[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
.C-BBDE13-hover-text[papaTarget]:hover [hijoTargetText] {
  color: #bbde13;
  fill: #bbde13;
  stroke: #bbde13;
}
.C-BBDE13-hover-text[papaTarget]:hover.f_targetText {
  color: #bbde13 !important;
  fill: #bbde13 !important;
  stroke: #bbde13 !important;
}
.C-BBDE13-hover-text[fHover] {
  pointer-events: auto !important;
}
.C-BBDE13-hover-text[fHover]:hover {
  color: #bbde13 !important;
}
.C-BBDE13-after::after,
.C-BBDE13-after::before {
  background-color: #bbde13;
}
.C-BBDE13-box-shadow {
  box-shadow: 0 0.5rem 0.5rem -1px #bbde13;
  transition: box-shadow 0.2s;
}
.C-BBDE13100 {
  background-color: #bbde13 !important;
}
.C-BBDE13100-text {
  color: #bbde13;
}
.C-BBDE13100-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE13100 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1395 {
  background-color: #bbde13 !important;
}
.C-BBDE1395-text {
  color: #bbde13;
}
.C-BBDE1395-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1395 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1390 {
  background-color: #bbde13 !important;
}
.C-BBDE1390-text {
  color: #bbde13;
}
.C-BBDE1390-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1390 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1385 {
  background-color: #bbde13 !important;
}
.C-BBDE1385-text {
  color: #bbde13;
}
.C-BBDE1385-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1385 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1380 {
  background-color: #bbde13 !important;
}
.C-BBDE1380-text {
  color: #bbde13;
}
.C-BBDE1380-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1380 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1375 {
  background-color: #bbde13 !important;
}
.C-BBDE1375-text {
  color: #bbde13;
}
.C-BBDE1375-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1375 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1370 {
  background-color: #bbde13 !important;
}
.C-BBDE1370-text {
  color: #bbde13;
}
.C-BBDE1370-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1370 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1365 {
  background-color: #bbde13 !important;
}
.C-BBDE1365-text {
  color: #bbde13;
}
.C-BBDE1365-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1365 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1360 {
  background-color: #bbde13 !important;
}
.C-BBDE1360-text {
  color: #bbde13;
}
.C-BBDE1360-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1360 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1355 {
  background-color: #bbde13 !important;
}
.C-BBDE1355-text {
  color: #bbde13;
}
.C-BBDE1355-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1355 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1350 {
  background-color: #bbde13 !important;
}
.C-BBDE1350-text {
  color: #bbde13;
}
.C-BBDE1350-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1350 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1345 {
  background-color: #bbde13 !important;
}
.C-BBDE1345-text {
  color: #bbde13;
}
.C-BBDE1345-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1345 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1340 {
  background-color: #bbde13 !important;
}
.C-BBDE1340-text {
  color: #bbde13;
}
.C-BBDE1340-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1340 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1335 {
  background-color: #bbde13 !important;
}
.C-BBDE1335-text {
  color: #bbde13;
}
.C-BBDE1335-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1335 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1330 {
  background-color: #bbde13 !important;
}
.C-BBDE1330-text {
  color: #bbde13;
}
.C-BBDE1330-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1330 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1325 {
  background-color: #bbde13 !important;
}
.C-BBDE1325-text {
  color: #bbde13;
}
.C-BBDE1325-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1325 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1320 {
  background-color: #bbde13 !important;
}
.C-BBDE1320-text {
  color: #bbde13;
}
.C-BBDE1320-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1320 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1315 {
  background-color: #bbde13 !important;
}
.C-BBDE1315-text {
  color: #bbde13;
}
.C-BBDE1315-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1315 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE1310 {
  background-color: #bbde13 !important;
}
.C-BBDE1310-text {
  color: #bbde13;
}
.C-BBDE1310-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE1310 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE135 {
  background-color: #bbde13 !important;
}
.C-BBDE135-text {
  color: #bbde13;
}
.C-BBDE135-border {
  border-color: #bbde13;
}
.C-linearGradient-BBDE135 {
  background-image:
    linear-gradient(
      45deg,
      #bbde13 0%,
      #bbde13 99%,
      #bbde13 100%);
}
.C-BBDE130 {
  background-color: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-text {
  color: rgba(187, 222, 19, 0);
}
.C-BBDE130-border {
  border-color: rgba(187, 222, 19, 0);
}
.C-linearGradient-BBDE130 {
  background-image:
    linear-gradient(
      45deg,
      rgba(187, 222, 19, 0) 0%,
      #bbde13 99%,
      rgba(187, 222, 19, 0) 100%);
}
.C-BBDE13-fill-1 #fill1 {
  fill: #bbde13;
}
.C-BBDE13-fill-1.onHover:hover #fill1,
.C-BBDE13-fill-1:hover #fill1 {
  fill: #bbde13;
}
.C-BBDE13-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE13100-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE13100-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE13100-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1395-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1395-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1395-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1390-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1390-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1390-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1385-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1385-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1385-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1380-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1380-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1380-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1375-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1375-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1375-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1370-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1370-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1370-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1365-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1365-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1365-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1360-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1360-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1360-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1355-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1355-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1355-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1350-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1350-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1350-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1345-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1345-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1345-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1340-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1340-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1340-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1335-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1335-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1335-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1330-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1330-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1330-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1325-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1325-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1325-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1320-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1320-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1320-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1315-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1315-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1315-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE1310-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1310-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE1310-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE135-fill-1 #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE135-fill-1.onHover:hover #fill1 {
  fill: #bbde13 !important;
}
.C-BBDE135-stroke-1 #stroke1 {
  stroke: #bbde13 !important;
}
.C-BBDE130-fill-1 #fill1 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-fill-1.onHover:hover #fill1 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-stroke-1 #stroke1 {
  stroke: rgba(187, 222, 19, 0) !important;
}
.C-BBDE13-fill-2 #fill2 {
  fill: #bbde13;
}
.C-BBDE13-fill-2.onHover:hover #fill2,
.C-BBDE13-fill-2:hover #fill2 {
  fill: #bbde13;
}
.C-BBDE13-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE13100-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE13100-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE13100-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1395-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1395-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1395-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1390-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1390-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1390-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1385-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1385-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1385-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1380-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1380-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1380-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1375-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1375-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1375-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1370-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1370-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1370-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1365-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1365-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1365-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1360-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1360-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1360-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1355-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1355-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1355-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1350-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1350-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1350-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1345-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1345-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1345-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1340-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1340-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1340-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1335-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1335-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1335-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1330-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1330-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1330-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1325-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1325-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1325-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1320-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1320-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1320-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1315-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1315-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1315-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE1310-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1310-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE1310-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE135-fill-2 #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE135-fill-2.onHover:hover #fill2 {
  fill: #bbde13 !important;
}
.C-BBDE135-stroke-2 #stroke2 {
  stroke: #bbde13 !important;
}
.C-BBDE130-fill-2 #fill2 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-fill-2.onHover:hover #fill2 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-stroke-2 #stroke2 {
  stroke: rgba(187, 222, 19, 0) !important;
}
.C-BBDE13-fill-3 #fill3 {
  fill: #bbde13;
}
.C-BBDE13-fill-3.onHover:hover #fill3,
.C-BBDE13-fill-3:hover #fill3 {
  fill: #bbde13;
}
.C-BBDE13-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE13100-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE13100-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE13100-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1395-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1395-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1395-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1390-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1390-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1390-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1385-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1385-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1385-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1380-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1380-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1380-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1375-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1375-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1375-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1370-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1370-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1370-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1365-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1365-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1365-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1360-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1360-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1360-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1355-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1355-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1355-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1350-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1350-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1350-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1345-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1345-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1345-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1340-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1340-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1340-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1335-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1335-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1335-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1330-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1330-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1330-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1325-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1325-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1325-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1320-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1320-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1320-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1315-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1315-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1315-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE1310-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1310-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE1310-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE135-fill-3 #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE135-fill-3.onHover:hover #fill3 {
  fill: #bbde13 !important;
}
.C-BBDE135-stroke-3 #stroke3 {
  stroke: #bbde13 !important;
}
.C-BBDE130-fill-3 #fill3 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-fill-3.onHover:hover #fill3 {
  fill: rgba(187, 222, 19, 0) !important;
}
.C-BBDE130-stroke-3 #stroke3 {
  stroke: rgba(187, 222, 19, 0) !important;
}
.C-primaryColor-gradient {
  background-image:
    linear-gradient(
      45deg,
      var(--primaryColorDark) 0%,
      var(--primaryColor) 99%,
      var(--primaryColorLight) 100%);
}
.C-secondaryColor-gradient {
  background-image:
    linear-gradient(
      45deg,
      var(--secondaryColorDark) 0%,
      var(--secondaryColor) 99%,
      var(--secondaryColorLight) 100%);
}
.C-tertiaryColor-gradient {
  background-image:
    linear-gradient(
      45deg,
      var(--tertiaryColorDark) 0%,
      var(--tertiaryColor) 99%,
      var(--tertiaryColorLight) 100%);
}
.C-linearGradient {
  background-image: var(--linearGradient);
}
._undefined-text {
  color: gray;
}
._googleColor {
  background-color: #db3236;
}
._facebookColor {
  background-color: #3b5998;
}
.gg-green-light-color {
  background-color: #50e3c2;
}
.gg-green-light-color-text {
  color: #50e3c2;
}
._venmo-color {
  background-color: #3d95ce !important;
}
._venmo-color-text {
  color: #3d95ce !important;
}
.svgBg_ori_1 {
  background-image: url(https://gograb.io/media/backgrounds/svgBg_ori_1.svg);
  background-attachment: fixed;
  background-size: cover;
}
.svgBg_0 {
  background-image: none;
}
.svgBg_1 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Cg id='d'%3E%3Cpath id='a' d='M0 23C27 23 15 0 42 0s15 23 41 23S99 0 125 0s15 23 42 23 15-23 41-23' transform='scale(0.8)' vector-effect='non-scaling-stroke'/%3E%3Cuse href='%23a' y='50'/%3E%3C/g%3E%3Cpath id='e' d='M0 0h180v180H0z' vector-effect='non-scaling-stroke'/%3E%3Cpath id='f' d='M0 50h100M50 0v100' vector-effect='non-scaling-stroke'/%3E%3Cpath id='g' d='M0 0h50v50h50v50h50v50' vector-effect='non-scaling-stroke'/%3E%3Cpath id='h' d='M0 121C0 54 54 0 121 0s114 54 114 121' vector-effect='non-scaling-stroke'/%3E%3Cpath id='i' d='M0 0l-100 173h200z' vector-effect='non-scaling-stroke'/%3E%3Cpath id='j' d='M0 0l-100 73 38 117H62l38-117z' vector-effect='non-scaling-stroke'/%3E%3C/defs%3E%3Cpattern id='p' width='2000' height='1500' patternUnits='userSpaceOnUse' patternTransform='scale(0.6) translate(666.67 500)'%3E%3Cg id='k' stroke-width='10' fill='none' %3E%3Cg stroke='%23083'%3E%3Ccircle id='b' r='25' vector-effect='non-scaling-stroke'/%3E%3Cuse href='%23b' x='-42' y='73'/%3E%3Cuse href='%23b' x='42' y='73'/%3E%3Cuse href='%23e' x='975' y='320' transform='rotate(-55)'/%3E%3C/g%3E%3Cg stroke='%23C11'%3E%3Cuse href='%23d' x='-400' y='750' transform='rotate(35)'/%3E%3Cuse href='%23j' x='377' y='1056'/%3E%3C/g%3E%3Cg stroke='%23FE1'%3E%3Cuse href='%23h' x='222' y='-695' transform='rotate(-45)'/%3E%3Cuse href='%23f' x='380' y='556' transform='rotate(-45)'/%3E%3C/g%3E%3Cg stroke='%2381E'%3E%3Cuse href='%23a' x='1222' y='1059' transform='rotate(12)'/%3E%3Cuse href='%23b' x='44' y='155' transform='scale(3)'/%3E%3C/g%3E%3Cg stroke='%2307E'%3E%3Cuse href='%23g' x='410' y='455'/%3E%3Cuse href='%23i' x='1581' y='23' transform='rotate(-12)'/%3E%3C/g%3E%3C/g%3E%3Cuse href='%23k' x='2000'/%3E%3Cuse href='%23k' y='1500'/%3E%3Cuse href='%23k' x='2000' y='1500'/%3E%3C/pattern%3E%3Crect fill='url(%23p)' width='100%25' height='100%25'/%3E%3C/svg%3E") !important;
  background-attachment: fixed;
}
.svgBg_2 {
  background-color: #141933;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Cg id='c'%3E%3Cg id='b'%3E%3Ccircle stroke='%23141933' stroke-width='0' id='a' r='5' /%3E%3Cuse href='%23a' x='40' y='1'/%3E%3Cuse href='%23a' x='80' y='2'/%3E%3Cuse href='%23a' x='120' y='4'/%3E%3Cuse href='%23a' x='160' y='7'/%3E%3Cuse href='%23a' x='200' y='11'/%3E%3Cuse href='%23a' x='240' y='15'/%3E%3Cuse href='%23a' x='280' y='21'/%3E%3Cuse href='%23a' x='320' y='28'/%3E%3Cuse href='%23a' x='360' y='36'/%3E%3Cuse href='%23a' x='400' y='45'/%3E%3Cuse href='%23a' x='440' y='55'/%3E%3Cuse href='%23a' x='480' y='66'/%3E%3Cuse href='%23a' x='520' y='78'/%3E%3Cuse href='%23a' x='560' y='90'/%3E%3Cuse href='%23a' x='600' y='103'/%3E%3Cuse href='%23a' x='640' y='117'/%3E%3Cuse href='%23a' x='680' y='132'/%3E%3Cuse href='%23a' x='720' y='148'/%3E%3Cuse href='%23a' x='760' y='165'/%3E%3Cuse href='%23a' x='800' y='181'/%3E%3Cuse href='%23a' x='840' y='198'/%3E%3Cuse href='%23a' x='880' y='214'/%3E%3Cuse href='%23a' x='920' y='233'/%3E%3Cuse href='%23a' x='960' y='255'/%3E%3Cuse href='%23a' x='1000' y='277'/%3E%3Cuse href='%23a' x='1040' y='299'/%3E%3Cuse href='%23a' x='1080' y='311'/%3E%3C/g%3E%3Cuse href='%23b' transform='scale(-1 1)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)' style='transform-origin:center'%3E%3Cg transform='rotate(0 0 0)' style='transform-origin:center'%3E%3Cg transform='translate(1000 750)' style='transform-origin:center'%3E%3Cuse fill='%23FF7' href='%23c'/%3E%3Cuse fill='%23fff06f' href='%23c' y='2' transform='scale(1.04)'/%3E%3Cuse fill='%23ffe269' href='%23c' y='4' transform='scale(1.08)'/%3E%3Cuse fill='%23ffd365' href='%23c' y='8' transform='scale(1.12)'/%3E%3Cuse fill='%23ffc563' href='%23c' y='14' transform='scale(1.16)'/%3E%3Cuse fill='%23ffb762' href='%23c' y='22' transform='scale(1.2)'/%3E%3Cuse fill='%23ffaa62' href='%23c' y='32' transform='scale(1.24)'/%3E%3Cuse fill='%23fa9d63' href='%23c' y='44' transform='scale(1.28)'/%3E%3Cuse fill='%23f39065' href='%23c' y='58' transform='scale(1.32)'/%3E%3Cuse fill='%23eb8567' href='%23c' y='74' transform='scale(1.36)'/%3E%3Cuse fill='%23e27a68' href='%23c' y='92' transform='scale(1.4)'/%3E%3Cuse fill='%23d76f6a' href='%23c' y='112' transform='scale(1.44)'/%3E%3Cuse fill='%23cb666b' href='%23c' y='134' transform='scale(1.48)'/%3E%3Cuse fill='%23bf5e6c' href='%23c' y='158' transform='scale(1.52)'/%3E%3Cuse fill='%23b1566c' href='%23c' y='184' transform='scale(1.56)'/%3E%3Cuse fill='%23a34f6b' href='%23c' y='212' transform='scale(1.6)'/%3E%3Cuse fill='%23954869' href='%23c' y='242' transform='scale(1.64)'/%3E%3Cuse fill='%23864367' href='%23c' y='274' transform='scale(1.68)'/%3E%3Cuse fill='%23773d63' href='%23c' y='308' transform='scale(1.72)'/%3E%3Cuse fill='%2367385f' href='%23c' y='344' transform='scale(1.76)'/%3E%3Cuse fill='%23583359' href='%23c' y='382' transform='scale(1.8)'/%3E%3Cuse fill='%234a2e53' href='%23c' y='422' transform='scale(1.84)'/%3E%3Cuse fill='%233b294c' href='%23c' y='464' transform='scale(1.88)'/%3E%3Cuse fill='%232e2444' href='%23c' y='508' transform='scale(1.92)'/%3E%3Cuse fill='%23201e3c' href='%23c' y='554' transform='scale(1.96)'/%3E%3Cuse fill='%23141933' href='%23c' y='602' transform='scale(2)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-attachment: fixed;
}
.svgBg_3 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Ccircle id='a' fill='none' stroke='%23000' stroke-width='110' stroke-dasharray='.1 120.8' r='500' stroke-linecap='square'/%3E%3Cg id='b' transform='rotate(0 0 0)'%3E%3Cuse href='%23a' transform='rotate(6.5)'/%3E%3C/g%3E%3C/defs%3E%3Cg %3E%3Cg transform=''%3E%3Cuse href='%23a' transform='scale(5.85)'/%3E%3Cuse href='%23b' transform='scale(4.7)'/%3E%3Cuse href='%23a' transform='scale(3.77)'/%3E%3Cuse href='%23b' transform='scale(3.04)'/%3E%3Cuse href='%23a' transform='scale(2.43)'/%3E%3Cuse href='%23b' transform='scale(1.95)'/%3E%3Cuse href='%23a' transform='scale(1.56)'/%3E%3Cuse href='%23b' transform='scale(1.25)'/%3E%3Cuse href='%23a'/%3E%3Cuse href='%23b' transform='scale(0.8)'/%3E%3Cuse href='%23a' transform='scale(0.63)'/%3E%3Cuse href='%23b' transform='scale(0.5)'/%3E%3Cuse href='%23a' transform='scale(0.4)'/%3E%3Cuse href='%23b' transform='scale(0.32)'/%3E%3Cuse href='%23a' transform='scale(0.255)'/%3E%3Cuse href='%23b' transform='scale(0.2)'/%3E%3Cuse href='%23a' transform='scale(0.16)'/%3E%3Cuse href='%23b' transform='scale(0.128)'/%3E%3Cuse href='%23a' transform='scale(0.102)'/%3E%3Cuse href='%23b' transform='scale(0.08)'/%3E%3Cuse href='%23a' transform='scale(0.063)'/%3E%3Cuse href='%23b' transform='scale(0.051)'/%3E%3Cuse href='%23a' transform='scale(0.042)'/%3E%3Ccircle fill='%23000' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
  background-attachment: fixed;
}
.svgBg_4 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='100%25' height='100%25' viewBox='0 0 200 3315'%3E%3Cdefs%3E%3Csymbol id='s' x='-50' width='200' height='3315'%3E%3Cg fill='%23000'%3E%3Cpolygon points='91.3 510 76.3 535.5 61.3 510'/%3E%3Cpolygon points='143.8 595 126.3 624.8 108.8 595'/%3E%3Cpolygon points='96.3 680 76.3 714 56.3 680'/%3E%3Cpolygon points='148.8 765 126.3 803.3 103.8 765'/%3E%3Cpolygon points='101.3 850 76.3 892.5 51.3 850'/%3E%3Cpolygon points='153.8 935 126.3 981.8 98.8 935'/%3E%3Cpolygon points='106.3 1020 76.3 1071 46.3 1020'/%3E%3Cpolygon points='128.8 85 126.3 89.3 123.8 85'/%3E%3Cpolygon points='81.3 170 76.3 178.5 71.3 170'/%3E%3Cpolygon points='133.8 255 126.3 267.8 118.8 255'/%3E%3Cpolygon points='86.3 340 76.3 357 66.3 340'/%3E%3Cpolygon points='138.8 425 126.3 446.3 113.8 425'/%3E%3Cpolygon points='158.8 1105 126.3 1160.3 93.8 1105'/%3E%3Cpolygon points='111.3 1190 76.3 1249.5 41.3 1190'/%3E%3Cpolygon points='163.8 1275 126.3 1338.8 88.8 1275'/%3E%3Cpolygon points='116.3 1360 76.3 1428 36.3 1360'/%3E%3Cpolygon points='168.8 1445 126.3 1517.3 83.8 1445'/%3E%3Cpolygon points='121.3 1530 76.3 1606.5 31.3 1530'/%3E%3Cpolygon points='173.8 1615 126.3 1695.8 78.8 1615'/%3E%3Cpolygon points='126.3 1700 76.3 1785 26.3 1700'/%3E%3Cpolygon points='178.8 1785 126.3 1874.3 73.8 1785'/%3E%3Cpolygon points='131.3 1870 76.3 1963.5 21.3 1870'/%3E%3Cpolygon points='183.8 1955 126.3 2052.8 68.8 1955'/%3E%3Cpolygon points='136.3 2040 76.3 2142 16.3 2040'/%3E%3Cpolygon points='188.8 2125 126.3 2231.3 63.8 2125'/%3E%3Cpolygon points='141.3 2210 76.3 2320.5 11.3 2210'/%3E%3Cpolygon points='193.8 2295 126.3 2409.8 58.8 2295'/%3E%3Cpolygon points='146.3 2380 76.3 2499 6.3 2380'/%3E%3Cpolygon points='198.8 2465 126.3 2588.3 53.8 2465'/%3E%3Cpolygon points='151.3 2550 76.3 2677.5 1.3 2550'/%3E%3Cpolygon points='203.8 2635 126.3 2766.8 48.8 2635'/%3E%3Cpolygon points='156.3 2720 76.3 2856 -3.8 2720'/%3E%3Cpolygon points='208.8 2805 126.3 2945.3 43.8 2805'/%3E%3Cpolygon points='161.3 2890 76.3 3034.5 -8.8 2890'/%3E%3Cpolygon points='213.8 2975 126.3 3123.8 38.8 2975'/%3E%3Cpolygon points='166.3 3060 76.3 3213 -13.8 3060'/%3E%3Cpolygon points='218.8 3145 126.3 3302.3 33.8 3145'/%3E%3Cpolygon points='171.3 3230 76.3 3391.5 -18.8 3230'/%3E%3C/g%3E%3C/symbol%3E%3C/defs%3E%3Cuse xlink:href='%23s' x='-100' y='0'/%3E%3Cuse xlink:href='%23s' x='0' y='0'/%3E%3Cuse xlink:href='%23s' x='100' y='0'/%3E%3Cuse xlink:href='%23s' x='200' y='0'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-repeat: repeat-x !important;
}
.svgBg_5 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cg fill='none' stroke-width='1' stroke-miterlimit='10'%3E%3Cpath stroke='%23FF0' d='M162-421.4c0 0 233.2 85.5 73.6 206.1c-76.7 58.4 62.2 169.8 12.2 245.9C206.8 93.2 90.9 27.4-77.3 13C-179.4 4.3-240 79.9-240 79.9'/%3E%3Cpath stroke='%23ffe600' d='M299-392.8c0 0 248.1 102.5 72.2 238.2c-91 70.2 82.1 187.5 18.5 274.8c-55.1 75.6-217.3-10-406.3-19.3C-148.2 94.6-216 195.8-216 195.8'/%3E%3Cpath stroke='%23ffcc00' d='M436-364.1c0 0 263.3 119.9 70.8 270.4c-105.3 82.3 101.8 205 24.7 303.7c-69.2 88.6-277.6-16-487.4-20.9C-116.9 185.3-192 311.7-192 311.7'/%3E%3Cpath stroke='%23ffb300' d='M573.1-335.5c0 0 278.6 137.4 69.4 302.5c-119.4 94.3 121.5 222.5 31 332.6c-83.4 101.5-337.9-21.7-568.6-22.5C-85.7 276.4-168 427.6-168 427.6'/%3E%3Cpath stroke='%23fe9b00' d='M710.1-306.9c0 0 293.8 154.8 68 334.6c-133.6 106.4 141.1 239.9 37.2 361.5c-97.6 114.4-398.2-27.1-649.7-24.2C-54.5 367.7-144 543.5-144 543.5'/%3E%3Cpath stroke='%23f6830d' d='M847.1-278.3c0 0 309.4 172.8 66.6 366.7c-147.6 118.7 160.6 257.3 43.5 390.4c-111.9 127.2-458.5-32.4-730.8-25.8C-23.2 459.1-120 659.5-120 659.5'/%3E%3Cpath stroke='%23ec6b1c' d='M984.1-249.7c0 0 324.7 190.3 65.2 398.8C887.6 280 1229.5 423.8 1099 568.5c-126.2 140-518.8-37.6-812-27.4C8.1 550.8-96 775.4-96 775.4'/%3E%3Cpath stroke='%23df5425' d='M1121.1-221c0 0 339.9 207.7 63.8 431c-175.9 142.8 199.7 292 56 448.3c-140.5 152.8-579-42.7-893.1-29.1C39.4 642.5-72 891.3-72 891.3'/%3E%3Cpath stroke='%23cf3c2c' d='M1258.1-192.4c0 0 355.1 225.2 62.4 463.1c-190.1 154.9 219 309 62.2 477.2c-155.2 165.3-639.3-47.7-974.3-30.7C70.7 734.3-48 1007.2-48 1007.2'/%3E%3Cpath stroke='%23bd2330' d='M1395.2-163.8c0 0 370.4 242.7 61 495.2c-204.3 167 238.6 326.5 68.5 506.1c-169.4 178.2-699.5-52.8-1055.4-32.3C102 826.3-24 1123.1-24 1123.1'/%3E%3Cpath stroke='%23aa0033' d='M1532.2-135.2c0 0 385.6 260.1 59.6 527.3c-218.4 179 258.3 343.9 74.7 535s-759.7-57.8-1136.5-34C133.3 918.2 0 1239 0 1239'/%3E%3C/g%3E%3C/svg%3E") !important;
  background-attachment: fixed;
}
.skin-sample-BG-aqua {
  background:
    linear-gradient(
      -130deg,
      rgba(88, 46, 255, 0.75) 12%,
      rgba(157, 230, 255, 0.82) 90%) !important;
}
.skin-sample-berries {
  background:
    linear-gradient(
      -130deg,
      rgba(69, 70, 78, 0.8) 12%,
      rgba(232, 13, 59, 0.8) 90%) !important;
}
.skin-sample-blueOrange {
  background:
    linear-gradient(
      -130deg,
      rgba(85, 116, 173, 0.73) 12%,
      rgba(231, 91, 27, 0.91) 90%) !important;
}
.skin-sample-BG-coffee {
  background:
    linear-gradient(
      -130deg,
      rgba(255, 74, 103, 0.8) 12%,
      rgba(50, 40, 10, 0.75) 90%) !important;
}
.skin-sample-BG-deep-purple {
  background:
    linear-gradient(
      -130deg,
      rgba(164, 127, 227, 0.78) 12%,
      #d0637c 90%) !important;
}
.skin-sample-BG-earthy-tones {
  background:
    linear-gradient(
      -130deg,
      rgba(88, 46, 255, 0.75) 12%,
      rgba(157, 230, 255, 0.82) 90%) !important;
}
.skin-sample-BG-gray {
  background:
    linear-gradient(
      -130deg,
      rgba(56, 56, 56, 0.69) 12%,
      rgba(21, 49, 53, 0.92) 90%) !important;
}
.skin-sample-BG-greenFrog {
  background:
    linear-gradient(
      -130deg,
      rgba(0, 99, 255, 0.95) 12%,
      rgba(112, 199, 191, 0.88) 90%) !important;
}
.skin-sample-greenShadow {
  background:
    linear-gradient(
      -130deg,
      rgba(72, 77, 102, 0.8) 12%,
      rgba(126, 198, 165, 0.7) 90%) !important;
}
.skin-sample-BG-gograb {
  background:
    linear-gradient(
      -130deg,
      rgb(255, 204, 0) 12%,
      rgba(255, 53, 71, 0.67) 90%) !important;
}
.skin-sample-BG-indigo {
  background:
    linear-gradient(
      -130deg,
      rgba(253, 102, 140, 0.78) 12%,
      #7f82c5 90%) !important;
}
.skin-sample-BG-lavender-fields {
  background:
    linear-gradient(
      -130deg,
      rgba(88, 46, 255, 0.75) 12%,
      rgba(157, 230, 255, 0.82) 90%) !important;
}
.skin-sample-BG-latin-roots {
  background:
    linear-gradient(
      -130deg,
      #ffbe7a,
      #4d0206) !important;
}
.skin-sample-BG-black {
  background:
    linear-gradient(
      -130deg,
      #000 12%,
      rgb(42, 209, 163) 90%) !important;
}
.skin-sample-BG-cyan {
  background:
    linear-gradient(
      -130deg,
      rgba(255, 167, 66, 0.76) 12%,
      #4fada7 90%) !important;
}
.skin-sample-BG-mdb {
  background:
    linear-gradient(
      -130deg,
      rgba(44, 118, 184, 0.76) 12%,
      #33b5e5 90%) !important;
}
.skin-sample-BG-navy-blue {
  background:
    linear-gradient(
      -130deg,
      rgba(131, 157, 221, 0.81) 12%,
      #309e9e 90%) !important;
}
.skin-sample-BG-ocean-breeze {
  background:
    linear-gradient(
      -130deg,
      rgba(88, 46, 255, 0.75) 12%,
      rgba(157, 230, 255, 0.82) 90%) !important;
}
.skin-sample-BG-orangePurple {
  background:
    linear-gradient(
      -130deg,
      rgba(217, 196, 255, 0.8) 12%,
      rgb(240, 178, 71) 90%) !important;
}
.skin-sample-BG-pink {
  background:
    linear-gradient(
      -130deg,
      rgba(131, 157, 221, 0.81) 12%,
      rgba(231, 100, 157, 0.8) 90%) !important;
}
.skin-sample-BG-red {
  background:
    linear-gradient(
      -130deg,
      rgb(219, 29, 37) 12%,
      #000 90%) !important;
}
.skin-sample-BG-sage-green {
  background:
    linear-gradient(
      -130deg,
      rgba(157, 191, 175, 0.8) 12%,
      rgba(212, 165, 165, 0.5) 90%) !important;
}
.skin-sample-BG-softBlue {
  background:
    linear-gradient(
      -130deg,
      rgba(61, 121, 156, 0.76) 12%,
      rgba(105, 173, 244, 0.77) 90%) !important;
}
.skin-sample-BG-white {
  background:
    linear-gradient(
      -130deg,
      rgba(252, 104, 95, 0.75) 12%,
      rgb(66, 133, 244) 90%) !important;
}
.skin-sample-BG-yellowWorld {
  background:
    linear-gradient(
      -130deg,
      rgb(255, 184, 0) 12%,
      rgba(69, 114, 63, 0.75) 90%) !important;
}
.w_0 {
  width: 0;
}
.h_0 {
  height: 0;
}
.h_fit-content {
  height: fit-content;
}
.w_fit-content {
  width: fit-content;
}
.w_1px {
  width: 1px;
}
.w_2px {
  width: 2px;
}
.w_3px {
  width: 3px;
}
.w_4px {
  width: 4px;
}
.w_5px {
  width: 5px;
}
.w_6px {
  width: 6px;
}
.w_7px {
  width: 7px;
}
.w_8px {
  width: 8px;
}
.w_9px {
  width: 9px;
}
.w_10px {
  width: 10px;
}
.w_11px {
  width: 11px;
}
.w_12px {
  width: 12px;
}
.w_13px {
  width: 13px;
}
.w_14px {
  width: 14px;
}
.w_15px {
  width: 15px;
}
.w_16px {
  width: 16px;
}
.w_17px {
  width: 17px;
}
.w_18px {
  width: 18px;
}
.w_19px {
  width: 19px;
}
.w_20px {
  width: 20px;
}
.w_21px {
  width: 21px;
}
.w_22px {
  width: 22px;
}
.w_23px {
  width: 23px;
}
.w_24px {
  width: 24px;
}
.w_25px {
  width: 25px;
}
.w_26px {
  width: 26px;
}
.w_27px {
  width: 27px;
}
.w_28px {
  width: 28px;
}
.w_29px {
  width: 29px;
}
.w_30px {
  width: 30px;
}
.w_31px {
  width: 31px;
}
.w_32px {
  width: 32px;
}
.w_33px {
  width: 33px;
}
.w_34px {
  width: 34px;
}
.w_35px {
  width: 35px;
}
.w_36px {
  width: 36px;
}
.w_37px {
  width: 37px;
}
.w_38px {
  width: 38px;
}
.w_39px {
  width: 39px;
}
.w_40px {
  width: 40px;
}
.w_41px {
  width: 41px;
}
.w_42px {
  width: 42px;
}
.w_43px {
  width: 43px;
}
.w_44px {
  width: 44px;
}
.w_45px {
  width: 45px;
}
.w_46px {
  width: 46px;
}
.w_47px {
  width: 47px;
}
.w_48px {
  width: 48px;
}
.w_49px {
  width: 49px;
}
.w_50px {
  width: 50px;
}
.w_51px {
  width: 51px;
}
.w_52px {
  width: 52px;
}
.w_53px {
  width: 53px;
}
.w_54px {
  width: 54px;
}
.w_55px {
  width: 55px;
}
.w_56px {
  width: 56px;
}
.w_57px {
  width: 57px;
}
.w_58px {
  width: 58px;
}
.w_59px {
  width: 59px;
}
.w_60px {
  width: 60px;
}
.w_61px {
  width: 61px;
}
.w_62px {
  width: 62px;
}
.w_63px {
  width: 63px;
}
.w_64px {
  width: 64px;
}
.w_65px {
  width: 65px;
}
.w_66px {
  width: 66px;
}
.w_67px {
  width: 67px;
}
.w_68px {
  width: 68px;
}
.w_69px {
  width: 69px;
}
.w_70px {
  width: 70px;
}
.w_71px {
  width: 71px;
}
.w_72px {
  width: 72px;
}
.w_73px {
  width: 73px;
}
.w_74px {
  width: 74px;
}
.w_75px {
  width: 75px;
}
.w_76px {
  width: 76px;
}
.w_77px {
  width: 77px;
}
.w_78px {
  width: 78px;
}
.w_79px {
  width: 79px;
}
.w_80px {
  width: 80px;
}
.w_81px {
  width: 81px;
}
.w_82px {
  width: 82px;
}
.w_83px {
  width: 83px;
}
.w_84px {
  width: 84px;
}
.w_85px {
  width: 85px;
}
.w_86px {
  width: 86px;
}
.w_87px {
  width: 87px;
}
.w_88px {
  width: 88px;
}
.w_89px {
  width: 89px;
}
.w_90px {
  width: 90px;
}
.w_91px {
  width: 91px;
}
.w_92px {
  width: 92px;
}
.w_93px {
  width: 93px;
}
.w_94px {
  width: 94px;
}
.w_95px {
  width: 95px;
}
.w_96px {
  width: 96px;
}
.w_97px {
  width: 97px;
}
.w_98px {
  width: 98px;
}
.w_99px {
  width: 99px;
}
.w_100px {
  width: 100px;
}
.w_101px {
  width: 101px;
}
.w_102px {
  width: 102px;
}
.w_103px {
  width: 103px;
}
.w_104px {
  width: 104px;
}
.w_105px {
  width: 105px;
}
.w_106px {
  width: 106px;
}
.w_107px {
  width: 107px;
}
.w_108px {
  width: 108px;
}
.w_109px {
  width: 109px;
}
.w_110px {
  width: 110px;
}
.w_111px {
  width: 111px;
}
.w_112px {
  width: 112px;
}
.w_113px {
  width: 113px;
}
.w_114px {
  width: 114px;
}
.w_115px {
  width: 115px;
}
.w_116px {
  width: 116px;
}
.w_117px {
  width: 117px;
}
.w_118px {
  width: 118px;
}
.w_119px {
  width: 119px;
}
.w_120px {
  width: 120px;
}
.w_121px {
  width: 121px;
}
.w_122px {
  width: 122px;
}
.w_123px {
  width: 123px;
}
.w_124px {
  width: 124px;
}
.w_125px {
  width: 125px;
}
.w_126px {
  width: 126px;
}
.w_127px {
  width: 127px;
}
.w_128px {
  width: 128px;
}
.w_129px {
  width: 129px;
}
.w_130px {
  width: 130px;
}
.w_131px {
  width: 131px;
}
.w_132px {
  width: 132px;
}
.w_133px {
  width: 133px;
}
.w_134px {
  width: 134px;
}
.w_135px {
  width: 135px;
}
.w_136px {
  width: 136px;
}
.w_137px {
  width: 137px;
}
.w_138px {
  width: 138px;
}
.w_139px {
  width: 139px;
}
.w_140px {
  width: 140px;
}
.w_141px {
  width: 141px;
}
.w_142px {
  width: 142px;
}
.w_143px {
  width: 143px;
}
.w_144px {
  width: 144px;
}
.w_145px {
  width: 145px;
}
.w_146px {
  width: 146px;
}
.w_147px {
  width: 147px;
}
.w_148px {
  width: 148px;
}
.w_149px {
  width: 149px;
}
.w_150px {
  width: 150px;
}
.w_151px {
  width: 151px;
}
.w_152px {
  width: 152px;
}
.w_153px {
  width: 153px;
}
.w_154px {
  width: 154px;
}
.w_155px {
  width: 155px;
}
.w_156px {
  width: 156px;
}
.w_157px {
  width: 157px;
}
.w_158px {
  width: 158px;
}
.w_159px {
  width: 159px;
}
.w_160px {
  width: 160px;
}
.w_161px {
  width: 161px;
}
.w_162px {
  width: 162px;
}
.w_163px {
  width: 163px;
}
.w_164px {
  width: 164px;
}
.w_165px {
  width: 165px;
}
.w_166px {
  width: 166px;
}
.w_167px {
  width: 167px;
}
.w_168px {
  width: 168px;
}
.w_169px {
  width: 169px;
}
.w_170px {
  width: 170px;
}
.w_171px {
  width: 171px;
}
.w_172px {
  width: 172px;
}
.w_173px {
  width: 173px;
}
.w_174px {
  width: 174px;
}
.w_175px {
  width: 175px;
}
.w_176px {
  width: 176px;
}
.w_177px {
  width: 177px;
}
.w_178px {
  width: 178px;
}
.w_179px {
  width: 179px;
}
.w_180px {
  width: 180px;
}
.w_181px {
  width: 181px;
}
.w_182px {
  width: 182px;
}
.w_183px {
  width: 183px;
}
.w_184px {
  width: 184px;
}
.w_185px {
  width: 185px;
}
.w_186px {
  width: 186px;
}
.w_187px {
  width: 187px;
}
.w_188px {
  width: 188px;
}
.w_189px {
  width: 189px;
}
.w_190px {
  width: 190px;
}
.w_191px {
  width: 191px;
}
.w_192px {
  width: 192px;
}
.w_193px {
  width: 193px;
}
.w_194px {
  width: 194px;
}
.w_195px {
  width: 195px;
}
.w_196px {
  width: 196px;
}
.w_197px {
  width: 197px;
}
.w_198px {
  width: 198px;
}
.w_199px {
  width: 199px;
}
.w_200px {
  width: 200px;
}
.w_201px {
  width: 201px;
}
.w_202px {
  width: 202px;
}
.w_203px {
  width: 203px;
}
.w_204px {
  width: 204px;
}
.w_205px {
  width: 205px;
}
.w_206px {
  width: 206px;
}
.w_207px {
  width: 207px;
}
.w_208px {
  width: 208px;
}
.w_209px {
  width: 209px;
}
.w_210px {
  width: 210px;
}
.w_211px {
  width: 211px;
}
.w_212px {
  width: 212px;
}
.w_213px {
  width: 213px;
}
.w_214px {
  width: 214px;
}
.w_215px {
  width: 215px;
}
.w_216px {
  width: 216px;
}
.w_217px {
  width: 217px;
}
.w_218px {
  width: 218px;
}
.w_219px {
  width: 219px;
}
.w_220px {
  width: 220px;
}
.w_221px {
  width: 221px;
}
.w_222px {
  width: 222px;
}
.w_223px {
  width: 223px;
}
.w_224px {
  width: 224px;
}
.w_225px {
  width: 225px;
}
.w_226px {
  width: 226px;
}
.w_227px {
  width: 227px;
}
.w_228px {
  width: 228px;
}
.w_229px {
  width: 229px;
}
.w_230px {
  width: 230px;
}
.w_231px {
  width: 231px;
}
.w_232px {
  width: 232px;
}
.w_233px {
  width: 233px;
}
.w_234px {
  width: 234px;
}
.w_235px {
  width: 235px;
}
.w_236px {
  width: 236px;
}
.w_237px {
  width: 237px;
}
.w_238px {
  width: 238px;
}
.w_239px {
  width: 239px;
}
.w_240px {
  width: 240px;
}
.w_241px {
  width: 241px;
}
.w_242px {
  width: 242px;
}
.w_243px {
  width: 243px;
}
.w_244px {
  width: 244px;
}
.w_245px {
  width: 245px;
}
.w_246px {
  width: 246px;
}
.w_247px {
  width: 247px;
}
.w_248px {
  width: 248px;
}
.w_249px {
  width: 249px;
}
.w_250px {
  width: 250px;
}
.w_251px {
  width: 251px;
}
.w_252px {
  width: 252px;
}
.w_253px {
  width: 253px;
}
.w_254px {
  width: 254px;
}
.w_255px {
  width: 255px;
}
.w_256px {
  width: 256px;
}
.w_257px {
  width: 257px;
}
.w_258px {
  width: 258px;
}
.w_259px {
  width: 259px;
}
.w_260px {
  width: 260px;
}
.w_261px {
  width: 261px;
}
.w_262px {
  width: 262px;
}
.w_263px {
  width: 263px;
}
.w_264px {
  width: 264px;
}
.w_265px {
  width: 265px;
}
.w_266px {
  width: 266px;
}
.w_267px {
  width: 267px;
}
.w_268px {
  width: 268px;
}
.w_269px {
  width: 269px;
}
.w_270px {
  width: 270px;
}
.w_271px {
  width: 271px;
}
.w_272px {
  width: 272px;
}
.w_273px {
  width: 273px;
}
.w_274px {
  width: 274px;
}
.w_275px {
  width: 275px;
}
.w_276px {
  width: 276px;
}
.w_277px {
  width: 277px;
}
.w_278px {
  width: 278px;
}
.w_279px {
  width: 279px;
}
.w_280px {
  width: 280px;
}
.w_281px {
  width: 281px;
}
.w_282px {
  width: 282px;
}
.w_283px {
  width: 283px;
}
.w_284px {
  width: 284px;
}
.w_285px {
  width: 285px;
}
.w_286px {
  width: 286px;
}
.w_287px {
  width: 287px;
}
.w_288px {
  width: 288px;
}
.w_289px {
  width: 289px;
}
.w_290px {
  width: 290px;
}
.w_291px {
  width: 291px;
}
.w_292px {
  width: 292px;
}
.w_293px {
  width: 293px;
}
.w_294px {
  width: 294px;
}
.w_295px {
  width: 295px;
}
.w_296px {
  width: 296px;
}
.w_297px {
  width: 297px;
}
.w_298px {
  width: 298px;
}
.w_299px {
  width: 299px;
}
.w_300px {
  width: 300px;
}
.w_301px {
  width: 301px;
}
.w_302px {
  width: 302px;
}
.w_303px {
  width: 303px;
}
.w_304px {
  width: 304px;
}
.w_305px {
  width: 305px;
}
.w_306px {
  width: 306px;
}
.w_307px {
  width: 307px;
}
.w_308px {
  width: 308px;
}
.w_309px {
  width: 309px;
}
.w_310px {
  width: 310px;
}
.w_311px {
  width: 311px;
}
.w_312px {
  width: 312px;
}
.w_313px {
  width: 313px;
}
.w_314px {
  width: 314px;
}
.w_315px {
  width: 315px;
}
.w_316px {
  width: 316px;
}
.w_317px {
  width: 317px;
}
.w_318px {
  width: 318px;
}
.w_319px {
  width: 319px;
}
.w_320px {
  width: 320px;
}
.w_321px {
  width: 321px;
}
.w_322px {
  width: 322px;
}
.w_323px {
  width: 323px;
}
.w_324px {
  width: 324px;
}
.w_325px {
  width: 325px;
}
.w_326px {
  width: 326px;
}
.w_327px {
  width: 327px;
}
.w_328px {
  width: 328px;
}
.w_329px {
  width: 329px;
}
.w_330px {
  width: 330px;
}
.w_331px {
  width: 331px;
}
.w_332px {
  width: 332px;
}
.w_333px {
  width: 333px;
}
.w_334px {
  width: 334px;
}
.w_335px {
  width: 335px;
}
.w_336px {
  width: 336px;
}
.w_337px {
  width: 337px;
}
.w_338px {
  width: 338px;
}
.w_339px {
  width: 339px;
}
.w_340px {
  width: 340px;
}
.w_341px {
  width: 341px;
}
.w_342px {
  width: 342px;
}
.w_343px {
  width: 343px;
}
.w_344px {
  width: 344px;
}
.w_345px {
  width: 345px;
}
.w_346px {
  width: 346px;
}
.w_347px {
  width: 347px;
}
.w_348px {
  width: 348px;
}
.w_349px {
  width: 349px;
}
.w_350px {
  width: 350px;
}
.w_351px {
  width: 351px;
}
.w_352px {
  width: 352px;
}
.w_353px {
  width: 353px;
}
.w_354px {
  width: 354px;
}
.w_355px {
  width: 355px;
}
.w_356px {
  width: 356px;
}
.w_357px {
  width: 357px;
}
.w_358px {
  width: 358px;
}
.w_359px {
  width: 359px;
}
.w_360px {
  width: 360px;
}
.w_361px {
  width: 361px;
}
.w_362px {
  width: 362px;
}
.w_363px {
  width: 363px;
}
.w_364px {
  width: 364px;
}
.w_365px {
  width: 365px;
}
.w_366px {
  width: 366px;
}
.w_367px {
  width: 367px;
}
.w_368px {
  width: 368px;
}
.w_369px {
  width: 369px;
}
.w_370px {
  width: 370px;
}
.w_371px {
  width: 371px;
}
.w_372px {
  width: 372px;
}
.w_373px {
  width: 373px;
}
.w_374px {
  width: 374px;
}
.w_375px {
  width: 375px;
}
.w_376px {
  width: 376px;
}
.w_377px {
  width: 377px;
}
.w_378px {
  width: 378px;
}
.w_379px {
  width: 379px;
}
.w_380px {
  width: 380px;
}
.w_381px {
  width: 381px;
}
.w_382px {
  width: 382px;
}
.w_383px {
  width: 383px;
}
.w_384px {
  width: 384px;
}
.w_385px {
  width: 385px;
}
.w_386px {
  width: 386px;
}
.w_387px {
  width: 387px;
}
.w_388px {
  width: 388px;
}
.w_389px {
  width: 389px;
}
.w_390px {
  width: 390px;
}
.w_391px {
  width: 391px;
}
.w_392px {
  width: 392px;
}
.w_393px {
  width: 393px;
}
.w_394px {
  width: 394px;
}
.w_395px {
  width: 395px;
}
.w_396px {
  width: 396px;
}
.w_397px {
  width: 397px;
}
.w_398px {
  width: 398px;
}
.w_399px {
  width: 399px;
}
.w_400px {
  width: 400px;
}
.w_401px {
  width: 401px;
}
.w_402px {
  width: 402px;
}
.w_403px {
  width: 403px;
}
.w_404px {
  width: 404px;
}
.w_405px {
  width: 405px;
}
.w_406px {
  width: 406px;
}
.w_407px {
  width: 407px;
}
.w_408px {
  width: 408px;
}
.w_409px {
  width: 409px;
}
.w_410px {
  width: 410px;
}
.w_411px {
  width: 411px;
}
.w_412px {
  width: 412px;
}
.w_413px {
  width: 413px;
}
.w_414px {
  width: 414px;
}
.w_415px {
  width: 415px;
}
.w_416px {
  width: 416px;
}
.w_417px {
  width: 417px;
}
.w_418px {
  width: 418px;
}
.w_419px {
  width: 419px;
}
.w_420px {
  width: 420px;
}
.w_421px {
  width: 421px;
}
.w_422px {
  width: 422px;
}
.w_423px {
  width: 423px;
}
.w_424px {
  width: 424px;
}
.w_425px {
  width: 425px;
}
.w_426px {
  width: 426px;
}
.w_427px {
  width: 427px;
}
.w_428px {
  width: 428px;
}
.w_429px {
  width: 429px;
}
.w_430px {
  width: 430px;
}
.w_431px {
  width: 431px;
}
.w_432px {
  width: 432px;
}
.w_433px {
  width: 433px;
}
.w_434px {
  width: 434px;
}
.w_435px {
  width: 435px;
}
.w_436px {
  width: 436px;
}
.w_437px {
  width: 437px;
}
.w_438px {
  width: 438px;
}
.w_439px {
  width: 439px;
}
.w_440px {
  width: 440px;
}
.w_441px {
  width: 441px;
}
.w_442px {
  width: 442px;
}
.w_443px {
  width: 443px;
}
.w_444px {
  width: 444px;
}
.w_445px {
  width: 445px;
}
.w_446px {
  width: 446px;
}
.w_447px {
  width: 447px;
}
.w_448px {
  width: 448px;
}
.w_449px {
  width: 449px;
}
.w_450px {
  width: 450px;
}
.w_451px {
  width: 451px;
}
.w_452px {
  width: 452px;
}
.w_453px {
  width: 453px;
}
.w_454px {
  width: 454px;
}
.w_455px {
  width: 455px;
}
.w_456px {
  width: 456px;
}
.w_457px {
  width: 457px;
}
.w_458px {
  width: 458px;
}
.w_459px {
  width: 459px;
}
.w_460px {
  width: 460px;
}
.w_461px {
  width: 461px;
}
.w_462px {
  width: 462px;
}
.w_463px {
  width: 463px;
}
.w_464px {
  width: 464px;
}
.w_465px {
  width: 465px;
}
.w_466px {
  width: 466px;
}
.w_467px {
  width: 467px;
}
.w_468px {
  width: 468px;
}
.w_469px {
  width: 469px;
}
.w_470px {
  width: 470px;
}
.w_471px {
  width: 471px;
}
.w_472px {
  width: 472px;
}
.w_473px {
  width: 473px;
}
.w_474px {
  width: 474px;
}
.w_475px {
  width: 475px;
}
.w_476px {
  width: 476px;
}
.w_477px {
  width: 477px;
}
.w_478px {
  width: 478px;
}
.w_479px {
  width: 479px;
}
.w_480px {
  width: 480px;
}
.w_481px {
  width: 481px;
}
.w_482px {
  width: 482px;
}
.w_483px {
  width: 483px;
}
.w_484px {
  width: 484px;
}
.w_485px {
  width: 485px;
}
.w_486px {
  width: 486px;
}
.w_487px {
  width: 487px;
}
.w_488px {
  width: 488px;
}
.w_489px {
  width: 489px;
}
.w_490px {
  width: 490px;
}
.w_491px {
  width: 491px;
}
.w_492px {
  width: 492px;
}
.w_493px {
  width: 493px;
}
.w_494px {
  width: 494px;
}
.w_495px {
  width: 495px;
}
.w_496px {
  width: 496px;
}
.w_497px {
  width: 497px;
}
.w_498px {
  width: 498px;
}
.w_499px {
  width: 499px;
}
.w_500px {
  width: 500px;
}
.w_1vw {
  width: 1vw;
}
.w_1vw.isMinWidth {
  min-width: 1vw;
}
.w_2vw {
  width: 2vw;
}
.w_2vw.isMinWidth {
  min-width: 2vw;
}
.w_3vw {
  width: 3vw;
}
.w_3vw.isMinWidth {
  min-width: 3vw;
}
.w_4vw {
  width: 4vw;
}
.w_4vw.isMinWidth {
  min-width: 4vw;
}
.w_5vw {
  width: 5vw;
}
.w_5vw.isMinWidth {
  min-width: 5vw;
}
.w_6vw {
  width: 6vw;
}
.w_6vw.isMinWidth {
  min-width: 6vw;
}
.w_7vw {
  width: 7vw;
}
.w_7vw.isMinWidth {
  min-width: 7vw;
}
.w_8vw {
  width: 8vw;
}
.w_8vw.isMinWidth {
  min-width: 8vw;
}
.w_9vw {
  width: 9vw;
}
.w_9vw.isMinWidth {
  min-width: 9vw;
}
.w_10vw {
  width: 10vw;
}
.w_10vw.isMinWidth {
  min-width: 10vw;
}
.w_11vw {
  width: 11vw;
}
.w_11vw.isMinWidth {
  min-width: 11vw;
}
.w_12vw {
  width: 12vw;
}
.w_12vw.isMinWidth {
  min-width: 12vw;
}
.w_13vw {
  width: 13vw;
}
.w_13vw.isMinWidth {
  min-width: 13vw;
}
.w_14vw {
  width: 14vw;
}
.w_14vw.isMinWidth {
  min-width: 14vw;
}
.w_15vw {
  width: 15vw;
}
.w_15vw.isMinWidth {
  min-width: 15vw;
}
.w_16vw {
  width: 16vw;
}
.w_16vw.isMinWidth {
  min-width: 16vw;
}
.w_17vw {
  width: 17vw;
}
.w_17vw.isMinWidth {
  min-width: 17vw;
}
.w_18vw {
  width: 18vw;
}
.w_18vw.isMinWidth {
  min-width: 18vw;
}
.w_19vw {
  width: 19vw;
}
.w_19vw.isMinWidth {
  min-width: 19vw;
}
.w_20vw {
  width: 20vw;
}
.w_20vw.isMinWidth {
  min-width: 20vw;
}
.w_21vw {
  width: 21vw;
}
.w_21vw.isMinWidth {
  min-width: 21vw;
}
.w_22vw {
  width: 22vw;
}
.w_22vw.isMinWidth {
  min-width: 22vw;
}
.w_23vw {
  width: 23vw;
}
.w_23vw.isMinWidth {
  min-width: 23vw;
}
.w_24vw {
  width: 24vw;
}
.w_24vw.isMinWidth {
  min-width: 24vw;
}
.w_25vw {
  width: 25vw;
}
.w_25vw.isMinWidth {
  min-width: 25vw;
}
.w_26vw {
  width: 26vw;
}
.w_26vw.isMinWidth {
  min-width: 26vw;
}
.w_27vw {
  width: 27vw;
}
.w_27vw.isMinWidth {
  min-width: 27vw;
}
.w_28vw {
  width: 28vw;
}
.w_28vw.isMinWidth {
  min-width: 28vw;
}
.w_29vw {
  width: 29vw;
}
.w_29vw.isMinWidth {
  min-width: 29vw;
}
.w_30vw {
  width: 30vw;
}
.w_30vw.isMinWidth {
  min-width: 30vw;
}
.w_31vw {
  width: 31vw;
}
.w_31vw.isMinWidth {
  min-width: 31vw;
}
.w_32vw {
  width: 32vw;
}
.w_32vw.isMinWidth {
  min-width: 32vw;
}
.w_33vw {
  width: 33vw;
}
.w_33vw.isMinWidth {
  min-width: 33vw;
}
.w_34vw {
  width: 34vw;
}
.w_34vw.isMinWidth {
  min-width: 34vw;
}
.w_35vw {
  width: 35vw;
}
.w_35vw.isMinWidth {
  min-width: 35vw;
}
.w_36vw {
  width: 36vw;
}
.w_36vw.isMinWidth {
  min-width: 36vw;
}
.w_37vw {
  width: 37vw;
}
.w_37vw.isMinWidth {
  min-width: 37vw;
}
.w_38vw {
  width: 38vw;
}
.w_38vw.isMinWidth {
  min-width: 38vw;
}
.w_39vw {
  width: 39vw;
}
.w_39vw.isMinWidth {
  min-width: 39vw;
}
.w_40vw {
  width: 40vw;
}
.w_40vw.isMinWidth {
  min-width: 40vw;
}
.w_41vw {
  width: 41vw;
}
.w_41vw.isMinWidth {
  min-width: 41vw;
}
.w_42vw {
  width: 42vw;
}
.w_42vw.isMinWidth {
  min-width: 42vw;
}
.w_43vw {
  width: 43vw;
}
.w_43vw.isMinWidth {
  min-width: 43vw;
}
.w_44vw {
  width: 44vw;
}
.w_44vw.isMinWidth {
  min-width: 44vw;
}
.w_45vw {
  width: 45vw;
}
.w_45vw.isMinWidth {
  min-width: 45vw;
}
.w_46vw {
  width: 46vw;
}
.w_46vw.isMinWidth {
  min-width: 46vw;
}
.w_47vw {
  width: 47vw;
}
.w_47vw.isMinWidth {
  min-width: 47vw;
}
.w_48vw {
  width: 48vw;
}
.w_48vw.isMinWidth {
  min-width: 48vw;
}
.w_49vw {
  width: 49vw;
}
.w_49vw.isMinWidth {
  min-width: 49vw;
}
.w_50vw {
  width: 50vw;
}
.w_50vw.isMinWidth {
  min-width: 50vw;
}
.w_51vw {
  width: 51vw;
}
.w_51vw.isMinWidth {
  min-width: 51vw;
}
.w_52vw {
  width: 52vw;
}
.w_52vw.isMinWidth {
  min-width: 52vw;
}
.w_53vw {
  width: 53vw;
}
.w_53vw.isMinWidth {
  min-width: 53vw;
}
.w_54vw {
  width: 54vw;
}
.w_54vw.isMinWidth {
  min-width: 54vw;
}
.w_55vw {
  width: 55vw;
}
.w_55vw.isMinWidth {
  min-width: 55vw;
}
.w_56vw {
  width: 56vw;
}
.w_56vw.isMinWidth {
  min-width: 56vw;
}
.w_57vw {
  width: 57vw;
}
.w_57vw.isMinWidth {
  min-width: 57vw;
}
.w_58vw {
  width: 58vw;
}
.w_58vw.isMinWidth {
  min-width: 58vw;
}
.w_59vw {
  width: 59vw;
}
.w_59vw.isMinWidth {
  min-width: 59vw;
}
.w_60vw {
  width: 60vw;
}
.w_60vw.isMinWidth {
  min-width: 60vw;
}
.w_61vw {
  width: 61vw;
}
.w_61vw.isMinWidth {
  min-width: 61vw;
}
.w_62vw {
  width: 62vw;
}
.w_62vw.isMinWidth {
  min-width: 62vw;
}
.w_63vw {
  width: 63vw;
}
.w_63vw.isMinWidth {
  min-width: 63vw;
}
.w_64vw {
  width: 64vw;
}
.w_64vw.isMinWidth {
  min-width: 64vw;
}
.w_65vw {
  width: 65vw;
}
.w_65vw.isMinWidth {
  min-width: 65vw;
}
.w_66vw {
  width: 66vw;
}
.w_66vw.isMinWidth {
  min-width: 66vw;
}
.w_67vw {
  width: 67vw;
}
.w_67vw.isMinWidth {
  min-width: 67vw;
}
.w_68vw {
  width: 68vw;
}
.w_68vw.isMinWidth {
  min-width: 68vw;
}
.w_69vw {
  width: 69vw;
}
.w_69vw.isMinWidth {
  min-width: 69vw;
}
.w_70vw {
  width: 70vw;
}
.w_70vw.isMinWidth {
  min-width: 70vw;
}
.w_71vw {
  width: 71vw;
}
.w_71vw.isMinWidth {
  min-width: 71vw;
}
.w_72vw {
  width: 72vw;
}
.w_72vw.isMinWidth {
  min-width: 72vw;
}
.w_73vw {
  width: 73vw;
}
.w_73vw.isMinWidth {
  min-width: 73vw;
}
.w_74vw {
  width: 74vw;
}
.w_74vw.isMinWidth {
  min-width: 74vw;
}
.w_75vw {
  width: 75vw;
}
.w_75vw.isMinWidth {
  min-width: 75vw;
}
.w_76vw {
  width: 76vw;
}
.w_76vw.isMinWidth {
  min-width: 76vw;
}
.w_77vw {
  width: 77vw;
}
.w_77vw.isMinWidth {
  min-width: 77vw;
}
.w_78vw {
  width: 78vw;
}
.w_78vw.isMinWidth {
  min-width: 78vw;
}
.w_79vw {
  width: 79vw;
}
.w_79vw.isMinWidth {
  min-width: 79vw;
}
.w_80vw {
  width: 80vw;
}
.w_80vw.isMinWidth {
  min-width: 80vw;
}
.w_81vw {
  width: 81vw;
}
.w_81vw.isMinWidth {
  min-width: 81vw;
}
.w_82vw {
  width: 82vw;
}
.w_82vw.isMinWidth {
  min-width: 82vw;
}
.w_83vw {
  width: 83vw;
}
.w_83vw.isMinWidth {
  min-width: 83vw;
}
.w_84vw {
  width: 84vw;
}
.w_84vw.isMinWidth {
  min-width: 84vw;
}
.w_85vw {
  width: 85vw;
}
.w_85vw.isMinWidth {
  min-width: 85vw;
}
.w_86vw {
  width: 86vw;
}
.w_86vw.isMinWidth {
  min-width: 86vw;
}
.w_87vw {
  width: 87vw;
}
.w_87vw.isMinWidth {
  min-width: 87vw;
}
.w_88vw {
  width: 88vw;
}
.w_88vw.isMinWidth {
  min-width: 88vw;
}
.w_89vw {
  width: 89vw;
}
.w_89vw.isMinWidth {
  min-width: 89vw;
}
.w_90vw {
  width: 90vw;
}
.w_90vw.isMinWidth {
  min-width: 90vw;
}
.w_91vw {
  width: 91vw;
}
.w_91vw.isMinWidth {
  min-width: 91vw;
}
.w_92vw {
  width: 92vw;
}
.w_92vw.isMinWidth {
  min-width: 92vw;
}
.w_93vw {
  width: 93vw;
}
.w_93vw.isMinWidth {
  min-width: 93vw;
}
.w_94vw {
  width: 94vw;
}
.w_94vw.isMinWidth {
  min-width: 94vw;
}
.w_95vw {
  width: 95vw;
}
.w_95vw.isMinWidth {
  min-width: 95vw;
}
.w_96vw {
  width: 96vw;
}
.w_96vw.isMinWidth {
  min-width: 96vw;
}
.w_97vw {
  width: 97vw;
}
.w_97vw.isMinWidth {
  min-width: 97vw;
}
.w_98vw {
  width: 98vw;
}
.w_98vw.isMinWidth {
  min-width: 98vw;
}
.w_99vw {
  width: 99vw;
}
.w_99vw.isMinWidth {
  min-width: 99vw;
}
.w_100vw {
  width: 100vw;
}
.w_100vw.isMinWidth {
  min-width: 100vw;
}
.w_1 {
  width: 1%;
}
.w_1.isMinWidth {
  min-width: 1%;
}
.w_2 {
  width: 2%;
}
.w_2.isMinWidth {
  min-width: 2%;
}
.w_3 {
  width: 3%;
}
.w_3.isMinWidth {
  min-width: 3%;
}
.w_4 {
  width: 4%;
}
.w_4.isMinWidth {
  min-width: 4%;
}
.w_5 {
  width: 5%;
}
.w_5.isMinWidth {
  min-width: 5%;
}
.w_6 {
  width: 6%;
}
.w_6.isMinWidth {
  min-width: 6%;
}
.w_7 {
  width: 7%;
}
.w_7.isMinWidth {
  min-width: 7%;
}
.w_8 {
  width: 8%;
}
.w_8.isMinWidth {
  min-width: 8%;
}
.w_9 {
  width: 9%;
}
.w_9.isMinWidth {
  min-width: 9%;
}
.w_10 {
  width: 10%;
}
.w_10.isMinWidth {
  min-width: 10%;
}
.w_11 {
  width: 11%;
}
.w_11.isMinWidth {
  min-width: 11%;
}
.w_12 {
  width: 12%;
}
.w_12.isMinWidth {
  min-width: 12%;
}
.w_13 {
  width: 13%;
}
.w_13.isMinWidth {
  min-width: 13%;
}
.w_14 {
  width: 14%;
}
.w_14.isMinWidth {
  min-width: 14%;
}
.w_15 {
  width: 15%;
}
.w_15.isMinWidth {
  min-width: 15%;
}
.w_16 {
  width: 16%;
}
.w_16.isMinWidth {
  min-width: 16%;
}
.w_17 {
  width: 17%;
}
.w_17.isMinWidth {
  min-width: 17%;
}
.w_18 {
  width: 18%;
}
.w_18.isMinWidth {
  min-width: 18%;
}
.w_19 {
  width: 19%;
}
.w_19.isMinWidth {
  min-width: 19%;
}
.w_20 {
  width: 20%;
}
.w_20.isMinWidth {
  min-width: 20%;
}
.w_21 {
  width: 21%;
}
.w_21.isMinWidth {
  min-width: 21%;
}
.w_22 {
  width: 22%;
}
.w_22.isMinWidth {
  min-width: 22%;
}
.w_23 {
  width: 23%;
}
.w_23.isMinWidth {
  min-width: 23%;
}
.w_24 {
  width: 24%;
}
.w_24.isMinWidth {
  min-width: 24%;
}
.w_25 {
  width: 25%;
}
.w_25.isMinWidth {
  min-width: 25%;
}
.w_26 {
  width: 26%;
}
.w_26.isMinWidth {
  min-width: 26%;
}
.w_27 {
  width: 27%;
}
.w_27.isMinWidth {
  min-width: 27%;
}
.w_28 {
  width: 28%;
}
.w_28.isMinWidth {
  min-width: 28%;
}
.w_29 {
  width: 29%;
}
.w_29.isMinWidth {
  min-width: 29%;
}
.w_30 {
  width: 30%;
}
.w_30.isMinWidth {
  min-width: 30%;
}
.w_31 {
  width: 31%;
}
.w_31.isMinWidth {
  min-width: 31%;
}
.w_32 {
  width: 32%;
}
.w_32.isMinWidth {
  min-width: 32%;
}
.w_33 {
  width: 33%;
}
.w_33.isMinWidth {
  min-width: 33%;
}
.w_34 {
  width: 34%;
}
.w_34.isMinWidth {
  min-width: 34%;
}
.w_35 {
  width: 35%;
}
.w_35.isMinWidth {
  min-width: 35%;
}
.w_36 {
  width: 36%;
}
.w_36.isMinWidth {
  min-width: 36%;
}
.w_37 {
  width: 37%;
}
.w_37.isMinWidth {
  min-width: 37%;
}
.w_38 {
  width: 38%;
}
.w_38.isMinWidth {
  min-width: 38%;
}
.w_39 {
  width: 39%;
}
.w_39.isMinWidth {
  min-width: 39%;
}
.w_40 {
  width: 40%;
}
.w_40.isMinWidth {
  min-width: 40%;
}
.w_41 {
  width: 41%;
}
.w_41.isMinWidth {
  min-width: 41%;
}
.w_42 {
  width: 42%;
}
.w_42.isMinWidth {
  min-width: 42%;
}
.w_43 {
  width: 43%;
}
.w_43.isMinWidth {
  min-width: 43%;
}
.w_44 {
  width: 44%;
}
.w_44.isMinWidth {
  min-width: 44%;
}
.w_45 {
  width: 45%;
}
.w_45.isMinWidth {
  min-width: 45%;
}
.w_46 {
  width: 46%;
}
.w_46.isMinWidth {
  min-width: 46%;
}
.w_47 {
  width: 47%;
}
.w_47.isMinWidth {
  min-width: 47%;
}
.w_48 {
  width: 48%;
}
.w_48.isMinWidth {
  min-width: 48%;
}
.w_49 {
  width: 49%;
}
.w_49.isMinWidth {
  min-width: 49%;
}
.w_50 {
  width: 50%;
}
.w_50.isMinWidth {
  min-width: 50%;
}
.w_51 {
  width: 51%;
}
.w_51.isMinWidth {
  min-width: 51%;
}
.w_52 {
  width: 52%;
}
.w_52.isMinWidth {
  min-width: 52%;
}
.w_53 {
  width: 53%;
}
.w_53.isMinWidth {
  min-width: 53%;
}
.w_54 {
  width: 54%;
}
.w_54.isMinWidth {
  min-width: 54%;
}
.w_55 {
  width: 55%;
}
.w_55.isMinWidth {
  min-width: 55%;
}
.w_56 {
  width: 56%;
}
.w_56.isMinWidth {
  min-width: 56%;
}
.w_57 {
  width: 57%;
}
.w_57.isMinWidth {
  min-width: 57%;
}
.w_58 {
  width: 58%;
}
.w_58.isMinWidth {
  min-width: 58%;
}
.w_59 {
  width: 59%;
}
.w_59.isMinWidth {
  min-width: 59%;
}
.w_60 {
  width: 60%;
}
.w_60.isMinWidth {
  min-width: 60%;
}
.w_61 {
  width: 61%;
}
.w_61.isMinWidth {
  min-width: 61%;
}
.w_62 {
  width: 62%;
}
.w_62.isMinWidth {
  min-width: 62%;
}
.w_63 {
  width: 63%;
}
.w_63.isMinWidth {
  min-width: 63%;
}
.w_64 {
  width: 64%;
}
.w_64.isMinWidth {
  min-width: 64%;
}
.w_65 {
  width: 65%;
}
.w_65.isMinWidth {
  min-width: 65%;
}
.w_66 {
  width: 66%;
}
.w_66.isMinWidth {
  min-width: 66%;
}
.w_67 {
  width: 67%;
}
.w_67.isMinWidth {
  min-width: 67%;
}
.w_68 {
  width: 68%;
}
.w_68.isMinWidth {
  min-width: 68%;
}
.w_69 {
  width: 69%;
}
.w_69.isMinWidth {
  min-width: 69%;
}
.w_70 {
  width: 70%;
}
.w_70.isMinWidth {
  min-width: 70%;
}
.w_71 {
  width: 71%;
}
.w_71.isMinWidth {
  min-width: 71%;
}
.w_72 {
  width: 72%;
}
.w_72.isMinWidth {
  min-width: 72%;
}
.w_73 {
  width: 73%;
}
.w_73.isMinWidth {
  min-width: 73%;
}
.w_74 {
  width: 74%;
}
.w_74.isMinWidth {
  min-width: 74%;
}
.w_75 {
  width: 75%;
}
.w_75.isMinWidth {
  min-width: 75%;
}
.w_76 {
  width: 76%;
}
.w_76.isMinWidth {
  min-width: 76%;
}
.w_77 {
  width: 77%;
}
.w_77.isMinWidth {
  min-width: 77%;
}
.w_78 {
  width: 78%;
}
.w_78.isMinWidth {
  min-width: 78%;
}
.w_79 {
  width: 79%;
}
.w_79.isMinWidth {
  min-width: 79%;
}
.w_80 {
  width: 80%;
}
.w_80.isMinWidth {
  min-width: 80%;
}
.w_81 {
  width: 81%;
}
.w_81.isMinWidth {
  min-width: 81%;
}
.w_82 {
  width: 82%;
}
.w_82.isMinWidth {
  min-width: 82%;
}
.w_83 {
  width: 83%;
}
.w_83.isMinWidth {
  min-width: 83%;
}
.w_84 {
  width: 84%;
}
.w_84.isMinWidth {
  min-width: 84%;
}
.w_85 {
  width: 85%;
}
.w_85.isMinWidth {
  min-width: 85%;
}
.w_86 {
  width: 86%;
}
.w_86.isMinWidth {
  min-width: 86%;
}
.w_87 {
  width: 87%;
}
.w_87.isMinWidth {
  min-width: 87%;
}
.w_88 {
  width: 88%;
}
.w_88.isMinWidth {
  min-width: 88%;
}
.w_89 {
  width: 89%;
}
.w_89.isMinWidth {
  min-width: 89%;
}
.w_90 {
  width: 90%;
}
.w_90.isMinWidth {
  min-width: 90%;
}
.w_91 {
  width: 91%;
}
.w_91.isMinWidth {
  min-width: 91%;
}
.w_92 {
  width: 92%;
}
.w_92.isMinWidth {
  min-width: 92%;
}
.w_93 {
  width: 93%;
}
.w_93.isMinWidth {
  min-width: 93%;
}
.w_94 {
  width: 94%;
}
.w_94.isMinWidth {
  min-width: 94%;
}
.w_95 {
  width: 95%;
}
.w_95.isMinWidth {
  min-width: 95%;
}
.w_96 {
  width: 96%;
}
.w_96.isMinWidth {
  min-width: 96%;
}
.w_97 {
  width: 97%;
}
.w_97.isMinWidth {
  min-width: 97%;
}
.w_98 {
  width: 98%;
}
.w_98.isMinWidth {
  min-width: 98%;
}
.w_99 {
  width: 99%;
}
.w_99.isMinWidth {
  min-width: 99%;
}
.w_100 {
  width: 100%;
}
.w_100.isMinWidth {
  min-width: 100%;
}
.w_1rem {
  width: 1rem;
}
.w_1rem.isMinWidth {
  min-width: 1rem;
}
.w_1rem.isMaxWidth {
  max-width: 1rem;
}
.w_max_1rem {
  max-width: 1rem;
}
.w_min_1rem {
  min-width: 1rem;
}
.w_2rem {
  width: 2rem;
}
.w_2rem.isMinWidth {
  min-width: 2rem;
}
.w_2rem.isMaxWidth {
  max-width: 2rem;
}
.w_max_2rem {
  max-width: 2rem;
}
.w_min_2rem {
  min-width: 2rem;
}
.w_3rem {
  width: 3rem;
}
.w_3rem.isMinWidth {
  min-width: 3rem;
}
.w_3rem.isMaxWidth {
  max-width: 3rem;
}
.w_max_3rem {
  max-width: 3rem;
}
.w_min_3rem {
  min-width: 3rem;
}
.w_4rem {
  width: 4rem;
}
.w_4rem.isMinWidth {
  min-width: 4rem;
}
.w_4rem.isMaxWidth {
  max-width: 4rem;
}
.w_max_4rem {
  max-width: 4rem;
}
.w_min_4rem {
  min-width: 4rem;
}
.w_5rem {
  width: 5rem;
}
.w_5rem.isMinWidth {
  min-width: 5rem;
}
.w_5rem.isMaxWidth {
  max-width: 5rem;
}
.w_max_5rem {
  max-width: 5rem;
}
.w_min_5rem {
  min-width: 5rem;
}
.w_6rem {
  width: 6rem;
}
.w_6rem.isMinWidth {
  min-width: 6rem;
}
.w_6rem.isMaxWidth {
  max-width: 6rem;
}
.w_max_6rem {
  max-width: 6rem;
}
.w_min_6rem {
  min-width: 6rem;
}
.w_7rem {
  width: 7rem;
}
.w_7rem.isMinWidth {
  min-width: 7rem;
}
.w_7rem.isMaxWidth {
  max-width: 7rem;
}
.w_max_7rem {
  max-width: 7rem;
}
.w_min_7rem {
  min-width: 7rem;
}
.w_8rem {
  width: 8rem;
}
.w_8rem.isMinWidth {
  min-width: 8rem;
}
.w_8rem.isMaxWidth {
  max-width: 8rem;
}
.w_max_8rem {
  max-width: 8rem;
}
.w_min_8rem {
  min-width: 8rem;
}
.w_9rem {
  width: 9rem;
}
.w_9rem.isMinWidth {
  min-width: 9rem;
}
.w_9rem.isMaxWidth {
  max-width: 9rem;
}
.w_max_9rem {
  max-width: 9rem;
}
.w_min_9rem {
  min-width: 9rem;
}
.w_10rem {
  width: 10rem;
}
.w_10rem.isMinWidth {
  min-width: 10rem;
}
.w_10rem.isMaxWidth {
  max-width: 10rem;
}
.w_max_10rem {
  max-width: 10rem;
}
.w_min_10rem {
  min-width: 10rem;
}
.w_11rem {
  width: 11rem;
}
.w_11rem.isMinWidth {
  min-width: 11rem;
}
.w_11rem.isMaxWidth {
  max-width: 11rem;
}
.w_max_11rem {
  max-width: 11rem;
}
.w_min_11rem {
  min-width: 11rem;
}
.w_12rem {
  width: 12rem;
}
.w_12rem.isMinWidth {
  min-width: 12rem;
}
.w_12rem.isMaxWidth {
  max-width: 12rem;
}
.w_max_12rem {
  max-width: 12rem;
}
.w_min_12rem {
  min-width: 12rem;
}
.w_13rem {
  width: 13rem;
}
.w_13rem.isMinWidth {
  min-width: 13rem;
}
.w_13rem.isMaxWidth {
  max-width: 13rem;
}
.w_max_13rem {
  max-width: 13rem;
}
.w_min_13rem {
  min-width: 13rem;
}
.w_14rem {
  width: 14rem;
}
.w_14rem.isMinWidth {
  min-width: 14rem;
}
.w_14rem.isMaxWidth {
  max-width: 14rem;
}
.w_max_14rem {
  max-width: 14rem;
}
.w_min_14rem {
  min-width: 14rem;
}
.w_15rem {
  width: 15rem;
}
.w_15rem.isMinWidth {
  min-width: 15rem;
}
.w_15rem.isMaxWidth {
  max-width: 15rem;
}
.w_max_15rem {
  max-width: 15rem;
}
.w_min_15rem {
  min-width: 15rem;
}
.w_16rem {
  width: 16rem;
}
.w_16rem.isMinWidth {
  min-width: 16rem;
}
.w_16rem.isMaxWidth {
  max-width: 16rem;
}
.w_max_16rem {
  max-width: 16rem;
}
.w_min_16rem {
  min-width: 16rem;
}
.w_17rem {
  width: 17rem;
}
.w_17rem.isMinWidth {
  min-width: 17rem;
}
.w_17rem.isMaxWidth {
  max-width: 17rem;
}
.w_max_17rem {
  max-width: 17rem;
}
.w_min_17rem {
  min-width: 17rem;
}
.w_18rem {
  width: 18rem;
}
.w_18rem.isMinWidth {
  min-width: 18rem;
}
.w_18rem.isMaxWidth {
  max-width: 18rem;
}
.w_max_18rem {
  max-width: 18rem;
}
.w_min_18rem {
  min-width: 18rem;
}
.w_19rem {
  width: 19rem;
}
.w_19rem.isMinWidth {
  min-width: 19rem;
}
.w_19rem.isMaxWidth {
  max-width: 19rem;
}
.w_max_19rem {
  max-width: 19rem;
}
.w_min_19rem {
  min-width: 19rem;
}
.w_20rem {
  width: 20rem;
}
.w_20rem.isMinWidth {
  min-width: 20rem;
}
.w_20rem.isMaxWidth {
  max-width: 20rem;
}
.w_max_20rem {
  max-width: 20rem;
}
.w_min_20rem {
  min-width: 20rem;
}
.w_21rem {
  width: 21rem;
}
.w_21rem.isMinWidth {
  min-width: 21rem;
}
.w_21rem.isMaxWidth {
  max-width: 21rem;
}
.w_max_21rem {
  max-width: 21rem;
}
.w_min_21rem {
  min-width: 21rem;
}
.w_22rem {
  width: 22rem;
}
.w_22rem.isMinWidth {
  min-width: 22rem;
}
.w_22rem.isMaxWidth {
  max-width: 22rem;
}
.w_max_22rem {
  max-width: 22rem;
}
.w_min_22rem {
  min-width: 22rem;
}
.w_23rem {
  width: 23rem;
}
.w_23rem.isMinWidth {
  min-width: 23rem;
}
.w_23rem.isMaxWidth {
  max-width: 23rem;
}
.w_max_23rem {
  max-width: 23rem;
}
.w_min_23rem {
  min-width: 23rem;
}
.w_24rem {
  width: 24rem;
}
.w_24rem.isMinWidth {
  min-width: 24rem;
}
.w_24rem.isMaxWidth {
  max-width: 24rem;
}
.w_max_24rem {
  max-width: 24rem;
}
.w_min_24rem {
  min-width: 24rem;
}
.w_25rem {
  width: 25rem;
}
.w_25rem.isMinWidth {
  min-width: 25rem;
}
.w_25rem.isMaxWidth {
  max-width: 25rem;
}
.w_max_25rem {
  max-width: 25rem;
}
.w_min_25rem {
  min-width: 25rem;
}
.w_26rem {
  width: 26rem;
}
.w_26rem.isMinWidth {
  min-width: 26rem;
}
.w_26rem.isMaxWidth {
  max-width: 26rem;
}
.w_max_26rem {
  max-width: 26rem;
}
.w_min_26rem {
  min-width: 26rem;
}
.w_27rem {
  width: 27rem;
}
.w_27rem.isMinWidth {
  min-width: 27rem;
}
.w_27rem.isMaxWidth {
  max-width: 27rem;
}
.w_max_27rem {
  max-width: 27rem;
}
.w_min_27rem {
  min-width: 27rem;
}
.w_28rem {
  width: 28rem;
}
.w_28rem.isMinWidth {
  min-width: 28rem;
}
.w_28rem.isMaxWidth {
  max-width: 28rem;
}
.w_max_28rem {
  max-width: 28rem;
}
.w_min_28rem {
  min-width: 28rem;
}
.w_29rem {
  width: 29rem;
}
.w_29rem.isMinWidth {
  min-width: 29rem;
}
.w_29rem.isMaxWidth {
  max-width: 29rem;
}
.w_max_29rem {
  max-width: 29rem;
}
.w_min_29rem {
  min-width: 29rem;
}
.w_30rem {
  width: 30rem;
}
.w_30rem.isMinWidth {
  min-width: 30rem;
}
.w_30rem.isMaxWidth {
  max-width: 30rem;
}
.w_max_30rem {
  max-width: 30rem;
}
.w_min_30rem {
  min-width: 30rem;
}
.w_31rem {
  width: 31rem;
}
.w_31rem.isMinWidth {
  min-width: 31rem;
}
.w_31rem.isMaxWidth {
  max-width: 31rem;
}
.w_max_31rem {
  max-width: 31rem;
}
.w_min_31rem {
  min-width: 31rem;
}
.w_32rem {
  width: 32rem;
}
.w_32rem.isMinWidth {
  min-width: 32rem;
}
.w_32rem.isMaxWidth {
  max-width: 32rem;
}
.w_max_32rem {
  max-width: 32rem;
}
.w_min_32rem {
  min-width: 32rem;
}
.w_33rem {
  width: 33rem;
}
.w_33rem.isMinWidth {
  min-width: 33rem;
}
.w_33rem.isMaxWidth {
  max-width: 33rem;
}
.w_max_33rem {
  max-width: 33rem;
}
.w_min_33rem {
  min-width: 33rem;
}
.w_34rem {
  width: 34rem;
}
.w_34rem.isMinWidth {
  min-width: 34rem;
}
.w_34rem.isMaxWidth {
  max-width: 34rem;
}
.w_max_34rem {
  max-width: 34rem;
}
.w_min_34rem {
  min-width: 34rem;
}
.w_35rem {
  width: 35rem;
}
.w_35rem.isMinWidth {
  min-width: 35rem;
}
.w_35rem.isMaxWidth {
  max-width: 35rem;
}
.w_max_35rem {
  max-width: 35rem;
}
.w_min_35rem {
  min-width: 35rem;
}
.w_36rem {
  width: 36rem;
}
.w_36rem.isMinWidth {
  min-width: 36rem;
}
.w_36rem.isMaxWidth {
  max-width: 36rem;
}
.w_max_36rem {
  max-width: 36rem;
}
.w_min_36rem {
  min-width: 36rem;
}
.w_37rem {
  width: 37rem;
}
.w_37rem.isMinWidth {
  min-width: 37rem;
}
.w_37rem.isMaxWidth {
  max-width: 37rem;
}
.w_max_37rem {
  max-width: 37rem;
}
.w_min_37rem {
  min-width: 37rem;
}
.w_38rem {
  width: 38rem;
}
.w_38rem.isMinWidth {
  min-width: 38rem;
}
.w_38rem.isMaxWidth {
  max-width: 38rem;
}
.w_max_38rem {
  max-width: 38rem;
}
.w_min_38rem {
  min-width: 38rem;
}
.w_39rem {
  width: 39rem;
}
.w_39rem.isMinWidth {
  min-width: 39rem;
}
.w_39rem.isMaxWidth {
  max-width: 39rem;
}
.w_max_39rem {
  max-width: 39rem;
}
.w_min_39rem {
  min-width: 39rem;
}
.w_40rem {
  width: 40rem;
}
.w_40rem.isMinWidth {
  min-width: 40rem;
}
.w_40rem.isMaxWidth {
  max-width: 40rem;
}
.w_max_40rem {
  max-width: 40rem;
}
.w_min_40rem {
  min-width: 40rem;
}
.w_41rem {
  width: 41rem;
}
.w_41rem.isMinWidth {
  min-width: 41rem;
}
.w_41rem.isMaxWidth {
  max-width: 41rem;
}
.w_max_41rem {
  max-width: 41rem;
}
.w_min_41rem {
  min-width: 41rem;
}
.w_42rem {
  width: 42rem;
}
.w_42rem.isMinWidth {
  min-width: 42rem;
}
.w_42rem.isMaxWidth {
  max-width: 42rem;
}
.w_max_42rem {
  max-width: 42rem;
}
.w_min_42rem {
  min-width: 42rem;
}
.w_43rem {
  width: 43rem;
}
.w_43rem.isMinWidth {
  min-width: 43rem;
}
.w_43rem.isMaxWidth {
  max-width: 43rem;
}
.w_max_43rem {
  max-width: 43rem;
}
.w_min_43rem {
  min-width: 43rem;
}
.w_44rem {
  width: 44rem;
}
.w_44rem.isMinWidth {
  min-width: 44rem;
}
.w_44rem.isMaxWidth {
  max-width: 44rem;
}
.w_max_44rem {
  max-width: 44rem;
}
.w_min_44rem {
  min-width: 44rem;
}
.w_45rem {
  width: 45rem;
}
.w_45rem.isMinWidth {
  min-width: 45rem;
}
.w_45rem.isMaxWidth {
  max-width: 45rem;
}
.w_max_45rem {
  max-width: 45rem;
}
.w_min_45rem {
  min-width: 45rem;
}
.w_46rem {
  width: 46rem;
}
.w_46rem.isMinWidth {
  min-width: 46rem;
}
.w_46rem.isMaxWidth {
  max-width: 46rem;
}
.w_max_46rem {
  max-width: 46rem;
}
.w_min_46rem {
  min-width: 46rem;
}
.w_47rem {
  width: 47rem;
}
.w_47rem.isMinWidth {
  min-width: 47rem;
}
.w_47rem.isMaxWidth {
  max-width: 47rem;
}
.w_max_47rem {
  max-width: 47rem;
}
.w_min_47rem {
  min-width: 47rem;
}
.w_48rem {
  width: 48rem;
}
.w_48rem.isMinWidth {
  min-width: 48rem;
}
.w_48rem.isMaxWidth {
  max-width: 48rem;
}
.w_max_48rem {
  max-width: 48rem;
}
.w_min_48rem {
  min-width: 48rem;
}
.w_49rem {
  width: 49rem;
}
.w_49rem.isMinWidth {
  min-width: 49rem;
}
.w_49rem.isMaxWidth {
  max-width: 49rem;
}
.w_max_49rem {
  max-width: 49rem;
}
.w_min_49rem {
  min-width: 49rem;
}
.w_50rem {
  width: 50rem;
}
.w_50rem.isMinWidth {
  min-width: 50rem;
}
.w_50rem.isMaxWidth {
  max-width: 50rem;
}
.w_max_50rem {
  max-width: 50rem;
}
.w_min_50rem {
  min-width: 50rem;
}
.w_51rem {
  width: 51rem;
}
.w_51rem.isMinWidth {
  min-width: 51rem;
}
.w_51rem.isMaxWidth {
  max-width: 51rem;
}
.w_max_51rem {
  max-width: 51rem;
}
.w_min_51rem {
  min-width: 51rem;
}
.w_52rem {
  width: 52rem;
}
.w_52rem.isMinWidth {
  min-width: 52rem;
}
.w_52rem.isMaxWidth {
  max-width: 52rem;
}
.w_max_52rem {
  max-width: 52rem;
}
.w_min_52rem {
  min-width: 52rem;
}
.w_53rem {
  width: 53rem;
}
.w_53rem.isMinWidth {
  min-width: 53rem;
}
.w_53rem.isMaxWidth {
  max-width: 53rem;
}
.w_max_53rem {
  max-width: 53rem;
}
.w_min_53rem {
  min-width: 53rem;
}
.w_54rem {
  width: 54rem;
}
.w_54rem.isMinWidth {
  min-width: 54rem;
}
.w_54rem.isMaxWidth {
  max-width: 54rem;
}
.w_max_54rem {
  max-width: 54rem;
}
.w_min_54rem {
  min-width: 54rem;
}
.w_55rem {
  width: 55rem;
}
.w_55rem.isMinWidth {
  min-width: 55rem;
}
.w_55rem.isMaxWidth {
  max-width: 55rem;
}
.w_max_55rem {
  max-width: 55rem;
}
.w_min_55rem {
  min-width: 55rem;
}
.w_56rem {
  width: 56rem;
}
.w_56rem.isMinWidth {
  min-width: 56rem;
}
.w_56rem.isMaxWidth {
  max-width: 56rem;
}
.w_max_56rem {
  max-width: 56rem;
}
.w_min_56rem {
  min-width: 56rem;
}
.w_57rem {
  width: 57rem;
}
.w_57rem.isMinWidth {
  min-width: 57rem;
}
.w_57rem.isMaxWidth {
  max-width: 57rem;
}
.w_max_57rem {
  max-width: 57rem;
}
.w_min_57rem {
  min-width: 57rem;
}
.w_58rem {
  width: 58rem;
}
.w_58rem.isMinWidth {
  min-width: 58rem;
}
.w_58rem.isMaxWidth {
  max-width: 58rem;
}
.w_max_58rem {
  max-width: 58rem;
}
.w_min_58rem {
  min-width: 58rem;
}
.w_59rem {
  width: 59rem;
}
.w_59rem.isMinWidth {
  min-width: 59rem;
}
.w_59rem.isMaxWidth {
  max-width: 59rem;
}
.w_max_59rem {
  max-width: 59rem;
}
.w_min_59rem {
  min-width: 59rem;
}
.w_60rem {
  width: 60rem;
}
.w_60rem.isMinWidth {
  min-width: 60rem;
}
.w_60rem.isMaxWidth {
  max-width: 60rem;
}
.w_max_60rem {
  max-width: 60rem;
}
.w_min_60rem {
  min-width: 60rem;
}
.w_61rem {
  width: 61rem;
}
.w_61rem.isMinWidth {
  min-width: 61rem;
}
.w_61rem.isMaxWidth {
  max-width: 61rem;
}
.w_max_61rem {
  max-width: 61rem;
}
.w_min_61rem {
  min-width: 61rem;
}
.w_62rem {
  width: 62rem;
}
.w_62rem.isMinWidth {
  min-width: 62rem;
}
.w_62rem.isMaxWidth {
  max-width: 62rem;
}
.w_max_62rem {
  max-width: 62rem;
}
.w_min_62rem {
  min-width: 62rem;
}
.w_63rem {
  width: 63rem;
}
.w_63rem.isMinWidth {
  min-width: 63rem;
}
.w_63rem.isMaxWidth {
  max-width: 63rem;
}
.w_max_63rem {
  max-width: 63rem;
}
.w_min_63rem {
  min-width: 63rem;
}
.w_64rem {
  width: 64rem;
}
.w_64rem.isMinWidth {
  min-width: 64rem;
}
.w_64rem.isMaxWidth {
  max-width: 64rem;
}
.w_max_64rem {
  max-width: 64rem;
}
.w_min_64rem {
  min-width: 64rem;
}
.w_65rem {
  width: 65rem;
}
.w_65rem.isMinWidth {
  min-width: 65rem;
}
.w_65rem.isMaxWidth {
  max-width: 65rem;
}
.w_max_65rem {
  max-width: 65rem;
}
.w_min_65rem {
  min-width: 65rem;
}
.w_66rem {
  width: 66rem;
}
.w_66rem.isMinWidth {
  min-width: 66rem;
}
.w_66rem.isMaxWidth {
  max-width: 66rem;
}
.w_max_66rem {
  max-width: 66rem;
}
.w_min_66rem {
  min-width: 66rem;
}
.w_67rem {
  width: 67rem;
}
.w_67rem.isMinWidth {
  min-width: 67rem;
}
.w_67rem.isMaxWidth {
  max-width: 67rem;
}
.w_max_67rem {
  max-width: 67rem;
}
.w_min_67rem {
  min-width: 67rem;
}
.w_68rem {
  width: 68rem;
}
.w_68rem.isMinWidth {
  min-width: 68rem;
}
.w_68rem.isMaxWidth {
  max-width: 68rem;
}
.w_max_68rem {
  max-width: 68rem;
}
.w_min_68rem {
  min-width: 68rem;
}
.w_69rem {
  width: 69rem;
}
.w_69rem.isMinWidth {
  min-width: 69rem;
}
.w_69rem.isMaxWidth {
  max-width: 69rem;
}
.w_max_69rem {
  max-width: 69rem;
}
.w_min_69rem {
  min-width: 69rem;
}
.w_70rem {
  width: 70rem;
}
.w_70rem.isMinWidth {
  min-width: 70rem;
}
.w_70rem.isMaxWidth {
  max-width: 70rem;
}
.w_max_70rem {
  max-width: 70rem;
}
.w_min_70rem {
  min-width: 70rem;
}
.w_71rem {
  width: 71rem;
}
.w_71rem.isMinWidth {
  min-width: 71rem;
}
.w_71rem.isMaxWidth {
  max-width: 71rem;
}
.w_max_71rem {
  max-width: 71rem;
}
.w_min_71rem {
  min-width: 71rem;
}
.w_72rem {
  width: 72rem;
}
.w_72rem.isMinWidth {
  min-width: 72rem;
}
.w_72rem.isMaxWidth {
  max-width: 72rem;
}
.w_max_72rem {
  max-width: 72rem;
}
.w_min_72rem {
  min-width: 72rem;
}
.w_73rem {
  width: 73rem;
}
.w_73rem.isMinWidth {
  min-width: 73rem;
}
.w_73rem.isMaxWidth {
  max-width: 73rem;
}
.w_max_73rem {
  max-width: 73rem;
}
.w_min_73rem {
  min-width: 73rem;
}
.w_74rem {
  width: 74rem;
}
.w_74rem.isMinWidth {
  min-width: 74rem;
}
.w_74rem.isMaxWidth {
  max-width: 74rem;
}
.w_max_74rem {
  max-width: 74rem;
}
.w_min_74rem {
  min-width: 74rem;
}
.w_75rem {
  width: 75rem;
}
.w_75rem.isMinWidth {
  min-width: 75rem;
}
.w_75rem.isMaxWidth {
  max-width: 75rem;
}
.w_max_75rem {
  max-width: 75rem;
}
.w_min_75rem {
  min-width: 75rem;
}
.w_76rem {
  width: 76rem;
}
.w_76rem.isMinWidth {
  min-width: 76rem;
}
.w_76rem.isMaxWidth {
  max-width: 76rem;
}
.w_max_76rem {
  max-width: 76rem;
}
.w_min_76rem {
  min-width: 76rem;
}
.w_77rem {
  width: 77rem;
}
.w_77rem.isMinWidth {
  min-width: 77rem;
}
.w_77rem.isMaxWidth {
  max-width: 77rem;
}
.w_max_77rem {
  max-width: 77rem;
}
.w_min_77rem {
  min-width: 77rem;
}
.w_78rem {
  width: 78rem;
}
.w_78rem.isMinWidth {
  min-width: 78rem;
}
.w_78rem.isMaxWidth {
  max-width: 78rem;
}
.w_max_78rem {
  max-width: 78rem;
}
.w_min_78rem {
  min-width: 78rem;
}
.w_79rem {
  width: 79rem;
}
.w_79rem.isMinWidth {
  min-width: 79rem;
}
.w_79rem.isMaxWidth {
  max-width: 79rem;
}
.w_max_79rem {
  max-width: 79rem;
}
.w_min_79rem {
  min-width: 79rem;
}
.w_80rem {
  width: 80rem;
}
.w_80rem.isMinWidth {
  min-width: 80rem;
}
.w_80rem.isMaxWidth {
  max-width: 80rem;
}
.w_max_80rem {
  max-width: 80rem;
}
.w_min_80rem {
  min-width: 80rem;
}
.w_81rem {
  width: 81rem;
}
.w_81rem.isMinWidth {
  min-width: 81rem;
}
.w_81rem.isMaxWidth {
  max-width: 81rem;
}
.w_max_81rem {
  max-width: 81rem;
}
.w_min_81rem {
  min-width: 81rem;
}
.w_82rem {
  width: 82rem;
}
.w_82rem.isMinWidth {
  min-width: 82rem;
}
.w_82rem.isMaxWidth {
  max-width: 82rem;
}
.w_max_82rem {
  max-width: 82rem;
}
.w_min_82rem {
  min-width: 82rem;
}
.w_83rem {
  width: 83rem;
}
.w_83rem.isMinWidth {
  min-width: 83rem;
}
.w_83rem.isMaxWidth {
  max-width: 83rem;
}
.w_max_83rem {
  max-width: 83rem;
}
.w_min_83rem {
  min-width: 83rem;
}
.w_84rem {
  width: 84rem;
}
.w_84rem.isMinWidth {
  min-width: 84rem;
}
.w_84rem.isMaxWidth {
  max-width: 84rem;
}
.w_max_84rem {
  max-width: 84rem;
}
.w_min_84rem {
  min-width: 84rem;
}
.w_85rem {
  width: 85rem;
}
.w_85rem.isMinWidth {
  min-width: 85rem;
}
.w_85rem.isMaxWidth {
  max-width: 85rem;
}
.w_max_85rem {
  max-width: 85rem;
}
.w_min_85rem {
  min-width: 85rem;
}
.w_86rem {
  width: 86rem;
}
.w_86rem.isMinWidth {
  min-width: 86rem;
}
.w_86rem.isMaxWidth {
  max-width: 86rem;
}
.w_max_86rem {
  max-width: 86rem;
}
.w_min_86rem {
  min-width: 86rem;
}
.w_87rem {
  width: 87rem;
}
.w_87rem.isMinWidth {
  min-width: 87rem;
}
.w_87rem.isMaxWidth {
  max-width: 87rem;
}
.w_max_87rem {
  max-width: 87rem;
}
.w_min_87rem {
  min-width: 87rem;
}
.w_88rem {
  width: 88rem;
}
.w_88rem.isMinWidth {
  min-width: 88rem;
}
.w_88rem.isMaxWidth {
  max-width: 88rem;
}
.w_max_88rem {
  max-width: 88rem;
}
.w_min_88rem {
  min-width: 88rem;
}
.w_89rem {
  width: 89rem;
}
.w_89rem.isMinWidth {
  min-width: 89rem;
}
.w_89rem.isMaxWidth {
  max-width: 89rem;
}
.w_max_89rem {
  max-width: 89rem;
}
.w_min_89rem {
  min-width: 89rem;
}
.w_90rem {
  width: 90rem;
}
.w_90rem.isMinWidth {
  min-width: 90rem;
}
.w_90rem.isMaxWidth {
  max-width: 90rem;
}
.w_max_90rem {
  max-width: 90rem;
}
.w_min_90rem {
  min-width: 90rem;
}
.w_91rem {
  width: 91rem;
}
.w_91rem.isMinWidth {
  min-width: 91rem;
}
.w_91rem.isMaxWidth {
  max-width: 91rem;
}
.w_max_91rem {
  max-width: 91rem;
}
.w_min_91rem {
  min-width: 91rem;
}
.w_92rem {
  width: 92rem;
}
.w_92rem.isMinWidth {
  min-width: 92rem;
}
.w_92rem.isMaxWidth {
  max-width: 92rem;
}
.w_max_92rem {
  max-width: 92rem;
}
.w_min_92rem {
  min-width: 92rem;
}
.w_93rem {
  width: 93rem;
}
.w_93rem.isMinWidth {
  min-width: 93rem;
}
.w_93rem.isMaxWidth {
  max-width: 93rem;
}
.w_max_93rem {
  max-width: 93rem;
}
.w_min_93rem {
  min-width: 93rem;
}
.w_94rem {
  width: 94rem;
}
.w_94rem.isMinWidth {
  min-width: 94rem;
}
.w_94rem.isMaxWidth {
  max-width: 94rem;
}
.w_max_94rem {
  max-width: 94rem;
}
.w_min_94rem {
  min-width: 94rem;
}
.w_95rem {
  width: 95rem;
}
.w_95rem.isMinWidth {
  min-width: 95rem;
}
.w_95rem.isMaxWidth {
  max-width: 95rem;
}
.w_max_95rem {
  max-width: 95rem;
}
.w_min_95rem {
  min-width: 95rem;
}
.w_96rem {
  width: 96rem;
}
.w_96rem.isMinWidth {
  min-width: 96rem;
}
.w_96rem.isMaxWidth {
  max-width: 96rem;
}
.w_max_96rem {
  max-width: 96rem;
}
.w_min_96rem {
  min-width: 96rem;
}
.w_97rem {
  width: 97rem;
}
.w_97rem.isMinWidth {
  min-width: 97rem;
}
.w_97rem.isMaxWidth {
  max-width: 97rem;
}
.w_max_97rem {
  max-width: 97rem;
}
.w_min_97rem {
  min-width: 97rem;
}
.w_98rem {
  width: 98rem;
}
.w_98rem.isMinWidth {
  min-width: 98rem;
}
.w_98rem.isMaxWidth {
  max-width: 98rem;
}
.w_max_98rem {
  max-width: 98rem;
}
.w_min_98rem {
  min-width: 98rem;
}
.w_99rem {
  width: 99rem;
}
.w_99rem.isMinWidth {
  min-width: 99rem;
}
.w_99rem.isMaxWidth {
  max-width: 99rem;
}
.w_max_99rem {
  max-width: 99rem;
}
.w_min_99rem {
  min-width: 99rem;
}
.w_100rem {
  width: 100rem;
}
.w_100rem.isMinWidth {
  min-width: 100rem;
}
.w_100rem.isMaxWidth {
  max-width: 100rem;
}
.w_max_100rem {
  max-width: 100rem;
}
.w_min_100rem {
  min-width: 100rem;
}
.w_101rem {
  width: 101rem;
}
.w_101rem.isMinWidth {
  min-width: 101rem;
}
.w_101rem.isMaxWidth {
  max-width: 101rem;
}
.w_max_101rem {
  max-width: 101rem;
}
.w_min_101rem {
  min-width: 101rem;
}
.w_102rem {
  width: 102rem;
}
.w_102rem.isMinWidth {
  min-width: 102rem;
}
.w_102rem.isMaxWidth {
  max-width: 102rem;
}
.w_max_102rem {
  max-width: 102rem;
}
.w_min_102rem {
  min-width: 102rem;
}
.w_103rem {
  width: 103rem;
}
.w_103rem.isMinWidth {
  min-width: 103rem;
}
.w_103rem.isMaxWidth {
  max-width: 103rem;
}
.w_max_103rem {
  max-width: 103rem;
}
.w_min_103rem {
  min-width: 103rem;
}
.w_104rem {
  width: 104rem;
}
.w_104rem.isMinWidth {
  min-width: 104rem;
}
.w_104rem.isMaxWidth {
  max-width: 104rem;
}
.w_max_104rem {
  max-width: 104rem;
}
.w_min_104rem {
  min-width: 104rem;
}
.w_105rem {
  width: 105rem;
}
.w_105rem.isMinWidth {
  min-width: 105rem;
}
.w_105rem.isMaxWidth {
  max-width: 105rem;
}
.w_max_105rem {
  max-width: 105rem;
}
.w_min_105rem {
  min-width: 105rem;
}
.w_106rem {
  width: 106rem;
}
.w_106rem.isMinWidth {
  min-width: 106rem;
}
.w_106rem.isMaxWidth {
  max-width: 106rem;
}
.w_max_106rem {
  max-width: 106rem;
}
.w_min_106rem {
  min-width: 106rem;
}
.w_107rem {
  width: 107rem;
}
.w_107rem.isMinWidth {
  min-width: 107rem;
}
.w_107rem.isMaxWidth {
  max-width: 107rem;
}
.w_max_107rem {
  max-width: 107rem;
}
.w_min_107rem {
  min-width: 107rem;
}
.w_108rem {
  width: 108rem;
}
.w_108rem.isMinWidth {
  min-width: 108rem;
}
.w_108rem.isMaxWidth {
  max-width: 108rem;
}
.w_max_108rem {
  max-width: 108rem;
}
.w_min_108rem {
  min-width: 108rem;
}
.w_109rem {
  width: 109rem;
}
.w_109rem.isMinWidth {
  min-width: 109rem;
}
.w_109rem.isMaxWidth {
  max-width: 109rem;
}
.w_max_109rem {
  max-width: 109rem;
}
.w_min_109rem {
  min-width: 109rem;
}
.w_110rem {
  width: 110rem;
}
.w_110rem.isMinWidth {
  min-width: 110rem;
}
.w_110rem.isMaxWidth {
  max-width: 110rem;
}
.w_max_110rem {
  max-width: 110rem;
}
.w_min_110rem {
  min-width: 110rem;
}
.w_111rem {
  width: 111rem;
}
.w_111rem.isMinWidth {
  min-width: 111rem;
}
.w_111rem.isMaxWidth {
  max-width: 111rem;
}
.w_max_111rem {
  max-width: 111rem;
}
.w_min_111rem {
  min-width: 111rem;
}
.w_112rem {
  width: 112rem;
}
.w_112rem.isMinWidth {
  min-width: 112rem;
}
.w_112rem.isMaxWidth {
  max-width: 112rem;
}
.w_max_112rem {
  max-width: 112rem;
}
.w_min_112rem {
  min-width: 112rem;
}
.w_113rem {
  width: 113rem;
}
.w_113rem.isMinWidth {
  min-width: 113rem;
}
.w_113rem.isMaxWidth {
  max-width: 113rem;
}
.w_max_113rem {
  max-width: 113rem;
}
.w_min_113rem {
  min-width: 113rem;
}
.w_114rem {
  width: 114rem;
}
.w_114rem.isMinWidth {
  min-width: 114rem;
}
.w_114rem.isMaxWidth {
  max-width: 114rem;
}
.w_max_114rem {
  max-width: 114rem;
}
.w_min_114rem {
  min-width: 114rem;
}
.w_115rem {
  width: 115rem;
}
.w_115rem.isMinWidth {
  min-width: 115rem;
}
.w_115rem.isMaxWidth {
  max-width: 115rem;
}
.w_max_115rem {
  max-width: 115rem;
}
.w_min_115rem {
  min-width: 115rem;
}
.w_116rem {
  width: 116rem;
}
.w_116rem.isMinWidth {
  min-width: 116rem;
}
.w_116rem.isMaxWidth {
  max-width: 116rem;
}
.w_max_116rem {
  max-width: 116rem;
}
.w_min_116rem {
  min-width: 116rem;
}
.w_117rem {
  width: 117rem;
}
.w_117rem.isMinWidth {
  min-width: 117rem;
}
.w_117rem.isMaxWidth {
  max-width: 117rem;
}
.w_max_117rem {
  max-width: 117rem;
}
.w_min_117rem {
  min-width: 117rem;
}
.w_118rem {
  width: 118rem;
}
.w_118rem.isMinWidth {
  min-width: 118rem;
}
.w_118rem.isMaxWidth {
  max-width: 118rem;
}
.w_max_118rem {
  max-width: 118rem;
}
.w_min_118rem {
  min-width: 118rem;
}
.w_119rem {
  width: 119rem;
}
.w_119rem.isMinWidth {
  min-width: 119rem;
}
.w_119rem.isMaxWidth {
  max-width: 119rem;
}
.w_max_119rem {
  max-width: 119rem;
}
.w_min_119rem {
  min-width: 119rem;
}
.w_120rem {
  width: 120rem;
}
.w_120rem.isMinWidth {
  min-width: 120rem;
}
.w_120rem.isMaxWidth {
  max-width: 120rem;
}
.w_max_120rem {
  max-width: 120rem;
}
.w_min_120rem {
  min-width: 120rem;
}
.w_121rem {
  width: 121rem;
}
.w_121rem.isMinWidth {
  min-width: 121rem;
}
.w_121rem.isMaxWidth {
  max-width: 121rem;
}
.w_max_121rem {
  max-width: 121rem;
}
.w_min_121rem {
  min-width: 121rem;
}
.w_122rem {
  width: 122rem;
}
.w_122rem.isMinWidth {
  min-width: 122rem;
}
.w_122rem.isMaxWidth {
  max-width: 122rem;
}
.w_max_122rem {
  max-width: 122rem;
}
.w_min_122rem {
  min-width: 122rem;
}
.w_123rem {
  width: 123rem;
}
.w_123rem.isMinWidth {
  min-width: 123rem;
}
.w_123rem.isMaxWidth {
  max-width: 123rem;
}
.w_max_123rem {
  max-width: 123rem;
}
.w_min_123rem {
  min-width: 123rem;
}
.w_124rem {
  width: 124rem;
}
.w_124rem.isMinWidth {
  min-width: 124rem;
}
.w_124rem.isMaxWidth {
  max-width: 124rem;
}
.w_max_124rem {
  max-width: 124rem;
}
.w_min_124rem {
  min-width: 124rem;
}
.w_125rem {
  width: 125rem;
}
.w_125rem.isMinWidth {
  min-width: 125rem;
}
.w_125rem.isMaxWidth {
  max-width: 125rem;
}
.w_max_125rem {
  max-width: 125rem;
}
.w_min_125rem {
  min-width: 125rem;
}
.w_126rem {
  width: 126rem;
}
.w_126rem.isMinWidth {
  min-width: 126rem;
}
.w_126rem.isMaxWidth {
  max-width: 126rem;
}
.w_max_126rem {
  max-width: 126rem;
}
.w_min_126rem {
  min-width: 126rem;
}
.w_127rem {
  width: 127rem;
}
.w_127rem.isMinWidth {
  min-width: 127rem;
}
.w_127rem.isMaxWidth {
  max-width: 127rem;
}
.w_max_127rem {
  max-width: 127rem;
}
.w_min_127rem {
  min-width: 127rem;
}
.w_128rem {
  width: 128rem;
}
.w_128rem.isMinWidth {
  min-width: 128rem;
}
.w_128rem.isMaxWidth {
  max-width: 128rem;
}
.w_max_128rem {
  max-width: 128rem;
}
.w_min_128rem {
  min-width: 128rem;
}
.w_129rem {
  width: 129rem;
}
.w_129rem.isMinWidth {
  min-width: 129rem;
}
.w_129rem.isMaxWidth {
  max-width: 129rem;
}
.w_max_129rem {
  max-width: 129rem;
}
.w_min_129rem {
  min-width: 129rem;
}
.w_130rem {
  width: 130rem;
}
.w_130rem.isMinWidth {
  min-width: 130rem;
}
.w_130rem.isMaxWidth {
  max-width: 130rem;
}
.w_max_130rem {
  max-width: 130rem;
}
.w_min_130rem {
  min-width: 130rem;
}
.w_131rem {
  width: 131rem;
}
.w_131rem.isMinWidth {
  min-width: 131rem;
}
.w_131rem.isMaxWidth {
  max-width: 131rem;
}
.w_max_131rem {
  max-width: 131rem;
}
.w_min_131rem {
  min-width: 131rem;
}
.w_132rem {
  width: 132rem;
}
.w_132rem.isMinWidth {
  min-width: 132rem;
}
.w_132rem.isMaxWidth {
  max-width: 132rem;
}
.w_max_132rem {
  max-width: 132rem;
}
.w_min_132rem {
  min-width: 132rem;
}
.w_133rem {
  width: 133rem;
}
.w_133rem.isMinWidth {
  min-width: 133rem;
}
.w_133rem.isMaxWidth {
  max-width: 133rem;
}
.w_max_133rem {
  max-width: 133rem;
}
.w_min_133rem {
  min-width: 133rem;
}
.w_134rem {
  width: 134rem;
}
.w_134rem.isMinWidth {
  min-width: 134rem;
}
.w_134rem.isMaxWidth {
  max-width: 134rem;
}
.w_max_134rem {
  max-width: 134rem;
}
.w_min_134rem {
  min-width: 134rem;
}
.w_135rem {
  width: 135rem;
}
.w_135rem.isMinWidth {
  min-width: 135rem;
}
.w_135rem.isMaxWidth {
  max-width: 135rem;
}
.w_max_135rem {
  max-width: 135rem;
}
.w_min_135rem {
  min-width: 135rem;
}
.w_136rem {
  width: 136rem;
}
.w_136rem.isMinWidth {
  min-width: 136rem;
}
.w_136rem.isMaxWidth {
  max-width: 136rem;
}
.w_max_136rem {
  max-width: 136rem;
}
.w_min_136rem {
  min-width: 136rem;
}
.w_137rem {
  width: 137rem;
}
.w_137rem.isMinWidth {
  min-width: 137rem;
}
.w_137rem.isMaxWidth {
  max-width: 137rem;
}
.w_max_137rem {
  max-width: 137rem;
}
.w_min_137rem {
  min-width: 137rem;
}
.w_138rem {
  width: 138rem;
}
.w_138rem.isMinWidth {
  min-width: 138rem;
}
.w_138rem.isMaxWidth {
  max-width: 138rem;
}
.w_max_138rem {
  max-width: 138rem;
}
.w_min_138rem {
  min-width: 138rem;
}
.w_139rem {
  width: 139rem;
}
.w_139rem.isMinWidth {
  min-width: 139rem;
}
.w_139rem.isMaxWidth {
  max-width: 139rem;
}
.w_max_139rem {
  max-width: 139rem;
}
.w_min_139rem {
  min-width: 139rem;
}
.w_140rem {
  width: 140rem;
}
.w_140rem.isMinWidth {
  min-width: 140rem;
}
.w_140rem.isMaxWidth {
  max-width: 140rem;
}
.w_max_140rem {
  max-width: 140rem;
}
.w_min_140rem {
  min-width: 140rem;
}
.w_141rem {
  width: 141rem;
}
.w_141rem.isMinWidth {
  min-width: 141rem;
}
.w_141rem.isMaxWidth {
  max-width: 141rem;
}
.w_max_141rem {
  max-width: 141rem;
}
.w_min_141rem {
  min-width: 141rem;
}
.w_142rem {
  width: 142rem;
}
.w_142rem.isMinWidth {
  min-width: 142rem;
}
.w_142rem.isMaxWidth {
  max-width: 142rem;
}
.w_max_142rem {
  max-width: 142rem;
}
.w_min_142rem {
  min-width: 142rem;
}
.w_143rem {
  width: 143rem;
}
.w_143rem.isMinWidth {
  min-width: 143rem;
}
.w_143rem.isMaxWidth {
  max-width: 143rem;
}
.w_max_143rem {
  max-width: 143rem;
}
.w_min_143rem {
  min-width: 143rem;
}
.w_144rem {
  width: 144rem;
}
.w_144rem.isMinWidth {
  min-width: 144rem;
}
.w_144rem.isMaxWidth {
  max-width: 144rem;
}
.w_max_144rem {
  max-width: 144rem;
}
.w_min_144rem {
  min-width: 144rem;
}
.w_145rem {
  width: 145rem;
}
.w_145rem.isMinWidth {
  min-width: 145rem;
}
.w_145rem.isMaxWidth {
  max-width: 145rem;
}
.w_max_145rem {
  max-width: 145rem;
}
.w_min_145rem {
  min-width: 145rem;
}
.w_146rem {
  width: 146rem;
}
.w_146rem.isMinWidth {
  min-width: 146rem;
}
.w_146rem.isMaxWidth {
  max-width: 146rem;
}
.w_max_146rem {
  max-width: 146rem;
}
.w_min_146rem {
  min-width: 146rem;
}
.w_147rem {
  width: 147rem;
}
.w_147rem.isMinWidth {
  min-width: 147rem;
}
.w_147rem.isMaxWidth {
  max-width: 147rem;
}
.w_max_147rem {
  max-width: 147rem;
}
.w_min_147rem {
  min-width: 147rem;
}
.w_148rem {
  width: 148rem;
}
.w_148rem.isMinWidth {
  min-width: 148rem;
}
.w_148rem.isMaxWidth {
  max-width: 148rem;
}
.w_max_148rem {
  max-width: 148rem;
}
.w_min_148rem {
  min-width: 148rem;
}
.w_149rem {
  width: 149rem;
}
.w_149rem.isMinWidth {
  min-width: 149rem;
}
.w_149rem.isMaxWidth {
  max-width: 149rem;
}
.w_max_149rem {
  max-width: 149rem;
}
.w_min_149rem {
  min-width: 149rem;
}
.w_150rem {
  width: 150rem;
}
.w_150rem.isMinWidth {
  min-width: 150rem;
}
.w_150rem.isMaxWidth {
  max-width: 150rem;
}
.w_max_150rem {
  max-width: 150rem;
}
.w_min_150rem {
  min-width: 150rem;
}
.w_151rem {
  width: 151rem;
}
.w_151rem.isMinWidth {
  min-width: 151rem;
}
.w_151rem.isMaxWidth {
  max-width: 151rem;
}
.w_max_151rem {
  max-width: 151rem;
}
.w_min_151rem {
  min-width: 151rem;
}
.w_152rem {
  width: 152rem;
}
.w_152rem.isMinWidth {
  min-width: 152rem;
}
.w_152rem.isMaxWidth {
  max-width: 152rem;
}
.w_max_152rem {
  max-width: 152rem;
}
.w_min_152rem {
  min-width: 152rem;
}
.w_153rem {
  width: 153rem;
}
.w_153rem.isMinWidth {
  min-width: 153rem;
}
.w_153rem.isMaxWidth {
  max-width: 153rem;
}
.w_max_153rem {
  max-width: 153rem;
}
.w_min_153rem {
  min-width: 153rem;
}
.w_154rem {
  width: 154rem;
}
.w_154rem.isMinWidth {
  min-width: 154rem;
}
.w_154rem.isMaxWidth {
  max-width: 154rem;
}
.w_max_154rem {
  max-width: 154rem;
}
.w_min_154rem {
  min-width: 154rem;
}
.w_155rem {
  width: 155rem;
}
.w_155rem.isMinWidth {
  min-width: 155rem;
}
.w_155rem.isMaxWidth {
  max-width: 155rem;
}
.w_max_155rem {
  max-width: 155rem;
}
.w_min_155rem {
  min-width: 155rem;
}
.w_156rem {
  width: 156rem;
}
.w_156rem.isMinWidth {
  min-width: 156rem;
}
.w_156rem.isMaxWidth {
  max-width: 156rem;
}
.w_max_156rem {
  max-width: 156rem;
}
.w_min_156rem {
  min-width: 156rem;
}
.w_157rem {
  width: 157rem;
}
.w_157rem.isMinWidth {
  min-width: 157rem;
}
.w_157rem.isMaxWidth {
  max-width: 157rem;
}
.w_max_157rem {
  max-width: 157rem;
}
.w_min_157rem {
  min-width: 157rem;
}
.w_158rem {
  width: 158rem;
}
.w_158rem.isMinWidth {
  min-width: 158rem;
}
.w_158rem.isMaxWidth {
  max-width: 158rem;
}
.w_max_158rem {
  max-width: 158rem;
}
.w_min_158rem {
  min-width: 158rem;
}
.w_159rem {
  width: 159rem;
}
.w_159rem.isMinWidth {
  min-width: 159rem;
}
.w_159rem.isMaxWidth {
  max-width: 159rem;
}
.w_max_159rem {
  max-width: 159rem;
}
.w_min_159rem {
  min-width: 159rem;
}
.w_160rem {
  width: 160rem;
}
.w_160rem.isMinWidth {
  min-width: 160rem;
}
.w_160rem.isMaxWidth {
  max-width: 160rem;
}
.w_max_160rem {
  max-width: 160rem;
}
.w_min_160rem {
  min-width: 160rem;
}
.w_161rem {
  width: 161rem;
}
.w_161rem.isMinWidth {
  min-width: 161rem;
}
.w_161rem.isMaxWidth {
  max-width: 161rem;
}
.w_max_161rem {
  max-width: 161rem;
}
.w_min_161rem {
  min-width: 161rem;
}
.w_162rem {
  width: 162rem;
}
.w_162rem.isMinWidth {
  min-width: 162rem;
}
.w_162rem.isMaxWidth {
  max-width: 162rem;
}
.w_max_162rem {
  max-width: 162rem;
}
.w_min_162rem {
  min-width: 162rem;
}
.w_163rem {
  width: 163rem;
}
.w_163rem.isMinWidth {
  min-width: 163rem;
}
.w_163rem.isMaxWidth {
  max-width: 163rem;
}
.w_max_163rem {
  max-width: 163rem;
}
.w_min_163rem {
  min-width: 163rem;
}
.w_164rem {
  width: 164rem;
}
.w_164rem.isMinWidth {
  min-width: 164rem;
}
.w_164rem.isMaxWidth {
  max-width: 164rem;
}
.w_max_164rem {
  max-width: 164rem;
}
.w_min_164rem {
  min-width: 164rem;
}
.w_165rem {
  width: 165rem;
}
.w_165rem.isMinWidth {
  min-width: 165rem;
}
.w_165rem.isMaxWidth {
  max-width: 165rem;
}
.w_max_165rem {
  max-width: 165rem;
}
.w_min_165rem {
  min-width: 165rem;
}
.w_166rem {
  width: 166rem;
}
.w_166rem.isMinWidth {
  min-width: 166rem;
}
.w_166rem.isMaxWidth {
  max-width: 166rem;
}
.w_max_166rem {
  max-width: 166rem;
}
.w_min_166rem {
  min-width: 166rem;
}
.w_167rem {
  width: 167rem;
}
.w_167rem.isMinWidth {
  min-width: 167rem;
}
.w_167rem.isMaxWidth {
  max-width: 167rem;
}
.w_max_167rem {
  max-width: 167rem;
}
.w_min_167rem {
  min-width: 167rem;
}
.w_168rem {
  width: 168rem;
}
.w_168rem.isMinWidth {
  min-width: 168rem;
}
.w_168rem.isMaxWidth {
  max-width: 168rem;
}
.w_max_168rem {
  max-width: 168rem;
}
.w_min_168rem {
  min-width: 168rem;
}
.w_169rem {
  width: 169rem;
}
.w_169rem.isMinWidth {
  min-width: 169rem;
}
.w_169rem.isMaxWidth {
  max-width: 169rem;
}
.w_max_169rem {
  max-width: 169rem;
}
.w_min_169rem {
  min-width: 169rem;
}
.w_170rem {
  width: 170rem;
}
.w_170rem.isMinWidth {
  min-width: 170rem;
}
.w_170rem.isMaxWidth {
  max-width: 170rem;
}
.w_max_170rem {
  max-width: 170rem;
}
.w_min_170rem {
  min-width: 170rem;
}
.w_171rem {
  width: 171rem;
}
.w_171rem.isMinWidth {
  min-width: 171rem;
}
.w_171rem.isMaxWidth {
  max-width: 171rem;
}
.w_max_171rem {
  max-width: 171rem;
}
.w_min_171rem {
  min-width: 171rem;
}
.w_172rem {
  width: 172rem;
}
.w_172rem.isMinWidth {
  min-width: 172rem;
}
.w_172rem.isMaxWidth {
  max-width: 172rem;
}
.w_max_172rem {
  max-width: 172rem;
}
.w_min_172rem {
  min-width: 172rem;
}
.w_173rem {
  width: 173rem;
}
.w_173rem.isMinWidth {
  min-width: 173rem;
}
.w_173rem.isMaxWidth {
  max-width: 173rem;
}
.w_max_173rem {
  max-width: 173rem;
}
.w_min_173rem {
  min-width: 173rem;
}
.w_174rem {
  width: 174rem;
}
.w_174rem.isMinWidth {
  min-width: 174rem;
}
.w_174rem.isMaxWidth {
  max-width: 174rem;
}
.w_max_174rem {
  max-width: 174rem;
}
.w_min_174rem {
  min-width: 174rem;
}
.w_175rem {
  width: 175rem;
}
.w_175rem.isMinWidth {
  min-width: 175rem;
}
.w_175rem.isMaxWidth {
  max-width: 175rem;
}
.w_max_175rem {
  max-width: 175rem;
}
.w_min_175rem {
  min-width: 175rem;
}
.w_176rem {
  width: 176rem;
}
.w_176rem.isMinWidth {
  min-width: 176rem;
}
.w_176rem.isMaxWidth {
  max-width: 176rem;
}
.w_max_176rem {
  max-width: 176rem;
}
.w_min_176rem {
  min-width: 176rem;
}
.w_177rem {
  width: 177rem;
}
.w_177rem.isMinWidth {
  min-width: 177rem;
}
.w_177rem.isMaxWidth {
  max-width: 177rem;
}
.w_max_177rem {
  max-width: 177rem;
}
.w_min_177rem {
  min-width: 177rem;
}
.w_178rem {
  width: 178rem;
}
.w_178rem.isMinWidth {
  min-width: 178rem;
}
.w_178rem.isMaxWidth {
  max-width: 178rem;
}
.w_max_178rem {
  max-width: 178rem;
}
.w_min_178rem {
  min-width: 178rem;
}
.w_179rem {
  width: 179rem;
}
.w_179rem.isMinWidth {
  min-width: 179rem;
}
.w_179rem.isMaxWidth {
  max-width: 179rem;
}
.w_max_179rem {
  max-width: 179rem;
}
.w_min_179rem {
  min-width: 179rem;
}
.w_180rem {
  width: 180rem;
}
.w_180rem.isMinWidth {
  min-width: 180rem;
}
.w_180rem.isMaxWidth {
  max-width: 180rem;
}
.w_max_180rem {
  max-width: 180rem;
}
.w_min_180rem {
  min-width: 180rem;
}
.w_181rem {
  width: 181rem;
}
.w_181rem.isMinWidth {
  min-width: 181rem;
}
.w_181rem.isMaxWidth {
  max-width: 181rem;
}
.w_max_181rem {
  max-width: 181rem;
}
.w_min_181rem {
  min-width: 181rem;
}
.w_182rem {
  width: 182rem;
}
.w_182rem.isMinWidth {
  min-width: 182rem;
}
.w_182rem.isMaxWidth {
  max-width: 182rem;
}
.w_max_182rem {
  max-width: 182rem;
}
.w_min_182rem {
  min-width: 182rem;
}
.w_183rem {
  width: 183rem;
}
.w_183rem.isMinWidth {
  min-width: 183rem;
}
.w_183rem.isMaxWidth {
  max-width: 183rem;
}
.w_max_183rem {
  max-width: 183rem;
}
.w_min_183rem {
  min-width: 183rem;
}
.w_184rem {
  width: 184rem;
}
.w_184rem.isMinWidth {
  min-width: 184rem;
}
.w_184rem.isMaxWidth {
  max-width: 184rem;
}
.w_max_184rem {
  max-width: 184rem;
}
.w_min_184rem {
  min-width: 184rem;
}
.w_185rem {
  width: 185rem;
}
.w_185rem.isMinWidth {
  min-width: 185rem;
}
.w_185rem.isMaxWidth {
  max-width: 185rem;
}
.w_max_185rem {
  max-width: 185rem;
}
.w_min_185rem {
  min-width: 185rem;
}
.w_186rem {
  width: 186rem;
}
.w_186rem.isMinWidth {
  min-width: 186rem;
}
.w_186rem.isMaxWidth {
  max-width: 186rem;
}
.w_max_186rem {
  max-width: 186rem;
}
.w_min_186rem {
  min-width: 186rem;
}
.w_187rem {
  width: 187rem;
}
.w_187rem.isMinWidth {
  min-width: 187rem;
}
.w_187rem.isMaxWidth {
  max-width: 187rem;
}
.w_max_187rem {
  max-width: 187rem;
}
.w_min_187rem {
  min-width: 187rem;
}
.w_188rem {
  width: 188rem;
}
.w_188rem.isMinWidth {
  min-width: 188rem;
}
.w_188rem.isMaxWidth {
  max-width: 188rem;
}
.w_max_188rem {
  max-width: 188rem;
}
.w_min_188rem {
  min-width: 188rem;
}
.w_189rem {
  width: 189rem;
}
.w_189rem.isMinWidth {
  min-width: 189rem;
}
.w_189rem.isMaxWidth {
  max-width: 189rem;
}
.w_max_189rem {
  max-width: 189rem;
}
.w_min_189rem {
  min-width: 189rem;
}
.w_190rem {
  width: 190rem;
}
.w_190rem.isMinWidth {
  min-width: 190rem;
}
.w_190rem.isMaxWidth {
  max-width: 190rem;
}
.w_max_190rem {
  max-width: 190rem;
}
.w_min_190rem {
  min-width: 190rem;
}
.w_191rem {
  width: 191rem;
}
.w_191rem.isMinWidth {
  min-width: 191rem;
}
.w_191rem.isMaxWidth {
  max-width: 191rem;
}
.w_max_191rem {
  max-width: 191rem;
}
.w_min_191rem {
  min-width: 191rem;
}
.w_192rem {
  width: 192rem;
}
.w_192rem.isMinWidth {
  min-width: 192rem;
}
.w_192rem.isMaxWidth {
  max-width: 192rem;
}
.w_max_192rem {
  max-width: 192rem;
}
.w_min_192rem {
  min-width: 192rem;
}
.w_193rem {
  width: 193rem;
}
.w_193rem.isMinWidth {
  min-width: 193rem;
}
.w_193rem.isMaxWidth {
  max-width: 193rem;
}
.w_max_193rem {
  max-width: 193rem;
}
.w_min_193rem {
  min-width: 193rem;
}
.w_194rem {
  width: 194rem;
}
.w_194rem.isMinWidth {
  min-width: 194rem;
}
.w_194rem.isMaxWidth {
  max-width: 194rem;
}
.w_max_194rem {
  max-width: 194rem;
}
.w_min_194rem {
  min-width: 194rem;
}
.w_195rem {
  width: 195rem;
}
.w_195rem.isMinWidth {
  min-width: 195rem;
}
.w_195rem.isMaxWidth {
  max-width: 195rem;
}
.w_max_195rem {
  max-width: 195rem;
}
.w_min_195rem {
  min-width: 195rem;
}
.w_196rem {
  width: 196rem;
}
.w_196rem.isMinWidth {
  min-width: 196rem;
}
.w_196rem.isMaxWidth {
  max-width: 196rem;
}
.w_max_196rem {
  max-width: 196rem;
}
.w_min_196rem {
  min-width: 196rem;
}
.w_197rem {
  width: 197rem;
}
.w_197rem.isMinWidth {
  min-width: 197rem;
}
.w_197rem.isMaxWidth {
  max-width: 197rem;
}
.w_max_197rem {
  max-width: 197rem;
}
.w_min_197rem {
  min-width: 197rem;
}
.w_198rem {
  width: 198rem;
}
.w_198rem.isMinWidth {
  min-width: 198rem;
}
.w_198rem.isMaxWidth {
  max-width: 198rem;
}
.w_max_198rem {
  max-width: 198rem;
}
.w_min_198rem {
  min-width: 198rem;
}
.w_199rem {
  width: 199rem;
}
.w_199rem.isMinWidth {
  min-width: 199rem;
}
.w_199rem.isMaxWidth {
  max-width: 199rem;
}
.w_max_199rem {
  max-width: 199rem;
}
.w_min_199rem {
  min-width: 199rem;
}
.w_200rem {
  width: 200rem;
}
.w_200rem.isMinWidth {
  min-width: 200rem;
}
.w_200rem.isMaxWidth {
  max-width: 200rem;
}
.w_max_200rem {
  max-width: 200rem;
}
.w_min_200rem {
  min-width: 200rem;
}
.h_0px {
  height: 0;
}
.h_1px {
  height: 1px;
}
.h_1px.isMinHeight {
  min-height: 1px;
}
.h_2px {
  height: 2px;
}
.h_2px.isMinHeight {
  min-height: 2px;
}
.h_3px {
  height: 3px;
}
.h_3px.isMinHeight {
  min-height: 3px;
}
.h_4px {
  height: 4px;
}
.h_4px.isMinHeight {
  min-height: 4px;
}
.h_5px {
  height: 5px;
}
.h_5px.isMinHeight {
  min-height: 5px;
}
.h_6px {
  height: 6px;
}
.h_6px.isMinHeight {
  min-height: 6px;
}
.h_7px {
  height: 7px;
}
.h_7px.isMinHeight {
  min-height: 7px;
}
.h_8px {
  height: 8px;
}
.h_8px.isMinHeight {
  min-height: 8px;
}
.h_9px {
  height: 9px;
}
.h_9px.isMinHeight {
  min-height: 9px;
}
.h_10px {
  height: 10px;
}
.h_10px.isMinHeight {
  min-height: 10px;
}
.h_11px {
  height: 11px;
}
.h_11px.isMinHeight {
  min-height: 11px;
}
.h_12px {
  height: 12px;
}
.h_12px.isMinHeight {
  min-height: 12px;
}
.h_13px {
  height: 13px;
}
.h_13px.isMinHeight {
  min-height: 13px;
}
.h_14px {
  height: 14px;
}
.h_14px.isMinHeight {
  min-height: 14px;
}
.h_15px {
  height: 15px;
}
.h_15px.isMinHeight {
  min-height: 15px;
}
.h_16px {
  height: 16px;
}
.h_16px.isMinHeight {
  min-height: 16px;
}
.h_17px {
  height: 17px;
}
.h_17px.isMinHeight {
  min-height: 17px;
}
.h_18px {
  height: 18px;
}
.h_18px.isMinHeight {
  min-height: 18px;
}
.h_19px {
  height: 19px;
}
.h_19px.isMinHeight {
  min-height: 19px;
}
.h_20px {
  height: 20px;
}
.h_20px.isMinHeight {
  min-height: 20px;
}
.h_21px {
  height: 21px;
}
.h_21px.isMinHeight {
  min-height: 21px;
}
.h_22px {
  height: 22px;
}
.h_22px.isMinHeight {
  min-height: 22px;
}
.h_23px {
  height: 23px;
}
.h_23px.isMinHeight {
  min-height: 23px;
}
.h_24px {
  height: 24px;
}
.h_24px.isMinHeight {
  min-height: 24px;
}
.h_25px {
  height: 25px;
}
.h_25px.isMinHeight {
  min-height: 25px;
}
.h_26px {
  height: 26px;
}
.h_26px.isMinHeight {
  min-height: 26px;
}
.h_27px {
  height: 27px;
}
.h_27px.isMinHeight {
  min-height: 27px;
}
.h_28px {
  height: 28px;
}
.h_28px.isMinHeight {
  min-height: 28px;
}
.h_29px {
  height: 29px;
}
.h_29px.isMinHeight {
  min-height: 29px;
}
.h_30px {
  height: 30px;
}
.h_30px.isMinHeight {
  min-height: 30px;
}
.h_31px {
  height: 31px;
}
.h_31px.isMinHeight {
  min-height: 31px;
}
.h_32px {
  height: 32px;
}
.h_32px.isMinHeight {
  min-height: 32px;
}
.h_33px {
  height: 33px;
}
.h_33px.isMinHeight {
  min-height: 33px;
}
.h_34px {
  height: 34px;
}
.h_34px.isMinHeight {
  min-height: 34px;
}
.h_35px {
  height: 35px;
}
.h_35px.isMinHeight {
  min-height: 35px;
}
.h_36px {
  height: 36px;
}
.h_36px.isMinHeight {
  min-height: 36px;
}
.h_37px {
  height: 37px;
}
.h_37px.isMinHeight {
  min-height: 37px;
}
.h_38px {
  height: 38px;
}
.h_38px.isMinHeight {
  min-height: 38px;
}
.h_39px {
  height: 39px;
}
.h_39px.isMinHeight {
  min-height: 39px;
}
.h_40px {
  height: 40px;
}
.h_40px.isMinHeight {
  min-height: 40px;
}
.h_41px {
  height: 41px;
}
.h_41px.isMinHeight {
  min-height: 41px;
}
.h_42px {
  height: 42px;
}
.h_42px.isMinHeight {
  min-height: 42px;
}
.h_43px {
  height: 43px;
}
.h_43px.isMinHeight {
  min-height: 43px;
}
.h_44px {
  height: 44px;
}
.h_44px.isMinHeight {
  min-height: 44px;
}
.h_45px {
  height: 45px;
}
.h_45px.isMinHeight {
  min-height: 45px;
}
.h_46px {
  height: 46px;
}
.h_46px.isMinHeight {
  min-height: 46px;
}
.h_47px {
  height: 47px;
}
.h_47px.isMinHeight {
  min-height: 47px;
}
.h_48px {
  height: 48px;
}
.h_48px.isMinHeight {
  min-height: 48px;
}
.h_49px {
  height: 49px;
}
.h_49px.isMinHeight {
  min-height: 49px;
}
.h_50px {
  height: 50px;
}
.h_50px.isMinHeight {
  min-height: 50px;
}
.h_51px {
  height: 51px;
}
.h_51px.isMinHeight {
  min-height: 51px;
}
.h_52px {
  height: 52px;
}
.h_52px.isMinHeight {
  min-height: 52px;
}
.h_53px {
  height: 53px;
}
.h_53px.isMinHeight {
  min-height: 53px;
}
.h_54px {
  height: 54px;
}
.h_54px.isMinHeight {
  min-height: 54px;
}
.h_55px {
  height: 55px;
}
.h_55px.isMinHeight {
  min-height: 55px;
}
.h_56px {
  height: 56px;
}
.h_56px.isMinHeight {
  min-height: 56px;
}
.h_57px {
  height: 57px;
}
.h_57px.isMinHeight {
  min-height: 57px;
}
.h_58px {
  height: 58px;
}
.h_58px.isMinHeight {
  min-height: 58px;
}
.h_59px {
  height: 59px;
}
.h_59px.isMinHeight {
  min-height: 59px;
}
.h_60px {
  height: 60px;
}
.h_60px.isMinHeight {
  min-height: 60px;
}
.h_61px {
  height: 61px;
}
.h_61px.isMinHeight {
  min-height: 61px;
}
.h_62px {
  height: 62px;
}
.h_62px.isMinHeight {
  min-height: 62px;
}
.h_63px {
  height: 63px;
}
.h_63px.isMinHeight {
  min-height: 63px;
}
.h_64px {
  height: 64px;
}
.h_64px.isMinHeight {
  min-height: 64px;
}
.h_65px {
  height: 65px;
}
.h_65px.isMinHeight {
  min-height: 65px;
}
.h_66px {
  height: 66px;
}
.h_66px.isMinHeight {
  min-height: 66px;
}
.h_67px {
  height: 67px;
}
.h_67px.isMinHeight {
  min-height: 67px;
}
.h_68px {
  height: 68px;
}
.h_68px.isMinHeight {
  min-height: 68px;
}
.h_69px {
  height: 69px;
}
.h_69px.isMinHeight {
  min-height: 69px;
}
.h_70px {
  height: 70px;
}
.h_70px.isMinHeight {
  min-height: 70px;
}
.h_71px {
  height: 71px;
}
.h_71px.isMinHeight {
  min-height: 71px;
}
.h_72px {
  height: 72px;
}
.h_72px.isMinHeight {
  min-height: 72px;
}
.h_73px {
  height: 73px;
}
.h_73px.isMinHeight {
  min-height: 73px;
}
.h_74px {
  height: 74px;
}
.h_74px.isMinHeight {
  min-height: 74px;
}
.h_75px {
  height: 75px;
}
.h_75px.isMinHeight {
  min-height: 75px;
}
.h_76px {
  height: 76px;
}
.h_76px.isMinHeight {
  min-height: 76px;
}
.h_77px {
  height: 77px;
}
.h_77px.isMinHeight {
  min-height: 77px;
}
.h_78px {
  height: 78px;
}
.h_78px.isMinHeight {
  min-height: 78px;
}
.h_79px {
  height: 79px;
}
.h_79px.isMinHeight {
  min-height: 79px;
}
.h_80px {
  height: 80px;
}
.h_80px.isMinHeight {
  min-height: 80px;
}
.h_81px {
  height: 81px;
}
.h_81px.isMinHeight {
  min-height: 81px;
}
.h_82px {
  height: 82px;
}
.h_82px.isMinHeight {
  min-height: 82px;
}
.h_83px {
  height: 83px;
}
.h_83px.isMinHeight {
  min-height: 83px;
}
.h_84px {
  height: 84px;
}
.h_84px.isMinHeight {
  min-height: 84px;
}
.h_85px {
  height: 85px;
}
.h_85px.isMinHeight {
  min-height: 85px;
}
.h_86px {
  height: 86px;
}
.h_86px.isMinHeight {
  min-height: 86px;
}
.h_87px {
  height: 87px;
}
.h_87px.isMinHeight {
  min-height: 87px;
}
.h_88px {
  height: 88px;
}
.h_88px.isMinHeight {
  min-height: 88px;
}
.h_89px {
  height: 89px;
}
.h_89px.isMinHeight {
  min-height: 89px;
}
.h_90px {
  height: 90px;
}
.h_90px.isMinHeight {
  min-height: 90px;
}
.h_91px {
  height: 91px;
}
.h_91px.isMinHeight {
  min-height: 91px;
}
.h_92px {
  height: 92px;
}
.h_92px.isMinHeight {
  min-height: 92px;
}
.h_93px {
  height: 93px;
}
.h_93px.isMinHeight {
  min-height: 93px;
}
.h_94px {
  height: 94px;
}
.h_94px.isMinHeight {
  min-height: 94px;
}
.h_95px {
  height: 95px;
}
.h_95px.isMinHeight {
  min-height: 95px;
}
.h_96px {
  height: 96px;
}
.h_96px.isMinHeight {
  min-height: 96px;
}
.h_97px {
  height: 97px;
}
.h_97px.isMinHeight {
  min-height: 97px;
}
.h_98px {
  height: 98px;
}
.h_98px.isMinHeight {
  min-height: 98px;
}
.h_99px {
  height: 99px;
}
.h_99px.isMinHeight {
  min-height: 99px;
}
.h_100px {
  height: 100px;
}
.h_100px.isMinHeight {
  min-height: 100px;
}
.h_101px {
  height: 101px;
}
.h_101px.isMinHeight {
  min-height: 101px;
}
.h_102px {
  height: 102px;
}
.h_102px.isMinHeight {
  min-height: 102px;
}
.h_103px {
  height: 103px;
}
.h_103px.isMinHeight {
  min-height: 103px;
}
.h_104px {
  height: 104px;
}
.h_104px.isMinHeight {
  min-height: 104px;
}
.h_105px {
  height: 105px;
}
.h_105px.isMinHeight {
  min-height: 105px;
}
.h_106px {
  height: 106px;
}
.h_106px.isMinHeight {
  min-height: 106px;
}
.h_107px {
  height: 107px;
}
.h_107px.isMinHeight {
  min-height: 107px;
}
.h_108px {
  height: 108px;
}
.h_108px.isMinHeight {
  min-height: 108px;
}
.h_109px {
  height: 109px;
}
.h_109px.isMinHeight {
  min-height: 109px;
}
.h_110px {
  height: 110px;
}
.h_110px.isMinHeight {
  min-height: 110px;
}
.h_111px {
  height: 111px;
}
.h_111px.isMinHeight {
  min-height: 111px;
}
.h_112px {
  height: 112px;
}
.h_112px.isMinHeight {
  min-height: 112px;
}
.h_113px {
  height: 113px;
}
.h_113px.isMinHeight {
  min-height: 113px;
}
.h_114px {
  height: 114px;
}
.h_114px.isMinHeight {
  min-height: 114px;
}
.h_115px {
  height: 115px;
}
.h_115px.isMinHeight {
  min-height: 115px;
}
.h_116px {
  height: 116px;
}
.h_116px.isMinHeight {
  min-height: 116px;
}
.h_117px {
  height: 117px;
}
.h_117px.isMinHeight {
  min-height: 117px;
}
.h_118px {
  height: 118px;
}
.h_118px.isMinHeight {
  min-height: 118px;
}
.h_119px {
  height: 119px;
}
.h_119px.isMinHeight {
  min-height: 119px;
}
.h_120px {
  height: 120px;
}
.h_120px.isMinHeight {
  min-height: 120px;
}
.h_121px {
  height: 121px;
}
.h_121px.isMinHeight {
  min-height: 121px;
}
.h_122px {
  height: 122px;
}
.h_122px.isMinHeight {
  min-height: 122px;
}
.h_123px {
  height: 123px;
}
.h_123px.isMinHeight {
  min-height: 123px;
}
.h_124px {
  height: 124px;
}
.h_124px.isMinHeight {
  min-height: 124px;
}
.h_125px {
  height: 125px;
}
.h_125px.isMinHeight {
  min-height: 125px;
}
.h_126px {
  height: 126px;
}
.h_126px.isMinHeight {
  min-height: 126px;
}
.h_127px {
  height: 127px;
}
.h_127px.isMinHeight {
  min-height: 127px;
}
.h_128px {
  height: 128px;
}
.h_128px.isMinHeight {
  min-height: 128px;
}
.h_129px {
  height: 129px;
}
.h_129px.isMinHeight {
  min-height: 129px;
}
.h_130px {
  height: 130px;
}
.h_130px.isMinHeight {
  min-height: 130px;
}
.h_131px {
  height: 131px;
}
.h_131px.isMinHeight {
  min-height: 131px;
}
.h_132px {
  height: 132px;
}
.h_132px.isMinHeight {
  min-height: 132px;
}
.h_133px {
  height: 133px;
}
.h_133px.isMinHeight {
  min-height: 133px;
}
.h_134px {
  height: 134px;
}
.h_134px.isMinHeight {
  min-height: 134px;
}
.h_135px {
  height: 135px;
}
.h_135px.isMinHeight {
  min-height: 135px;
}
.h_136px {
  height: 136px;
}
.h_136px.isMinHeight {
  min-height: 136px;
}
.h_137px {
  height: 137px;
}
.h_137px.isMinHeight {
  min-height: 137px;
}
.h_138px {
  height: 138px;
}
.h_138px.isMinHeight {
  min-height: 138px;
}
.h_139px {
  height: 139px;
}
.h_139px.isMinHeight {
  min-height: 139px;
}
.h_140px {
  height: 140px;
}
.h_140px.isMinHeight {
  min-height: 140px;
}
.h_141px {
  height: 141px;
}
.h_141px.isMinHeight {
  min-height: 141px;
}
.h_142px {
  height: 142px;
}
.h_142px.isMinHeight {
  min-height: 142px;
}
.h_143px {
  height: 143px;
}
.h_143px.isMinHeight {
  min-height: 143px;
}
.h_144px {
  height: 144px;
}
.h_144px.isMinHeight {
  min-height: 144px;
}
.h_145px {
  height: 145px;
}
.h_145px.isMinHeight {
  min-height: 145px;
}
.h_146px {
  height: 146px;
}
.h_146px.isMinHeight {
  min-height: 146px;
}
.h_147px {
  height: 147px;
}
.h_147px.isMinHeight {
  min-height: 147px;
}
.h_148px {
  height: 148px;
}
.h_148px.isMinHeight {
  min-height: 148px;
}
.h_149px {
  height: 149px;
}
.h_149px.isMinHeight {
  min-height: 149px;
}
.h_150px {
  height: 150px;
}
.h_150px.isMinHeight {
  min-height: 150px;
}
.h_151px {
  height: 151px;
}
.h_151px.isMinHeight {
  min-height: 151px;
}
.h_152px {
  height: 152px;
}
.h_152px.isMinHeight {
  min-height: 152px;
}
.h_153px {
  height: 153px;
}
.h_153px.isMinHeight {
  min-height: 153px;
}
.h_154px {
  height: 154px;
}
.h_154px.isMinHeight {
  min-height: 154px;
}
.h_155px {
  height: 155px;
}
.h_155px.isMinHeight {
  min-height: 155px;
}
.h_156px {
  height: 156px;
}
.h_156px.isMinHeight {
  min-height: 156px;
}
.h_157px {
  height: 157px;
}
.h_157px.isMinHeight {
  min-height: 157px;
}
.h_158px {
  height: 158px;
}
.h_158px.isMinHeight {
  min-height: 158px;
}
.h_159px {
  height: 159px;
}
.h_159px.isMinHeight {
  min-height: 159px;
}
.h_160px {
  height: 160px;
}
.h_160px.isMinHeight {
  min-height: 160px;
}
.h_161px {
  height: 161px;
}
.h_161px.isMinHeight {
  min-height: 161px;
}
.h_162px {
  height: 162px;
}
.h_162px.isMinHeight {
  min-height: 162px;
}
.h_163px {
  height: 163px;
}
.h_163px.isMinHeight {
  min-height: 163px;
}
.h_164px {
  height: 164px;
}
.h_164px.isMinHeight {
  min-height: 164px;
}
.h_165px {
  height: 165px;
}
.h_165px.isMinHeight {
  min-height: 165px;
}
.h_166px {
  height: 166px;
}
.h_166px.isMinHeight {
  min-height: 166px;
}
.h_167px {
  height: 167px;
}
.h_167px.isMinHeight {
  min-height: 167px;
}
.h_168px {
  height: 168px;
}
.h_168px.isMinHeight {
  min-height: 168px;
}
.h_169px {
  height: 169px;
}
.h_169px.isMinHeight {
  min-height: 169px;
}
.h_170px {
  height: 170px;
}
.h_170px.isMinHeight {
  min-height: 170px;
}
.h_171px {
  height: 171px;
}
.h_171px.isMinHeight {
  min-height: 171px;
}
.h_172px {
  height: 172px;
}
.h_172px.isMinHeight {
  min-height: 172px;
}
.h_173px {
  height: 173px;
}
.h_173px.isMinHeight {
  min-height: 173px;
}
.h_174px {
  height: 174px;
}
.h_174px.isMinHeight {
  min-height: 174px;
}
.h_175px {
  height: 175px;
}
.h_175px.isMinHeight {
  min-height: 175px;
}
.h_176px {
  height: 176px;
}
.h_176px.isMinHeight {
  min-height: 176px;
}
.h_177px {
  height: 177px;
}
.h_177px.isMinHeight {
  min-height: 177px;
}
.h_178px {
  height: 178px;
}
.h_178px.isMinHeight {
  min-height: 178px;
}
.h_179px {
  height: 179px;
}
.h_179px.isMinHeight {
  min-height: 179px;
}
.h_180px {
  height: 180px;
}
.h_180px.isMinHeight {
  min-height: 180px;
}
.h_181px {
  height: 181px;
}
.h_181px.isMinHeight {
  min-height: 181px;
}
.h_182px {
  height: 182px;
}
.h_182px.isMinHeight {
  min-height: 182px;
}
.h_183px {
  height: 183px;
}
.h_183px.isMinHeight {
  min-height: 183px;
}
.h_184px {
  height: 184px;
}
.h_184px.isMinHeight {
  min-height: 184px;
}
.h_185px {
  height: 185px;
}
.h_185px.isMinHeight {
  min-height: 185px;
}
.h_186px {
  height: 186px;
}
.h_186px.isMinHeight {
  min-height: 186px;
}
.h_187px {
  height: 187px;
}
.h_187px.isMinHeight {
  min-height: 187px;
}
.h_188px {
  height: 188px;
}
.h_188px.isMinHeight {
  min-height: 188px;
}
.h_189px {
  height: 189px;
}
.h_189px.isMinHeight {
  min-height: 189px;
}
.h_190px {
  height: 190px;
}
.h_190px.isMinHeight {
  min-height: 190px;
}
.h_191px {
  height: 191px;
}
.h_191px.isMinHeight {
  min-height: 191px;
}
.h_192px {
  height: 192px;
}
.h_192px.isMinHeight {
  min-height: 192px;
}
.h_193px {
  height: 193px;
}
.h_193px.isMinHeight {
  min-height: 193px;
}
.h_194px {
  height: 194px;
}
.h_194px.isMinHeight {
  min-height: 194px;
}
.h_195px {
  height: 195px;
}
.h_195px.isMinHeight {
  min-height: 195px;
}
.h_196px {
  height: 196px;
}
.h_196px.isMinHeight {
  min-height: 196px;
}
.h_197px {
  height: 197px;
}
.h_197px.isMinHeight {
  min-height: 197px;
}
.h_198px {
  height: 198px;
}
.h_198px.isMinHeight {
  min-height: 198px;
}
.h_199px {
  height: 199px;
}
.h_199px.isMinHeight {
  min-height: 199px;
}
.h_200px {
  height: 200px;
}
.h_200px.isMinHeight {
  min-height: 200px;
}
.h_201px {
  height: 201px;
}
.h_201px.isMinHeight {
  min-height: 201px;
}
.h_202px {
  height: 202px;
}
.h_202px.isMinHeight {
  min-height: 202px;
}
.h_203px {
  height: 203px;
}
.h_203px.isMinHeight {
  min-height: 203px;
}
.h_204px {
  height: 204px;
}
.h_204px.isMinHeight {
  min-height: 204px;
}
.h_205px {
  height: 205px;
}
.h_205px.isMinHeight {
  min-height: 205px;
}
.h_206px {
  height: 206px;
}
.h_206px.isMinHeight {
  min-height: 206px;
}
.h_207px {
  height: 207px;
}
.h_207px.isMinHeight {
  min-height: 207px;
}
.h_208px {
  height: 208px;
}
.h_208px.isMinHeight {
  min-height: 208px;
}
.h_209px {
  height: 209px;
}
.h_209px.isMinHeight {
  min-height: 209px;
}
.h_210px {
  height: 210px;
}
.h_210px.isMinHeight {
  min-height: 210px;
}
.h_211px {
  height: 211px;
}
.h_211px.isMinHeight {
  min-height: 211px;
}
.h_212px {
  height: 212px;
}
.h_212px.isMinHeight {
  min-height: 212px;
}
.h_213px {
  height: 213px;
}
.h_213px.isMinHeight {
  min-height: 213px;
}
.h_214px {
  height: 214px;
}
.h_214px.isMinHeight {
  min-height: 214px;
}
.h_215px {
  height: 215px;
}
.h_215px.isMinHeight {
  min-height: 215px;
}
.h_216px {
  height: 216px;
}
.h_216px.isMinHeight {
  min-height: 216px;
}
.h_217px {
  height: 217px;
}
.h_217px.isMinHeight {
  min-height: 217px;
}
.h_218px {
  height: 218px;
}
.h_218px.isMinHeight {
  min-height: 218px;
}
.h_219px {
  height: 219px;
}
.h_219px.isMinHeight {
  min-height: 219px;
}
.h_220px {
  height: 220px;
}
.h_220px.isMinHeight {
  min-height: 220px;
}
.h_221px {
  height: 221px;
}
.h_221px.isMinHeight {
  min-height: 221px;
}
.h_222px {
  height: 222px;
}
.h_222px.isMinHeight {
  min-height: 222px;
}
.h_223px {
  height: 223px;
}
.h_223px.isMinHeight {
  min-height: 223px;
}
.h_224px {
  height: 224px;
}
.h_224px.isMinHeight {
  min-height: 224px;
}
.h_225px {
  height: 225px;
}
.h_225px.isMinHeight {
  min-height: 225px;
}
.h_226px {
  height: 226px;
}
.h_226px.isMinHeight {
  min-height: 226px;
}
.h_227px {
  height: 227px;
}
.h_227px.isMinHeight {
  min-height: 227px;
}
.h_228px {
  height: 228px;
}
.h_228px.isMinHeight {
  min-height: 228px;
}
.h_229px {
  height: 229px;
}
.h_229px.isMinHeight {
  min-height: 229px;
}
.h_230px {
  height: 230px;
}
.h_230px.isMinHeight {
  min-height: 230px;
}
.h_231px {
  height: 231px;
}
.h_231px.isMinHeight {
  min-height: 231px;
}
.h_232px {
  height: 232px;
}
.h_232px.isMinHeight {
  min-height: 232px;
}
.h_233px {
  height: 233px;
}
.h_233px.isMinHeight {
  min-height: 233px;
}
.h_234px {
  height: 234px;
}
.h_234px.isMinHeight {
  min-height: 234px;
}
.h_235px {
  height: 235px;
}
.h_235px.isMinHeight {
  min-height: 235px;
}
.h_236px {
  height: 236px;
}
.h_236px.isMinHeight {
  min-height: 236px;
}
.h_237px {
  height: 237px;
}
.h_237px.isMinHeight {
  min-height: 237px;
}
.h_238px {
  height: 238px;
}
.h_238px.isMinHeight {
  min-height: 238px;
}
.h_239px {
  height: 239px;
}
.h_239px.isMinHeight {
  min-height: 239px;
}
.h_240px {
  height: 240px;
}
.h_240px.isMinHeight {
  min-height: 240px;
}
.h_241px {
  height: 241px;
}
.h_241px.isMinHeight {
  min-height: 241px;
}
.h_242px {
  height: 242px;
}
.h_242px.isMinHeight {
  min-height: 242px;
}
.h_243px {
  height: 243px;
}
.h_243px.isMinHeight {
  min-height: 243px;
}
.h_244px {
  height: 244px;
}
.h_244px.isMinHeight {
  min-height: 244px;
}
.h_245px {
  height: 245px;
}
.h_245px.isMinHeight {
  min-height: 245px;
}
.h_246px {
  height: 246px;
}
.h_246px.isMinHeight {
  min-height: 246px;
}
.h_247px {
  height: 247px;
}
.h_247px.isMinHeight {
  min-height: 247px;
}
.h_248px {
  height: 248px;
}
.h_248px.isMinHeight {
  min-height: 248px;
}
.h_249px {
  height: 249px;
}
.h_249px.isMinHeight {
  min-height: 249px;
}
.h_250px {
  height: 250px;
}
.h_250px.isMinHeight {
  min-height: 250px;
}
.h_251px {
  height: 251px;
}
.h_251px.isMinHeight {
  min-height: 251px;
}
.h_252px {
  height: 252px;
}
.h_252px.isMinHeight {
  min-height: 252px;
}
.h_253px {
  height: 253px;
}
.h_253px.isMinHeight {
  min-height: 253px;
}
.h_254px {
  height: 254px;
}
.h_254px.isMinHeight {
  min-height: 254px;
}
.h_255px {
  height: 255px;
}
.h_255px.isMinHeight {
  min-height: 255px;
}
.h_256px {
  height: 256px;
}
.h_256px.isMinHeight {
  min-height: 256px;
}
.h_257px {
  height: 257px;
}
.h_257px.isMinHeight {
  min-height: 257px;
}
.h_258px {
  height: 258px;
}
.h_258px.isMinHeight {
  min-height: 258px;
}
.h_259px {
  height: 259px;
}
.h_259px.isMinHeight {
  min-height: 259px;
}
.h_260px {
  height: 260px;
}
.h_260px.isMinHeight {
  min-height: 260px;
}
.h_261px {
  height: 261px;
}
.h_261px.isMinHeight {
  min-height: 261px;
}
.h_262px {
  height: 262px;
}
.h_262px.isMinHeight {
  min-height: 262px;
}
.h_263px {
  height: 263px;
}
.h_263px.isMinHeight {
  min-height: 263px;
}
.h_264px {
  height: 264px;
}
.h_264px.isMinHeight {
  min-height: 264px;
}
.h_265px {
  height: 265px;
}
.h_265px.isMinHeight {
  min-height: 265px;
}
.h_266px {
  height: 266px;
}
.h_266px.isMinHeight {
  min-height: 266px;
}
.h_267px {
  height: 267px;
}
.h_267px.isMinHeight {
  min-height: 267px;
}
.h_268px {
  height: 268px;
}
.h_268px.isMinHeight {
  min-height: 268px;
}
.h_269px {
  height: 269px;
}
.h_269px.isMinHeight {
  min-height: 269px;
}
.h_270px {
  height: 270px;
}
.h_270px.isMinHeight {
  min-height: 270px;
}
.h_271px {
  height: 271px;
}
.h_271px.isMinHeight {
  min-height: 271px;
}
.h_272px {
  height: 272px;
}
.h_272px.isMinHeight {
  min-height: 272px;
}
.h_273px {
  height: 273px;
}
.h_273px.isMinHeight {
  min-height: 273px;
}
.h_274px {
  height: 274px;
}
.h_274px.isMinHeight {
  min-height: 274px;
}
.h_275px {
  height: 275px;
}
.h_275px.isMinHeight {
  min-height: 275px;
}
.h_276px {
  height: 276px;
}
.h_276px.isMinHeight {
  min-height: 276px;
}
.h_277px {
  height: 277px;
}
.h_277px.isMinHeight {
  min-height: 277px;
}
.h_278px {
  height: 278px;
}
.h_278px.isMinHeight {
  min-height: 278px;
}
.h_279px {
  height: 279px;
}
.h_279px.isMinHeight {
  min-height: 279px;
}
.h_280px {
  height: 280px;
}
.h_280px.isMinHeight {
  min-height: 280px;
}
.h_281px {
  height: 281px;
}
.h_281px.isMinHeight {
  min-height: 281px;
}
.h_282px {
  height: 282px;
}
.h_282px.isMinHeight {
  min-height: 282px;
}
.h_283px {
  height: 283px;
}
.h_283px.isMinHeight {
  min-height: 283px;
}
.h_284px {
  height: 284px;
}
.h_284px.isMinHeight {
  min-height: 284px;
}
.h_285px {
  height: 285px;
}
.h_285px.isMinHeight {
  min-height: 285px;
}
.h_286px {
  height: 286px;
}
.h_286px.isMinHeight {
  min-height: 286px;
}
.h_287px {
  height: 287px;
}
.h_287px.isMinHeight {
  min-height: 287px;
}
.h_288px {
  height: 288px;
}
.h_288px.isMinHeight {
  min-height: 288px;
}
.h_289px {
  height: 289px;
}
.h_289px.isMinHeight {
  min-height: 289px;
}
.h_290px {
  height: 290px;
}
.h_290px.isMinHeight {
  min-height: 290px;
}
.h_291px {
  height: 291px;
}
.h_291px.isMinHeight {
  min-height: 291px;
}
.h_292px {
  height: 292px;
}
.h_292px.isMinHeight {
  min-height: 292px;
}
.h_293px {
  height: 293px;
}
.h_293px.isMinHeight {
  min-height: 293px;
}
.h_294px {
  height: 294px;
}
.h_294px.isMinHeight {
  min-height: 294px;
}
.h_295px {
  height: 295px;
}
.h_295px.isMinHeight {
  min-height: 295px;
}
.h_296px {
  height: 296px;
}
.h_296px.isMinHeight {
  min-height: 296px;
}
.h_297px {
  height: 297px;
}
.h_297px.isMinHeight {
  min-height: 297px;
}
.h_298px {
  height: 298px;
}
.h_298px.isMinHeight {
  min-height: 298px;
}
.h_299px {
  height: 299px;
}
.h_299px.isMinHeight {
  min-height: 299px;
}
.h_300px {
  height: 300px;
}
.h_300px.isMinHeight {
  min-height: 300px;
}
.h_301px {
  height: 301px;
}
.h_301px.isMinHeight {
  min-height: 301px;
}
.h_302px {
  height: 302px;
}
.h_302px.isMinHeight {
  min-height: 302px;
}
.h_303px {
  height: 303px;
}
.h_303px.isMinHeight {
  min-height: 303px;
}
.h_304px {
  height: 304px;
}
.h_304px.isMinHeight {
  min-height: 304px;
}
.h_305px {
  height: 305px;
}
.h_305px.isMinHeight {
  min-height: 305px;
}
.h_306px {
  height: 306px;
}
.h_306px.isMinHeight {
  min-height: 306px;
}
.h_307px {
  height: 307px;
}
.h_307px.isMinHeight {
  min-height: 307px;
}
.h_308px {
  height: 308px;
}
.h_308px.isMinHeight {
  min-height: 308px;
}
.h_309px {
  height: 309px;
}
.h_309px.isMinHeight {
  min-height: 309px;
}
.h_310px {
  height: 310px;
}
.h_310px.isMinHeight {
  min-height: 310px;
}
.h_311px {
  height: 311px;
}
.h_311px.isMinHeight {
  min-height: 311px;
}
.h_312px {
  height: 312px;
}
.h_312px.isMinHeight {
  min-height: 312px;
}
.h_313px {
  height: 313px;
}
.h_313px.isMinHeight {
  min-height: 313px;
}
.h_314px {
  height: 314px;
}
.h_314px.isMinHeight {
  min-height: 314px;
}
.h_315px {
  height: 315px;
}
.h_315px.isMinHeight {
  min-height: 315px;
}
.h_316px {
  height: 316px;
}
.h_316px.isMinHeight {
  min-height: 316px;
}
.h_317px {
  height: 317px;
}
.h_317px.isMinHeight {
  min-height: 317px;
}
.h_318px {
  height: 318px;
}
.h_318px.isMinHeight {
  min-height: 318px;
}
.h_319px {
  height: 319px;
}
.h_319px.isMinHeight {
  min-height: 319px;
}
.h_320px {
  height: 320px;
}
.h_320px.isMinHeight {
  min-height: 320px;
}
.h_321px {
  height: 321px;
}
.h_321px.isMinHeight {
  min-height: 321px;
}
.h_322px {
  height: 322px;
}
.h_322px.isMinHeight {
  min-height: 322px;
}
.h_323px {
  height: 323px;
}
.h_323px.isMinHeight {
  min-height: 323px;
}
.h_324px {
  height: 324px;
}
.h_324px.isMinHeight {
  min-height: 324px;
}
.h_325px {
  height: 325px;
}
.h_325px.isMinHeight {
  min-height: 325px;
}
.h_326px {
  height: 326px;
}
.h_326px.isMinHeight {
  min-height: 326px;
}
.h_327px {
  height: 327px;
}
.h_327px.isMinHeight {
  min-height: 327px;
}
.h_328px {
  height: 328px;
}
.h_328px.isMinHeight {
  min-height: 328px;
}
.h_329px {
  height: 329px;
}
.h_329px.isMinHeight {
  min-height: 329px;
}
.h_330px {
  height: 330px;
}
.h_330px.isMinHeight {
  min-height: 330px;
}
.h_331px {
  height: 331px;
}
.h_331px.isMinHeight {
  min-height: 331px;
}
.h_332px {
  height: 332px;
}
.h_332px.isMinHeight {
  min-height: 332px;
}
.h_333px {
  height: 333px;
}
.h_333px.isMinHeight {
  min-height: 333px;
}
.h_334px {
  height: 334px;
}
.h_334px.isMinHeight {
  min-height: 334px;
}
.h_335px {
  height: 335px;
}
.h_335px.isMinHeight {
  min-height: 335px;
}
.h_336px {
  height: 336px;
}
.h_336px.isMinHeight {
  min-height: 336px;
}
.h_337px {
  height: 337px;
}
.h_337px.isMinHeight {
  min-height: 337px;
}
.h_338px {
  height: 338px;
}
.h_338px.isMinHeight {
  min-height: 338px;
}
.h_339px {
  height: 339px;
}
.h_339px.isMinHeight {
  min-height: 339px;
}
.h_340px {
  height: 340px;
}
.h_340px.isMinHeight {
  min-height: 340px;
}
.h_341px {
  height: 341px;
}
.h_341px.isMinHeight {
  min-height: 341px;
}
.h_342px {
  height: 342px;
}
.h_342px.isMinHeight {
  min-height: 342px;
}
.h_343px {
  height: 343px;
}
.h_343px.isMinHeight {
  min-height: 343px;
}
.h_344px {
  height: 344px;
}
.h_344px.isMinHeight {
  min-height: 344px;
}
.h_345px {
  height: 345px;
}
.h_345px.isMinHeight {
  min-height: 345px;
}
.h_346px {
  height: 346px;
}
.h_346px.isMinHeight {
  min-height: 346px;
}
.h_347px {
  height: 347px;
}
.h_347px.isMinHeight {
  min-height: 347px;
}
.h_348px {
  height: 348px;
}
.h_348px.isMinHeight {
  min-height: 348px;
}
.h_349px {
  height: 349px;
}
.h_349px.isMinHeight {
  min-height: 349px;
}
.h_350px {
  height: 350px;
}
.h_350px.isMinHeight {
  min-height: 350px;
}
.h_351px {
  height: 351px;
}
.h_351px.isMinHeight {
  min-height: 351px;
}
.h_352px {
  height: 352px;
}
.h_352px.isMinHeight {
  min-height: 352px;
}
.h_353px {
  height: 353px;
}
.h_353px.isMinHeight {
  min-height: 353px;
}
.h_354px {
  height: 354px;
}
.h_354px.isMinHeight {
  min-height: 354px;
}
.h_355px {
  height: 355px;
}
.h_355px.isMinHeight {
  min-height: 355px;
}
.h_356px {
  height: 356px;
}
.h_356px.isMinHeight {
  min-height: 356px;
}
.h_357px {
  height: 357px;
}
.h_357px.isMinHeight {
  min-height: 357px;
}
.h_358px {
  height: 358px;
}
.h_358px.isMinHeight {
  min-height: 358px;
}
.h_359px {
  height: 359px;
}
.h_359px.isMinHeight {
  min-height: 359px;
}
.h_360px {
  height: 360px;
}
.h_360px.isMinHeight {
  min-height: 360px;
}
.h_361px {
  height: 361px;
}
.h_361px.isMinHeight {
  min-height: 361px;
}
.h_362px {
  height: 362px;
}
.h_362px.isMinHeight {
  min-height: 362px;
}
.h_363px {
  height: 363px;
}
.h_363px.isMinHeight {
  min-height: 363px;
}
.h_364px {
  height: 364px;
}
.h_364px.isMinHeight {
  min-height: 364px;
}
.h_365px {
  height: 365px;
}
.h_365px.isMinHeight {
  min-height: 365px;
}
.h_366px {
  height: 366px;
}
.h_366px.isMinHeight {
  min-height: 366px;
}
.h_367px {
  height: 367px;
}
.h_367px.isMinHeight {
  min-height: 367px;
}
.h_368px {
  height: 368px;
}
.h_368px.isMinHeight {
  min-height: 368px;
}
.h_369px {
  height: 369px;
}
.h_369px.isMinHeight {
  min-height: 369px;
}
.h_370px {
  height: 370px;
}
.h_370px.isMinHeight {
  min-height: 370px;
}
.h_371px {
  height: 371px;
}
.h_371px.isMinHeight {
  min-height: 371px;
}
.h_372px {
  height: 372px;
}
.h_372px.isMinHeight {
  min-height: 372px;
}
.h_373px {
  height: 373px;
}
.h_373px.isMinHeight {
  min-height: 373px;
}
.h_374px {
  height: 374px;
}
.h_374px.isMinHeight {
  min-height: 374px;
}
.h_375px {
  height: 375px;
}
.h_375px.isMinHeight {
  min-height: 375px;
}
.h_376px {
  height: 376px;
}
.h_376px.isMinHeight {
  min-height: 376px;
}
.h_377px {
  height: 377px;
}
.h_377px.isMinHeight {
  min-height: 377px;
}
.h_378px {
  height: 378px;
}
.h_378px.isMinHeight {
  min-height: 378px;
}
.h_379px {
  height: 379px;
}
.h_379px.isMinHeight {
  min-height: 379px;
}
.h_380px {
  height: 380px;
}
.h_380px.isMinHeight {
  min-height: 380px;
}
.h_381px {
  height: 381px;
}
.h_381px.isMinHeight {
  min-height: 381px;
}
.h_382px {
  height: 382px;
}
.h_382px.isMinHeight {
  min-height: 382px;
}
.h_383px {
  height: 383px;
}
.h_383px.isMinHeight {
  min-height: 383px;
}
.h_384px {
  height: 384px;
}
.h_384px.isMinHeight {
  min-height: 384px;
}
.h_385px {
  height: 385px;
}
.h_385px.isMinHeight {
  min-height: 385px;
}
.h_386px {
  height: 386px;
}
.h_386px.isMinHeight {
  min-height: 386px;
}
.h_387px {
  height: 387px;
}
.h_387px.isMinHeight {
  min-height: 387px;
}
.h_388px {
  height: 388px;
}
.h_388px.isMinHeight {
  min-height: 388px;
}
.h_389px {
  height: 389px;
}
.h_389px.isMinHeight {
  min-height: 389px;
}
.h_390px {
  height: 390px;
}
.h_390px.isMinHeight {
  min-height: 390px;
}
.h_391px {
  height: 391px;
}
.h_391px.isMinHeight {
  min-height: 391px;
}
.h_392px {
  height: 392px;
}
.h_392px.isMinHeight {
  min-height: 392px;
}
.h_393px {
  height: 393px;
}
.h_393px.isMinHeight {
  min-height: 393px;
}
.h_394px {
  height: 394px;
}
.h_394px.isMinHeight {
  min-height: 394px;
}
.h_395px {
  height: 395px;
}
.h_395px.isMinHeight {
  min-height: 395px;
}
.h_396px {
  height: 396px;
}
.h_396px.isMinHeight {
  min-height: 396px;
}
.h_397px {
  height: 397px;
}
.h_397px.isMinHeight {
  min-height: 397px;
}
.h_398px {
  height: 398px;
}
.h_398px.isMinHeight {
  min-height: 398px;
}
.h_399px {
  height: 399px;
}
.h_399px.isMinHeight {
  min-height: 399px;
}
.h_400px {
  height: 400px;
}
.h_400px.isMinHeight {
  min-height: 400px;
}
.h_401px {
  height: 401px;
}
.h_401px.isMinHeight {
  min-height: 401px;
}
.h_402px {
  height: 402px;
}
.h_402px.isMinHeight {
  min-height: 402px;
}
.h_403px {
  height: 403px;
}
.h_403px.isMinHeight {
  min-height: 403px;
}
.h_404px {
  height: 404px;
}
.h_404px.isMinHeight {
  min-height: 404px;
}
.h_405px {
  height: 405px;
}
.h_405px.isMinHeight {
  min-height: 405px;
}
.h_406px {
  height: 406px;
}
.h_406px.isMinHeight {
  min-height: 406px;
}
.h_407px {
  height: 407px;
}
.h_407px.isMinHeight {
  min-height: 407px;
}
.h_408px {
  height: 408px;
}
.h_408px.isMinHeight {
  min-height: 408px;
}
.h_409px {
  height: 409px;
}
.h_409px.isMinHeight {
  min-height: 409px;
}
.h_410px {
  height: 410px;
}
.h_410px.isMinHeight {
  min-height: 410px;
}
.h_411px {
  height: 411px;
}
.h_411px.isMinHeight {
  min-height: 411px;
}
.h_412px {
  height: 412px;
}
.h_412px.isMinHeight {
  min-height: 412px;
}
.h_413px {
  height: 413px;
}
.h_413px.isMinHeight {
  min-height: 413px;
}
.h_414px {
  height: 414px;
}
.h_414px.isMinHeight {
  min-height: 414px;
}
.h_415px {
  height: 415px;
}
.h_415px.isMinHeight {
  min-height: 415px;
}
.h_416px {
  height: 416px;
}
.h_416px.isMinHeight {
  min-height: 416px;
}
.h_417px {
  height: 417px;
}
.h_417px.isMinHeight {
  min-height: 417px;
}
.h_418px {
  height: 418px;
}
.h_418px.isMinHeight {
  min-height: 418px;
}
.h_419px {
  height: 419px;
}
.h_419px.isMinHeight {
  min-height: 419px;
}
.h_420px {
  height: 420px;
}
.h_420px.isMinHeight {
  min-height: 420px;
}
.h_421px {
  height: 421px;
}
.h_421px.isMinHeight {
  min-height: 421px;
}
.h_422px {
  height: 422px;
}
.h_422px.isMinHeight {
  min-height: 422px;
}
.h_423px {
  height: 423px;
}
.h_423px.isMinHeight {
  min-height: 423px;
}
.h_424px {
  height: 424px;
}
.h_424px.isMinHeight {
  min-height: 424px;
}
.h_425px {
  height: 425px;
}
.h_425px.isMinHeight {
  min-height: 425px;
}
.h_426px {
  height: 426px;
}
.h_426px.isMinHeight {
  min-height: 426px;
}
.h_427px {
  height: 427px;
}
.h_427px.isMinHeight {
  min-height: 427px;
}
.h_428px {
  height: 428px;
}
.h_428px.isMinHeight {
  min-height: 428px;
}
.h_429px {
  height: 429px;
}
.h_429px.isMinHeight {
  min-height: 429px;
}
.h_430px {
  height: 430px;
}
.h_430px.isMinHeight {
  min-height: 430px;
}
.h_431px {
  height: 431px;
}
.h_431px.isMinHeight {
  min-height: 431px;
}
.h_432px {
  height: 432px;
}
.h_432px.isMinHeight {
  min-height: 432px;
}
.h_433px {
  height: 433px;
}
.h_433px.isMinHeight {
  min-height: 433px;
}
.h_434px {
  height: 434px;
}
.h_434px.isMinHeight {
  min-height: 434px;
}
.h_435px {
  height: 435px;
}
.h_435px.isMinHeight {
  min-height: 435px;
}
.h_436px {
  height: 436px;
}
.h_436px.isMinHeight {
  min-height: 436px;
}
.h_437px {
  height: 437px;
}
.h_437px.isMinHeight {
  min-height: 437px;
}
.h_438px {
  height: 438px;
}
.h_438px.isMinHeight {
  min-height: 438px;
}
.h_439px {
  height: 439px;
}
.h_439px.isMinHeight {
  min-height: 439px;
}
.h_440px {
  height: 440px;
}
.h_440px.isMinHeight {
  min-height: 440px;
}
.h_441px {
  height: 441px;
}
.h_441px.isMinHeight {
  min-height: 441px;
}
.h_442px {
  height: 442px;
}
.h_442px.isMinHeight {
  min-height: 442px;
}
.h_443px {
  height: 443px;
}
.h_443px.isMinHeight {
  min-height: 443px;
}
.h_444px {
  height: 444px;
}
.h_444px.isMinHeight {
  min-height: 444px;
}
.h_445px {
  height: 445px;
}
.h_445px.isMinHeight {
  min-height: 445px;
}
.h_446px {
  height: 446px;
}
.h_446px.isMinHeight {
  min-height: 446px;
}
.h_447px {
  height: 447px;
}
.h_447px.isMinHeight {
  min-height: 447px;
}
.h_448px {
  height: 448px;
}
.h_448px.isMinHeight {
  min-height: 448px;
}
.h_449px {
  height: 449px;
}
.h_449px.isMinHeight {
  min-height: 449px;
}
.h_450px {
  height: 450px;
}
.h_450px.isMinHeight {
  min-height: 450px;
}
.h_451px {
  height: 451px;
}
.h_451px.isMinHeight {
  min-height: 451px;
}
.h_452px {
  height: 452px;
}
.h_452px.isMinHeight {
  min-height: 452px;
}
.h_453px {
  height: 453px;
}
.h_453px.isMinHeight {
  min-height: 453px;
}
.h_454px {
  height: 454px;
}
.h_454px.isMinHeight {
  min-height: 454px;
}
.h_455px {
  height: 455px;
}
.h_455px.isMinHeight {
  min-height: 455px;
}
.h_456px {
  height: 456px;
}
.h_456px.isMinHeight {
  min-height: 456px;
}
.h_457px {
  height: 457px;
}
.h_457px.isMinHeight {
  min-height: 457px;
}
.h_458px {
  height: 458px;
}
.h_458px.isMinHeight {
  min-height: 458px;
}
.h_459px {
  height: 459px;
}
.h_459px.isMinHeight {
  min-height: 459px;
}
.h_460px {
  height: 460px;
}
.h_460px.isMinHeight {
  min-height: 460px;
}
.h_461px {
  height: 461px;
}
.h_461px.isMinHeight {
  min-height: 461px;
}
.h_462px {
  height: 462px;
}
.h_462px.isMinHeight {
  min-height: 462px;
}
.h_463px {
  height: 463px;
}
.h_463px.isMinHeight {
  min-height: 463px;
}
.h_464px {
  height: 464px;
}
.h_464px.isMinHeight {
  min-height: 464px;
}
.h_465px {
  height: 465px;
}
.h_465px.isMinHeight {
  min-height: 465px;
}
.h_466px {
  height: 466px;
}
.h_466px.isMinHeight {
  min-height: 466px;
}
.h_467px {
  height: 467px;
}
.h_467px.isMinHeight {
  min-height: 467px;
}
.h_468px {
  height: 468px;
}
.h_468px.isMinHeight {
  min-height: 468px;
}
.h_469px {
  height: 469px;
}
.h_469px.isMinHeight {
  min-height: 469px;
}
.h_470px {
  height: 470px;
}
.h_470px.isMinHeight {
  min-height: 470px;
}
.h_471px {
  height: 471px;
}
.h_471px.isMinHeight {
  min-height: 471px;
}
.h_472px {
  height: 472px;
}
.h_472px.isMinHeight {
  min-height: 472px;
}
.h_473px {
  height: 473px;
}
.h_473px.isMinHeight {
  min-height: 473px;
}
.h_474px {
  height: 474px;
}
.h_474px.isMinHeight {
  min-height: 474px;
}
.h_475px {
  height: 475px;
}
.h_475px.isMinHeight {
  min-height: 475px;
}
.h_476px {
  height: 476px;
}
.h_476px.isMinHeight {
  min-height: 476px;
}
.h_477px {
  height: 477px;
}
.h_477px.isMinHeight {
  min-height: 477px;
}
.h_478px {
  height: 478px;
}
.h_478px.isMinHeight {
  min-height: 478px;
}
.h_479px {
  height: 479px;
}
.h_479px.isMinHeight {
  min-height: 479px;
}
.h_480px {
  height: 480px;
}
.h_480px.isMinHeight {
  min-height: 480px;
}
.h_481px {
  height: 481px;
}
.h_481px.isMinHeight {
  min-height: 481px;
}
.h_482px {
  height: 482px;
}
.h_482px.isMinHeight {
  min-height: 482px;
}
.h_483px {
  height: 483px;
}
.h_483px.isMinHeight {
  min-height: 483px;
}
.h_484px {
  height: 484px;
}
.h_484px.isMinHeight {
  min-height: 484px;
}
.h_485px {
  height: 485px;
}
.h_485px.isMinHeight {
  min-height: 485px;
}
.h_486px {
  height: 486px;
}
.h_486px.isMinHeight {
  min-height: 486px;
}
.h_487px {
  height: 487px;
}
.h_487px.isMinHeight {
  min-height: 487px;
}
.h_488px {
  height: 488px;
}
.h_488px.isMinHeight {
  min-height: 488px;
}
.h_489px {
  height: 489px;
}
.h_489px.isMinHeight {
  min-height: 489px;
}
.h_490px {
  height: 490px;
}
.h_490px.isMinHeight {
  min-height: 490px;
}
.h_491px {
  height: 491px;
}
.h_491px.isMinHeight {
  min-height: 491px;
}
.h_492px {
  height: 492px;
}
.h_492px.isMinHeight {
  min-height: 492px;
}
.h_493px {
  height: 493px;
}
.h_493px.isMinHeight {
  min-height: 493px;
}
.h_494px {
  height: 494px;
}
.h_494px.isMinHeight {
  min-height: 494px;
}
.h_495px {
  height: 495px;
}
.h_495px.isMinHeight {
  min-height: 495px;
}
.h_496px {
  height: 496px;
}
.h_496px.isMinHeight {
  min-height: 496px;
}
.h_497px {
  height: 497px;
}
.h_497px.isMinHeight {
  min-height: 497px;
}
.h_498px {
  height: 498px;
}
.h_498px.isMinHeight {
  min-height: 498px;
}
.h_499px {
  height: 499px;
}
.h_499px.isMinHeight {
  min-height: 499px;
}
.h_500px {
  height: 500px;
}
.h_500px.isMinHeight {
  min-height: 500px;
}
.h_501px {
  height: 501px;
}
.h_501px.isMinHeight {
  min-height: 501px;
}
.h_502px {
  height: 502px;
}
.h_502px.isMinHeight {
  min-height: 502px;
}
.h_503px {
  height: 503px;
}
.h_503px.isMinHeight {
  min-height: 503px;
}
.h_504px {
  height: 504px;
}
.h_504px.isMinHeight {
  min-height: 504px;
}
.h_505px {
  height: 505px;
}
.h_505px.isMinHeight {
  min-height: 505px;
}
.h_506px {
  height: 506px;
}
.h_506px.isMinHeight {
  min-height: 506px;
}
.h_507px {
  height: 507px;
}
.h_507px.isMinHeight {
  min-height: 507px;
}
.h_508px {
  height: 508px;
}
.h_508px.isMinHeight {
  min-height: 508px;
}
.h_509px {
  height: 509px;
}
.h_509px.isMinHeight {
  min-height: 509px;
}
.h_510px {
  height: 510px;
}
.h_510px.isMinHeight {
  min-height: 510px;
}
.h_511px {
  height: 511px;
}
.h_511px.isMinHeight {
  min-height: 511px;
}
.h_512px {
  height: 512px;
}
.h_512px.isMinHeight {
  min-height: 512px;
}
.h_513px {
  height: 513px;
}
.h_513px.isMinHeight {
  min-height: 513px;
}
.h_514px {
  height: 514px;
}
.h_514px.isMinHeight {
  min-height: 514px;
}
.h_515px {
  height: 515px;
}
.h_515px.isMinHeight {
  min-height: 515px;
}
.h_516px {
  height: 516px;
}
.h_516px.isMinHeight {
  min-height: 516px;
}
.h_517px {
  height: 517px;
}
.h_517px.isMinHeight {
  min-height: 517px;
}
.h_518px {
  height: 518px;
}
.h_518px.isMinHeight {
  min-height: 518px;
}
.h_519px {
  height: 519px;
}
.h_519px.isMinHeight {
  min-height: 519px;
}
.h_520px {
  height: 520px;
}
.h_520px.isMinHeight {
  min-height: 520px;
}
.h_521px {
  height: 521px;
}
.h_521px.isMinHeight {
  min-height: 521px;
}
.h_522px {
  height: 522px;
}
.h_522px.isMinHeight {
  min-height: 522px;
}
.h_523px {
  height: 523px;
}
.h_523px.isMinHeight {
  min-height: 523px;
}
.h_524px {
  height: 524px;
}
.h_524px.isMinHeight {
  min-height: 524px;
}
.h_525px {
  height: 525px;
}
.h_525px.isMinHeight {
  min-height: 525px;
}
.h_526px {
  height: 526px;
}
.h_526px.isMinHeight {
  min-height: 526px;
}
.h_527px {
  height: 527px;
}
.h_527px.isMinHeight {
  min-height: 527px;
}
.h_528px {
  height: 528px;
}
.h_528px.isMinHeight {
  min-height: 528px;
}
.h_529px {
  height: 529px;
}
.h_529px.isMinHeight {
  min-height: 529px;
}
.h_530px {
  height: 530px;
}
.h_530px.isMinHeight {
  min-height: 530px;
}
.h_531px {
  height: 531px;
}
.h_531px.isMinHeight {
  min-height: 531px;
}
.h_532px {
  height: 532px;
}
.h_532px.isMinHeight {
  min-height: 532px;
}
.h_533px {
  height: 533px;
}
.h_533px.isMinHeight {
  min-height: 533px;
}
.h_534px {
  height: 534px;
}
.h_534px.isMinHeight {
  min-height: 534px;
}
.h_535px {
  height: 535px;
}
.h_535px.isMinHeight {
  min-height: 535px;
}
.h_536px {
  height: 536px;
}
.h_536px.isMinHeight {
  min-height: 536px;
}
.h_537px {
  height: 537px;
}
.h_537px.isMinHeight {
  min-height: 537px;
}
.h_538px {
  height: 538px;
}
.h_538px.isMinHeight {
  min-height: 538px;
}
.h_539px {
  height: 539px;
}
.h_539px.isMinHeight {
  min-height: 539px;
}
.h_540px {
  height: 540px;
}
.h_540px.isMinHeight {
  min-height: 540px;
}
.h_541px {
  height: 541px;
}
.h_541px.isMinHeight {
  min-height: 541px;
}
.h_542px {
  height: 542px;
}
.h_542px.isMinHeight {
  min-height: 542px;
}
.h_543px {
  height: 543px;
}
.h_543px.isMinHeight {
  min-height: 543px;
}
.h_544px {
  height: 544px;
}
.h_544px.isMinHeight {
  min-height: 544px;
}
.h_545px {
  height: 545px;
}
.h_545px.isMinHeight {
  min-height: 545px;
}
.h_546px {
  height: 546px;
}
.h_546px.isMinHeight {
  min-height: 546px;
}
.h_547px {
  height: 547px;
}
.h_547px.isMinHeight {
  min-height: 547px;
}
.h_548px {
  height: 548px;
}
.h_548px.isMinHeight {
  min-height: 548px;
}
.h_549px {
  height: 549px;
}
.h_549px.isMinHeight {
  min-height: 549px;
}
.h_550px {
  height: 550px;
}
.h_550px.isMinHeight {
  min-height: 550px;
}
.h_551px {
  height: 551px;
}
.h_551px.isMinHeight {
  min-height: 551px;
}
.h_552px {
  height: 552px;
}
.h_552px.isMinHeight {
  min-height: 552px;
}
.h_553px {
  height: 553px;
}
.h_553px.isMinHeight {
  min-height: 553px;
}
.h_554px {
  height: 554px;
}
.h_554px.isMinHeight {
  min-height: 554px;
}
.h_555px {
  height: 555px;
}
.h_555px.isMinHeight {
  min-height: 555px;
}
.h_556px {
  height: 556px;
}
.h_556px.isMinHeight {
  min-height: 556px;
}
.h_557px {
  height: 557px;
}
.h_557px.isMinHeight {
  min-height: 557px;
}
.h_558px {
  height: 558px;
}
.h_558px.isMinHeight {
  min-height: 558px;
}
.h_559px {
  height: 559px;
}
.h_559px.isMinHeight {
  min-height: 559px;
}
.h_560px {
  height: 560px;
}
.h_560px.isMinHeight {
  min-height: 560px;
}
.h_561px {
  height: 561px;
}
.h_561px.isMinHeight {
  min-height: 561px;
}
.h_562px {
  height: 562px;
}
.h_562px.isMinHeight {
  min-height: 562px;
}
.h_563px {
  height: 563px;
}
.h_563px.isMinHeight {
  min-height: 563px;
}
.h_564px {
  height: 564px;
}
.h_564px.isMinHeight {
  min-height: 564px;
}
.h_565px {
  height: 565px;
}
.h_565px.isMinHeight {
  min-height: 565px;
}
.h_566px {
  height: 566px;
}
.h_566px.isMinHeight {
  min-height: 566px;
}
.h_567px {
  height: 567px;
}
.h_567px.isMinHeight {
  min-height: 567px;
}
.h_568px {
  height: 568px;
}
.h_568px.isMinHeight {
  min-height: 568px;
}
.h_569px {
  height: 569px;
}
.h_569px.isMinHeight {
  min-height: 569px;
}
.h_570px {
  height: 570px;
}
.h_570px.isMinHeight {
  min-height: 570px;
}
.h_571px {
  height: 571px;
}
.h_571px.isMinHeight {
  min-height: 571px;
}
.h_572px {
  height: 572px;
}
.h_572px.isMinHeight {
  min-height: 572px;
}
.h_573px {
  height: 573px;
}
.h_573px.isMinHeight {
  min-height: 573px;
}
.h_574px {
  height: 574px;
}
.h_574px.isMinHeight {
  min-height: 574px;
}
.h_575px {
  height: 575px;
}
.h_575px.isMinHeight {
  min-height: 575px;
}
.h_576px {
  height: 576px;
}
.h_576px.isMinHeight {
  min-height: 576px;
}
.h_577px {
  height: 577px;
}
.h_577px.isMinHeight {
  min-height: 577px;
}
.h_578px {
  height: 578px;
}
.h_578px.isMinHeight {
  min-height: 578px;
}
.h_579px {
  height: 579px;
}
.h_579px.isMinHeight {
  min-height: 579px;
}
.h_580px {
  height: 580px;
}
.h_580px.isMinHeight {
  min-height: 580px;
}
.h_581px {
  height: 581px;
}
.h_581px.isMinHeight {
  min-height: 581px;
}
.h_582px {
  height: 582px;
}
.h_582px.isMinHeight {
  min-height: 582px;
}
.h_583px {
  height: 583px;
}
.h_583px.isMinHeight {
  min-height: 583px;
}
.h_584px {
  height: 584px;
}
.h_584px.isMinHeight {
  min-height: 584px;
}
.h_585px {
  height: 585px;
}
.h_585px.isMinHeight {
  min-height: 585px;
}
.h_586px {
  height: 586px;
}
.h_586px.isMinHeight {
  min-height: 586px;
}
.h_587px {
  height: 587px;
}
.h_587px.isMinHeight {
  min-height: 587px;
}
.h_588px {
  height: 588px;
}
.h_588px.isMinHeight {
  min-height: 588px;
}
.h_589px {
  height: 589px;
}
.h_589px.isMinHeight {
  min-height: 589px;
}
.h_590px {
  height: 590px;
}
.h_590px.isMinHeight {
  min-height: 590px;
}
.h_591px {
  height: 591px;
}
.h_591px.isMinHeight {
  min-height: 591px;
}
.h_592px {
  height: 592px;
}
.h_592px.isMinHeight {
  min-height: 592px;
}
.h_593px {
  height: 593px;
}
.h_593px.isMinHeight {
  min-height: 593px;
}
.h_594px {
  height: 594px;
}
.h_594px.isMinHeight {
  min-height: 594px;
}
.h_595px {
  height: 595px;
}
.h_595px.isMinHeight {
  min-height: 595px;
}
.h_596px {
  height: 596px;
}
.h_596px.isMinHeight {
  min-height: 596px;
}
.h_597px {
  height: 597px;
}
.h_597px.isMinHeight {
  min-height: 597px;
}
.h_598px {
  height: 598px;
}
.h_598px.isMinHeight {
  min-height: 598px;
}
.h_599px {
  height: 599px;
}
.h_599px.isMinHeight {
  min-height: 599px;
}
.h_600px {
  height: 600px;
}
.h_600px.isMinHeight {
  min-height: 600px;
}
.h_601px {
  height: 601px;
}
.h_601px.isMinHeight {
  min-height: 601px;
}
.h_602px {
  height: 602px;
}
.h_602px.isMinHeight {
  min-height: 602px;
}
.h_603px {
  height: 603px;
}
.h_603px.isMinHeight {
  min-height: 603px;
}
.h_604px {
  height: 604px;
}
.h_604px.isMinHeight {
  min-height: 604px;
}
.h_605px {
  height: 605px;
}
.h_605px.isMinHeight {
  min-height: 605px;
}
.h_606px {
  height: 606px;
}
.h_606px.isMinHeight {
  min-height: 606px;
}
.h_607px {
  height: 607px;
}
.h_607px.isMinHeight {
  min-height: 607px;
}
.h_608px {
  height: 608px;
}
.h_608px.isMinHeight {
  min-height: 608px;
}
.h_609px {
  height: 609px;
}
.h_609px.isMinHeight {
  min-height: 609px;
}
.h_610px {
  height: 610px;
}
.h_610px.isMinHeight {
  min-height: 610px;
}
.h_611px {
  height: 611px;
}
.h_611px.isMinHeight {
  min-height: 611px;
}
.h_612px {
  height: 612px;
}
.h_612px.isMinHeight {
  min-height: 612px;
}
.h_613px {
  height: 613px;
}
.h_613px.isMinHeight {
  min-height: 613px;
}
.h_614px {
  height: 614px;
}
.h_614px.isMinHeight {
  min-height: 614px;
}
.h_615px {
  height: 615px;
}
.h_615px.isMinHeight {
  min-height: 615px;
}
.h_616px {
  height: 616px;
}
.h_616px.isMinHeight {
  min-height: 616px;
}
.h_617px {
  height: 617px;
}
.h_617px.isMinHeight {
  min-height: 617px;
}
.h_618px {
  height: 618px;
}
.h_618px.isMinHeight {
  min-height: 618px;
}
.h_619px {
  height: 619px;
}
.h_619px.isMinHeight {
  min-height: 619px;
}
.h_620px {
  height: 620px;
}
.h_620px.isMinHeight {
  min-height: 620px;
}
.h_621px {
  height: 621px;
}
.h_621px.isMinHeight {
  min-height: 621px;
}
.h_622px {
  height: 622px;
}
.h_622px.isMinHeight {
  min-height: 622px;
}
.h_623px {
  height: 623px;
}
.h_623px.isMinHeight {
  min-height: 623px;
}
.h_624px {
  height: 624px;
}
.h_624px.isMinHeight {
  min-height: 624px;
}
.h_625px {
  height: 625px;
}
.h_625px.isMinHeight {
  min-height: 625px;
}
.h_626px {
  height: 626px;
}
.h_626px.isMinHeight {
  min-height: 626px;
}
.h_627px {
  height: 627px;
}
.h_627px.isMinHeight {
  min-height: 627px;
}
.h_628px {
  height: 628px;
}
.h_628px.isMinHeight {
  min-height: 628px;
}
.h_629px {
  height: 629px;
}
.h_629px.isMinHeight {
  min-height: 629px;
}
.h_630px {
  height: 630px;
}
.h_630px.isMinHeight {
  min-height: 630px;
}
.h_631px {
  height: 631px;
}
.h_631px.isMinHeight {
  min-height: 631px;
}
.h_632px {
  height: 632px;
}
.h_632px.isMinHeight {
  min-height: 632px;
}
.h_633px {
  height: 633px;
}
.h_633px.isMinHeight {
  min-height: 633px;
}
.h_634px {
  height: 634px;
}
.h_634px.isMinHeight {
  min-height: 634px;
}
.h_635px {
  height: 635px;
}
.h_635px.isMinHeight {
  min-height: 635px;
}
.h_636px {
  height: 636px;
}
.h_636px.isMinHeight {
  min-height: 636px;
}
.h_637px {
  height: 637px;
}
.h_637px.isMinHeight {
  min-height: 637px;
}
.h_638px {
  height: 638px;
}
.h_638px.isMinHeight {
  min-height: 638px;
}
.h_639px {
  height: 639px;
}
.h_639px.isMinHeight {
  min-height: 639px;
}
.h_640px {
  height: 640px;
}
.h_640px.isMinHeight {
  min-height: 640px;
}
.h_641px {
  height: 641px;
}
.h_641px.isMinHeight {
  min-height: 641px;
}
.h_642px {
  height: 642px;
}
.h_642px.isMinHeight {
  min-height: 642px;
}
.h_643px {
  height: 643px;
}
.h_643px.isMinHeight {
  min-height: 643px;
}
.h_644px {
  height: 644px;
}
.h_644px.isMinHeight {
  min-height: 644px;
}
.h_645px {
  height: 645px;
}
.h_645px.isMinHeight {
  min-height: 645px;
}
.h_646px {
  height: 646px;
}
.h_646px.isMinHeight {
  min-height: 646px;
}
.h_647px {
  height: 647px;
}
.h_647px.isMinHeight {
  min-height: 647px;
}
.h_648px {
  height: 648px;
}
.h_648px.isMinHeight {
  min-height: 648px;
}
.h_649px {
  height: 649px;
}
.h_649px.isMinHeight {
  min-height: 649px;
}
.h_650px {
  height: 650px;
}
.h_650px.isMinHeight {
  min-height: 650px;
}
.h_651px {
  height: 651px;
}
.h_651px.isMinHeight {
  min-height: 651px;
}
.h_652px {
  height: 652px;
}
.h_652px.isMinHeight {
  min-height: 652px;
}
.h_653px {
  height: 653px;
}
.h_653px.isMinHeight {
  min-height: 653px;
}
.h_654px {
  height: 654px;
}
.h_654px.isMinHeight {
  min-height: 654px;
}
.h_655px {
  height: 655px;
}
.h_655px.isMinHeight {
  min-height: 655px;
}
.h_656px {
  height: 656px;
}
.h_656px.isMinHeight {
  min-height: 656px;
}
.h_657px {
  height: 657px;
}
.h_657px.isMinHeight {
  min-height: 657px;
}
.h_658px {
  height: 658px;
}
.h_658px.isMinHeight {
  min-height: 658px;
}
.h_659px {
  height: 659px;
}
.h_659px.isMinHeight {
  min-height: 659px;
}
.h_660px {
  height: 660px;
}
.h_660px.isMinHeight {
  min-height: 660px;
}
.h_661px {
  height: 661px;
}
.h_661px.isMinHeight {
  min-height: 661px;
}
.h_662px {
  height: 662px;
}
.h_662px.isMinHeight {
  min-height: 662px;
}
.h_663px {
  height: 663px;
}
.h_663px.isMinHeight {
  min-height: 663px;
}
.h_664px {
  height: 664px;
}
.h_664px.isMinHeight {
  min-height: 664px;
}
.h_665px {
  height: 665px;
}
.h_665px.isMinHeight {
  min-height: 665px;
}
.h_666px {
  height: 666px;
}
.h_666px.isMinHeight {
  min-height: 666px;
}
.h_667px {
  height: 667px;
}
.h_667px.isMinHeight {
  min-height: 667px;
}
.h_668px {
  height: 668px;
}
.h_668px.isMinHeight {
  min-height: 668px;
}
.h_669px {
  height: 669px;
}
.h_669px.isMinHeight {
  min-height: 669px;
}
.h_670px {
  height: 670px;
}
.h_670px.isMinHeight {
  min-height: 670px;
}
.h_671px {
  height: 671px;
}
.h_671px.isMinHeight {
  min-height: 671px;
}
.h_672px {
  height: 672px;
}
.h_672px.isMinHeight {
  min-height: 672px;
}
.h_673px {
  height: 673px;
}
.h_673px.isMinHeight {
  min-height: 673px;
}
.h_674px {
  height: 674px;
}
.h_674px.isMinHeight {
  min-height: 674px;
}
.h_675px {
  height: 675px;
}
.h_675px.isMinHeight {
  min-height: 675px;
}
.h_676px {
  height: 676px;
}
.h_676px.isMinHeight {
  min-height: 676px;
}
.h_677px {
  height: 677px;
}
.h_677px.isMinHeight {
  min-height: 677px;
}
.h_678px {
  height: 678px;
}
.h_678px.isMinHeight {
  min-height: 678px;
}
.h_679px {
  height: 679px;
}
.h_679px.isMinHeight {
  min-height: 679px;
}
.h_680px {
  height: 680px;
}
.h_680px.isMinHeight {
  min-height: 680px;
}
.h_681px {
  height: 681px;
}
.h_681px.isMinHeight {
  min-height: 681px;
}
.h_682px {
  height: 682px;
}
.h_682px.isMinHeight {
  min-height: 682px;
}
.h_683px {
  height: 683px;
}
.h_683px.isMinHeight {
  min-height: 683px;
}
.h_684px {
  height: 684px;
}
.h_684px.isMinHeight {
  min-height: 684px;
}
.h_685px {
  height: 685px;
}
.h_685px.isMinHeight {
  min-height: 685px;
}
.h_686px {
  height: 686px;
}
.h_686px.isMinHeight {
  min-height: 686px;
}
.h_687px {
  height: 687px;
}
.h_687px.isMinHeight {
  min-height: 687px;
}
.h_688px {
  height: 688px;
}
.h_688px.isMinHeight {
  min-height: 688px;
}
.h_689px {
  height: 689px;
}
.h_689px.isMinHeight {
  min-height: 689px;
}
.h_690px {
  height: 690px;
}
.h_690px.isMinHeight {
  min-height: 690px;
}
.h_691px {
  height: 691px;
}
.h_691px.isMinHeight {
  min-height: 691px;
}
.h_692px {
  height: 692px;
}
.h_692px.isMinHeight {
  min-height: 692px;
}
.h_693px {
  height: 693px;
}
.h_693px.isMinHeight {
  min-height: 693px;
}
.h_694px {
  height: 694px;
}
.h_694px.isMinHeight {
  min-height: 694px;
}
.h_695px {
  height: 695px;
}
.h_695px.isMinHeight {
  min-height: 695px;
}
.h_696px {
  height: 696px;
}
.h_696px.isMinHeight {
  min-height: 696px;
}
.h_697px {
  height: 697px;
}
.h_697px.isMinHeight {
  min-height: 697px;
}
.h_698px {
  height: 698px;
}
.h_698px.isMinHeight {
  min-height: 698px;
}
.h_699px {
  height: 699px;
}
.h_699px.isMinHeight {
  min-height: 699px;
}
.h_700px {
  height: 700px;
}
.h_700px.isMinHeight {
  min-height: 700px;
}
.h_701px {
  height: 701px;
}
.h_701px.isMinHeight {
  min-height: 701px;
}
.h_702px {
  height: 702px;
}
.h_702px.isMinHeight {
  min-height: 702px;
}
.h_703px {
  height: 703px;
}
.h_703px.isMinHeight {
  min-height: 703px;
}
.h_704px {
  height: 704px;
}
.h_704px.isMinHeight {
  min-height: 704px;
}
.h_705px {
  height: 705px;
}
.h_705px.isMinHeight {
  min-height: 705px;
}
.h_706px {
  height: 706px;
}
.h_706px.isMinHeight {
  min-height: 706px;
}
.h_707px {
  height: 707px;
}
.h_707px.isMinHeight {
  min-height: 707px;
}
.h_708px {
  height: 708px;
}
.h_708px.isMinHeight {
  min-height: 708px;
}
.h_709px {
  height: 709px;
}
.h_709px.isMinHeight {
  min-height: 709px;
}
.h_710px {
  height: 710px;
}
.h_710px.isMinHeight {
  min-height: 710px;
}
.h_711px {
  height: 711px;
}
.h_711px.isMinHeight {
  min-height: 711px;
}
.h_712px {
  height: 712px;
}
.h_712px.isMinHeight {
  min-height: 712px;
}
.h_713px {
  height: 713px;
}
.h_713px.isMinHeight {
  min-height: 713px;
}
.h_714px {
  height: 714px;
}
.h_714px.isMinHeight {
  min-height: 714px;
}
.h_715px {
  height: 715px;
}
.h_715px.isMinHeight {
  min-height: 715px;
}
.h_716px {
  height: 716px;
}
.h_716px.isMinHeight {
  min-height: 716px;
}
.h_717px {
  height: 717px;
}
.h_717px.isMinHeight {
  min-height: 717px;
}
.h_718px {
  height: 718px;
}
.h_718px.isMinHeight {
  min-height: 718px;
}
.h_719px {
  height: 719px;
}
.h_719px.isMinHeight {
  min-height: 719px;
}
.h_720px {
  height: 720px;
}
.h_720px.isMinHeight {
  min-height: 720px;
}
.h_721px {
  height: 721px;
}
.h_721px.isMinHeight {
  min-height: 721px;
}
.h_722px {
  height: 722px;
}
.h_722px.isMinHeight {
  min-height: 722px;
}
.h_723px {
  height: 723px;
}
.h_723px.isMinHeight {
  min-height: 723px;
}
.h_724px {
  height: 724px;
}
.h_724px.isMinHeight {
  min-height: 724px;
}
.h_725px {
  height: 725px;
}
.h_725px.isMinHeight {
  min-height: 725px;
}
.h_726px {
  height: 726px;
}
.h_726px.isMinHeight {
  min-height: 726px;
}
.h_727px {
  height: 727px;
}
.h_727px.isMinHeight {
  min-height: 727px;
}
.h_728px {
  height: 728px;
}
.h_728px.isMinHeight {
  min-height: 728px;
}
.h_729px {
  height: 729px;
}
.h_729px.isMinHeight {
  min-height: 729px;
}
.h_730px {
  height: 730px;
}
.h_730px.isMinHeight {
  min-height: 730px;
}
.h_731px {
  height: 731px;
}
.h_731px.isMinHeight {
  min-height: 731px;
}
.h_732px {
  height: 732px;
}
.h_732px.isMinHeight {
  min-height: 732px;
}
.h_733px {
  height: 733px;
}
.h_733px.isMinHeight {
  min-height: 733px;
}
.h_734px {
  height: 734px;
}
.h_734px.isMinHeight {
  min-height: 734px;
}
.h_735px {
  height: 735px;
}
.h_735px.isMinHeight {
  min-height: 735px;
}
.h_736px {
  height: 736px;
}
.h_736px.isMinHeight {
  min-height: 736px;
}
.h_737px {
  height: 737px;
}
.h_737px.isMinHeight {
  min-height: 737px;
}
.h_738px {
  height: 738px;
}
.h_738px.isMinHeight {
  min-height: 738px;
}
.h_739px {
  height: 739px;
}
.h_739px.isMinHeight {
  min-height: 739px;
}
.h_740px {
  height: 740px;
}
.h_740px.isMinHeight {
  min-height: 740px;
}
.h_741px {
  height: 741px;
}
.h_741px.isMinHeight {
  min-height: 741px;
}
.h_742px {
  height: 742px;
}
.h_742px.isMinHeight {
  min-height: 742px;
}
.h_743px {
  height: 743px;
}
.h_743px.isMinHeight {
  min-height: 743px;
}
.h_744px {
  height: 744px;
}
.h_744px.isMinHeight {
  min-height: 744px;
}
.h_745px {
  height: 745px;
}
.h_745px.isMinHeight {
  min-height: 745px;
}
.h_746px {
  height: 746px;
}
.h_746px.isMinHeight {
  min-height: 746px;
}
.h_747px {
  height: 747px;
}
.h_747px.isMinHeight {
  min-height: 747px;
}
.h_748px {
  height: 748px;
}
.h_748px.isMinHeight {
  min-height: 748px;
}
.h_749px {
  height: 749px;
}
.h_749px.isMinHeight {
  min-height: 749px;
}
.h_750px {
  height: 750px;
}
.h_750px.isMinHeight {
  min-height: 750px;
}
.h_751px {
  height: 751px;
}
.h_751px.isMinHeight {
  min-height: 751px;
}
.h_752px {
  height: 752px;
}
.h_752px.isMinHeight {
  min-height: 752px;
}
.h_753px {
  height: 753px;
}
.h_753px.isMinHeight {
  min-height: 753px;
}
.h_754px {
  height: 754px;
}
.h_754px.isMinHeight {
  min-height: 754px;
}
.h_755px {
  height: 755px;
}
.h_755px.isMinHeight {
  min-height: 755px;
}
.h_756px {
  height: 756px;
}
.h_756px.isMinHeight {
  min-height: 756px;
}
.h_757px {
  height: 757px;
}
.h_757px.isMinHeight {
  min-height: 757px;
}
.h_758px {
  height: 758px;
}
.h_758px.isMinHeight {
  min-height: 758px;
}
.h_759px {
  height: 759px;
}
.h_759px.isMinHeight {
  min-height: 759px;
}
.h_760px {
  height: 760px;
}
.h_760px.isMinHeight {
  min-height: 760px;
}
.h_761px {
  height: 761px;
}
.h_761px.isMinHeight {
  min-height: 761px;
}
.h_762px {
  height: 762px;
}
.h_762px.isMinHeight {
  min-height: 762px;
}
.h_763px {
  height: 763px;
}
.h_763px.isMinHeight {
  min-height: 763px;
}
.h_764px {
  height: 764px;
}
.h_764px.isMinHeight {
  min-height: 764px;
}
.h_765px {
  height: 765px;
}
.h_765px.isMinHeight {
  min-height: 765px;
}
.h_766px {
  height: 766px;
}
.h_766px.isMinHeight {
  min-height: 766px;
}
.h_767px {
  height: 767px;
}
.h_767px.isMinHeight {
  min-height: 767px;
}
.h_768px {
  height: 768px;
}
.h_768px.isMinHeight {
  min-height: 768px;
}
.h_769px {
  height: 769px;
}
.h_769px.isMinHeight {
  min-height: 769px;
}
.h_770px {
  height: 770px;
}
.h_770px.isMinHeight {
  min-height: 770px;
}
.h_771px {
  height: 771px;
}
.h_771px.isMinHeight {
  min-height: 771px;
}
.h_772px {
  height: 772px;
}
.h_772px.isMinHeight {
  min-height: 772px;
}
.h_773px {
  height: 773px;
}
.h_773px.isMinHeight {
  min-height: 773px;
}
.h_774px {
  height: 774px;
}
.h_774px.isMinHeight {
  min-height: 774px;
}
.h_775px {
  height: 775px;
}
.h_775px.isMinHeight {
  min-height: 775px;
}
.h_776px {
  height: 776px;
}
.h_776px.isMinHeight {
  min-height: 776px;
}
.h_777px {
  height: 777px;
}
.h_777px.isMinHeight {
  min-height: 777px;
}
.h_778px {
  height: 778px;
}
.h_778px.isMinHeight {
  min-height: 778px;
}
.h_779px {
  height: 779px;
}
.h_779px.isMinHeight {
  min-height: 779px;
}
.h_780px {
  height: 780px;
}
.h_780px.isMinHeight {
  min-height: 780px;
}
.h_781px {
  height: 781px;
}
.h_781px.isMinHeight {
  min-height: 781px;
}
.h_782px {
  height: 782px;
}
.h_782px.isMinHeight {
  min-height: 782px;
}
.h_783px {
  height: 783px;
}
.h_783px.isMinHeight {
  min-height: 783px;
}
.h_784px {
  height: 784px;
}
.h_784px.isMinHeight {
  min-height: 784px;
}
.h_785px {
  height: 785px;
}
.h_785px.isMinHeight {
  min-height: 785px;
}
.h_786px {
  height: 786px;
}
.h_786px.isMinHeight {
  min-height: 786px;
}
.h_787px {
  height: 787px;
}
.h_787px.isMinHeight {
  min-height: 787px;
}
.h_788px {
  height: 788px;
}
.h_788px.isMinHeight {
  min-height: 788px;
}
.h_789px {
  height: 789px;
}
.h_789px.isMinHeight {
  min-height: 789px;
}
.h_790px {
  height: 790px;
}
.h_790px.isMinHeight {
  min-height: 790px;
}
.h_791px {
  height: 791px;
}
.h_791px.isMinHeight {
  min-height: 791px;
}
.h_792px {
  height: 792px;
}
.h_792px.isMinHeight {
  min-height: 792px;
}
.h_793px {
  height: 793px;
}
.h_793px.isMinHeight {
  min-height: 793px;
}
.h_794px {
  height: 794px;
}
.h_794px.isMinHeight {
  min-height: 794px;
}
.h_795px {
  height: 795px;
}
.h_795px.isMinHeight {
  min-height: 795px;
}
.h_796px {
  height: 796px;
}
.h_796px.isMinHeight {
  min-height: 796px;
}
.h_797px {
  height: 797px;
}
.h_797px.isMinHeight {
  min-height: 797px;
}
.h_798px {
  height: 798px;
}
.h_798px.isMinHeight {
  min-height: 798px;
}
.h_799px {
  height: 799px;
}
.h_799px.isMinHeight {
  min-height: 799px;
}
.h_800px {
  height: 800px;
}
.h_800px.isMinHeight {
  min-height: 800px;
}
.h_801px {
  height: 801px;
}
.h_801px.isMinHeight {
  min-height: 801px;
}
.h_802px {
  height: 802px;
}
.h_802px.isMinHeight {
  min-height: 802px;
}
.h_803px {
  height: 803px;
}
.h_803px.isMinHeight {
  min-height: 803px;
}
.h_804px {
  height: 804px;
}
.h_804px.isMinHeight {
  min-height: 804px;
}
.h_805px {
  height: 805px;
}
.h_805px.isMinHeight {
  min-height: 805px;
}
.h_806px {
  height: 806px;
}
.h_806px.isMinHeight {
  min-height: 806px;
}
.h_807px {
  height: 807px;
}
.h_807px.isMinHeight {
  min-height: 807px;
}
.h_808px {
  height: 808px;
}
.h_808px.isMinHeight {
  min-height: 808px;
}
.h_809px {
  height: 809px;
}
.h_809px.isMinHeight {
  min-height: 809px;
}
.h_810px {
  height: 810px;
}
.h_810px.isMinHeight {
  min-height: 810px;
}
.h_811px {
  height: 811px;
}
.h_811px.isMinHeight {
  min-height: 811px;
}
.h_812px {
  height: 812px;
}
.h_812px.isMinHeight {
  min-height: 812px;
}
.h_813px {
  height: 813px;
}
.h_813px.isMinHeight {
  min-height: 813px;
}
.h_814px {
  height: 814px;
}
.h_814px.isMinHeight {
  min-height: 814px;
}
.h_815px {
  height: 815px;
}
.h_815px.isMinHeight {
  min-height: 815px;
}
.h_816px {
  height: 816px;
}
.h_816px.isMinHeight {
  min-height: 816px;
}
.h_817px {
  height: 817px;
}
.h_817px.isMinHeight {
  min-height: 817px;
}
.h_818px {
  height: 818px;
}
.h_818px.isMinHeight {
  min-height: 818px;
}
.h_819px {
  height: 819px;
}
.h_819px.isMinHeight {
  min-height: 819px;
}
.h_820px {
  height: 820px;
}
.h_820px.isMinHeight {
  min-height: 820px;
}
.h_821px {
  height: 821px;
}
.h_821px.isMinHeight {
  min-height: 821px;
}
.h_822px {
  height: 822px;
}
.h_822px.isMinHeight {
  min-height: 822px;
}
.h_823px {
  height: 823px;
}
.h_823px.isMinHeight {
  min-height: 823px;
}
.h_824px {
  height: 824px;
}
.h_824px.isMinHeight {
  min-height: 824px;
}
.h_825px {
  height: 825px;
}
.h_825px.isMinHeight {
  min-height: 825px;
}
.h_826px {
  height: 826px;
}
.h_826px.isMinHeight {
  min-height: 826px;
}
.h_827px {
  height: 827px;
}
.h_827px.isMinHeight {
  min-height: 827px;
}
.h_828px {
  height: 828px;
}
.h_828px.isMinHeight {
  min-height: 828px;
}
.h_829px {
  height: 829px;
}
.h_829px.isMinHeight {
  min-height: 829px;
}
.h_830px {
  height: 830px;
}
.h_830px.isMinHeight {
  min-height: 830px;
}
.h_831px {
  height: 831px;
}
.h_831px.isMinHeight {
  min-height: 831px;
}
.h_832px {
  height: 832px;
}
.h_832px.isMinHeight {
  min-height: 832px;
}
.h_833px {
  height: 833px;
}
.h_833px.isMinHeight {
  min-height: 833px;
}
.h_834px {
  height: 834px;
}
.h_834px.isMinHeight {
  min-height: 834px;
}
.h_835px {
  height: 835px;
}
.h_835px.isMinHeight {
  min-height: 835px;
}
.h_836px {
  height: 836px;
}
.h_836px.isMinHeight {
  min-height: 836px;
}
.h_837px {
  height: 837px;
}
.h_837px.isMinHeight {
  min-height: 837px;
}
.h_838px {
  height: 838px;
}
.h_838px.isMinHeight {
  min-height: 838px;
}
.h_839px {
  height: 839px;
}
.h_839px.isMinHeight {
  min-height: 839px;
}
.h_840px {
  height: 840px;
}
.h_840px.isMinHeight {
  min-height: 840px;
}
.h_841px {
  height: 841px;
}
.h_841px.isMinHeight {
  min-height: 841px;
}
.h_842px {
  height: 842px;
}
.h_842px.isMinHeight {
  min-height: 842px;
}
.h_843px {
  height: 843px;
}
.h_843px.isMinHeight {
  min-height: 843px;
}
.h_844px {
  height: 844px;
}
.h_844px.isMinHeight {
  min-height: 844px;
}
.h_845px {
  height: 845px;
}
.h_845px.isMinHeight {
  min-height: 845px;
}
.h_846px {
  height: 846px;
}
.h_846px.isMinHeight {
  min-height: 846px;
}
.h_847px {
  height: 847px;
}
.h_847px.isMinHeight {
  min-height: 847px;
}
.h_848px {
  height: 848px;
}
.h_848px.isMinHeight {
  min-height: 848px;
}
.h_849px {
  height: 849px;
}
.h_849px.isMinHeight {
  min-height: 849px;
}
.h_850px {
  height: 850px;
}
.h_850px.isMinHeight {
  min-height: 850px;
}
.h_851px {
  height: 851px;
}
.h_851px.isMinHeight {
  min-height: 851px;
}
.h_852px {
  height: 852px;
}
.h_852px.isMinHeight {
  min-height: 852px;
}
.h_853px {
  height: 853px;
}
.h_853px.isMinHeight {
  min-height: 853px;
}
.h_854px {
  height: 854px;
}
.h_854px.isMinHeight {
  min-height: 854px;
}
.h_855px {
  height: 855px;
}
.h_855px.isMinHeight {
  min-height: 855px;
}
.h_856px {
  height: 856px;
}
.h_856px.isMinHeight {
  min-height: 856px;
}
.h_857px {
  height: 857px;
}
.h_857px.isMinHeight {
  min-height: 857px;
}
.h_858px {
  height: 858px;
}
.h_858px.isMinHeight {
  min-height: 858px;
}
.h_859px {
  height: 859px;
}
.h_859px.isMinHeight {
  min-height: 859px;
}
.h_860px {
  height: 860px;
}
.h_860px.isMinHeight {
  min-height: 860px;
}
.h_861px {
  height: 861px;
}
.h_861px.isMinHeight {
  min-height: 861px;
}
.h_862px {
  height: 862px;
}
.h_862px.isMinHeight {
  min-height: 862px;
}
.h_863px {
  height: 863px;
}
.h_863px.isMinHeight {
  min-height: 863px;
}
.h_864px {
  height: 864px;
}
.h_864px.isMinHeight {
  min-height: 864px;
}
.h_865px {
  height: 865px;
}
.h_865px.isMinHeight {
  min-height: 865px;
}
.h_866px {
  height: 866px;
}
.h_866px.isMinHeight {
  min-height: 866px;
}
.h_867px {
  height: 867px;
}
.h_867px.isMinHeight {
  min-height: 867px;
}
.h_868px {
  height: 868px;
}
.h_868px.isMinHeight {
  min-height: 868px;
}
.h_869px {
  height: 869px;
}
.h_869px.isMinHeight {
  min-height: 869px;
}
.h_870px {
  height: 870px;
}
.h_870px.isMinHeight {
  min-height: 870px;
}
.h_871px {
  height: 871px;
}
.h_871px.isMinHeight {
  min-height: 871px;
}
.h_872px {
  height: 872px;
}
.h_872px.isMinHeight {
  min-height: 872px;
}
.h_873px {
  height: 873px;
}
.h_873px.isMinHeight {
  min-height: 873px;
}
.h_874px {
  height: 874px;
}
.h_874px.isMinHeight {
  min-height: 874px;
}
.h_875px {
  height: 875px;
}
.h_875px.isMinHeight {
  min-height: 875px;
}
.h_876px {
  height: 876px;
}
.h_876px.isMinHeight {
  min-height: 876px;
}
.h_877px {
  height: 877px;
}
.h_877px.isMinHeight {
  min-height: 877px;
}
.h_878px {
  height: 878px;
}
.h_878px.isMinHeight {
  min-height: 878px;
}
.h_879px {
  height: 879px;
}
.h_879px.isMinHeight {
  min-height: 879px;
}
.h_880px {
  height: 880px;
}
.h_880px.isMinHeight {
  min-height: 880px;
}
.h_881px {
  height: 881px;
}
.h_881px.isMinHeight {
  min-height: 881px;
}
.h_882px {
  height: 882px;
}
.h_882px.isMinHeight {
  min-height: 882px;
}
.h_883px {
  height: 883px;
}
.h_883px.isMinHeight {
  min-height: 883px;
}
.h_884px {
  height: 884px;
}
.h_884px.isMinHeight {
  min-height: 884px;
}
.h_885px {
  height: 885px;
}
.h_885px.isMinHeight {
  min-height: 885px;
}
.h_886px {
  height: 886px;
}
.h_886px.isMinHeight {
  min-height: 886px;
}
.h_887px {
  height: 887px;
}
.h_887px.isMinHeight {
  min-height: 887px;
}
.h_888px {
  height: 888px;
}
.h_888px.isMinHeight {
  min-height: 888px;
}
.h_889px {
  height: 889px;
}
.h_889px.isMinHeight {
  min-height: 889px;
}
.h_890px {
  height: 890px;
}
.h_890px.isMinHeight {
  min-height: 890px;
}
.h_891px {
  height: 891px;
}
.h_891px.isMinHeight {
  min-height: 891px;
}
.h_892px {
  height: 892px;
}
.h_892px.isMinHeight {
  min-height: 892px;
}
.h_893px {
  height: 893px;
}
.h_893px.isMinHeight {
  min-height: 893px;
}
.h_894px {
  height: 894px;
}
.h_894px.isMinHeight {
  min-height: 894px;
}
.h_895px {
  height: 895px;
}
.h_895px.isMinHeight {
  min-height: 895px;
}
.h_896px {
  height: 896px;
}
.h_896px.isMinHeight {
  min-height: 896px;
}
.h_897px {
  height: 897px;
}
.h_897px.isMinHeight {
  min-height: 897px;
}
.h_898px {
  height: 898px;
}
.h_898px.isMinHeight {
  min-height: 898px;
}
.h_899px {
  height: 899px;
}
.h_899px.isMinHeight {
  min-height: 899px;
}
.h_900px {
  height: 900px;
}
.h_900px.isMinHeight {
  min-height: 900px;
}
.h_901px {
  height: 901px;
}
.h_901px.isMinHeight {
  min-height: 901px;
}
.h_902px {
  height: 902px;
}
.h_902px.isMinHeight {
  min-height: 902px;
}
.h_903px {
  height: 903px;
}
.h_903px.isMinHeight {
  min-height: 903px;
}
.h_904px {
  height: 904px;
}
.h_904px.isMinHeight {
  min-height: 904px;
}
.h_905px {
  height: 905px;
}
.h_905px.isMinHeight {
  min-height: 905px;
}
.h_906px {
  height: 906px;
}
.h_906px.isMinHeight {
  min-height: 906px;
}
.h_907px {
  height: 907px;
}
.h_907px.isMinHeight {
  min-height: 907px;
}
.h_908px {
  height: 908px;
}
.h_908px.isMinHeight {
  min-height: 908px;
}
.h_909px {
  height: 909px;
}
.h_909px.isMinHeight {
  min-height: 909px;
}
.h_910px {
  height: 910px;
}
.h_910px.isMinHeight {
  min-height: 910px;
}
.h_911px {
  height: 911px;
}
.h_911px.isMinHeight {
  min-height: 911px;
}
.h_912px {
  height: 912px;
}
.h_912px.isMinHeight {
  min-height: 912px;
}
.h_913px {
  height: 913px;
}
.h_913px.isMinHeight {
  min-height: 913px;
}
.h_914px {
  height: 914px;
}
.h_914px.isMinHeight {
  min-height: 914px;
}
.h_915px {
  height: 915px;
}
.h_915px.isMinHeight {
  min-height: 915px;
}
.h_916px {
  height: 916px;
}
.h_916px.isMinHeight {
  min-height: 916px;
}
.h_917px {
  height: 917px;
}
.h_917px.isMinHeight {
  min-height: 917px;
}
.h_918px {
  height: 918px;
}
.h_918px.isMinHeight {
  min-height: 918px;
}
.h_919px {
  height: 919px;
}
.h_919px.isMinHeight {
  min-height: 919px;
}
.h_920px {
  height: 920px;
}
.h_920px.isMinHeight {
  min-height: 920px;
}
.h_921px {
  height: 921px;
}
.h_921px.isMinHeight {
  min-height: 921px;
}
.h_922px {
  height: 922px;
}
.h_922px.isMinHeight {
  min-height: 922px;
}
.h_923px {
  height: 923px;
}
.h_923px.isMinHeight {
  min-height: 923px;
}
.h_924px {
  height: 924px;
}
.h_924px.isMinHeight {
  min-height: 924px;
}
.h_925px {
  height: 925px;
}
.h_925px.isMinHeight {
  min-height: 925px;
}
.h_926px {
  height: 926px;
}
.h_926px.isMinHeight {
  min-height: 926px;
}
.h_927px {
  height: 927px;
}
.h_927px.isMinHeight {
  min-height: 927px;
}
.h_928px {
  height: 928px;
}
.h_928px.isMinHeight {
  min-height: 928px;
}
.h_929px {
  height: 929px;
}
.h_929px.isMinHeight {
  min-height: 929px;
}
.h_930px {
  height: 930px;
}
.h_930px.isMinHeight {
  min-height: 930px;
}
.h_931px {
  height: 931px;
}
.h_931px.isMinHeight {
  min-height: 931px;
}
.h_932px {
  height: 932px;
}
.h_932px.isMinHeight {
  min-height: 932px;
}
.h_933px {
  height: 933px;
}
.h_933px.isMinHeight {
  min-height: 933px;
}
.h_934px {
  height: 934px;
}
.h_934px.isMinHeight {
  min-height: 934px;
}
.h_935px {
  height: 935px;
}
.h_935px.isMinHeight {
  min-height: 935px;
}
.h_936px {
  height: 936px;
}
.h_936px.isMinHeight {
  min-height: 936px;
}
.h_937px {
  height: 937px;
}
.h_937px.isMinHeight {
  min-height: 937px;
}
.h_938px {
  height: 938px;
}
.h_938px.isMinHeight {
  min-height: 938px;
}
.h_939px {
  height: 939px;
}
.h_939px.isMinHeight {
  min-height: 939px;
}
.h_940px {
  height: 940px;
}
.h_940px.isMinHeight {
  min-height: 940px;
}
.h_941px {
  height: 941px;
}
.h_941px.isMinHeight {
  min-height: 941px;
}
.h_942px {
  height: 942px;
}
.h_942px.isMinHeight {
  min-height: 942px;
}
.h_943px {
  height: 943px;
}
.h_943px.isMinHeight {
  min-height: 943px;
}
.h_944px {
  height: 944px;
}
.h_944px.isMinHeight {
  min-height: 944px;
}
.h_945px {
  height: 945px;
}
.h_945px.isMinHeight {
  min-height: 945px;
}
.h_946px {
  height: 946px;
}
.h_946px.isMinHeight {
  min-height: 946px;
}
.h_947px {
  height: 947px;
}
.h_947px.isMinHeight {
  min-height: 947px;
}
.h_948px {
  height: 948px;
}
.h_948px.isMinHeight {
  min-height: 948px;
}
.h_949px {
  height: 949px;
}
.h_949px.isMinHeight {
  min-height: 949px;
}
.h_950px {
  height: 950px;
}
.h_950px.isMinHeight {
  min-height: 950px;
}
.h_951px {
  height: 951px;
}
.h_951px.isMinHeight {
  min-height: 951px;
}
.h_952px {
  height: 952px;
}
.h_952px.isMinHeight {
  min-height: 952px;
}
.h_953px {
  height: 953px;
}
.h_953px.isMinHeight {
  min-height: 953px;
}
.h_954px {
  height: 954px;
}
.h_954px.isMinHeight {
  min-height: 954px;
}
.h_955px {
  height: 955px;
}
.h_955px.isMinHeight {
  min-height: 955px;
}
.h_956px {
  height: 956px;
}
.h_956px.isMinHeight {
  min-height: 956px;
}
.h_957px {
  height: 957px;
}
.h_957px.isMinHeight {
  min-height: 957px;
}
.h_958px {
  height: 958px;
}
.h_958px.isMinHeight {
  min-height: 958px;
}
.h_959px {
  height: 959px;
}
.h_959px.isMinHeight {
  min-height: 959px;
}
.h_960px {
  height: 960px;
}
.h_960px.isMinHeight {
  min-height: 960px;
}
.h_961px {
  height: 961px;
}
.h_961px.isMinHeight {
  min-height: 961px;
}
.h_962px {
  height: 962px;
}
.h_962px.isMinHeight {
  min-height: 962px;
}
.h_963px {
  height: 963px;
}
.h_963px.isMinHeight {
  min-height: 963px;
}
.h_964px {
  height: 964px;
}
.h_964px.isMinHeight {
  min-height: 964px;
}
.h_965px {
  height: 965px;
}
.h_965px.isMinHeight {
  min-height: 965px;
}
.h_966px {
  height: 966px;
}
.h_966px.isMinHeight {
  min-height: 966px;
}
.h_967px {
  height: 967px;
}
.h_967px.isMinHeight {
  min-height: 967px;
}
.h_968px {
  height: 968px;
}
.h_968px.isMinHeight {
  min-height: 968px;
}
.h_969px {
  height: 969px;
}
.h_969px.isMinHeight {
  min-height: 969px;
}
.h_970px {
  height: 970px;
}
.h_970px.isMinHeight {
  min-height: 970px;
}
.h_971px {
  height: 971px;
}
.h_971px.isMinHeight {
  min-height: 971px;
}
.h_972px {
  height: 972px;
}
.h_972px.isMinHeight {
  min-height: 972px;
}
.h_973px {
  height: 973px;
}
.h_973px.isMinHeight {
  min-height: 973px;
}
.h_974px {
  height: 974px;
}
.h_974px.isMinHeight {
  min-height: 974px;
}
.h_975px {
  height: 975px;
}
.h_975px.isMinHeight {
  min-height: 975px;
}
.h_976px {
  height: 976px;
}
.h_976px.isMinHeight {
  min-height: 976px;
}
.h_977px {
  height: 977px;
}
.h_977px.isMinHeight {
  min-height: 977px;
}
.h_978px {
  height: 978px;
}
.h_978px.isMinHeight {
  min-height: 978px;
}
.h_979px {
  height: 979px;
}
.h_979px.isMinHeight {
  min-height: 979px;
}
.h_980px {
  height: 980px;
}
.h_980px.isMinHeight {
  min-height: 980px;
}
.h_981px {
  height: 981px;
}
.h_981px.isMinHeight {
  min-height: 981px;
}
.h_982px {
  height: 982px;
}
.h_982px.isMinHeight {
  min-height: 982px;
}
.h_983px {
  height: 983px;
}
.h_983px.isMinHeight {
  min-height: 983px;
}
.h_984px {
  height: 984px;
}
.h_984px.isMinHeight {
  min-height: 984px;
}
.h_985px {
  height: 985px;
}
.h_985px.isMinHeight {
  min-height: 985px;
}
.h_986px {
  height: 986px;
}
.h_986px.isMinHeight {
  min-height: 986px;
}
.h_987px {
  height: 987px;
}
.h_987px.isMinHeight {
  min-height: 987px;
}
.h_988px {
  height: 988px;
}
.h_988px.isMinHeight {
  min-height: 988px;
}
.h_989px {
  height: 989px;
}
.h_989px.isMinHeight {
  min-height: 989px;
}
.h_990px {
  height: 990px;
}
.h_990px.isMinHeight {
  min-height: 990px;
}
.h_991px {
  height: 991px;
}
.h_991px.isMinHeight {
  min-height: 991px;
}
.h_992px {
  height: 992px;
}
.h_992px.isMinHeight {
  min-height: 992px;
}
.h_993px {
  height: 993px;
}
.h_993px.isMinHeight {
  min-height: 993px;
}
.h_994px {
  height: 994px;
}
.h_994px.isMinHeight {
  min-height: 994px;
}
.h_995px {
  height: 995px;
}
.h_995px.isMinHeight {
  min-height: 995px;
}
.h_996px {
  height: 996px;
}
.h_996px.isMinHeight {
  min-height: 996px;
}
.h_997px {
  height: 997px;
}
.h_997px.isMinHeight {
  min-height: 997px;
}
.h_998px {
  height: 998px;
}
.h_998px.isMinHeight {
  min-height: 998px;
}
.h_999px {
  height: 999px;
}
.h_999px.isMinHeight {
  min-height: 999px;
}
.h_1000px {
  height: 1000px;
}
.h_1000px.isMinHeight {
  min-height: 1000px;
}
.h_1vh {
  height: 1vh;
}
.h_1vh.isMaxHeight {
  max-height: 1vh;
}
.h_1vh.isMinHeight {
  min-height: 1vh;
}
.h_2vh {
  height: 2vh;
}
.h_2vh.isMaxHeight {
  max-height: 2vh;
}
.h_2vh.isMinHeight {
  min-height: 2vh;
}
.h_3vh {
  height: 3vh;
}
.h_3vh.isMaxHeight {
  max-height: 3vh;
}
.h_3vh.isMinHeight {
  min-height: 3vh;
}
.h_4vh {
  height: 4vh;
}
.h_4vh.isMaxHeight {
  max-height: 4vh;
}
.h_4vh.isMinHeight {
  min-height: 4vh;
}
.h_5vh {
  height: 5vh;
}
.h_5vh.isMaxHeight {
  max-height: 5vh;
}
.h_5vh.isMinHeight {
  min-height: 5vh;
}
.h_6vh {
  height: 6vh;
}
.h_6vh.isMaxHeight {
  max-height: 6vh;
}
.h_6vh.isMinHeight {
  min-height: 6vh;
}
.h_7vh {
  height: 7vh;
}
.h_7vh.isMaxHeight {
  max-height: 7vh;
}
.h_7vh.isMinHeight {
  min-height: 7vh;
}
.h_8vh {
  height: 8vh;
}
.h_8vh.isMaxHeight {
  max-height: 8vh;
}
.h_8vh.isMinHeight {
  min-height: 8vh;
}
.h_9vh {
  height: 9vh;
}
.h_9vh.isMaxHeight {
  max-height: 9vh;
}
.h_9vh.isMinHeight {
  min-height: 9vh;
}
.h_10vh {
  height: 10vh;
}
.h_10vh.isMaxHeight {
  max-height: 10vh;
}
.h_10vh.isMinHeight {
  min-height: 10vh;
}
.h_11vh {
  height: 11vh;
}
.h_11vh.isMaxHeight {
  max-height: 11vh;
}
.h_11vh.isMinHeight {
  min-height: 11vh;
}
.h_12vh {
  height: 12vh;
}
.h_12vh.isMaxHeight {
  max-height: 12vh;
}
.h_12vh.isMinHeight {
  min-height: 12vh;
}
.h_13vh {
  height: 13vh;
}
.h_13vh.isMaxHeight {
  max-height: 13vh;
}
.h_13vh.isMinHeight {
  min-height: 13vh;
}
.h_14vh {
  height: 14vh;
}
.h_14vh.isMaxHeight {
  max-height: 14vh;
}
.h_14vh.isMinHeight {
  min-height: 14vh;
}
.h_15vh {
  height: 15vh;
}
.h_15vh.isMaxHeight {
  max-height: 15vh;
}
.h_15vh.isMinHeight {
  min-height: 15vh;
}
.h_16vh {
  height: 16vh;
}
.h_16vh.isMaxHeight {
  max-height: 16vh;
}
.h_16vh.isMinHeight {
  min-height: 16vh;
}
.h_17vh {
  height: 17vh;
}
.h_17vh.isMaxHeight {
  max-height: 17vh;
}
.h_17vh.isMinHeight {
  min-height: 17vh;
}
.h_18vh {
  height: 18vh;
}
.h_18vh.isMaxHeight {
  max-height: 18vh;
}
.h_18vh.isMinHeight {
  min-height: 18vh;
}
.h_19vh {
  height: 19vh;
}
.h_19vh.isMaxHeight {
  max-height: 19vh;
}
.h_19vh.isMinHeight {
  min-height: 19vh;
}
.h_20vh {
  height: 20vh;
}
.h_20vh.isMaxHeight {
  max-height: 20vh;
}
.h_20vh.isMinHeight {
  min-height: 20vh;
}
.h_21vh {
  height: 21vh;
}
.h_21vh.isMaxHeight {
  max-height: 21vh;
}
.h_21vh.isMinHeight {
  min-height: 21vh;
}
.h_22vh {
  height: 22vh;
}
.h_22vh.isMaxHeight {
  max-height: 22vh;
}
.h_22vh.isMinHeight {
  min-height: 22vh;
}
.h_23vh {
  height: 23vh;
}
.h_23vh.isMaxHeight {
  max-height: 23vh;
}
.h_23vh.isMinHeight {
  min-height: 23vh;
}
.h_24vh {
  height: 24vh;
}
.h_24vh.isMaxHeight {
  max-height: 24vh;
}
.h_24vh.isMinHeight {
  min-height: 24vh;
}
.h_25vh {
  height: 25vh;
}
.h_25vh.isMaxHeight {
  max-height: 25vh;
}
.h_25vh.isMinHeight {
  min-height: 25vh;
}
.h_26vh {
  height: 26vh;
}
.h_26vh.isMaxHeight {
  max-height: 26vh;
}
.h_26vh.isMinHeight {
  min-height: 26vh;
}
.h_27vh {
  height: 27vh;
}
.h_27vh.isMaxHeight {
  max-height: 27vh;
}
.h_27vh.isMinHeight {
  min-height: 27vh;
}
.h_28vh {
  height: 28vh;
}
.h_28vh.isMaxHeight {
  max-height: 28vh;
}
.h_28vh.isMinHeight {
  min-height: 28vh;
}
.h_29vh {
  height: 29vh;
}
.h_29vh.isMaxHeight {
  max-height: 29vh;
}
.h_29vh.isMinHeight {
  min-height: 29vh;
}
.h_30vh {
  height: 30vh;
}
.h_30vh.isMaxHeight {
  max-height: 30vh;
}
.h_30vh.isMinHeight {
  min-height: 30vh;
}
.h_31vh {
  height: 31vh;
}
.h_31vh.isMaxHeight {
  max-height: 31vh;
}
.h_31vh.isMinHeight {
  min-height: 31vh;
}
.h_32vh {
  height: 32vh;
}
.h_32vh.isMaxHeight {
  max-height: 32vh;
}
.h_32vh.isMinHeight {
  min-height: 32vh;
}
.h_33vh {
  height: 33vh;
}
.h_33vh.isMaxHeight {
  max-height: 33vh;
}
.h_33vh.isMinHeight {
  min-height: 33vh;
}
.h_34vh {
  height: 34vh;
}
.h_34vh.isMaxHeight {
  max-height: 34vh;
}
.h_34vh.isMinHeight {
  min-height: 34vh;
}
.h_35vh {
  height: 35vh;
}
.h_35vh.isMaxHeight {
  max-height: 35vh;
}
.h_35vh.isMinHeight {
  min-height: 35vh;
}
.h_36vh {
  height: 36vh;
}
.h_36vh.isMaxHeight {
  max-height: 36vh;
}
.h_36vh.isMinHeight {
  min-height: 36vh;
}
.h_37vh {
  height: 37vh;
}
.h_37vh.isMaxHeight {
  max-height: 37vh;
}
.h_37vh.isMinHeight {
  min-height: 37vh;
}
.h_38vh {
  height: 38vh;
}
.h_38vh.isMaxHeight {
  max-height: 38vh;
}
.h_38vh.isMinHeight {
  min-height: 38vh;
}
.h_39vh {
  height: 39vh;
}
.h_39vh.isMaxHeight {
  max-height: 39vh;
}
.h_39vh.isMinHeight {
  min-height: 39vh;
}
.h_40vh {
  height: 40vh;
}
.h_40vh.isMaxHeight {
  max-height: 40vh;
}
.h_40vh.isMinHeight {
  min-height: 40vh;
}
.h_41vh {
  height: 41vh;
}
.h_41vh.isMaxHeight {
  max-height: 41vh;
}
.h_41vh.isMinHeight {
  min-height: 41vh;
}
.h_42vh {
  height: 42vh;
}
.h_42vh.isMaxHeight {
  max-height: 42vh;
}
.h_42vh.isMinHeight {
  min-height: 42vh;
}
.h_43vh {
  height: 43vh;
}
.h_43vh.isMaxHeight {
  max-height: 43vh;
}
.h_43vh.isMinHeight {
  min-height: 43vh;
}
.h_44vh {
  height: 44vh;
}
.h_44vh.isMaxHeight {
  max-height: 44vh;
}
.h_44vh.isMinHeight {
  min-height: 44vh;
}
.h_45vh {
  height: 45vh;
}
.h_45vh.isMaxHeight {
  max-height: 45vh;
}
.h_45vh.isMinHeight {
  min-height: 45vh;
}
.h_46vh {
  height: 46vh;
}
.h_46vh.isMaxHeight {
  max-height: 46vh;
}
.h_46vh.isMinHeight {
  min-height: 46vh;
}
.h_47vh {
  height: 47vh;
}
.h_47vh.isMaxHeight {
  max-height: 47vh;
}
.h_47vh.isMinHeight {
  min-height: 47vh;
}
.h_48vh {
  height: 48vh;
}
.h_48vh.isMaxHeight {
  max-height: 48vh;
}
.h_48vh.isMinHeight {
  min-height: 48vh;
}
.h_49vh {
  height: 49vh;
}
.h_49vh.isMaxHeight {
  max-height: 49vh;
}
.h_49vh.isMinHeight {
  min-height: 49vh;
}
.h_50vh {
  height: 50vh;
}
.h_50vh.isMaxHeight {
  max-height: 50vh;
}
.h_50vh.isMinHeight {
  min-height: 50vh;
}
.h_51vh {
  height: 51vh;
}
.h_51vh.isMaxHeight {
  max-height: 51vh;
}
.h_51vh.isMinHeight {
  min-height: 51vh;
}
.h_52vh {
  height: 52vh;
}
.h_52vh.isMaxHeight {
  max-height: 52vh;
}
.h_52vh.isMinHeight {
  min-height: 52vh;
}
.h_53vh {
  height: 53vh;
}
.h_53vh.isMaxHeight {
  max-height: 53vh;
}
.h_53vh.isMinHeight {
  min-height: 53vh;
}
.h_54vh {
  height: 54vh;
}
.h_54vh.isMaxHeight {
  max-height: 54vh;
}
.h_54vh.isMinHeight {
  min-height: 54vh;
}
.h_55vh {
  height: 55vh;
}
.h_55vh.isMaxHeight {
  max-height: 55vh;
}
.h_55vh.isMinHeight {
  min-height: 55vh;
}
.h_56vh {
  height: 56vh;
}
.h_56vh.isMaxHeight {
  max-height: 56vh;
}
.h_56vh.isMinHeight {
  min-height: 56vh;
}
.h_57vh {
  height: 57vh;
}
.h_57vh.isMaxHeight {
  max-height: 57vh;
}
.h_57vh.isMinHeight {
  min-height: 57vh;
}
.h_58vh {
  height: 58vh;
}
.h_58vh.isMaxHeight {
  max-height: 58vh;
}
.h_58vh.isMinHeight {
  min-height: 58vh;
}
.h_59vh {
  height: 59vh;
}
.h_59vh.isMaxHeight {
  max-height: 59vh;
}
.h_59vh.isMinHeight {
  min-height: 59vh;
}
.h_60vh {
  height: 60vh;
}
.h_60vh.isMaxHeight {
  max-height: 60vh;
}
.h_60vh.isMinHeight {
  min-height: 60vh;
}
.h_61vh {
  height: 61vh;
}
.h_61vh.isMaxHeight {
  max-height: 61vh;
}
.h_61vh.isMinHeight {
  min-height: 61vh;
}
.h_62vh {
  height: 62vh;
}
.h_62vh.isMaxHeight {
  max-height: 62vh;
}
.h_62vh.isMinHeight {
  min-height: 62vh;
}
.h_63vh {
  height: 63vh;
}
.h_63vh.isMaxHeight {
  max-height: 63vh;
}
.h_63vh.isMinHeight {
  min-height: 63vh;
}
.h_64vh {
  height: 64vh;
}
.h_64vh.isMaxHeight {
  max-height: 64vh;
}
.h_64vh.isMinHeight {
  min-height: 64vh;
}
.h_65vh {
  height: 65vh;
}
.h_65vh.isMaxHeight {
  max-height: 65vh;
}
.h_65vh.isMinHeight {
  min-height: 65vh;
}
.h_66vh {
  height: 66vh;
}
.h_66vh.isMaxHeight {
  max-height: 66vh;
}
.h_66vh.isMinHeight {
  min-height: 66vh;
}
.h_67vh {
  height: 67vh;
}
.h_67vh.isMaxHeight {
  max-height: 67vh;
}
.h_67vh.isMinHeight {
  min-height: 67vh;
}
.h_68vh {
  height: 68vh;
}
.h_68vh.isMaxHeight {
  max-height: 68vh;
}
.h_68vh.isMinHeight {
  min-height: 68vh;
}
.h_69vh {
  height: 69vh;
}
.h_69vh.isMaxHeight {
  max-height: 69vh;
}
.h_69vh.isMinHeight {
  min-height: 69vh;
}
.h_70vh {
  height: 70vh;
}
.h_70vh.isMaxHeight {
  max-height: 70vh;
}
.h_70vh.isMinHeight {
  min-height: 70vh;
}
.h_71vh {
  height: 71vh;
}
.h_71vh.isMaxHeight {
  max-height: 71vh;
}
.h_71vh.isMinHeight {
  min-height: 71vh;
}
.h_72vh {
  height: 72vh;
}
.h_72vh.isMaxHeight {
  max-height: 72vh;
}
.h_72vh.isMinHeight {
  min-height: 72vh;
}
.h_73vh {
  height: 73vh;
}
.h_73vh.isMaxHeight {
  max-height: 73vh;
}
.h_73vh.isMinHeight {
  min-height: 73vh;
}
.h_74vh {
  height: 74vh;
}
.h_74vh.isMaxHeight {
  max-height: 74vh;
}
.h_74vh.isMinHeight {
  min-height: 74vh;
}
.h_75vh {
  height: 75vh;
}
.h_75vh.isMaxHeight {
  max-height: 75vh;
}
.h_75vh.isMinHeight {
  min-height: 75vh;
}
.h_76vh {
  height: 76vh;
}
.h_76vh.isMaxHeight {
  max-height: 76vh;
}
.h_76vh.isMinHeight {
  min-height: 76vh;
}
.h_77vh {
  height: 77vh;
}
.h_77vh.isMaxHeight {
  max-height: 77vh;
}
.h_77vh.isMinHeight {
  min-height: 77vh;
}
.h_78vh {
  height: 78vh;
}
.h_78vh.isMaxHeight {
  max-height: 78vh;
}
.h_78vh.isMinHeight {
  min-height: 78vh;
}
.h_79vh {
  height: 79vh;
}
.h_79vh.isMaxHeight {
  max-height: 79vh;
}
.h_79vh.isMinHeight {
  min-height: 79vh;
}
.h_80vh {
  height: 80vh;
}
.h_80vh.isMaxHeight {
  max-height: 80vh;
}
.h_80vh.isMinHeight {
  min-height: 80vh;
}
.h_81vh {
  height: 81vh;
}
.h_81vh.isMaxHeight {
  max-height: 81vh;
}
.h_81vh.isMinHeight {
  min-height: 81vh;
}
.h_82vh {
  height: 82vh;
}
.h_82vh.isMaxHeight {
  max-height: 82vh;
}
.h_82vh.isMinHeight {
  min-height: 82vh;
}
.h_83vh {
  height: 83vh;
}
.h_83vh.isMaxHeight {
  max-height: 83vh;
}
.h_83vh.isMinHeight {
  min-height: 83vh;
}
.h_84vh {
  height: 84vh;
}
.h_84vh.isMaxHeight {
  max-height: 84vh;
}
.h_84vh.isMinHeight {
  min-height: 84vh;
}
.h_85vh {
  height: 85vh;
}
.h_85vh.isMaxHeight {
  max-height: 85vh;
}
.h_85vh.isMinHeight {
  min-height: 85vh;
}
.h_86vh {
  height: 86vh;
}
.h_86vh.isMaxHeight {
  max-height: 86vh;
}
.h_86vh.isMinHeight {
  min-height: 86vh;
}
.h_87vh {
  height: 87vh;
}
.h_87vh.isMaxHeight {
  max-height: 87vh;
}
.h_87vh.isMinHeight {
  min-height: 87vh;
}
.h_88vh {
  height: 88vh;
}
.h_88vh.isMaxHeight {
  max-height: 88vh;
}
.h_88vh.isMinHeight {
  min-height: 88vh;
}
.h_89vh {
  height: 89vh;
}
.h_89vh.isMaxHeight {
  max-height: 89vh;
}
.h_89vh.isMinHeight {
  min-height: 89vh;
}
.h_90vh {
  height: 90vh;
}
.h_90vh.isMaxHeight {
  max-height: 90vh;
}
.h_90vh.isMinHeight {
  min-height: 90vh;
}
.h_91vh {
  height: 91vh;
}
.h_91vh.isMaxHeight {
  max-height: 91vh;
}
.h_91vh.isMinHeight {
  min-height: 91vh;
}
.h_92vh {
  height: 92vh;
}
.h_92vh.isMaxHeight {
  max-height: 92vh;
}
.h_92vh.isMinHeight {
  min-height: 92vh;
}
.h_93vh {
  height: 93vh;
}
.h_93vh.isMaxHeight {
  max-height: 93vh;
}
.h_93vh.isMinHeight {
  min-height: 93vh;
}
.h_94vh {
  height: 94vh;
}
.h_94vh.isMaxHeight {
  max-height: 94vh;
}
.h_94vh.isMinHeight {
  min-height: 94vh;
}
.h_95vh {
  height: 95vh;
}
.h_95vh.isMaxHeight {
  max-height: 95vh;
}
.h_95vh.isMinHeight {
  min-height: 95vh;
}
.h_96vh {
  height: 96vh;
}
.h_96vh.isMaxHeight {
  max-height: 96vh;
}
.h_96vh.isMinHeight {
  min-height: 96vh;
}
.h_97vh {
  height: 97vh;
}
.h_97vh.isMaxHeight {
  max-height: 97vh;
}
.h_97vh.isMinHeight {
  min-height: 97vh;
}
.h_98vh {
  height: 98vh;
}
.h_98vh.isMaxHeight {
  max-height: 98vh;
}
.h_98vh.isMinHeight {
  min-height: 98vh;
}
.h_99vh {
  height: 99vh;
}
.h_99vh.isMaxHeight {
  max-height: 99vh;
}
.h_99vh.isMinHeight {
  min-height: 99vh;
}
.h_100vh {
  height: 100vh;
}
.h_100vh.isMaxHeight {
  max-height: 100vh;
}
.h_100vh.isMinHeight {
  min-height: 100vh;
}
.h_101vh {
  height: 101vh;
}
.h_101vh.isMaxHeight {
  max-height: 101vh;
}
.h_101vh.isMinHeight {
  min-height: 101vh;
}
.h_102vh {
  height: 102vh;
}
.h_102vh.isMaxHeight {
  max-height: 102vh;
}
.h_102vh.isMinHeight {
  min-height: 102vh;
}
.h_103vh {
  height: 103vh;
}
.h_103vh.isMaxHeight {
  max-height: 103vh;
}
.h_103vh.isMinHeight {
  min-height: 103vh;
}
.h_104vh {
  height: 104vh;
}
.h_104vh.isMaxHeight {
  max-height: 104vh;
}
.h_104vh.isMinHeight {
  min-height: 104vh;
}
.h_105vh {
  height: 105vh;
}
.h_105vh.isMaxHeight {
  max-height: 105vh;
}
.h_105vh.isMinHeight {
  min-height: 105vh;
}
.h_106vh {
  height: 106vh;
}
.h_106vh.isMaxHeight {
  max-height: 106vh;
}
.h_106vh.isMinHeight {
  min-height: 106vh;
}
.h_107vh {
  height: 107vh;
}
.h_107vh.isMaxHeight {
  max-height: 107vh;
}
.h_107vh.isMinHeight {
  min-height: 107vh;
}
.h_108vh {
  height: 108vh;
}
.h_108vh.isMaxHeight {
  max-height: 108vh;
}
.h_108vh.isMinHeight {
  min-height: 108vh;
}
.h_109vh {
  height: 109vh;
}
.h_109vh.isMaxHeight {
  max-height: 109vh;
}
.h_109vh.isMinHeight {
  min-height: 109vh;
}
.h_110vh {
  height: 110vh;
}
.h_110vh.isMaxHeight {
  max-height: 110vh;
}
.h_110vh.isMinHeight {
  min-height: 110vh;
}
.h_111vh {
  height: 111vh;
}
.h_111vh.isMaxHeight {
  max-height: 111vh;
}
.h_111vh.isMinHeight {
  min-height: 111vh;
}
.h_112vh {
  height: 112vh;
}
.h_112vh.isMaxHeight {
  max-height: 112vh;
}
.h_112vh.isMinHeight {
  min-height: 112vh;
}
.h_113vh {
  height: 113vh;
}
.h_113vh.isMaxHeight {
  max-height: 113vh;
}
.h_113vh.isMinHeight {
  min-height: 113vh;
}
.h_114vh {
  height: 114vh;
}
.h_114vh.isMaxHeight {
  max-height: 114vh;
}
.h_114vh.isMinHeight {
  min-height: 114vh;
}
.h_115vh {
  height: 115vh;
}
.h_115vh.isMaxHeight {
  max-height: 115vh;
}
.h_115vh.isMinHeight {
  min-height: 115vh;
}
.h_116vh {
  height: 116vh;
}
.h_116vh.isMaxHeight {
  max-height: 116vh;
}
.h_116vh.isMinHeight {
  min-height: 116vh;
}
.h_117vh {
  height: 117vh;
}
.h_117vh.isMaxHeight {
  max-height: 117vh;
}
.h_117vh.isMinHeight {
  min-height: 117vh;
}
.h_118vh {
  height: 118vh;
}
.h_118vh.isMaxHeight {
  max-height: 118vh;
}
.h_118vh.isMinHeight {
  min-height: 118vh;
}
.h_119vh {
  height: 119vh;
}
.h_119vh.isMaxHeight {
  max-height: 119vh;
}
.h_119vh.isMinHeight {
  min-height: 119vh;
}
.h_120vh {
  height: 120vh;
}
.h_120vh.isMaxHeight {
  max-height: 120vh;
}
.h_120vh.isMinHeight {
  min-height: 120vh;
}
.h_121vh {
  height: 121vh;
}
.h_121vh.isMaxHeight {
  max-height: 121vh;
}
.h_121vh.isMinHeight {
  min-height: 121vh;
}
.h_122vh {
  height: 122vh;
}
.h_122vh.isMaxHeight {
  max-height: 122vh;
}
.h_122vh.isMinHeight {
  min-height: 122vh;
}
.h_123vh {
  height: 123vh;
}
.h_123vh.isMaxHeight {
  max-height: 123vh;
}
.h_123vh.isMinHeight {
  min-height: 123vh;
}
.h_124vh {
  height: 124vh;
}
.h_124vh.isMaxHeight {
  max-height: 124vh;
}
.h_124vh.isMinHeight {
  min-height: 124vh;
}
.h_125vh {
  height: 125vh;
}
.h_125vh.isMaxHeight {
  max-height: 125vh;
}
.h_125vh.isMinHeight {
  min-height: 125vh;
}
.h_126vh {
  height: 126vh;
}
.h_126vh.isMaxHeight {
  max-height: 126vh;
}
.h_126vh.isMinHeight {
  min-height: 126vh;
}
.h_127vh {
  height: 127vh;
}
.h_127vh.isMaxHeight {
  max-height: 127vh;
}
.h_127vh.isMinHeight {
  min-height: 127vh;
}
.h_128vh {
  height: 128vh;
}
.h_128vh.isMaxHeight {
  max-height: 128vh;
}
.h_128vh.isMinHeight {
  min-height: 128vh;
}
.h_129vh {
  height: 129vh;
}
.h_129vh.isMaxHeight {
  max-height: 129vh;
}
.h_129vh.isMinHeight {
  min-height: 129vh;
}
.h_130vh {
  height: 130vh;
}
.h_130vh.isMaxHeight {
  max-height: 130vh;
}
.h_130vh.isMinHeight {
  min-height: 130vh;
}
.h_131vh {
  height: 131vh;
}
.h_131vh.isMaxHeight {
  max-height: 131vh;
}
.h_131vh.isMinHeight {
  min-height: 131vh;
}
.h_132vh {
  height: 132vh;
}
.h_132vh.isMaxHeight {
  max-height: 132vh;
}
.h_132vh.isMinHeight {
  min-height: 132vh;
}
.h_133vh {
  height: 133vh;
}
.h_133vh.isMaxHeight {
  max-height: 133vh;
}
.h_133vh.isMinHeight {
  min-height: 133vh;
}
.h_134vh {
  height: 134vh;
}
.h_134vh.isMaxHeight {
  max-height: 134vh;
}
.h_134vh.isMinHeight {
  min-height: 134vh;
}
.h_135vh {
  height: 135vh;
}
.h_135vh.isMaxHeight {
  max-height: 135vh;
}
.h_135vh.isMinHeight {
  min-height: 135vh;
}
.h_136vh {
  height: 136vh;
}
.h_136vh.isMaxHeight {
  max-height: 136vh;
}
.h_136vh.isMinHeight {
  min-height: 136vh;
}
.h_137vh {
  height: 137vh;
}
.h_137vh.isMaxHeight {
  max-height: 137vh;
}
.h_137vh.isMinHeight {
  min-height: 137vh;
}
.h_138vh {
  height: 138vh;
}
.h_138vh.isMaxHeight {
  max-height: 138vh;
}
.h_138vh.isMinHeight {
  min-height: 138vh;
}
.h_139vh {
  height: 139vh;
}
.h_139vh.isMaxHeight {
  max-height: 139vh;
}
.h_139vh.isMinHeight {
  min-height: 139vh;
}
.h_140vh {
  height: 140vh;
}
.h_140vh.isMaxHeight {
  max-height: 140vh;
}
.h_140vh.isMinHeight {
  min-height: 140vh;
}
.h_141vh {
  height: 141vh;
}
.h_141vh.isMaxHeight {
  max-height: 141vh;
}
.h_141vh.isMinHeight {
  min-height: 141vh;
}
.h_142vh {
  height: 142vh;
}
.h_142vh.isMaxHeight {
  max-height: 142vh;
}
.h_142vh.isMinHeight {
  min-height: 142vh;
}
.h_143vh {
  height: 143vh;
}
.h_143vh.isMaxHeight {
  max-height: 143vh;
}
.h_143vh.isMinHeight {
  min-height: 143vh;
}
.h_144vh {
  height: 144vh;
}
.h_144vh.isMaxHeight {
  max-height: 144vh;
}
.h_144vh.isMinHeight {
  min-height: 144vh;
}
.h_145vh {
  height: 145vh;
}
.h_145vh.isMaxHeight {
  max-height: 145vh;
}
.h_145vh.isMinHeight {
  min-height: 145vh;
}
.h_146vh {
  height: 146vh;
}
.h_146vh.isMaxHeight {
  max-height: 146vh;
}
.h_146vh.isMinHeight {
  min-height: 146vh;
}
.h_147vh {
  height: 147vh;
}
.h_147vh.isMaxHeight {
  max-height: 147vh;
}
.h_147vh.isMinHeight {
  min-height: 147vh;
}
.h_148vh {
  height: 148vh;
}
.h_148vh.isMaxHeight {
  max-height: 148vh;
}
.h_148vh.isMinHeight {
  min-height: 148vh;
}
.h_149vh {
  height: 149vh;
}
.h_149vh.isMaxHeight {
  max-height: 149vh;
}
.h_149vh.isMinHeight {
  min-height: 149vh;
}
.h_150vh {
  height: 150vh;
}
.h_150vh.isMaxHeight {
  max-height: 150vh;
}
.h_150vh.isMinHeight {
  min-height: 150vh;
}
.h_151vh {
  height: 151vh;
}
.h_151vh.isMaxHeight {
  max-height: 151vh;
}
.h_151vh.isMinHeight {
  min-height: 151vh;
}
.h_152vh {
  height: 152vh;
}
.h_152vh.isMaxHeight {
  max-height: 152vh;
}
.h_152vh.isMinHeight {
  min-height: 152vh;
}
.h_153vh {
  height: 153vh;
}
.h_153vh.isMaxHeight {
  max-height: 153vh;
}
.h_153vh.isMinHeight {
  min-height: 153vh;
}
.h_154vh {
  height: 154vh;
}
.h_154vh.isMaxHeight {
  max-height: 154vh;
}
.h_154vh.isMinHeight {
  min-height: 154vh;
}
.h_155vh {
  height: 155vh;
}
.h_155vh.isMaxHeight {
  max-height: 155vh;
}
.h_155vh.isMinHeight {
  min-height: 155vh;
}
.h_156vh {
  height: 156vh;
}
.h_156vh.isMaxHeight {
  max-height: 156vh;
}
.h_156vh.isMinHeight {
  min-height: 156vh;
}
.h_157vh {
  height: 157vh;
}
.h_157vh.isMaxHeight {
  max-height: 157vh;
}
.h_157vh.isMinHeight {
  min-height: 157vh;
}
.h_158vh {
  height: 158vh;
}
.h_158vh.isMaxHeight {
  max-height: 158vh;
}
.h_158vh.isMinHeight {
  min-height: 158vh;
}
.h_159vh {
  height: 159vh;
}
.h_159vh.isMaxHeight {
  max-height: 159vh;
}
.h_159vh.isMinHeight {
  min-height: 159vh;
}
.h_160vh {
  height: 160vh;
}
.h_160vh.isMaxHeight {
  max-height: 160vh;
}
.h_160vh.isMinHeight {
  min-height: 160vh;
}
.h_161vh {
  height: 161vh;
}
.h_161vh.isMaxHeight {
  max-height: 161vh;
}
.h_161vh.isMinHeight {
  min-height: 161vh;
}
.h_162vh {
  height: 162vh;
}
.h_162vh.isMaxHeight {
  max-height: 162vh;
}
.h_162vh.isMinHeight {
  min-height: 162vh;
}
.h_163vh {
  height: 163vh;
}
.h_163vh.isMaxHeight {
  max-height: 163vh;
}
.h_163vh.isMinHeight {
  min-height: 163vh;
}
.h_164vh {
  height: 164vh;
}
.h_164vh.isMaxHeight {
  max-height: 164vh;
}
.h_164vh.isMinHeight {
  min-height: 164vh;
}
.h_165vh {
  height: 165vh;
}
.h_165vh.isMaxHeight {
  max-height: 165vh;
}
.h_165vh.isMinHeight {
  min-height: 165vh;
}
.h_166vh {
  height: 166vh;
}
.h_166vh.isMaxHeight {
  max-height: 166vh;
}
.h_166vh.isMinHeight {
  min-height: 166vh;
}
.h_167vh {
  height: 167vh;
}
.h_167vh.isMaxHeight {
  max-height: 167vh;
}
.h_167vh.isMinHeight {
  min-height: 167vh;
}
.h_168vh {
  height: 168vh;
}
.h_168vh.isMaxHeight {
  max-height: 168vh;
}
.h_168vh.isMinHeight {
  min-height: 168vh;
}
.h_169vh {
  height: 169vh;
}
.h_169vh.isMaxHeight {
  max-height: 169vh;
}
.h_169vh.isMinHeight {
  min-height: 169vh;
}
.h_170vh {
  height: 170vh;
}
.h_170vh.isMaxHeight {
  max-height: 170vh;
}
.h_170vh.isMinHeight {
  min-height: 170vh;
}
.h_171vh {
  height: 171vh;
}
.h_171vh.isMaxHeight {
  max-height: 171vh;
}
.h_171vh.isMinHeight {
  min-height: 171vh;
}
.h_172vh {
  height: 172vh;
}
.h_172vh.isMaxHeight {
  max-height: 172vh;
}
.h_172vh.isMinHeight {
  min-height: 172vh;
}
.h_173vh {
  height: 173vh;
}
.h_173vh.isMaxHeight {
  max-height: 173vh;
}
.h_173vh.isMinHeight {
  min-height: 173vh;
}
.h_174vh {
  height: 174vh;
}
.h_174vh.isMaxHeight {
  max-height: 174vh;
}
.h_174vh.isMinHeight {
  min-height: 174vh;
}
.h_175vh {
  height: 175vh;
}
.h_175vh.isMaxHeight {
  max-height: 175vh;
}
.h_175vh.isMinHeight {
  min-height: 175vh;
}
.h_176vh {
  height: 176vh;
}
.h_176vh.isMaxHeight {
  max-height: 176vh;
}
.h_176vh.isMinHeight {
  min-height: 176vh;
}
.h_177vh {
  height: 177vh;
}
.h_177vh.isMaxHeight {
  max-height: 177vh;
}
.h_177vh.isMinHeight {
  min-height: 177vh;
}
.h_178vh {
  height: 178vh;
}
.h_178vh.isMaxHeight {
  max-height: 178vh;
}
.h_178vh.isMinHeight {
  min-height: 178vh;
}
.h_179vh {
  height: 179vh;
}
.h_179vh.isMaxHeight {
  max-height: 179vh;
}
.h_179vh.isMinHeight {
  min-height: 179vh;
}
.h_180vh {
  height: 180vh;
}
.h_180vh.isMaxHeight {
  max-height: 180vh;
}
.h_180vh.isMinHeight {
  min-height: 180vh;
}
.h_181vh {
  height: 181vh;
}
.h_181vh.isMaxHeight {
  max-height: 181vh;
}
.h_181vh.isMinHeight {
  min-height: 181vh;
}
.h_182vh {
  height: 182vh;
}
.h_182vh.isMaxHeight {
  max-height: 182vh;
}
.h_182vh.isMinHeight {
  min-height: 182vh;
}
.h_183vh {
  height: 183vh;
}
.h_183vh.isMaxHeight {
  max-height: 183vh;
}
.h_183vh.isMinHeight {
  min-height: 183vh;
}
.h_184vh {
  height: 184vh;
}
.h_184vh.isMaxHeight {
  max-height: 184vh;
}
.h_184vh.isMinHeight {
  min-height: 184vh;
}
.h_185vh {
  height: 185vh;
}
.h_185vh.isMaxHeight {
  max-height: 185vh;
}
.h_185vh.isMinHeight {
  min-height: 185vh;
}
.h_186vh {
  height: 186vh;
}
.h_186vh.isMaxHeight {
  max-height: 186vh;
}
.h_186vh.isMinHeight {
  min-height: 186vh;
}
.h_187vh {
  height: 187vh;
}
.h_187vh.isMaxHeight {
  max-height: 187vh;
}
.h_187vh.isMinHeight {
  min-height: 187vh;
}
.h_188vh {
  height: 188vh;
}
.h_188vh.isMaxHeight {
  max-height: 188vh;
}
.h_188vh.isMinHeight {
  min-height: 188vh;
}
.h_189vh {
  height: 189vh;
}
.h_189vh.isMaxHeight {
  max-height: 189vh;
}
.h_189vh.isMinHeight {
  min-height: 189vh;
}
.h_190vh {
  height: 190vh;
}
.h_190vh.isMaxHeight {
  max-height: 190vh;
}
.h_190vh.isMinHeight {
  min-height: 190vh;
}
.h_191vh {
  height: 191vh;
}
.h_191vh.isMaxHeight {
  max-height: 191vh;
}
.h_191vh.isMinHeight {
  min-height: 191vh;
}
.h_192vh {
  height: 192vh;
}
.h_192vh.isMaxHeight {
  max-height: 192vh;
}
.h_192vh.isMinHeight {
  min-height: 192vh;
}
.h_193vh {
  height: 193vh;
}
.h_193vh.isMaxHeight {
  max-height: 193vh;
}
.h_193vh.isMinHeight {
  min-height: 193vh;
}
.h_194vh {
  height: 194vh;
}
.h_194vh.isMaxHeight {
  max-height: 194vh;
}
.h_194vh.isMinHeight {
  min-height: 194vh;
}
.h_195vh {
  height: 195vh;
}
.h_195vh.isMaxHeight {
  max-height: 195vh;
}
.h_195vh.isMinHeight {
  min-height: 195vh;
}
.h_196vh {
  height: 196vh;
}
.h_196vh.isMaxHeight {
  max-height: 196vh;
}
.h_196vh.isMinHeight {
  min-height: 196vh;
}
.h_197vh {
  height: 197vh;
}
.h_197vh.isMaxHeight {
  max-height: 197vh;
}
.h_197vh.isMinHeight {
  min-height: 197vh;
}
.h_198vh {
  height: 198vh;
}
.h_198vh.isMaxHeight {
  max-height: 198vh;
}
.h_198vh.isMinHeight {
  min-height: 198vh;
}
.h_199vh {
  height: 199vh;
}
.h_199vh.isMaxHeight {
  max-height: 199vh;
}
.h_199vh.isMinHeight {
  min-height: 199vh;
}
.h_200vh {
  height: 200vh;
}
.h_200vh.isMaxHeight {
  max-height: 200vh;
}
.h_200vh.isMinHeight {
  min-height: 200vh;
}
.h_1 {
  height: 1%;
}
.h_2 {
  height: 2%;
}
.h_3 {
  height: 3%;
}
.h_4 {
  height: 4%;
}
.h_5 {
  height: 5%;
}
.h_6 {
  height: 6%;
}
.h_7 {
  height: 7%;
}
.h_8 {
  height: 8%;
}
.h_9 {
  height: 9%;
}
.h_10 {
  height: 10%;
}
.h_11 {
  height: 11%;
}
.h_12 {
  height: 12%;
}
.h_13 {
  height: 13%;
}
.h_14 {
  height: 14%;
}
.h_15 {
  height: 15%;
}
.h_16 {
  height: 16%;
}
.h_17 {
  height: 17%;
}
.h_18 {
  height: 18%;
}
.h_19 {
  height: 19%;
}
.h_20 {
  height: 20%;
}
.h_21 {
  height: 21%;
}
.h_22 {
  height: 22%;
}
.h_23 {
  height: 23%;
}
.h_24 {
  height: 24%;
}
.h_25 {
  height: 25%;
}
.h_26 {
  height: 26%;
}
.h_27 {
  height: 27%;
}
.h_28 {
  height: 28%;
}
.h_29 {
  height: 29%;
}
.h_30 {
  height: 30%;
}
.h_31 {
  height: 31%;
}
.h_32 {
  height: 32%;
}
.h_33 {
  height: 33%;
}
.h_34 {
  height: 34%;
}
.h_35 {
  height: 35%;
}
.h_36 {
  height: 36%;
}
.h_37 {
  height: 37%;
}
.h_38 {
  height: 38%;
}
.h_39 {
  height: 39%;
}
.h_40 {
  height: 40%;
}
.h_41 {
  height: 41%;
}
.h_42 {
  height: 42%;
}
.h_43 {
  height: 43%;
}
.h_44 {
  height: 44%;
}
.h_45 {
  height: 45%;
}
.h_46 {
  height: 46%;
}
.h_47 {
  height: 47%;
}
.h_48 {
  height: 48%;
}
.h_49 {
  height: 49%;
}
.h_50 {
  height: 50%;
}
.h_51 {
  height: 51%;
}
.h_52 {
  height: 52%;
}
.h_53 {
  height: 53%;
}
.h_54 {
  height: 54%;
}
.h_55 {
  height: 55%;
}
.h_56 {
  height: 56%;
}
.h_57 {
  height: 57%;
}
.h_58 {
  height: 58%;
}
.h_59 {
  height: 59%;
}
.h_60 {
  height: 60%;
}
.h_61 {
  height: 61%;
}
.h_62 {
  height: 62%;
}
.h_63 {
  height: 63%;
}
.h_64 {
  height: 64%;
}
.h_65 {
  height: 65%;
}
.h_66 {
  height: 66%;
}
.h_67 {
  height: 67%;
}
.h_68 {
  height: 68%;
}
.h_69 {
  height: 69%;
}
.h_70 {
  height: 70%;
}
.h_71 {
  height: 71%;
}
.h_72 {
  height: 72%;
}
.h_73 {
  height: 73%;
}
.h_74 {
  height: 74%;
}
.h_75 {
  height: 75%;
}
.h_76 {
  height: 76%;
}
.h_77 {
  height: 77%;
}
.h_78 {
  height: 78%;
}
.h_79 {
  height: 79%;
}
.h_80 {
  height: 80%;
}
.h_81 {
  height: 81%;
}
.h_82 {
  height: 82%;
}
.h_83 {
  height: 83%;
}
.h_84 {
  height: 84%;
}
.h_85 {
  height: 85%;
}
.h_86 {
  height: 86%;
}
.h_87 {
  height: 87%;
}
.h_88 {
  height: 88%;
}
.h_89 {
  height: 89%;
}
.h_90 {
  height: 90%;
}
.h_91 {
  height: 91%;
}
.h_92 {
  height: 92%;
}
.h_93 {
  height: 93%;
}
.h_94 {
  height: 94%;
}
.h_95 {
  height: 95%;
}
.h_96 {
  height: 96%;
}
.h_97 {
  height: 97%;
}
.h_98 {
  height: 98%;
}
.h_99 {
  height: 99%;
}
.h_100 {
  height: 100%;
}
.h_101 {
  height: 101%;
}
.h_102 {
  height: 102%;
}
.h_103 {
  height: 103%;
}
.h_104 {
  height: 104%;
}
.h_105 {
  height: 105%;
}
.h_106 {
  height: 106%;
}
.h_107 {
  height: 107%;
}
.h_108 {
  height: 108%;
}
.h_109 {
  height: 109%;
}
.h_110 {
  height: 110%;
}
.h_111 {
  height: 111%;
}
.h_112 {
  height: 112%;
}
.h_113 {
  height: 113%;
}
.h_114 {
  height: 114%;
}
.h_115 {
  height: 115%;
}
.h_116 {
  height: 116%;
}
.h_117 {
  height: 117%;
}
.h_118 {
  height: 118%;
}
.h_119 {
  height: 119%;
}
.h_120 {
  height: 120%;
}
.h_121 {
  height: 121%;
}
.h_122 {
  height: 122%;
}
.h_123 {
  height: 123%;
}
.h_124 {
  height: 124%;
}
.h_125 {
  height: 125%;
}
.h_126 {
  height: 126%;
}
.h_127 {
  height: 127%;
}
.h_128 {
  height: 128%;
}
.h_129 {
  height: 129%;
}
.h_130 {
  height: 130%;
}
.h_131 {
  height: 131%;
}
.h_132 {
  height: 132%;
}
.h_133 {
  height: 133%;
}
.h_134 {
  height: 134%;
}
.h_135 {
  height: 135%;
}
.h_136 {
  height: 136%;
}
.h_137 {
  height: 137%;
}
.h_138 {
  height: 138%;
}
.h_139 {
  height: 139%;
}
.h_140 {
  height: 140%;
}
.h_141 {
  height: 141%;
}
.h_142 {
  height: 142%;
}
.h_143 {
  height: 143%;
}
.h_144 {
  height: 144%;
}
.h_145 {
  height: 145%;
}
.h_146 {
  height: 146%;
}
.h_147 {
  height: 147%;
}
.h_148 {
  height: 148%;
}
.h_149 {
  height: 149%;
}
.h_150 {
  height: 150%;
}
.h_151 {
  height: 151%;
}
.h_152 {
  height: 152%;
}
.h_153 {
  height: 153%;
}
.h_154 {
  height: 154%;
}
.h_155 {
  height: 155%;
}
.h_156 {
  height: 156%;
}
.h_157 {
  height: 157%;
}
.h_158 {
  height: 158%;
}
.h_159 {
  height: 159%;
}
.h_160 {
  height: 160%;
}
.h_161 {
  height: 161%;
}
.h_162 {
  height: 162%;
}
.h_163 {
  height: 163%;
}
.h_164 {
  height: 164%;
}
.h_165 {
  height: 165%;
}
.h_166 {
  height: 166%;
}
.h_167 {
  height: 167%;
}
.h_168 {
  height: 168%;
}
.h_169 {
  height: 169%;
}
.h_170 {
  height: 170%;
}
.h_171 {
  height: 171%;
}
.h_172 {
  height: 172%;
}
.h_173 {
  height: 173%;
}
.h_174 {
  height: 174%;
}
.h_175 {
  height: 175%;
}
.h_176 {
  height: 176%;
}
.h_177 {
  height: 177%;
}
.h_178 {
  height: 178%;
}
.h_179 {
  height: 179%;
}
.h_180 {
  height: 180%;
}
.h_181 {
  height: 181%;
}
.h_182 {
  height: 182%;
}
.h_183 {
  height: 183%;
}
.h_184 {
  height: 184%;
}
.h_185 {
  height: 185%;
}
.h_186 {
  height: 186%;
}
.h_187 {
  height: 187%;
}
.h_188 {
  height: 188%;
}
.h_189 {
  height: 189%;
}
.h_190 {
  height: 190%;
}
.h_191 {
  height: 191%;
}
.h_192 {
  height: 192%;
}
.h_193 {
  height: 193%;
}
.h_194 {
  height: 194%;
}
.h_195 {
  height: 195%;
}
.h_196 {
  height: 196%;
}
.h_197 {
  height: 197%;
}
.h_198 {
  height: 198%;
}
.h_199 {
  height: 199%;
}
.h_200 {
  height: 200%;
}
.h_201 {
  height: 201%;
}
.h_202 {
  height: 202%;
}
.h_203 {
  height: 203%;
}
.h_204 {
  height: 204%;
}
.h_205 {
  height: 205%;
}
.h_206 {
  height: 206%;
}
.h_207 {
  height: 207%;
}
.h_208 {
  height: 208%;
}
.h_209 {
  height: 209%;
}
.h_210 {
  height: 210%;
}
.h_211 {
  height: 211%;
}
.h_212 {
  height: 212%;
}
.h_213 {
  height: 213%;
}
.h_214 {
  height: 214%;
}
.h_215 {
  height: 215%;
}
.h_216 {
  height: 216%;
}
.h_217 {
  height: 217%;
}
.h_218 {
  height: 218%;
}
.h_219 {
  height: 219%;
}
.h_220 {
  height: 220%;
}
.h_221 {
  height: 221%;
}
.h_222 {
  height: 222%;
}
.h_223 {
  height: 223%;
}
.h_224 {
  height: 224%;
}
.h_225 {
  height: 225%;
}
.h_226 {
  height: 226%;
}
.h_227 {
  height: 227%;
}
.h_228 {
  height: 228%;
}
.h_229 {
  height: 229%;
}
.h_230 {
  height: 230%;
}
.h_231 {
  height: 231%;
}
.h_232 {
  height: 232%;
}
.h_233 {
  height: 233%;
}
.h_234 {
  height: 234%;
}
.h_235 {
  height: 235%;
}
.h_236 {
  height: 236%;
}
.h_237 {
  height: 237%;
}
.h_238 {
  height: 238%;
}
.h_239 {
  height: 239%;
}
.h_240 {
  height: 240%;
}
.h_241 {
  height: 241%;
}
.h_242 {
  height: 242%;
}
.h_243 {
  height: 243%;
}
.h_244 {
  height: 244%;
}
.h_245 {
  height: 245%;
}
.h_246 {
  height: 246%;
}
.h_247 {
  height: 247%;
}
.h_248 {
  height: 248%;
}
.h_249 {
  height: 249%;
}
.h_250 {
  height: 250%;
}
.h_1rem {
  height: 1rem;
}
.h_1rem.isMaxHeight {
  max-height: 1rem;
}
.h_1rem.isMinHeight {
  min-height: 1rem;
}
.h_max_1rem {
  max-height: 1rem;
}
.h_2rem {
  height: 2rem;
}
.h_2rem.isMaxHeight {
  max-height: 2rem;
}
.h_2rem.isMinHeight {
  min-height: 2rem;
}
.h_max_2rem {
  max-height: 2rem;
}
.h_3rem {
  height: 3rem;
}
.h_3rem.isMaxHeight {
  max-height: 3rem;
}
.h_3rem.isMinHeight {
  min-height: 3rem;
}
.h_max_3rem {
  max-height: 3rem;
}
.h_4rem {
  height: 4rem;
}
.h_4rem.isMaxHeight {
  max-height: 4rem;
}
.h_4rem.isMinHeight {
  min-height: 4rem;
}
.h_max_4rem {
  max-height: 4rem;
}
.h_5rem {
  height: 5rem;
}
.h_5rem.isMaxHeight {
  max-height: 5rem;
}
.h_5rem.isMinHeight {
  min-height: 5rem;
}
.h_max_5rem {
  max-height: 5rem;
}
.h_6rem {
  height: 6rem;
}
.h_6rem.isMaxHeight {
  max-height: 6rem;
}
.h_6rem.isMinHeight {
  min-height: 6rem;
}
.h_max_6rem {
  max-height: 6rem;
}
.h_7rem {
  height: 7rem;
}
.h_7rem.isMaxHeight {
  max-height: 7rem;
}
.h_7rem.isMinHeight {
  min-height: 7rem;
}
.h_max_7rem {
  max-height: 7rem;
}
.h_8rem {
  height: 8rem;
}
.h_8rem.isMaxHeight {
  max-height: 8rem;
}
.h_8rem.isMinHeight {
  min-height: 8rem;
}
.h_max_8rem {
  max-height: 8rem;
}
.h_9rem {
  height: 9rem;
}
.h_9rem.isMaxHeight {
  max-height: 9rem;
}
.h_9rem.isMinHeight {
  min-height: 9rem;
}
.h_max_9rem {
  max-height: 9rem;
}
.h_10rem {
  height: 10rem;
}
.h_10rem.isMaxHeight {
  max-height: 10rem;
}
.h_10rem.isMinHeight {
  min-height: 10rem;
}
.h_max_10rem {
  max-height: 10rem;
}
.h_11rem {
  height: 11rem;
}
.h_11rem.isMaxHeight {
  max-height: 11rem;
}
.h_11rem.isMinHeight {
  min-height: 11rem;
}
.h_max_11rem {
  max-height: 11rem;
}
.h_12rem {
  height: 12rem;
}
.h_12rem.isMaxHeight {
  max-height: 12rem;
}
.h_12rem.isMinHeight {
  min-height: 12rem;
}
.h_max_12rem {
  max-height: 12rem;
}
.h_13rem {
  height: 13rem;
}
.h_13rem.isMaxHeight {
  max-height: 13rem;
}
.h_13rem.isMinHeight {
  min-height: 13rem;
}
.h_max_13rem {
  max-height: 13rem;
}
.h_14rem {
  height: 14rem;
}
.h_14rem.isMaxHeight {
  max-height: 14rem;
}
.h_14rem.isMinHeight {
  min-height: 14rem;
}
.h_max_14rem {
  max-height: 14rem;
}
.h_15rem {
  height: 15rem;
}
.h_15rem.isMaxHeight {
  max-height: 15rem;
}
.h_15rem.isMinHeight {
  min-height: 15rem;
}
.h_max_15rem {
  max-height: 15rem;
}
.h_16rem {
  height: 16rem;
}
.h_16rem.isMaxHeight {
  max-height: 16rem;
}
.h_16rem.isMinHeight {
  min-height: 16rem;
}
.h_max_16rem {
  max-height: 16rem;
}
.h_17rem {
  height: 17rem;
}
.h_17rem.isMaxHeight {
  max-height: 17rem;
}
.h_17rem.isMinHeight {
  min-height: 17rem;
}
.h_max_17rem {
  max-height: 17rem;
}
.h_18rem {
  height: 18rem;
}
.h_18rem.isMaxHeight {
  max-height: 18rem;
}
.h_18rem.isMinHeight {
  min-height: 18rem;
}
.h_max_18rem {
  max-height: 18rem;
}
.h_19rem {
  height: 19rem;
}
.h_19rem.isMaxHeight {
  max-height: 19rem;
}
.h_19rem.isMinHeight {
  min-height: 19rem;
}
.h_max_19rem {
  max-height: 19rem;
}
.h_20rem {
  height: 20rem;
}
.h_20rem.isMaxHeight {
  max-height: 20rem;
}
.h_20rem.isMinHeight {
  min-height: 20rem;
}
.h_max_20rem {
  max-height: 20rem;
}
.h_21rem {
  height: 21rem;
}
.h_21rem.isMaxHeight {
  max-height: 21rem;
}
.h_21rem.isMinHeight {
  min-height: 21rem;
}
.h_max_21rem {
  max-height: 21rem;
}
.h_22rem {
  height: 22rem;
}
.h_22rem.isMaxHeight {
  max-height: 22rem;
}
.h_22rem.isMinHeight {
  min-height: 22rem;
}
.h_max_22rem {
  max-height: 22rem;
}
.h_23rem {
  height: 23rem;
}
.h_23rem.isMaxHeight {
  max-height: 23rem;
}
.h_23rem.isMinHeight {
  min-height: 23rem;
}
.h_max_23rem {
  max-height: 23rem;
}
.h_24rem {
  height: 24rem;
}
.h_24rem.isMaxHeight {
  max-height: 24rem;
}
.h_24rem.isMinHeight {
  min-height: 24rem;
}
.h_max_24rem {
  max-height: 24rem;
}
.h_25rem {
  height: 25rem;
}
.h_25rem.isMaxHeight {
  max-height: 25rem;
}
.h_25rem.isMinHeight {
  min-height: 25rem;
}
.h_max_25rem {
  max-height: 25rem;
}
.h_26rem {
  height: 26rem;
}
.h_26rem.isMaxHeight {
  max-height: 26rem;
}
.h_26rem.isMinHeight {
  min-height: 26rem;
}
.h_max_26rem {
  max-height: 26rem;
}
.h_27rem {
  height: 27rem;
}
.h_27rem.isMaxHeight {
  max-height: 27rem;
}
.h_27rem.isMinHeight {
  min-height: 27rem;
}
.h_max_27rem {
  max-height: 27rem;
}
.h_28rem {
  height: 28rem;
}
.h_28rem.isMaxHeight {
  max-height: 28rem;
}
.h_28rem.isMinHeight {
  min-height: 28rem;
}
.h_max_28rem {
  max-height: 28rem;
}
.h_29rem {
  height: 29rem;
}
.h_29rem.isMaxHeight {
  max-height: 29rem;
}
.h_29rem.isMinHeight {
  min-height: 29rem;
}
.h_max_29rem {
  max-height: 29rem;
}
.h_30rem {
  height: 30rem;
}
.h_30rem.isMaxHeight {
  max-height: 30rem;
}
.h_30rem.isMinHeight {
  min-height: 30rem;
}
.h_max_30rem {
  max-height: 30rem;
}
.h_31rem {
  height: 31rem;
}
.h_31rem.isMaxHeight {
  max-height: 31rem;
}
.h_31rem.isMinHeight {
  min-height: 31rem;
}
.h_max_31rem {
  max-height: 31rem;
}
.h_32rem {
  height: 32rem;
}
.h_32rem.isMaxHeight {
  max-height: 32rem;
}
.h_32rem.isMinHeight {
  min-height: 32rem;
}
.h_max_32rem {
  max-height: 32rem;
}
.h_33rem {
  height: 33rem;
}
.h_33rem.isMaxHeight {
  max-height: 33rem;
}
.h_33rem.isMinHeight {
  min-height: 33rem;
}
.h_max_33rem {
  max-height: 33rem;
}
.h_34rem {
  height: 34rem;
}
.h_34rem.isMaxHeight {
  max-height: 34rem;
}
.h_34rem.isMinHeight {
  min-height: 34rem;
}
.h_max_34rem {
  max-height: 34rem;
}
.h_35rem {
  height: 35rem;
}
.h_35rem.isMaxHeight {
  max-height: 35rem;
}
.h_35rem.isMinHeight {
  min-height: 35rem;
}
.h_max_35rem {
  max-height: 35rem;
}
.h_36rem {
  height: 36rem;
}
.h_36rem.isMaxHeight {
  max-height: 36rem;
}
.h_36rem.isMinHeight {
  min-height: 36rem;
}
.h_max_36rem {
  max-height: 36rem;
}
.h_37rem {
  height: 37rem;
}
.h_37rem.isMaxHeight {
  max-height: 37rem;
}
.h_37rem.isMinHeight {
  min-height: 37rem;
}
.h_max_37rem {
  max-height: 37rem;
}
.h_38rem {
  height: 38rem;
}
.h_38rem.isMaxHeight {
  max-height: 38rem;
}
.h_38rem.isMinHeight {
  min-height: 38rem;
}
.h_max_38rem {
  max-height: 38rem;
}
.h_39rem {
  height: 39rem;
}
.h_39rem.isMaxHeight {
  max-height: 39rem;
}
.h_39rem.isMinHeight {
  min-height: 39rem;
}
.h_max_39rem {
  max-height: 39rem;
}
.h_40rem {
  height: 40rem;
}
.h_40rem.isMaxHeight {
  max-height: 40rem;
}
.h_40rem.isMinHeight {
  min-height: 40rem;
}
.h_max_40rem {
  max-height: 40rem;
}
.h_41rem {
  height: 41rem;
}
.h_41rem.isMaxHeight {
  max-height: 41rem;
}
.h_41rem.isMinHeight {
  min-height: 41rem;
}
.h_max_41rem {
  max-height: 41rem;
}
.h_42rem {
  height: 42rem;
}
.h_42rem.isMaxHeight {
  max-height: 42rem;
}
.h_42rem.isMinHeight {
  min-height: 42rem;
}
.h_max_42rem {
  max-height: 42rem;
}
.h_43rem {
  height: 43rem;
}
.h_43rem.isMaxHeight {
  max-height: 43rem;
}
.h_43rem.isMinHeight {
  min-height: 43rem;
}
.h_max_43rem {
  max-height: 43rem;
}
.h_44rem {
  height: 44rem;
}
.h_44rem.isMaxHeight {
  max-height: 44rem;
}
.h_44rem.isMinHeight {
  min-height: 44rem;
}
.h_max_44rem {
  max-height: 44rem;
}
.h_45rem {
  height: 45rem;
}
.h_45rem.isMaxHeight {
  max-height: 45rem;
}
.h_45rem.isMinHeight {
  min-height: 45rem;
}
.h_max_45rem {
  max-height: 45rem;
}
.h_46rem {
  height: 46rem;
}
.h_46rem.isMaxHeight {
  max-height: 46rem;
}
.h_46rem.isMinHeight {
  min-height: 46rem;
}
.h_max_46rem {
  max-height: 46rem;
}
.h_47rem {
  height: 47rem;
}
.h_47rem.isMaxHeight {
  max-height: 47rem;
}
.h_47rem.isMinHeight {
  min-height: 47rem;
}
.h_max_47rem {
  max-height: 47rem;
}
.h_48rem {
  height: 48rem;
}
.h_48rem.isMaxHeight {
  max-height: 48rem;
}
.h_48rem.isMinHeight {
  min-height: 48rem;
}
.h_max_48rem {
  max-height: 48rem;
}
.h_49rem {
  height: 49rem;
}
.h_49rem.isMaxHeight {
  max-height: 49rem;
}
.h_49rem.isMinHeight {
  min-height: 49rem;
}
.h_max_49rem {
  max-height: 49rem;
}
.h_50rem {
  height: 50rem;
}
.h_50rem.isMaxHeight {
  max-height: 50rem;
}
.h_50rem.isMinHeight {
  min-height: 50rem;
}
.h_max_50rem {
  max-height: 50rem;
}
.h_51rem {
  height: 51rem;
}
.h_51rem.isMaxHeight {
  max-height: 51rem;
}
.h_51rem.isMinHeight {
  min-height: 51rem;
}
.h_max_51rem {
  max-height: 51rem;
}
.h_52rem {
  height: 52rem;
}
.h_52rem.isMaxHeight {
  max-height: 52rem;
}
.h_52rem.isMinHeight {
  min-height: 52rem;
}
.h_max_52rem {
  max-height: 52rem;
}
.h_53rem {
  height: 53rem;
}
.h_53rem.isMaxHeight {
  max-height: 53rem;
}
.h_53rem.isMinHeight {
  min-height: 53rem;
}
.h_max_53rem {
  max-height: 53rem;
}
.h_54rem {
  height: 54rem;
}
.h_54rem.isMaxHeight {
  max-height: 54rem;
}
.h_54rem.isMinHeight {
  min-height: 54rem;
}
.h_max_54rem {
  max-height: 54rem;
}
.h_55rem {
  height: 55rem;
}
.h_55rem.isMaxHeight {
  max-height: 55rem;
}
.h_55rem.isMinHeight {
  min-height: 55rem;
}
.h_max_55rem {
  max-height: 55rem;
}
.h_56rem {
  height: 56rem;
}
.h_56rem.isMaxHeight {
  max-height: 56rem;
}
.h_56rem.isMinHeight {
  min-height: 56rem;
}
.h_max_56rem {
  max-height: 56rem;
}
.h_57rem {
  height: 57rem;
}
.h_57rem.isMaxHeight {
  max-height: 57rem;
}
.h_57rem.isMinHeight {
  min-height: 57rem;
}
.h_max_57rem {
  max-height: 57rem;
}
.h_58rem {
  height: 58rem;
}
.h_58rem.isMaxHeight {
  max-height: 58rem;
}
.h_58rem.isMinHeight {
  min-height: 58rem;
}
.h_max_58rem {
  max-height: 58rem;
}
.h_59rem {
  height: 59rem;
}
.h_59rem.isMaxHeight {
  max-height: 59rem;
}
.h_59rem.isMinHeight {
  min-height: 59rem;
}
.h_max_59rem {
  max-height: 59rem;
}
.h_60rem {
  height: 60rem;
}
.h_60rem.isMaxHeight {
  max-height: 60rem;
}
.h_60rem.isMinHeight {
  min-height: 60rem;
}
.h_max_60rem {
  max-height: 60rem;
}
.h_61rem {
  height: 61rem;
}
.h_61rem.isMaxHeight {
  max-height: 61rem;
}
.h_61rem.isMinHeight {
  min-height: 61rem;
}
.h_max_61rem {
  max-height: 61rem;
}
.h_62rem {
  height: 62rem;
}
.h_62rem.isMaxHeight {
  max-height: 62rem;
}
.h_62rem.isMinHeight {
  min-height: 62rem;
}
.h_max_62rem {
  max-height: 62rem;
}
.h_63rem {
  height: 63rem;
}
.h_63rem.isMaxHeight {
  max-height: 63rem;
}
.h_63rem.isMinHeight {
  min-height: 63rem;
}
.h_max_63rem {
  max-height: 63rem;
}
.h_64rem {
  height: 64rem;
}
.h_64rem.isMaxHeight {
  max-height: 64rem;
}
.h_64rem.isMinHeight {
  min-height: 64rem;
}
.h_max_64rem {
  max-height: 64rem;
}
.h_65rem {
  height: 65rem;
}
.h_65rem.isMaxHeight {
  max-height: 65rem;
}
.h_65rem.isMinHeight {
  min-height: 65rem;
}
.h_max_65rem {
  max-height: 65rem;
}
.h_66rem {
  height: 66rem;
}
.h_66rem.isMaxHeight {
  max-height: 66rem;
}
.h_66rem.isMinHeight {
  min-height: 66rem;
}
.h_max_66rem {
  max-height: 66rem;
}
.h_67rem {
  height: 67rem;
}
.h_67rem.isMaxHeight {
  max-height: 67rem;
}
.h_67rem.isMinHeight {
  min-height: 67rem;
}
.h_max_67rem {
  max-height: 67rem;
}
.h_68rem {
  height: 68rem;
}
.h_68rem.isMaxHeight {
  max-height: 68rem;
}
.h_68rem.isMinHeight {
  min-height: 68rem;
}
.h_max_68rem {
  max-height: 68rem;
}
.h_69rem {
  height: 69rem;
}
.h_69rem.isMaxHeight {
  max-height: 69rem;
}
.h_69rem.isMinHeight {
  min-height: 69rem;
}
.h_max_69rem {
  max-height: 69rem;
}
.h_70rem {
  height: 70rem;
}
.h_70rem.isMaxHeight {
  max-height: 70rem;
}
.h_70rem.isMinHeight {
  min-height: 70rem;
}
.h_max_70rem {
  max-height: 70rem;
}
.h_71rem {
  height: 71rem;
}
.h_71rem.isMaxHeight {
  max-height: 71rem;
}
.h_71rem.isMinHeight {
  min-height: 71rem;
}
.h_max_71rem {
  max-height: 71rem;
}
.h_72rem {
  height: 72rem;
}
.h_72rem.isMaxHeight {
  max-height: 72rem;
}
.h_72rem.isMinHeight {
  min-height: 72rem;
}
.h_max_72rem {
  max-height: 72rem;
}
.h_73rem {
  height: 73rem;
}
.h_73rem.isMaxHeight {
  max-height: 73rem;
}
.h_73rem.isMinHeight {
  min-height: 73rem;
}
.h_max_73rem {
  max-height: 73rem;
}
.h_74rem {
  height: 74rem;
}
.h_74rem.isMaxHeight {
  max-height: 74rem;
}
.h_74rem.isMinHeight {
  min-height: 74rem;
}
.h_max_74rem {
  max-height: 74rem;
}
.h_75rem {
  height: 75rem;
}
.h_75rem.isMaxHeight {
  max-height: 75rem;
}
.h_75rem.isMinHeight {
  min-height: 75rem;
}
.h_max_75rem {
  max-height: 75rem;
}
.h_76rem {
  height: 76rem;
}
.h_76rem.isMaxHeight {
  max-height: 76rem;
}
.h_76rem.isMinHeight {
  min-height: 76rem;
}
.h_max_76rem {
  max-height: 76rem;
}
.h_77rem {
  height: 77rem;
}
.h_77rem.isMaxHeight {
  max-height: 77rem;
}
.h_77rem.isMinHeight {
  min-height: 77rem;
}
.h_max_77rem {
  max-height: 77rem;
}
.h_78rem {
  height: 78rem;
}
.h_78rem.isMaxHeight {
  max-height: 78rem;
}
.h_78rem.isMinHeight {
  min-height: 78rem;
}
.h_max_78rem {
  max-height: 78rem;
}
.h_79rem {
  height: 79rem;
}
.h_79rem.isMaxHeight {
  max-height: 79rem;
}
.h_79rem.isMinHeight {
  min-height: 79rem;
}
.h_max_79rem {
  max-height: 79rem;
}
.h_80rem {
  height: 80rem;
}
.h_80rem.isMaxHeight {
  max-height: 80rem;
}
.h_80rem.isMinHeight {
  min-height: 80rem;
}
.h_max_80rem {
  max-height: 80rem;
}
.h_81rem {
  height: 81rem;
}
.h_81rem.isMaxHeight {
  max-height: 81rem;
}
.h_81rem.isMinHeight {
  min-height: 81rem;
}
.h_max_81rem {
  max-height: 81rem;
}
.h_82rem {
  height: 82rem;
}
.h_82rem.isMaxHeight {
  max-height: 82rem;
}
.h_82rem.isMinHeight {
  min-height: 82rem;
}
.h_max_82rem {
  max-height: 82rem;
}
.h_83rem {
  height: 83rem;
}
.h_83rem.isMaxHeight {
  max-height: 83rem;
}
.h_83rem.isMinHeight {
  min-height: 83rem;
}
.h_max_83rem {
  max-height: 83rem;
}
.h_84rem {
  height: 84rem;
}
.h_84rem.isMaxHeight {
  max-height: 84rem;
}
.h_84rem.isMinHeight {
  min-height: 84rem;
}
.h_max_84rem {
  max-height: 84rem;
}
.h_85rem {
  height: 85rem;
}
.h_85rem.isMaxHeight {
  max-height: 85rem;
}
.h_85rem.isMinHeight {
  min-height: 85rem;
}
.h_max_85rem {
  max-height: 85rem;
}
.h_86rem {
  height: 86rem;
}
.h_86rem.isMaxHeight {
  max-height: 86rem;
}
.h_86rem.isMinHeight {
  min-height: 86rem;
}
.h_max_86rem {
  max-height: 86rem;
}
.h_87rem {
  height: 87rem;
}
.h_87rem.isMaxHeight {
  max-height: 87rem;
}
.h_87rem.isMinHeight {
  min-height: 87rem;
}
.h_max_87rem {
  max-height: 87rem;
}
.h_88rem {
  height: 88rem;
}
.h_88rem.isMaxHeight {
  max-height: 88rem;
}
.h_88rem.isMinHeight {
  min-height: 88rem;
}
.h_max_88rem {
  max-height: 88rem;
}
.h_89rem {
  height: 89rem;
}
.h_89rem.isMaxHeight {
  max-height: 89rem;
}
.h_89rem.isMinHeight {
  min-height: 89rem;
}
.h_max_89rem {
  max-height: 89rem;
}
.h_90rem {
  height: 90rem;
}
.h_90rem.isMaxHeight {
  max-height: 90rem;
}
.h_90rem.isMinHeight {
  min-height: 90rem;
}
.h_max_90rem {
  max-height: 90rem;
}
.h_91rem {
  height: 91rem;
}
.h_91rem.isMaxHeight {
  max-height: 91rem;
}
.h_91rem.isMinHeight {
  min-height: 91rem;
}
.h_max_91rem {
  max-height: 91rem;
}
.h_92rem {
  height: 92rem;
}
.h_92rem.isMaxHeight {
  max-height: 92rem;
}
.h_92rem.isMinHeight {
  min-height: 92rem;
}
.h_max_92rem {
  max-height: 92rem;
}
.h_93rem {
  height: 93rem;
}
.h_93rem.isMaxHeight {
  max-height: 93rem;
}
.h_93rem.isMinHeight {
  min-height: 93rem;
}
.h_max_93rem {
  max-height: 93rem;
}
.h_94rem {
  height: 94rem;
}
.h_94rem.isMaxHeight {
  max-height: 94rem;
}
.h_94rem.isMinHeight {
  min-height: 94rem;
}
.h_max_94rem {
  max-height: 94rem;
}
.h_95rem {
  height: 95rem;
}
.h_95rem.isMaxHeight {
  max-height: 95rem;
}
.h_95rem.isMinHeight {
  min-height: 95rem;
}
.h_max_95rem {
  max-height: 95rem;
}
.h_96rem {
  height: 96rem;
}
.h_96rem.isMaxHeight {
  max-height: 96rem;
}
.h_96rem.isMinHeight {
  min-height: 96rem;
}
.h_max_96rem {
  max-height: 96rem;
}
.h_97rem {
  height: 97rem;
}
.h_97rem.isMaxHeight {
  max-height: 97rem;
}
.h_97rem.isMinHeight {
  min-height: 97rem;
}
.h_max_97rem {
  max-height: 97rem;
}
.h_98rem {
  height: 98rem;
}
.h_98rem.isMaxHeight {
  max-height: 98rem;
}
.h_98rem.isMinHeight {
  min-height: 98rem;
}
.h_max_98rem {
  max-height: 98rem;
}
.h_99rem {
  height: 99rem;
}
.h_99rem.isMaxHeight {
  max-height: 99rem;
}
.h_99rem.isMinHeight {
  min-height: 99rem;
}
.h_max_99rem {
  max-height: 99rem;
}
.h_100rem {
  height: 100rem;
}
.h_100rem.isMaxHeight {
  max-height: 100rem;
}
.h_100rem.isMinHeight {
  min-height: 100rem;
}
.h_max_100rem {
  max-height: 100rem;
}
.h_101rem {
  height: 101rem;
}
.h_101rem.isMaxHeight {
  max-height: 101rem;
}
.h_101rem.isMinHeight {
  min-height: 101rem;
}
.h_max_101rem {
  max-height: 101rem;
}
.h_102rem {
  height: 102rem;
}
.h_102rem.isMaxHeight {
  max-height: 102rem;
}
.h_102rem.isMinHeight {
  min-height: 102rem;
}
.h_max_102rem {
  max-height: 102rem;
}
.h_103rem {
  height: 103rem;
}
.h_103rem.isMaxHeight {
  max-height: 103rem;
}
.h_103rem.isMinHeight {
  min-height: 103rem;
}
.h_max_103rem {
  max-height: 103rem;
}
.h_104rem {
  height: 104rem;
}
.h_104rem.isMaxHeight {
  max-height: 104rem;
}
.h_104rem.isMinHeight {
  min-height: 104rem;
}
.h_max_104rem {
  max-height: 104rem;
}
.h_105rem {
  height: 105rem;
}
.h_105rem.isMaxHeight {
  max-height: 105rem;
}
.h_105rem.isMinHeight {
  min-height: 105rem;
}
.h_max_105rem {
  max-height: 105rem;
}
.h_106rem {
  height: 106rem;
}
.h_106rem.isMaxHeight {
  max-height: 106rem;
}
.h_106rem.isMinHeight {
  min-height: 106rem;
}
.h_max_106rem {
  max-height: 106rem;
}
.h_107rem {
  height: 107rem;
}
.h_107rem.isMaxHeight {
  max-height: 107rem;
}
.h_107rem.isMinHeight {
  min-height: 107rem;
}
.h_max_107rem {
  max-height: 107rem;
}
.h_108rem {
  height: 108rem;
}
.h_108rem.isMaxHeight {
  max-height: 108rem;
}
.h_108rem.isMinHeight {
  min-height: 108rem;
}
.h_max_108rem {
  max-height: 108rem;
}
.h_109rem {
  height: 109rem;
}
.h_109rem.isMaxHeight {
  max-height: 109rem;
}
.h_109rem.isMinHeight {
  min-height: 109rem;
}
.h_max_109rem {
  max-height: 109rem;
}
.h_110rem {
  height: 110rem;
}
.h_110rem.isMaxHeight {
  max-height: 110rem;
}
.h_110rem.isMinHeight {
  min-height: 110rem;
}
.h_max_110rem {
  max-height: 110rem;
}
.h_111rem {
  height: 111rem;
}
.h_111rem.isMaxHeight {
  max-height: 111rem;
}
.h_111rem.isMinHeight {
  min-height: 111rem;
}
.h_max_111rem {
  max-height: 111rem;
}
.h_112rem {
  height: 112rem;
}
.h_112rem.isMaxHeight {
  max-height: 112rem;
}
.h_112rem.isMinHeight {
  min-height: 112rem;
}
.h_max_112rem {
  max-height: 112rem;
}
.h_113rem {
  height: 113rem;
}
.h_113rem.isMaxHeight {
  max-height: 113rem;
}
.h_113rem.isMinHeight {
  min-height: 113rem;
}
.h_max_113rem {
  max-height: 113rem;
}
.h_114rem {
  height: 114rem;
}
.h_114rem.isMaxHeight {
  max-height: 114rem;
}
.h_114rem.isMinHeight {
  min-height: 114rem;
}
.h_max_114rem {
  max-height: 114rem;
}
.h_115rem {
  height: 115rem;
}
.h_115rem.isMaxHeight {
  max-height: 115rem;
}
.h_115rem.isMinHeight {
  min-height: 115rem;
}
.h_max_115rem {
  max-height: 115rem;
}
.h_116rem {
  height: 116rem;
}
.h_116rem.isMaxHeight {
  max-height: 116rem;
}
.h_116rem.isMinHeight {
  min-height: 116rem;
}
.h_max_116rem {
  max-height: 116rem;
}
.h_117rem {
  height: 117rem;
}
.h_117rem.isMaxHeight {
  max-height: 117rem;
}
.h_117rem.isMinHeight {
  min-height: 117rem;
}
.h_max_117rem {
  max-height: 117rem;
}
.h_118rem {
  height: 118rem;
}
.h_118rem.isMaxHeight {
  max-height: 118rem;
}
.h_118rem.isMinHeight {
  min-height: 118rem;
}
.h_max_118rem {
  max-height: 118rem;
}
.h_119rem {
  height: 119rem;
}
.h_119rem.isMaxHeight {
  max-height: 119rem;
}
.h_119rem.isMinHeight {
  min-height: 119rem;
}
.h_max_119rem {
  max-height: 119rem;
}
.h_120rem {
  height: 120rem;
}
.h_120rem.isMaxHeight {
  max-height: 120rem;
}
.h_120rem.isMinHeight {
  min-height: 120rem;
}
.h_max_120rem {
  max-height: 120rem;
}
.h_121rem {
  height: 121rem;
}
.h_121rem.isMaxHeight {
  max-height: 121rem;
}
.h_121rem.isMinHeight {
  min-height: 121rem;
}
.h_max_121rem {
  max-height: 121rem;
}
.h_122rem {
  height: 122rem;
}
.h_122rem.isMaxHeight {
  max-height: 122rem;
}
.h_122rem.isMinHeight {
  min-height: 122rem;
}
.h_max_122rem {
  max-height: 122rem;
}
.h_123rem {
  height: 123rem;
}
.h_123rem.isMaxHeight {
  max-height: 123rem;
}
.h_123rem.isMinHeight {
  min-height: 123rem;
}
.h_max_123rem {
  max-height: 123rem;
}
.h_124rem {
  height: 124rem;
}
.h_124rem.isMaxHeight {
  max-height: 124rem;
}
.h_124rem.isMinHeight {
  min-height: 124rem;
}
.h_max_124rem {
  max-height: 124rem;
}
.h_125rem {
  height: 125rem;
}
.h_125rem.isMaxHeight {
  max-height: 125rem;
}
.h_125rem.isMinHeight {
  min-height: 125rem;
}
.h_max_125rem {
  max-height: 125rem;
}
.h_126rem {
  height: 126rem;
}
.h_126rem.isMaxHeight {
  max-height: 126rem;
}
.h_126rem.isMinHeight {
  min-height: 126rem;
}
.h_max_126rem {
  max-height: 126rem;
}
.h_127rem {
  height: 127rem;
}
.h_127rem.isMaxHeight {
  max-height: 127rem;
}
.h_127rem.isMinHeight {
  min-height: 127rem;
}
.h_max_127rem {
  max-height: 127rem;
}
.h_128rem {
  height: 128rem;
}
.h_128rem.isMaxHeight {
  max-height: 128rem;
}
.h_128rem.isMinHeight {
  min-height: 128rem;
}
.h_max_128rem {
  max-height: 128rem;
}
.h_129rem {
  height: 129rem;
}
.h_129rem.isMaxHeight {
  max-height: 129rem;
}
.h_129rem.isMinHeight {
  min-height: 129rem;
}
.h_max_129rem {
  max-height: 129rem;
}
.h_130rem {
  height: 130rem;
}
.h_130rem.isMaxHeight {
  max-height: 130rem;
}
.h_130rem.isMinHeight {
  min-height: 130rem;
}
.h_max_130rem {
  max-height: 130rem;
}
.h_131rem {
  height: 131rem;
}
.h_131rem.isMaxHeight {
  max-height: 131rem;
}
.h_131rem.isMinHeight {
  min-height: 131rem;
}
.h_max_131rem {
  max-height: 131rem;
}
.h_132rem {
  height: 132rem;
}
.h_132rem.isMaxHeight {
  max-height: 132rem;
}
.h_132rem.isMinHeight {
  min-height: 132rem;
}
.h_max_132rem {
  max-height: 132rem;
}
.h_133rem {
  height: 133rem;
}
.h_133rem.isMaxHeight {
  max-height: 133rem;
}
.h_133rem.isMinHeight {
  min-height: 133rem;
}
.h_max_133rem {
  max-height: 133rem;
}
.h_134rem {
  height: 134rem;
}
.h_134rem.isMaxHeight {
  max-height: 134rem;
}
.h_134rem.isMinHeight {
  min-height: 134rem;
}
.h_max_134rem {
  max-height: 134rem;
}
.h_135rem {
  height: 135rem;
}
.h_135rem.isMaxHeight {
  max-height: 135rem;
}
.h_135rem.isMinHeight {
  min-height: 135rem;
}
.h_max_135rem {
  max-height: 135rem;
}
.h_136rem {
  height: 136rem;
}
.h_136rem.isMaxHeight {
  max-height: 136rem;
}
.h_136rem.isMinHeight {
  min-height: 136rem;
}
.h_max_136rem {
  max-height: 136rem;
}
.h_137rem {
  height: 137rem;
}
.h_137rem.isMaxHeight {
  max-height: 137rem;
}
.h_137rem.isMinHeight {
  min-height: 137rem;
}
.h_max_137rem {
  max-height: 137rem;
}
.h_138rem {
  height: 138rem;
}
.h_138rem.isMaxHeight {
  max-height: 138rem;
}
.h_138rem.isMinHeight {
  min-height: 138rem;
}
.h_max_138rem {
  max-height: 138rem;
}
.h_139rem {
  height: 139rem;
}
.h_139rem.isMaxHeight {
  max-height: 139rem;
}
.h_139rem.isMinHeight {
  min-height: 139rem;
}
.h_max_139rem {
  max-height: 139rem;
}
.h_140rem {
  height: 140rem;
}
.h_140rem.isMaxHeight {
  max-height: 140rem;
}
.h_140rem.isMinHeight {
  min-height: 140rem;
}
.h_max_140rem {
  max-height: 140rem;
}
.h_141rem {
  height: 141rem;
}
.h_141rem.isMaxHeight {
  max-height: 141rem;
}
.h_141rem.isMinHeight {
  min-height: 141rem;
}
.h_max_141rem {
  max-height: 141rem;
}
.h_142rem {
  height: 142rem;
}
.h_142rem.isMaxHeight {
  max-height: 142rem;
}
.h_142rem.isMinHeight {
  min-height: 142rem;
}
.h_max_142rem {
  max-height: 142rem;
}
.h_143rem {
  height: 143rem;
}
.h_143rem.isMaxHeight {
  max-height: 143rem;
}
.h_143rem.isMinHeight {
  min-height: 143rem;
}
.h_max_143rem {
  max-height: 143rem;
}
.h_144rem {
  height: 144rem;
}
.h_144rem.isMaxHeight {
  max-height: 144rem;
}
.h_144rem.isMinHeight {
  min-height: 144rem;
}
.h_max_144rem {
  max-height: 144rem;
}
.h_145rem {
  height: 145rem;
}
.h_145rem.isMaxHeight {
  max-height: 145rem;
}
.h_145rem.isMinHeight {
  min-height: 145rem;
}
.h_max_145rem {
  max-height: 145rem;
}
.h_146rem {
  height: 146rem;
}
.h_146rem.isMaxHeight {
  max-height: 146rem;
}
.h_146rem.isMinHeight {
  min-height: 146rem;
}
.h_max_146rem {
  max-height: 146rem;
}
.h_147rem {
  height: 147rem;
}
.h_147rem.isMaxHeight {
  max-height: 147rem;
}
.h_147rem.isMinHeight {
  min-height: 147rem;
}
.h_max_147rem {
  max-height: 147rem;
}
.h_148rem {
  height: 148rem;
}
.h_148rem.isMaxHeight {
  max-height: 148rem;
}
.h_148rem.isMinHeight {
  min-height: 148rem;
}
.h_max_148rem {
  max-height: 148rem;
}
.h_149rem {
  height: 149rem;
}
.h_149rem.isMaxHeight {
  max-height: 149rem;
}
.h_149rem.isMinHeight {
  min-height: 149rem;
}
.h_max_149rem {
  max-height: 149rem;
}
.h_150rem {
  height: 150rem;
}
.h_150rem.isMaxHeight {
  max-height: 150rem;
}
.h_150rem.isMinHeight {
  min-height: 150rem;
}
.h_max_150rem {
  max-height: 150rem;
}
.h_151rem {
  height: 151rem;
}
.h_151rem.isMaxHeight {
  max-height: 151rem;
}
.h_151rem.isMinHeight {
  min-height: 151rem;
}
.h_max_151rem {
  max-height: 151rem;
}
.h_152rem {
  height: 152rem;
}
.h_152rem.isMaxHeight {
  max-height: 152rem;
}
.h_152rem.isMinHeight {
  min-height: 152rem;
}
.h_max_152rem {
  max-height: 152rem;
}
.h_153rem {
  height: 153rem;
}
.h_153rem.isMaxHeight {
  max-height: 153rem;
}
.h_153rem.isMinHeight {
  min-height: 153rem;
}
.h_max_153rem {
  max-height: 153rem;
}
.h_154rem {
  height: 154rem;
}
.h_154rem.isMaxHeight {
  max-height: 154rem;
}
.h_154rem.isMinHeight {
  min-height: 154rem;
}
.h_max_154rem {
  max-height: 154rem;
}
.h_155rem {
  height: 155rem;
}
.h_155rem.isMaxHeight {
  max-height: 155rem;
}
.h_155rem.isMinHeight {
  min-height: 155rem;
}
.h_max_155rem {
  max-height: 155rem;
}
.h_156rem {
  height: 156rem;
}
.h_156rem.isMaxHeight {
  max-height: 156rem;
}
.h_156rem.isMinHeight {
  min-height: 156rem;
}
.h_max_156rem {
  max-height: 156rem;
}
.h_157rem {
  height: 157rem;
}
.h_157rem.isMaxHeight {
  max-height: 157rem;
}
.h_157rem.isMinHeight {
  min-height: 157rem;
}
.h_max_157rem {
  max-height: 157rem;
}
.h_158rem {
  height: 158rem;
}
.h_158rem.isMaxHeight {
  max-height: 158rem;
}
.h_158rem.isMinHeight {
  min-height: 158rem;
}
.h_max_158rem {
  max-height: 158rem;
}
.h_159rem {
  height: 159rem;
}
.h_159rem.isMaxHeight {
  max-height: 159rem;
}
.h_159rem.isMinHeight {
  min-height: 159rem;
}
.h_max_159rem {
  max-height: 159rem;
}
.h_160rem {
  height: 160rem;
}
.h_160rem.isMaxHeight {
  max-height: 160rem;
}
.h_160rem.isMinHeight {
  min-height: 160rem;
}
.h_max_160rem {
  max-height: 160rem;
}
.h_161rem {
  height: 161rem;
}
.h_161rem.isMaxHeight {
  max-height: 161rem;
}
.h_161rem.isMinHeight {
  min-height: 161rem;
}
.h_max_161rem {
  max-height: 161rem;
}
.h_162rem {
  height: 162rem;
}
.h_162rem.isMaxHeight {
  max-height: 162rem;
}
.h_162rem.isMinHeight {
  min-height: 162rem;
}
.h_max_162rem {
  max-height: 162rem;
}
.h_163rem {
  height: 163rem;
}
.h_163rem.isMaxHeight {
  max-height: 163rem;
}
.h_163rem.isMinHeight {
  min-height: 163rem;
}
.h_max_163rem {
  max-height: 163rem;
}
.h_164rem {
  height: 164rem;
}
.h_164rem.isMaxHeight {
  max-height: 164rem;
}
.h_164rem.isMinHeight {
  min-height: 164rem;
}
.h_max_164rem {
  max-height: 164rem;
}
.h_165rem {
  height: 165rem;
}
.h_165rem.isMaxHeight {
  max-height: 165rem;
}
.h_165rem.isMinHeight {
  min-height: 165rem;
}
.h_max_165rem {
  max-height: 165rem;
}
.h_166rem {
  height: 166rem;
}
.h_166rem.isMaxHeight {
  max-height: 166rem;
}
.h_166rem.isMinHeight {
  min-height: 166rem;
}
.h_max_166rem {
  max-height: 166rem;
}
.h_167rem {
  height: 167rem;
}
.h_167rem.isMaxHeight {
  max-height: 167rem;
}
.h_167rem.isMinHeight {
  min-height: 167rem;
}
.h_max_167rem {
  max-height: 167rem;
}
.h_168rem {
  height: 168rem;
}
.h_168rem.isMaxHeight {
  max-height: 168rem;
}
.h_168rem.isMinHeight {
  min-height: 168rem;
}
.h_max_168rem {
  max-height: 168rem;
}
.h_169rem {
  height: 169rem;
}
.h_169rem.isMaxHeight {
  max-height: 169rem;
}
.h_169rem.isMinHeight {
  min-height: 169rem;
}
.h_max_169rem {
  max-height: 169rem;
}
.h_170rem {
  height: 170rem;
}
.h_170rem.isMaxHeight {
  max-height: 170rem;
}
.h_170rem.isMinHeight {
  min-height: 170rem;
}
.h_max_170rem {
  max-height: 170rem;
}
.h_171rem {
  height: 171rem;
}
.h_171rem.isMaxHeight {
  max-height: 171rem;
}
.h_171rem.isMinHeight {
  min-height: 171rem;
}
.h_max_171rem {
  max-height: 171rem;
}
.h_172rem {
  height: 172rem;
}
.h_172rem.isMaxHeight {
  max-height: 172rem;
}
.h_172rem.isMinHeight {
  min-height: 172rem;
}
.h_max_172rem {
  max-height: 172rem;
}
.h_173rem {
  height: 173rem;
}
.h_173rem.isMaxHeight {
  max-height: 173rem;
}
.h_173rem.isMinHeight {
  min-height: 173rem;
}
.h_max_173rem {
  max-height: 173rem;
}
.h_174rem {
  height: 174rem;
}
.h_174rem.isMaxHeight {
  max-height: 174rem;
}
.h_174rem.isMinHeight {
  min-height: 174rem;
}
.h_max_174rem {
  max-height: 174rem;
}
.h_175rem {
  height: 175rem;
}
.h_175rem.isMaxHeight {
  max-height: 175rem;
}
.h_175rem.isMinHeight {
  min-height: 175rem;
}
.h_max_175rem {
  max-height: 175rem;
}
.h_176rem {
  height: 176rem;
}
.h_176rem.isMaxHeight {
  max-height: 176rem;
}
.h_176rem.isMinHeight {
  min-height: 176rem;
}
.h_max_176rem {
  max-height: 176rem;
}
.h_177rem {
  height: 177rem;
}
.h_177rem.isMaxHeight {
  max-height: 177rem;
}
.h_177rem.isMinHeight {
  min-height: 177rem;
}
.h_max_177rem {
  max-height: 177rem;
}
.h_178rem {
  height: 178rem;
}
.h_178rem.isMaxHeight {
  max-height: 178rem;
}
.h_178rem.isMinHeight {
  min-height: 178rem;
}
.h_max_178rem {
  max-height: 178rem;
}
.h_179rem {
  height: 179rem;
}
.h_179rem.isMaxHeight {
  max-height: 179rem;
}
.h_179rem.isMinHeight {
  min-height: 179rem;
}
.h_max_179rem {
  max-height: 179rem;
}
.h_180rem {
  height: 180rem;
}
.h_180rem.isMaxHeight {
  max-height: 180rem;
}
.h_180rem.isMinHeight {
  min-height: 180rem;
}
.h_max_180rem {
  max-height: 180rem;
}
.h_181rem {
  height: 181rem;
}
.h_181rem.isMaxHeight {
  max-height: 181rem;
}
.h_181rem.isMinHeight {
  min-height: 181rem;
}
.h_max_181rem {
  max-height: 181rem;
}
.h_182rem {
  height: 182rem;
}
.h_182rem.isMaxHeight {
  max-height: 182rem;
}
.h_182rem.isMinHeight {
  min-height: 182rem;
}
.h_max_182rem {
  max-height: 182rem;
}
.h_183rem {
  height: 183rem;
}
.h_183rem.isMaxHeight {
  max-height: 183rem;
}
.h_183rem.isMinHeight {
  min-height: 183rem;
}
.h_max_183rem {
  max-height: 183rem;
}
.h_184rem {
  height: 184rem;
}
.h_184rem.isMaxHeight {
  max-height: 184rem;
}
.h_184rem.isMinHeight {
  min-height: 184rem;
}
.h_max_184rem {
  max-height: 184rem;
}
.h_185rem {
  height: 185rem;
}
.h_185rem.isMaxHeight {
  max-height: 185rem;
}
.h_185rem.isMinHeight {
  min-height: 185rem;
}
.h_max_185rem {
  max-height: 185rem;
}
.h_186rem {
  height: 186rem;
}
.h_186rem.isMaxHeight {
  max-height: 186rem;
}
.h_186rem.isMinHeight {
  min-height: 186rem;
}
.h_max_186rem {
  max-height: 186rem;
}
.h_187rem {
  height: 187rem;
}
.h_187rem.isMaxHeight {
  max-height: 187rem;
}
.h_187rem.isMinHeight {
  min-height: 187rem;
}
.h_max_187rem {
  max-height: 187rem;
}
.h_188rem {
  height: 188rem;
}
.h_188rem.isMaxHeight {
  max-height: 188rem;
}
.h_188rem.isMinHeight {
  min-height: 188rem;
}
.h_max_188rem {
  max-height: 188rem;
}
.h_189rem {
  height: 189rem;
}
.h_189rem.isMaxHeight {
  max-height: 189rem;
}
.h_189rem.isMinHeight {
  min-height: 189rem;
}
.h_max_189rem {
  max-height: 189rem;
}
.h_190rem {
  height: 190rem;
}
.h_190rem.isMaxHeight {
  max-height: 190rem;
}
.h_190rem.isMinHeight {
  min-height: 190rem;
}
.h_max_190rem {
  max-height: 190rem;
}
.h_191rem {
  height: 191rem;
}
.h_191rem.isMaxHeight {
  max-height: 191rem;
}
.h_191rem.isMinHeight {
  min-height: 191rem;
}
.h_max_191rem {
  max-height: 191rem;
}
.h_192rem {
  height: 192rem;
}
.h_192rem.isMaxHeight {
  max-height: 192rem;
}
.h_192rem.isMinHeight {
  min-height: 192rem;
}
.h_max_192rem {
  max-height: 192rem;
}
.h_193rem {
  height: 193rem;
}
.h_193rem.isMaxHeight {
  max-height: 193rem;
}
.h_193rem.isMinHeight {
  min-height: 193rem;
}
.h_max_193rem {
  max-height: 193rem;
}
.h_194rem {
  height: 194rem;
}
.h_194rem.isMaxHeight {
  max-height: 194rem;
}
.h_194rem.isMinHeight {
  min-height: 194rem;
}
.h_max_194rem {
  max-height: 194rem;
}
.h_195rem {
  height: 195rem;
}
.h_195rem.isMaxHeight {
  max-height: 195rem;
}
.h_195rem.isMinHeight {
  min-height: 195rem;
}
.h_max_195rem {
  max-height: 195rem;
}
.h_196rem {
  height: 196rem;
}
.h_196rem.isMaxHeight {
  max-height: 196rem;
}
.h_196rem.isMinHeight {
  min-height: 196rem;
}
.h_max_196rem {
  max-height: 196rem;
}
.h_197rem {
  height: 197rem;
}
.h_197rem.isMaxHeight {
  max-height: 197rem;
}
.h_197rem.isMinHeight {
  min-height: 197rem;
}
.h_max_197rem {
  max-height: 197rem;
}
.h_198rem {
  height: 198rem;
}
.h_198rem.isMaxHeight {
  max-height: 198rem;
}
.h_198rem.isMinHeight {
  min-height: 198rem;
}
.h_max_198rem {
  max-height: 198rem;
}
.h_199rem {
  height: 199rem;
}
.h_199rem.isMaxHeight {
  max-height: 199rem;
}
.h_199rem.isMinHeight {
  min-height: 199rem;
}
.h_max_199rem {
  max-height: 199rem;
}
.h_200rem {
  height: 200rem;
}
.h_200rem.isMaxHeight {
  max-height: 200rem;
}
.h_200rem.isMinHeight {
  min-height: 200rem;
}
.h_max_200rem {
  max-height: 200rem;
}
.bor_rad_topLeft_1por {
  border-top-left-radius: 1% !important;
}
.bor_rad_topLeft_2por {
  border-top-left-radius: 2% !important;
}
.bor_rad_topLeft_3por {
  border-top-left-radius: 3% !important;
}
.bor_rad_topLeft_4por {
  border-top-left-radius: 4% !important;
}
.bor_rad_topLeft_5por {
  border-top-left-radius: 5% !important;
}
.bor_rad_topLeft_6por {
  border-top-left-radius: 6% !important;
}
.bor_rad_topLeft_7por {
  border-top-left-radius: 7% !important;
}
.bor_rad_topLeft_8por {
  border-top-left-radius: 8% !important;
}
.bor_rad_topLeft_9por {
  border-top-left-radius: 9% !important;
}
.bor_rad_topLeft_10por {
  border-top-left-radius: 10% !important;
}
.bor_rad_topLeft_11por {
  border-top-left-radius: 11% !important;
}
.bor_rad_topLeft_12por {
  border-top-left-radius: 12% !important;
}
.bor_rad_topLeft_13por {
  border-top-left-radius: 13% !important;
}
.bor_rad_topLeft_14por {
  border-top-left-radius: 14% !important;
}
.bor_rad_topLeft_15por {
  border-top-left-radius: 15% !important;
}
.bor_rad_topLeft_16por {
  border-top-left-radius: 16% !important;
}
.bor_rad_topLeft_17por {
  border-top-left-radius: 17% !important;
}
.bor_rad_topLeft_18por {
  border-top-left-radius: 18% !important;
}
.bor_rad_topLeft_19por {
  border-top-left-radius: 19% !important;
}
.bor_rad_topLeft_20por {
  border-top-left-radius: 20% !important;
}
.bor_rad_topLeft_21por {
  border-top-left-radius: 21% !important;
}
.bor_rad_topLeft_22por {
  border-top-left-radius: 22% !important;
}
.bor_rad_topLeft_23por {
  border-top-left-radius: 23% !important;
}
.bor_rad_topLeft_24por {
  border-top-left-radius: 24% !important;
}
.bor_rad_topLeft_25por {
  border-top-left-radius: 25% !important;
}
.bor_rad_topLeft_26por {
  border-top-left-radius: 26% !important;
}
.bor_rad_topLeft_27por {
  border-top-left-radius: 27% !important;
}
.bor_rad_topLeft_28por {
  border-top-left-radius: 28% !important;
}
.bor_rad_topLeft_29por {
  border-top-left-radius: 29% !important;
}
.bor_rad_topLeft_30por {
  border-top-left-radius: 30% !important;
}
.bor_rad_topLeft_31por {
  border-top-left-radius: 31% !important;
}
.bor_rad_topLeft_32por {
  border-top-left-radius: 32% !important;
}
.bor_rad_topLeft_33por {
  border-top-left-radius: 33% !important;
}
.bor_rad_topLeft_34por {
  border-top-left-radius: 34% !important;
}
.bor_rad_topLeft_35por {
  border-top-left-radius: 35% !important;
}
.bor_rad_topLeft_36por {
  border-top-left-radius: 36% !important;
}
.bor_rad_topLeft_37por {
  border-top-left-radius: 37% !important;
}
.bor_rad_topLeft_38por {
  border-top-left-radius: 38% !important;
}
.bor_rad_topLeft_39por {
  border-top-left-radius: 39% !important;
}
.bor_rad_topLeft_40por {
  border-top-left-radius: 40% !important;
}
.bor_rad_topLeft_41por {
  border-top-left-radius: 41% !important;
}
.bor_rad_topLeft_42por {
  border-top-left-radius: 42% !important;
}
.bor_rad_topLeft_43por {
  border-top-left-radius: 43% !important;
}
.bor_rad_topLeft_44por {
  border-top-left-radius: 44% !important;
}
.bor_rad_topLeft_45por {
  border-top-left-radius: 45% !important;
}
.bor_rad_topLeft_46por {
  border-top-left-radius: 46% !important;
}
.bor_rad_topLeft_47por {
  border-top-left-radius: 47% !important;
}
.bor_rad_topLeft_48por {
  border-top-left-radius: 48% !important;
}
.bor_rad_topLeft_49por {
  border-top-left-radius: 49% !important;
}
.bor_rad_topLeft_50por {
  border-top-left-radius: 50% !important;
}
.bor_rad_topLeft_1px {
  border-top-left-radius: 1px !important;
}
.bor_rad_topLeft_2px {
  border-top-left-radius: 2px !important;
}
.bor_rad_topLeft_3px {
  border-top-left-radius: 3px !important;
}
.bor_rad_topLeft_4px {
  border-top-left-radius: 4px !important;
}
.bor_rad_topLeft_5px {
  border-top-left-radius: 5px !important;
}
.bor_rad_topLeft_6px {
  border-top-left-radius: 6px !important;
}
.bor_rad_topLeft_7px {
  border-top-left-radius: 7px !important;
}
.bor_rad_topLeft_8px {
  border-top-left-radius: 8px !important;
}
.bor_rad_topLeft_9px {
  border-top-left-radius: 9px !important;
}
.bor_rad_topLeft_10px {
  border-top-left-radius: 10px !important;
}
.bor_rad_topLeft_11px {
  border-top-left-radius: 11px !important;
}
.bor_rad_topLeft_12px {
  border-top-left-radius: 12px !important;
}
.bor_rad_topLeft_13px {
  border-top-left-radius: 13px !important;
}
.bor_rad_topLeft_14px {
  border-top-left-radius: 14px !important;
}
.bor_rad_topLeft_15px {
  border-top-left-radius: 15px !important;
}
.bor_rad_topLeft_16px {
  border-top-left-radius: 16px !important;
}
.bor_rad_topLeft_17px {
  border-top-left-radius: 17px !important;
}
.bor_rad_topLeft_18px {
  border-top-left-radius: 18px !important;
}
.bor_rad_topLeft_19px {
  border-top-left-radius: 19px !important;
}
.bor_rad_topLeft_20px {
  border-top-left-radius: 20px !important;
}
.bor_rad_topRight_1por {
  border-top-right-radius: 1% !important;
}
.bor_rad_topRight_2por {
  border-top-right-radius: 2% !important;
}
.bor_rad_topRight_3por {
  border-top-right-radius: 3% !important;
}
.bor_rad_topRight_4por {
  border-top-right-radius: 4% !important;
}
.bor_rad_topRight_5por {
  border-top-right-radius: 5% !important;
}
.bor_rad_topRight_6por {
  border-top-right-radius: 6% !important;
}
.bor_rad_topRight_7por {
  border-top-right-radius: 7% !important;
}
.bor_rad_topRight_8por {
  border-top-right-radius: 8% !important;
}
.bor_rad_topRight_9por {
  border-top-right-radius: 9% !important;
}
.bor_rad_topRight_10por {
  border-top-right-radius: 10% !important;
}
.bor_rad_topRight_11por {
  border-top-right-radius: 11% !important;
}
.bor_rad_topRight_12por {
  border-top-right-radius: 12% !important;
}
.bor_rad_topRight_13por {
  border-top-right-radius: 13% !important;
}
.bor_rad_topRight_14por {
  border-top-right-radius: 14% !important;
}
.bor_rad_topRight_15por {
  border-top-right-radius: 15% !important;
}
.bor_rad_topRight_16por {
  border-top-right-radius: 16% !important;
}
.bor_rad_topRight_17por {
  border-top-right-radius: 17% !important;
}
.bor_rad_topRight_18por {
  border-top-right-radius: 18% !important;
}
.bor_rad_topRight_19por {
  border-top-right-radius: 19% !important;
}
.bor_rad_topRight_20por {
  border-top-right-radius: 20% !important;
}
.bor_rad_topRight_21por {
  border-top-right-radius: 21% !important;
}
.bor_rad_topRight_22por {
  border-top-right-radius: 22% !important;
}
.bor_rad_topRight_23por {
  border-top-right-radius: 23% !important;
}
.bor_rad_topRight_24por {
  border-top-right-radius: 24% !important;
}
.bor_rad_topRight_25por {
  border-top-right-radius: 25% !important;
}
.bor_rad_topRight_26por {
  border-top-right-radius: 26% !important;
}
.bor_rad_topRight_27por {
  border-top-right-radius: 27% !important;
}
.bor_rad_topRight_28por {
  border-top-right-radius: 28% !important;
}
.bor_rad_topRight_29por {
  border-top-right-radius: 29% !important;
}
.bor_rad_topRight_30por {
  border-top-right-radius: 30% !important;
}
.bor_rad_topRight_31por {
  border-top-right-radius: 31% !important;
}
.bor_rad_topRight_32por {
  border-top-right-radius: 32% !important;
}
.bor_rad_topRight_33por {
  border-top-right-radius: 33% !important;
}
.bor_rad_topRight_34por {
  border-top-right-radius: 34% !important;
}
.bor_rad_topRight_35por {
  border-top-right-radius: 35% !important;
}
.bor_rad_topRight_36por {
  border-top-right-radius: 36% !important;
}
.bor_rad_topRight_37por {
  border-top-right-radius: 37% !important;
}
.bor_rad_topRight_38por {
  border-top-right-radius: 38% !important;
}
.bor_rad_topRight_39por {
  border-top-right-radius: 39% !important;
}
.bor_rad_topRight_40por {
  border-top-right-radius: 40% !important;
}
.bor_rad_topRight_41por {
  border-top-right-radius: 41% !important;
}
.bor_rad_topRight_42por {
  border-top-right-radius: 42% !important;
}
.bor_rad_topRight_43por {
  border-top-right-radius: 43% !important;
}
.bor_rad_topRight_44por {
  border-top-right-radius: 44% !important;
}
.bor_rad_topRight_45por {
  border-top-right-radius: 45% !important;
}
.bor_rad_topRight_46por {
  border-top-right-radius: 46% !important;
}
.bor_rad_topRight_47por {
  border-top-right-radius: 47% !important;
}
.bor_rad_topRight_48por {
  border-top-right-radius: 48% !important;
}
.bor_rad_topRight_49por {
  border-top-right-radius: 49% !important;
}
.bor_rad_topRight_50por {
  border-top-right-radius: 50% !important;
}
.bor_rad_topRight_1px {
  border-top-right-radius: 1px !important;
}
.bor_rad_topRight_2px {
  border-top-right-radius: 2px !important;
}
.bor_rad_topRight_3px {
  border-top-right-radius: 3px !important;
}
.bor_rad_topRight_4px {
  border-top-right-radius: 4px !important;
}
.bor_rad_topRight_5px {
  border-top-right-radius: 5px !important;
}
.bor_rad_topRight_6px {
  border-top-right-radius: 6px !important;
}
.bor_rad_topRight_7px {
  border-top-right-radius: 7px !important;
}
.bor_rad_topRight_8px {
  border-top-right-radius: 8px !important;
}
.bor_rad_topRight_9px {
  border-top-right-radius: 9px !important;
}
.bor_rad_topRight_10px {
  border-top-right-radius: 10px !important;
}
.bor_rad_topRight_11px {
  border-top-right-radius: 11px !important;
}
.bor_rad_topRight_12px {
  border-top-right-radius: 12px !important;
}
.bor_rad_topRight_13px {
  border-top-right-radius: 13px !important;
}
.bor_rad_topRight_14px {
  border-top-right-radius: 14px !important;
}
.bor_rad_topRight_15px {
  border-top-right-radius: 15px !important;
}
.bor_rad_topRight_16px {
  border-top-right-radius: 16px !important;
}
.bor_rad_topRight_17px {
  border-top-right-radius: 17px !important;
}
.bor_rad_topRight_18px {
  border-top-right-radius: 18px !important;
}
.bor_rad_topRight_19px {
  border-top-right-radius: 19px !important;
}
.bor_rad_topRight_20px {
  border-top-right-radius: 20px !important;
}
.bor_rad_bottomLeft_1por {
  border-bottom-left-radius: 1% !important;
}
.bor_rad_bottomLeft_2por {
  border-bottom-left-radius: 2% !important;
}
.bor_rad_bottomLeft_3por {
  border-bottom-left-radius: 3% !important;
}
.bor_rad_bottomLeft_4por {
  border-bottom-left-radius: 4% !important;
}
.bor_rad_bottomLeft_5por {
  border-bottom-left-radius: 5% !important;
}
.bor_rad_bottomLeft_6por {
  border-bottom-left-radius: 6% !important;
}
.bor_rad_bottomLeft_7por {
  border-bottom-left-radius: 7% !important;
}
.bor_rad_bottomLeft_8por {
  border-bottom-left-radius: 8% !important;
}
.bor_rad_bottomLeft_9por {
  border-bottom-left-radius: 9% !important;
}
.bor_rad_bottomLeft_10por {
  border-bottom-left-radius: 10% !important;
}
.bor_rad_bottomLeft_11por {
  border-bottom-left-radius: 11% !important;
}
.bor_rad_bottomLeft_12por {
  border-bottom-left-radius: 12% !important;
}
.bor_rad_bottomLeft_13por {
  border-bottom-left-radius: 13% !important;
}
.bor_rad_bottomLeft_14por {
  border-bottom-left-radius: 14% !important;
}
.bor_rad_bottomLeft_15por {
  border-bottom-left-radius: 15% !important;
}
.bor_rad_bottomLeft_16por {
  border-bottom-left-radius: 16% !important;
}
.bor_rad_bottomLeft_17por {
  border-bottom-left-radius: 17% !important;
}
.bor_rad_bottomLeft_18por {
  border-bottom-left-radius: 18% !important;
}
.bor_rad_bottomLeft_19por {
  border-bottom-left-radius: 19% !important;
}
.bor_rad_bottomLeft_20por {
  border-bottom-left-radius: 20% !important;
}
.bor_rad_bottomLeft_21por {
  border-bottom-left-radius: 21% !important;
}
.bor_rad_bottomLeft_22por {
  border-bottom-left-radius: 22% !important;
}
.bor_rad_bottomLeft_23por {
  border-bottom-left-radius: 23% !important;
}
.bor_rad_bottomLeft_24por {
  border-bottom-left-radius: 24% !important;
}
.bor_rad_bottomLeft_25por {
  border-bottom-left-radius: 25% !important;
}
.bor_rad_bottomLeft_26por {
  border-bottom-left-radius: 26% !important;
}
.bor_rad_bottomLeft_27por {
  border-bottom-left-radius: 27% !important;
}
.bor_rad_bottomLeft_28por {
  border-bottom-left-radius: 28% !important;
}
.bor_rad_bottomLeft_29por {
  border-bottom-left-radius: 29% !important;
}
.bor_rad_bottomLeft_30por {
  border-bottom-left-radius: 30% !important;
}
.bor_rad_bottomLeft_31por {
  border-bottom-left-radius: 31% !important;
}
.bor_rad_bottomLeft_32por {
  border-bottom-left-radius: 32% !important;
}
.bor_rad_bottomLeft_33por {
  border-bottom-left-radius: 33% !important;
}
.bor_rad_bottomLeft_34por {
  border-bottom-left-radius: 34% !important;
}
.bor_rad_bottomLeft_35por {
  border-bottom-left-radius: 35% !important;
}
.bor_rad_bottomLeft_36por {
  border-bottom-left-radius: 36% !important;
}
.bor_rad_bottomLeft_37por {
  border-bottom-left-radius: 37% !important;
}
.bor_rad_bottomLeft_38por {
  border-bottom-left-radius: 38% !important;
}
.bor_rad_bottomLeft_39por {
  border-bottom-left-radius: 39% !important;
}
.bor_rad_bottomLeft_40por {
  border-bottom-left-radius: 40% !important;
}
.bor_rad_bottomLeft_41por {
  border-bottom-left-radius: 41% !important;
}
.bor_rad_bottomLeft_42por {
  border-bottom-left-radius: 42% !important;
}
.bor_rad_bottomLeft_43por {
  border-bottom-left-radius: 43% !important;
}
.bor_rad_bottomLeft_44por {
  border-bottom-left-radius: 44% !important;
}
.bor_rad_bottomLeft_45por {
  border-bottom-left-radius: 45% !important;
}
.bor_rad_bottomLeft_46por {
  border-bottom-left-radius: 46% !important;
}
.bor_rad_bottomLeft_47por {
  border-bottom-left-radius: 47% !important;
}
.bor_rad_bottomLeft_48por {
  border-bottom-left-radius: 48% !important;
}
.bor_rad_bottomLeft_49por {
  border-bottom-left-radius: 49% !important;
}
.bor_rad_bottomLeft_50por {
  border-bottom-left-radius: 50% !important;
}
.bor_rad_bottomLeft_1px {
  border-bottom-left-radius: 1px !important;
}
.bor_rad_bottomLeft_2px {
  border-bottom-left-radius: 2px !important;
}
.bor_rad_bottomLeft_3px {
  border-bottom-left-radius: 3px !important;
}
.bor_rad_bottomLeft_4px {
  border-bottom-left-radius: 4px !important;
}
.bor_rad_bottomLeft_5px {
  border-bottom-left-radius: 5px !important;
}
.bor_rad_bottomLeft_6px {
  border-bottom-left-radius: 6px !important;
}
.bor_rad_bottomLeft_7px {
  border-bottom-left-radius: 7px !important;
}
.bor_rad_bottomLeft_8px {
  border-bottom-left-radius: 8px !important;
}
.bor_rad_bottomLeft_9px {
  border-bottom-left-radius: 9px !important;
}
.bor_rad_bottomLeft_10px {
  border-bottom-left-radius: 10px !important;
}
.bor_rad_bottomLeft_11px {
  border-bottom-left-radius: 11px !important;
}
.bor_rad_bottomLeft_12px {
  border-bottom-left-radius: 12px !important;
}
.bor_rad_bottomLeft_13px {
  border-bottom-left-radius: 13px !important;
}
.bor_rad_bottomLeft_14px {
  border-bottom-left-radius: 14px !important;
}
.bor_rad_bottomLeft_15px {
  border-bottom-left-radius: 15px !important;
}
.bor_rad_bottomLeft_16px {
  border-bottom-left-radius: 16px !important;
}
.bor_rad_bottomLeft_17px {
  border-bottom-left-radius: 17px !important;
}
.bor_rad_bottomLeft_18px {
  border-bottom-left-radius: 18px !important;
}
.bor_rad_bottomLeft_19px {
  border-bottom-left-radius: 19px !important;
}
.bor_rad_bottomLeft_20px {
  border-bottom-left-radius: 20px !important;
}
.bor_rad_bottomRight_1por {
  border-bottom-right-radius: 1% !important;
}
.bor_rad_bottomRight_2por {
  border-bottom-right-radius: 2% !important;
}
.bor_rad_bottomRight_3por {
  border-bottom-right-radius: 3% !important;
}
.bor_rad_bottomRight_4por {
  border-bottom-right-radius: 4% !important;
}
.bor_rad_bottomRight_5por {
  border-bottom-right-radius: 5% !important;
}
.bor_rad_bottomRight_6por {
  border-bottom-right-radius: 6% !important;
}
.bor_rad_bottomRight_7por {
  border-bottom-right-radius: 7% !important;
}
.bor_rad_bottomRight_8por {
  border-bottom-right-radius: 8% !important;
}
.bor_rad_bottomRight_9por {
  border-bottom-right-radius: 9% !important;
}
.bor_rad_bottomRight_10por {
  border-bottom-right-radius: 10% !important;
}
.bor_rad_bottomRight_11por {
  border-bottom-right-radius: 11% !important;
}
.bor_rad_bottomRight_12por {
  border-bottom-right-radius: 12% !important;
}
.bor_rad_bottomRight_13por {
  border-bottom-right-radius: 13% !important;
}
.bor_rad_bottomRight_14por {
  border-bottom-right-radius: 14% !important;
}
.bor_rad_bottomRight_15por {
  border-bottom-right-radius: 15% !important;
}
.bor_rad_bottomRight_16por {
  border-bottom-right-radius: 16% !important;
}
.bor_rad_bottomRight_17por {
  border-bottom-right-radius: 17% !important;
}
.bor_rad_bottomRight_18por {
  border-bottom-right-radius: 18% !important;
}
.bor_rad_bottomRight_19por {
  border-bottom-right-radius: 19% !important;
}
.bor_rad_bottomRight_20por {
  border-bottom-right-radius: 20% !important;
}
.bor_rad_bottomRight_21por {
  border-bottom-right-radius: 21% !important;
}
.bor_rad_bottomRight_22por {
  border-bottom-right-radius: 22% !important;
}
.bor_rad_bottomRight_23por {
  border-bottom-right-radius: 23% !important;
}
.bor_rad_bottomRight_24por {
  border-bottom-right-radius: 24% !important;
}
.bor_rad_bottomRight_25por {
  border-bottom-right-radius: 25% !important;
}
.bor_rad_bottomRight_26por {
  border-bottom-right-radius: 26% !important;
}
.bor_rad_bottomRight_27por {
  border-bottom-right-radius: 27% !important;
}
.bor_rad_bottomRight_28por {
  border-bottom-right-radius: 28% !important;
}
.bor_rad_bottomRight_29por {
  border-bottom-right-radius: 29% !important;
}
.bor_rad_bottomRight_30por {
  border-bottom-right-radius: 30% !important;
}
.bor_rad_bottomRight_31por {
  border-bottom-right-radius: 31% !important;
}
.bor_rad_bottomRight_32por {
  border-bottom-right-radius: 32% !important;
}
.bor_rad_bottomRight_33por {
  border-bottom-right-radius: 33% !important;
}
.bor_rad_bottomRight_34por {
  border-bottom-right-radius: 34% !important;
}
.bor_rad_bottomRight_35por {
  border-bottom-right-radius: 35% !important;
}
.bor_rad_bottomRight_36por {
  border-bottom-right-radius: 36% !important;
}
.bor_rad_bottomRight_37por {
  border-bottom-right-radius: 37% !important;
}
.bor_rad_bottomRight_38por {
  border-bottom-right-radius: 38% !important;
}
.bor_rad_bottomRight_39por {
  border-bottom-right-radius: 39% !important;
}
.bor_rad_bottomRight_40por {
  border-bottom-right-radius: 40% !important;
}
.bor_rad_bottomRight_41por {
  border-bottom-right-radius: 41% !important;
}
.bor_rad_bottomRight_42por {
  border-bottom-right-radius: 42% !important;
}
.bor_rad_bottomRight_43por {
  border-bottom-right-radius: 43% !important;
}
.bor_rad_bottomRight_44por {
  border-bottom-right-radius: 44% !important;
}
.bor_rad_bottomRight_45por {
  border-bottom-right-radius: 45% !important;
}
.bor_rad_bottomRight_46por {
  border-bottom-right-radius: 46% !important;
}
.bor_rad_bottomRight_47por {
  border-bottom-right-radius: 47% !important;
}
.bor_rad_bottomRight_48por {
  border-bottom-right-radius: 48% !important;
}
.bor_rad_bottomRight_49por {
  border-bottom-right-radius: 49% !important;
}
.bor_rad_bottomRight_50por {
  border-bottom-right-radius: 50% !important;
}
.bor_rad_bottomRight_1px {
  border-bottom-right-radius: 1px !important;
}
.bor_rad_bottomRight_2px {
  border-bottom-right-radius: 2px !important;
}
.bor_rad_bottomRight_3px {
  border-bottom-right-radius: 3px !important;
}
.bor_rad_bottomRight_4px {
  border-bottom-right-radius: 4px !important;
}
.bor_rad_bottomRight_5px {
  border-bottom-right-radius: 5px !important;
}
.bor_rad_bottomRight_6px {
  border-bottom-right-radius: 6px !important;
}
.bor_rad_bottomRight_7px {
  border-bottom-right-radius: 7px !important;
}
.bor_rad_bottomRight_8px {
  border-bottom-right-radius: 8px !important;
}
.bor_rad_bottomRight_9px {
  border-bottom-right-radius: 9px !important;
}
.bor_rad_bottomRight_10px {
  border-bottom-right-radius: 10px !important;
}
.bor_rad_bottomRight_11px {
  border-bottom-right-radius: 11px !important;
}
.bor_rad_bottomRight_12px {
  border-bottom-right-radius: 12px !important;
}
.bor_rad_bottomRight_13px {
  border-bottom-right-radius: 13px !important;
}
.bor_rad_bottomRight_14px {
  border-bottom-right-radius: 14px !important;
}
.bor_rad_bottomRight_15px {
  border-bottom-right-radius: 15px !important;
}
.bor_rad_bottomRight_16px {
  border-bottom-right-radius: 16px !important;
}
.bor_rad_bottomRight_17px {
  border-bottom-right-radius: 17px !important;
}
.bor_rad_bottomRight_18px {
  border-bottom-right-radius: 18px !important;
}
.bor_rad_bottomRight_19px {
  border-bottom-right-radius: 19px !important;
}
.bor_rad_bottomRight_20px {
  border-bottom-right-radius: 20px !important;
}
.bor_rad_1por {
  border-radius: 1% !important;
}
.bor_rad_2por {
  border-radius: 2% !important;
}
.bor_rad_3por {
  border-radius: 3% !important;
}
.bor_rad_4por {
  border-radius: 4% !important;
}
.bor_rad_5por {
  border-radius: 5% !important;
}
.bor_rad_6por {
  border-radius: 6% !important;
}
.bor_rad_7por {
  border-radius: 7% !important;
}
.bor_rad_8por {
  border-radius: 8% !important;
}
.bor_rad_9por {
  border-radius: 9% !important;
}
.bor_rad_10por {
  border-radius: 10% !important;
}
.bor_rad_11por {
  border-radius: 11% !important;
}
.bor_rad_12por {
  border-radius: 12% !important;
}
.bor_rad_13por {
  border-radius: 13% !important;
}
.bor_rad_14por {
  border-radius: 14% !important;
}
.bor_rad_15por {
  border-radius: 15% !important;
}
.bor_rad_16por {
  border-radius: 16% !important;
}
.bor_rad_17por {
  border-radius: 17% !important;
}
.bor_rad_18por {
  border-radius: 18% !important;
}
.bor_rad_19por {
  border-radius: 19% !important;
}
.bor_rad_20por {
  border-radius: 20% !important;
}
.bor_rad_21por {
  border-radius: 21% !important;
}
.bor_rad_22por {
  border-radius: 22% !important;
}
.bor_rad_23por {
  border-radius: 23% !important;
}
.bor_rad_24por {
  border-radius: 24% !important;
}
.bor_rad_25por {
  border-radius: 25% !important;
}
.bor_rad_26por {
  border-radius: 26% !important;
}
.bor_rad_27por {
  border-radius: 27% !important;
}
.bor_rad_28por {
  border-radius: 28% !important;
}
.bor_rad_29por {
  border-radius: 29% !important;
}
.bor_rad_30por {
  border-radius: 30% !important;
}
.bor_rad_31por {
  border-radius: 31% !important;
}
.bor_rad_32por {
  border-radius: 32% !important;
}
.bor_rad_33por {
  border-radius: 33% !important;
}
.bor_rad_34por {
  border-radius: 34% !important;
}
.bor_rad_35por {
  border-radius: 35% !important;
}
.bor_rad_36por {
  border-radius: 36% !important;
}
.bor_rad_37por {
  border-radius: 37% !important;
}
.bor_rad_38por {
  border-radius: 38% !important;
}
.bor_rad_39por {
  border-radius: 39% !important;
}
.bor_rad_40por {
  border-radius: 40% !important;
}
.bor_rad_41por {
  border-radius: 41% !important;
}
.bor_rad_42por {
  border-radius: 42% !important;
}
.bor_rad_43por {
  border-radius: 43% !important;
}
.bor_rad_44por {
  border-radius: 44% !important;
}
.bor_rad_45por {
  border-radius: 45% !important;
}
.bor_rad_46por {
  border-radius: 46% !important;
}
.bor_rad_47por {
  border-radius: 47% !important;
}
.bor_rad_48por {
  border-radius: 48% !important;
}
.bor_rad_49por {
  border-radius: 49% !important;
}
.bor_rad_50por {
  border-radius: 50% !important;
}
.bor_rad_1px {
  border-radius: 1px !important;
}
.bor_rad_2px {
  border-radius: 2px !important;
}
.bor_rad_3px {
  border-radius: 3px !important;
}
.bor_rad_4px {
  border-radius: 4px !important;
}
.bor_rad_5px {
  border-radius: 5px !important;
}
.bor_rad_6px {
  border-radius: 6px !important;
}
.bor_rad_7px {
  border-radius: 7px !important;
}
.bor_rad_8px {
  border-radius: 8px !important;
}
.bor_rad_9px {
  border-radius: 9px !important;
}
.bor_rad_10px {
  border-radius: 10px !important;
}
.bor_rad_11px {
  border-radius: 11px !important;
}
.bor_rad_12px {
  border-radius: 12px !important;
}
.bor_rad_13px {
  border-radius: 13px !important;
}
.bor_rad_14px {
  border-radius: 14px !important;
}
.bor_rad_15px {
  border-radius: 15px !important;
}
.bor_rad_16px {
  border-radius: 16px !important;
}
.bor_rad_17px {
  border-radius: 17px !important;
}
.bor_rad_18px {
  border-radius: 18px !important;
}
.bor_rad_19px {
  border-radius: 19px !important;
}
.bor_rad_20px {
  border-radius: 20px !important;
}
.border-width-1 {
  border-width: 1px !important;
}
.bor_t_w_1 {
  border-top-width: 1px !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.bor_t_w_2 {
  border-top-width: 2px !important;
}
.border-width-3 {
  border-width: 3px !important;
}
.bor_t_w_3 {
  border-top-width: 3px !important;
}
.border-width-4 {
  border-width: 4px !important;
}
.bor_t_w_4 {
  border-top-width: 4px !important;
}
.border-width-5 {
  border-width: 5px !important;
}
.bor_t_w_5 {
  border-top-width: 5px !important;
}
.border-width-6 {
  border-width: 6px !important;
}
.bor_t_w_6 {
  border-top-width: 6px !important;
}
.border-width-7 {
  border-width: 7px !important;
}
.bor_t_w_7 {
  border-top-width: 7px !important;
}
.border-width-8 {
  border-width: 8px !important;
}
.bor_t_w_8 {
  border-top-width: 8px !important;
}
.border-width-9 {
  border-width: 9px !important;
}
.bor_t_w_9 {
  border-top-width: 9px !important;
}
.border-width-10 {
  border-width: 10px !important;
}
.bor_t_w_10 {
  border-top-width: 10px !important;
}
.bor_t_solid {
  border-top-style: solid !important;
}
.bor_t_dashed {
  border-top-style: dashed !important;
}
.bor_t_dotted {
  border-top-style: dotted !important;
}
.bor_t_double {
  border-top-style: double !important;
}
.bor_t_groove {
  border-top-style: groove !important;
}
.bor_t_ridge {
  border-top-style: ridge !important;
}
.bor_t_inset {
  border-top-style: inset !important;
}
.bor_t_outset {
  border-top-style: outset !important;
}
.bor_t_C-transColor {
  border-top-color: transparent !important;
}
.bor_t_C-primaryColor {
  border-top-color: var(--primaryColor) !important;
}
.bor_t_C-onPrimary {
  border-top-color: var(--onPrimary) !important;
}
.bor_t_C-onPrimaryContainer {
  border-top-color: var(--onPrimaryContainer) !important;
}
.bor_t_C-primaryColorDark {
  border-top-color: var(--primaryColorDark) !important;
}
.bor_t_C-primaryColorLight {
  border-top-color: var(--primaryColorLight) !important;
}
.bor_t_C-secondaryColor {
  border-top-color: var(--secondaryColor) !important;
}
.bor_t_C-onSecondary {
  border-top-color: var(--onSecondary) !important;
}
.bor_t_C-onSecondaryContainer {
  border-top-color: var(--onSecondaryContainer) !important;
}
.bor_t_C-secondaryColorDark {
  border-top-color: var(--secondaryColorDark) !important;
}
.bor_t_C-secondaryColorLight {
  border-top-color: var(--secondaryColorLight) !important;
}
.bor_t_C-tertiaryColor {
  border-top-color: var(--tertiaryColor) !important;
}
.bor_t_C-onTertiary {
  border-top-color: var(--onTertiary) !important;
}
.bor_t_C-onTertiaryContainer {
  border-top-color: var(--onTertiaryContainer) !important;
}
.bor_t_C-tertiaryColorDark {
  border-top-color: var(--tertiaryColorDark) !important;
}
.bor_t_C-tertiaryColorLight {
  border-top-color: var(--tertiaryColorLight) !important;
}
.bor_t_C-background {
  border-top-color: var(--background) !important;
}
.bor_t_C-onBackground {
  border-top-color: var(--onBackground) !important;
}
.bor_t_C-surface {
  border-top-color: var(--surface) !important;
}
.bor_t_C-onSurface {
  border-top-color: var(--onSurface) !important;
}
.bor_t_C-outline {
  border-top-color: var(--outline) !important;
}
.bor_t_C-shadow {
  border-top-color: var(--shadow) !important;
}
.bor_t_C-inverseSurface {
  border-top-color: var(--inverseSurface) !important;
}
.bor_t_C-inverseOnSurface {
  border-top-color: var(--inverseOnSurface) !important;
}
.bor_t_C-inversePrimary {
  border-top-color: var(--inversePrimary) !important;
}
.bor_t_C-contrastColor {
  border-top-color: var(--contrastColor) !important;
}
.bor_t_C-contrastColorDark {
  border-top-color: var(--contrastColorDark) !important;
}
.bor_t_C-contrastColorLight {
  border-top-color: var(--contrastColorLight) !important;
}
.bor_t_C-whiteColor {
  border-top-color: var(--whiteColor) !important;
}
.bor_t_C-blackColor {
  border-top-color: var(--blackColor) !important;
}
.bor_t_C-grayColor {
  border-top-color: var(--grayColor) !important;
}
.bor_t_C-grayColorDark {
  border-top-color: var(--grayColorDark) !important;
}
.bor_t_C-grayColorLight {
  border-top-color: var(--grayColorLight) !important;
}
.bor_t_C-grayColorVeryLight {
  border-top-color: var(--grayColorVeryLight) !important;
}
.bor_t_C-dangerColor {
  border-top-color: var(--dangerColor) !important;
}
.bor_t_C-successColor {
  border-top-color: var(--successColor) !important;
}
.bor_t_C-warningColor {
  border-top-color: var(--warningColor) !important;
}
.bor_t_C-101010 {
  border-top-color: #101010 !important;
}
.bor_t_C-262626 {
  border-top-color: #262626 !important;
}
.bor_t_C-0B0B0B {
  border-top-color: #0b0b0b !important;
}
.bor_t_C-FFFFFF {
  border-top-color: #ffffff !important;
}
.bor_t_C-CCCCCC {
  border-top-color: #cccccc !important;
}
.bor_t_C-3C3C3C {
  border-top-color: #3c3c3c !important;
}
.bor_t_C-595959 {
  border-top-color: #595959 !important;
}
.bor_t_C-F8F8FD {
  border-top-color: #f8f8fd !important;
}
.bor_t_C-c1c1c7 {
  border-top-color: #c1c1c7 !important;
}
.bor_t_C-f3efef {
  border-top-color: #f3efef !important;
}
.bor_t_C-ABA8A0 {
  border-top-color: #aba8a0 !important;
}
.bor_t_C-8A8681 {
  border-top-color: #8a8681 !important;
}
.bor_t_C-C4C2BC {
  border-top-color: #c4c2bc !important;
}
.bor_t_C-87CCE3 {
  border-top-color: #87cce3 !important;
}
.bor_t_C-65A3BA {
  border-top-color: #65a3ba !important;
}
.bor_t_C-AAE5FA {
  border-top-color: #aae5fa !important;
}
.bor_t_C-3811D0 {
  border-top-color: #3811d0 !important;
}
.bor_t_C-290B96 {
  border-top-color: #290b96 !important;
}
.bor_t_C-4C3CE6 {
  border-top-color: #4c3ce6 !important;
}
.bor_t_C-FD668C {
  border-top-color: #fd668c !important;
}
.bor_t_C-CB4D70 {
  border-top-color: #cb4d70 !important;
}
.bor_t_C-FE8CAE {
  border-top-color: #fe8cae !important;
}
.bor_t_C-3B3F49 {
  border-top-color: #3b3f49 !important;
}
.bor_t_C-2A2D36 {
  border-top-color: #2a2d36 !important;
}
.bor_t_C-4D525E {
  border-top-color: #4d525e !important;
}
.bor_t_C-283655 {
  border-top-color: #283655 !important;
}
.bor_t_C-1D2A40 {
  border-top-color: #1d2a40 !important;
}
.bor_t_C-334B6A {
  border-top-color: #334b6a !important;
}
.bor_t_C-E80D3B {
  border-top-color: #e80d3b !important;
}
.bor_t_C-B00A2E {
  border-top-color: #b00a2e !important;
}
.bor_t_C-EA2E58 {
  border-top-color: #ea2e58 !important;
}
.bor_t_C-171616 {
  border-top-color: #171616 !important;
}
.bor_t_C-0F0E0E {
  border-top-color: #0f0e0e !important;
}
.bor_t_C-2E2D2D {
  border-top-color: #2e2d2d !important;
}
.bor_t_C-0F478A {
  border-top-color: #0f478a !important;
}
.bor_t_C-0B376B {
  border-top-color: #0b376b !important;
}
.bor_t_C-1360AA {
  border-top-color: #1360aa !important;
}
.bor_t_C-0CC8FC {
  border-top-color: #0cc8fc !important;
}
.bor_t_C-09A1CA {
  border-top-color: #09a1ca !important;
}
.bor_t_C-2FD2FE {
  border-top-color: #2fd2fe !important;
}
.bor_t_C-22497D {
  border-top-color: #22497d !important;
}
.bor_t_C-1A3A63 {
  border-top-color: #1a3a63 !important;
}
.bor_t_C-2A5897 {
  border-top-color: #2a5897 !important;
}
.bor_t_C-AD2900 {
  border-top-color: #ad2900 !important;
}
.bor_t_C-851E00 {
  border-top-color: #851e00 !important;
}
.bor_t_C-D53400 {
  border-top-color: #d53400 !important;
}
.bor_t_C-FF8C4A {
  border-top-color: #ff8c4a !important;
}
.bor_t_C-CC7038 {
  border-top-color: #cc7038 !important;
}
.bor_t_C-FFA570 {
  border-top-color: #ffa570 !important;
}
.bor_t_C-32280A {
  border-top-color: #32280a !important;
}
.bor_t_C-241C07 {
  border-top-color: #241c07 !important;
}
.bor_t_C-4B3811 {
  border-top-color: #4b3811 !important;
}
.bor_t_C-FF4A67 {
  border-top-color: #ff4a67 !important;
}
.bor_t_C-CC3A52 {
  border-top-color: #cc3a52 !important;
}
.bor_t_C-FF6B83 {
  border-top-color: #ff6b83 !important;
}
.bor_t_C-FF7C44 {
  border-top-color: #ff7c44 !important;
}
.bor_t_C-CC6236 {
  border-top-color: #cc6236 !important;
}
.bor_t_C-FF9665 {
  border-top-color: #ff9665 !important;
}
.bor_t_C-4FADA7 {
  border-top-color: #4fada7 !important;
}
.bor_t_C-F6B23D {
  border-top-color: #f6b23d !important;
}
.bor_t_C-D0637C {
  border-top-color: #d0637c !important;
}
.bor_t_C-A94F63 {
  border-top-color: #a94f63 !important;
}
.bor_t_C-D98195 {
  border-top-color: #d98195 !important;
}
.bor_t_C-714EA8 {
  border-top-color: #714ea8 !important;
}
.bor_t_C-583B86 {
  border-top-color: #583b86 !important;
}
.bor_t_C-8A63CA {
  border-top-color: #8a63ca !important;
}
.bor_t_C-AC85F0 {
  border-top-color: #ac85f0 !important;
}
.bor_t_C-8A6BC8 {
  border-top-color: #8a6bc8 !important;
}
.bor_t_C-C4A6F2 {
  border-top-color: #c4a6f2 !important;
}
.bor_t_C-70C7BF {
  border-top-color: #70c7bf !important;
}
.bor_t_C-5AA19E {
  border-top-color: #5aa19e !important;
}
.bor_t_C-8CD9DE {
  border-top-color: #8cd9de !important;
}
.bor_t_C-7FFC75 {
  border-top-color: #7ffc75 !important;
}
.bor_t_C-64C95D {
  border-top-color: #64c95d !important;
}
.bor_t_C-9AFF94 {
  border-top-color: #9aff94 !important;
}
.bor_t_C-0F6BF5 {
  border-top-color: #0f6bf5 !important;
}
.bor_t_C-0B54C1 {
  border-top-color: #0b54c1 !important;
}
.bor_t_C-3985F7 {
  border-top-color: #3985f7 !important;
}
.bor_t_C-7EC6A5 {
  border-top-color: #7ec6a5 !important;
}
.bor_t_C-63A086 {
  border-top-color: #63a086 !important;
}
.bor_t_C-9FD9C4 {
  border-top-color: #9fd9c4 !important;
}
.bor_t_C-525466 {
  border-top-color: #525466 !important;
}
.bor_t_C-414352 {
  border-top-color: #414352 !important;
}
.bor_t_C-64687A {
  border-top-color: #64687a !important;
}
.bor_t_C-92A77B {
  border-top-color: #92a77b !important;
}
.bor_t_C-758A63 {
  border-top-color: #758a63 !important;
}
.bor_t_C-AFC49A {
  border-top-color: #afc49a !important;
}
.bor_t_C-153135 {
  border-top-color: #153135 !important;
}
.bor_t_C-A1ABB4 {
  border-top-color: #a1abb4 !important;
}
.bor_t_C-424242 {
  border-top-color: #424242 !important;
}
.bor_t_C-7F82C5 {
  border-top-color: #7f82c5 !important;
}
.bor_t_C-6063A0 {
  border-top-color: #6063a0 !important;
}
.bor_t_C-9EA1EA {
  border-top-color: #9ea1ea !important;
}
.bor_t_C-3C61AE {
  border-top-color: #3c61ae !important;
}
.bor_t_C-2E4A87 {
  border-top-color: #2e4a87 !important;
}
.bor_t_C-4A78D5 {
  border-top-color: #4a78d5 !important;
}
.bor_t_C-E6E6FA {
  border-top-color: #e6e6fa !important;
}
.bor_t_C-B3B3F5 {
  border-top-color: #b3b3f5 !important;
}
.bor_t_C-90EE90 {
  border-top-color: #90ee90 !important;
}
.bor_t_C-6ECB6E {
  border-top-color: #6ecb6e !important;
}
.bor_t_C-B4FEB4 {
  border-top-color: #b4feb4 !important;
}
.bor_t_C-FFFACD {
  border-top-color: #fffacd !important;
}
.bor_t_C-CCC99A {
  border-top-color: #ccc99a !important;
}
.bor_t_C-DD2222 {
  border-top-color: #dd2222 !important;
}
.bor_t_C-0E0E0E {
  border-top-color: #0e0e0e !important;
}
.bor_t_C-332E2E {
  border-top-color: #332e2e !important;
}
.bor_t_C-AA1B1B {
  border-top-color: #aa1b1b !important;
}
.bor_t_C-FF4949 {
  border-top-color: #ff4949 !important;
}
.bor_t_C-1C1B1B {
  border-top-color: #1c1b1b !important;
}
.bor_t_C-141414 {
  border-top-color: #141414 !important;
}
.bor_t_C-252424 {
  border-top-color: #252424 !important;
}
.bor_t_C-33B5E5 {
  border-top-color: #33b5e5 !important;
}
.bor_t_C-2C76B8 {
  border-top-color: #2c76b8 !important;
}
.bor_t_C-1A6398 {
  border-top-color: #1a6398 !important;
}
.bor_t_C-36B4B4 {
  border-top-color: #36b4b4 !important;
}
.bor_t_C-2A8F8F {
  border-top-color: #2a8f8f !important;
}
.bor_t_C-42D9D9 {
  border-top-color: #42d9d9 !important;
}
.bor_t_C-BE2CAA {
  border-top-color: #be2caa !important;
}
.bor_t_C-95207F {
  border-top-color: #95207f !important;
}
.bor_t_C-E254D1 {
  border-top-color: #e254d1 !important;
}
.bor_t_C-4081C6 {
  border-top-color: #4081c6 !important;
}
.bor_t_C-3164A0 {
  border-top-color: #3164a0 !important;
}
.bor_t_C-5298E6 {
  border-top-color: #5298e6 !important;
}
.bor_t_C-ADD8E6 {
  border-top-color: #add8e6 !important;
}
.bor_t_C-8BABBE {
  border-top-color: #8babbe !important;
}
.bor_t_C-D0EAFF {
  border-top-color: #d0eaff !important;
}
.bor_t_C-169999 {
  border-top-color: #169999 !important;
}
.bor_t_C-127A7A {
  border-top-color: #127a7a !important;
}
.bor_t_C-1AB2B2 {
  border-top-color: #1ab2b2 !important;
}
.bor_t_C-F5DEB3 {
  border-top-color: #f5deb3 !important;
}
.bor_t_C-C2AF8D {
  border-top-color: #c2af8d !important;
}
.bor_t_C-FAF0D6 {
  border-top-color: #faf0d6 !important;
}
.bor_t_C-FF4D01 {
  border-top-color: #ff4d01 !important;
}
.bor_t_C-CC3E01 {
  border-top-color: #cc3e01 !important;
}
.bor_t_C-FF6224 {
  border-top-color: #ff6224 !important;
}
.bor_t_C-767ADB {
  border-top-color: #767adb !important;
}
.bor_t_C-5B5EAC {
  border-top-color: #5b5eac !important;
}
.bor_t_C-8F95FB {
  border-top-color: #8f95fb !important;
}
.bor_t_C-EFAF3F {
  border-top-color: #efaf3f !important;
}
.bor_t_C-BF8C32 {
  border-top-color: #bf8c32 !important;
}
.bor_t_C-FFD16A {
  border-top-color: #ffd16a !important;
}
.bor_t_C-BD5D70 {
  border-top-color: #bd5d70 !important;
}
.bor_t_C-974A59 {
  border-top-color: #974a59 !important;
}
.bor_t_C-D97A8A {
  border-top-color: #d97a8a !important;
}
.bor_t_C-71727F {
  border-top-color: #71727f !important;
}
.bor_t_C-595965 {
  border-top-color: #595965 !important;
}
.bor_t_C-898A99 {
  border-top-color: #898a99 !important;
}
.bor_t_C-D30911 {
  border-top-color: #d30911 !important;
}
.bor_t_C-A3070D {
  border-top-color: #a3070d !important;
}
.bor_t_C-F33B35 {
  border-top-color: #f33b35 !important;
}
.bor_t_C-FC685F {
  border-top-color: #fc685f !important;
}
.bor_t_C-CA564D {
  border-top-color: #ca564d !important;
}
.bor_t_C-FE8A87 {
  border-top-color: #fe8a87 !important;
}
.bor_t_C-D8056B {
  border-top-color: #d8056b !important;
}
.bor_t_C-AA0453 {
  border-top-color: #aa0453 !important;
}
.bor_t_C-EC307F {
  border-top-color: #ec307f !important;
}
.bor_t_C-9DBFAF {
  border-top-color: #9dbfaf !important;
}
.bor_t_C-6F8F7E {
  border-top-color: #6f8f7e !important;
}
.bor_t_C-BFE1D1 {
  border-top-color: #bfe1d1 !important;
}
.bor_t_C-D4A5A5 {
  border-top-color: #d4a5a5 !important;
}
.bor_t_C-AA8282 {
  border-top-color: #aa8282 !important;
}
.bor_t_C-F8C8C8 {
  border-top-color: #f8c8c8 !important;
}
.bor_t_C-F5E0C3 {
  border-top-color: #f5e0c3 !important;
}
.bor_t_C-C2B39A {
  border-top-color: #c2b39a !important;
}
.bor_t_C-FAF0E6 {
  border-top-color: #faf0e6 !important;
}
.bor_t_C-3D799C {
  border-top-color: #3d799c !important;
}
.bor_t_C-64C3F0 {
  border-top-color: #64c3f0 !important;
}
.bor_t_C-B4C2C9 {
  border-top-color: #b4c2c9 !important;
}
.bor_t_C-FFD700 {
  border-top-color: #ffd700 !important;
}
.bor_t_C-800080 {
  border-top-color: #800080 !important;
}
.bor_t_C-FF7F50 {
  border-top-color: #ff7f50 !important;
}
.bor_t_C-4285F4 {
  border-top-color: #4285f4 !important;
}
.bor_t_C-3467C2 {
  border-top-color: #3467c2 !important;
}
.bor_t_C-6B9DF6 {
  border-top-color: #6b9df6 !important;
}
.bor_t_C-AAC9F4 {
  border-top-color: #aac9f4 !important;
}
.bor_t_C-8CAED4 {
  border-top-color: #8caed4 !important;
}
.bor_t_C-CEE4F6 {
  border-top-color: #cee4f6 !important;
}
.bor_t_C-FA5E54 {
  border-top-color: #fa5e54 !important;
}
.bor_t_C-C84B43 {
  border-top-color: #c84b43 !important;
}
.bor_t_C-FC8175 {
  border-top-color: #fc8175 !important;
}
.bor_t_C-F0B247 {
  border-top-color: #f0b247 !important;
}
.bor_t_C-45723F {
  border-top-color: #45723f !important;
}
.bor_t_C-D81A12 {
  border-top-color: #d81a12 !important;
}
.bor_t_C-FFBE7A {
  border-top-color: #ffbe7a !important;
}
.bor_t_C-4D0206 {
  border-top-color: #4d0206 !important;
}
.bor_t_C-0D5257 {
  border-top-color: #0d5257 !important;
}
.bor_t_C-A116FB {
  border-top-color: #a116fb !important;
}
.bor_t_C-FFCC00 {
  border-top-color: #ffcc00 !important;
}
.bor_t_C-CC9F00 {
  border-top-color: #cc9f00 !important;
}
.bor_t_C-FFE033 {
  border-top-color: #ffe033 !important;
}
.bor_t_C-528BF6 {
  border-top-color: #528bf6 !important;
}
.bor_t_C-4171C4 {
  border-top-color: #4171c4 !important;
}
.bor_t_C-6CA1F8 {
  border-top-color: #6ca1f8 !important;
}
.bor_t_C-363A8A {
  border-top-color: #363a8a !important;
}
.bor_t_C-2B2F6E {
  border-top-color: #2b2f6e !important;
}
.bor_t_C-4B55A5 {
  border-top-color: #4b55a5 !important;
}
.bor_t_C-BBDE13 {
  border-top-color: #bbde13 !important;
}
.bor_rad_1por {
  border-radius: 1% !important;
}
.bor_rad_2por {
  border-radius: 2% !important;
}
.bor_rad_3por {
  border-radius: 3% !important;
}
.bor_rad_4por {
  border-radius: 4% !important;
}
.bor_rad_5por {
  border-radius: 5% !important;
}
.bor_rad_6por {
  border-radius: 6% !important;
}
.bor_rad_7por {
  border-radius: 7% !important;
}
.bor_rad_8por {
  border-radius: 8% !important;
}
.bor_rad_9por {
  border-radius: 9% !important;
}
.bor_rad_10por {
  border-radius: 10% !important;
}
.bor_rad_11por {
  border-radius: 11% !important;
}
.bor_rad_12por {
  border-radius: 12% !important;
}
.bor_rad_13por {
  border-radius: 13% !important;
}
.bor_rad_14por {
  border-radius: 14% !important;
}
.bor_rad_15por {
  border-radius: 15% !important;
}
.bor_rad_16por {
  border-radius: 16% !important;
}
.bor_rad_17por {
  border-radius: 17% !important;
}
.bor_rad_18por {
  border-radius: 18% !important;
}
.bor_rad_19por {
  border-radius: 19% !important;
}
.bor_rad_20por {
  border-radius: 20% !important;
}
.bor_rad_21por {
  border-radius: 21% !important;
}
.bor_rad_22por {
  border-radius: 22% !important;
}
.bor_rad_23por {
  border-radius: 23% !important;
}
.bor_rad_24por {
  border-radius: 24% !important;
}
.bor_rad_25por {
  border-radius: 25% !important;
}
.bor_rad_26por {
  border-radius: 26% !important;
}
.bor_rad_27por {
  border-radius: 27% !important;
}
.bor_rad_28por {
  border-radius: 28% !important;
}
.bor_rad_29por {
  border-radius: 29% !important;
}
.bor_rad_30por {
  border-radius: 30% !important;
}
.bor_rad_31por {
  border-radius: 31% !important;
}
.bor_rad_32por {
  border-radius: 32% !important;
}
.bor_rad_33por {
  border-radius: 33% !important;
}
.bor_rad_34por {
  border-radius: 34% !important;
}
.bor_rad_35por {
  border-radius: 35% !important;
}
.bor_rad_36por {
  border-radius: 36% !important;
}
.bor_rad_37por {
  border-radius: 37% !important;
}
.bor_rad_38por {
  border-radius: 38% !important;
}
.bor_rad_39por {
  border-radius: 39% !important;
}
.bor_rad_40por {
  border-radius: 40% !important;
}
.bor_rad_41por {
  border-radius: 41% !important;
}
.bor_rad_42por {
  border-radius: 42% !important;
}
.bor_rad_43por {
  border-radius: 43% !important;
}
.bor_rad_44por {
  border-radius: 44% !important;
}
.bor_rad_45por {
  border-radius: 45% !important;
}
.bor_rad_46por {
  border-radius: 46% !important;
}
.bor_rad_47por {
  border-radius: 47% !important;
}
.bor_rad_48por {
  border-radius: 48% !important;
}
.bor_rad_49por {
  border-radius: 49% !important;
}
.bor_rad_50por {
  border-radius: 50% !important;
}
.bor_rad_1px {
  border-radius: 1px !important;
}
.bor_rad_2px {
  border-radius: 2px !important;
}
.bor_rad_3px {
  border-radius: 3px !important;
}
.bor_rad_4px {
  border-radius: 4px !important;
}
.bor_rad_5px {
  border-radius: 5px !important;
}
.bor_rad_6px {
  border-radius: 6px !important;
}
.bor_rad_7px {
  border-radius: 7px !important;
}
.bor_rad_8px {
  border-radius: 8px !important;
}
.bor_rad_9px {
  border-radius: 9px !important;
}
.bor_rad_10px {
  border-radius: 10px !important;
}
.bor_rad_11px {
  border-radius: 11px !important;
}
.bor_rad_12px {
  border-radius: 12px !important;
}
.bor_rad_13px {
  border-radius: 13px !important;
}
.bor_rad_14px {
  border-radius: 14px !important;
}
.bor_rad_15px {
  border-radius: 15px !important;
}
.bor_rad_16px {
  border-radius: 16px !important;
}
.bor_rad_17px {
  border-radius: 17px !important;
}
.bor_rad_18px {
  border-radius: 18px !important;
}
.bor_rad_19px {
  border-radius: 19px !important;
}
.bor_rad_20px {
  border-radius: 20px !important;
}
.border-width-1 {
  border-width: 1px !important;
}
.bor_b_w_1 {
  border-bottom-width: 1px !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.bor_b_w_2 {
  border-bottom-width: 2px !important;
}
.border-width-3 {
  border-width: 3px !important;
}
.bor_b_w_3 {
  border-bottom-width: 3px !important;
}
.border-width-4 {
  border-width: 4px !important;
}
.bor_b_w_4 {
  border-bottom-width: 4px !important;
}
.border-width-5 {
  border-width: 5px !important;
}
.bor_b_w_5 {
  border-bottom-width: 5px !important;
}
.border-width-6 {
  border-width: 6px !important;
}
.bor_b_w_6 {
  border-bottom-width: 6px !important;
}
.border-width-7 {
  border-width: 7px !important;
}
.bor_b_w_7 {
  border-bottom-width: 7px !important;
}
.border-width-8 {
  border-width: 8px !important;
}
.bor_b_w_8 {
  border-bottom-width: 8px !important;
}
.border-width-9 {
  border-width: 9px !important;
}
.bor_b_w_9 {
  border-bottom-width: 9px !important;
}
.border-width-10 {
  border-width: 10px !important;
}
.bor_b_w_10 {
  border-bottom-width: 10px !important;
}
.bor_b_solid {
  border-bottom-style: solid !important;
}
.bor_b_dashed {
  border-bottom-style: dashed !important;
}
.bor_b_dotted {
  border-bottom-style: dotted !important;
}
.bor_b_double {
  border-bottom-style: double !important;
}
.bor_b_groove {
  border-bottom-style: groove !important;
}
.bor_b_ridge {
  border-bottom-style: ridge !important;
}
.bor_b_inset {
  border-bottom-style: inset !important;
}
.bor_b_outset {
  border-bottom-style: outset !important;
}
.bor_b_C-transColor {
  border-bottom-color: transparent !important;
}
.bor_b_C-primaryColor {
  border-bottom-color: var(--primaryColor) !important;
}
.bor_b_C-onPrimary {
  border-bottom-color: var(--onPrimary) !important;
}
.bor_b_C-onPrimaryContainer {
  border-bottom-color: var(--onPrimaryContainer) !important;
}
.bor_b_C-primaryColorDark {
  border-bottom-color: var(--primaryColorDark) !important;
}
.bor_b_C-primaryColorLight {
  border-bottom-color: var(--primaryColorLight) !important;
}
.bor_b_C-secondaryColor {
  border-bottom-color: var(--secondaryColor) !important;
}
.bor_b_C-onSecondary {
  border-bottom-color: var(--onSecondary) !important;
}
.bor_b_C-onSecondaryContainer {
  border-bottom-color: var(--onSecondaryContainer) !important;
}
.bor_b_C-secondaryColorDark {
  border-bottom-color: var(--secondaryColorDark) !important;
}
.bor_b_C-secondaryColorLight {
  border-bottom-color: var(--secondaryColorLight) !important;
}
.bor_b_C-tertiaryColor {
  border-bottom-color: var(--tertiaryColor) !important;
}
.bor_b_C-onTertiary {
  border-bottom-color: var(--onTertiary) !important;
}
.bor_b_C-onTertiaryContainer {
  border-bottom-color: var(--onTertiaryContainer) !important;
}
.bor_b_C-tertiaryColorDark {
  border-bottom-color: var(--tertiaryColorDark) !important;
}
.bor_b_C-tertiaryColorLight {
  border-bottom-color: var(--tertiaryColorLight) !important;
}
.bor_b_C-background {
  border-bottom-color: var(--background) !important;
}
.bor_b_C-onBackground {
  border-bottom-color: var(--onBackground) !important;
}
.bor_b_C-surface {
  border-bottom-color: var(--surface) !important;
}
.bor_b_C-onSurface {
  border-bottom-color: var(--onSurface) !important;
}
.bor_b_C-outline {
  border-bottom-color: var(--outline) !important;
}
.bor_b_C-shadow {
  border-bottom-color: var(--shadow) !important;
}
.bor_b_C-inverseSurface {
  border-bottom-color: var(--inverseSurface) !important;
}
.bor_b_C-inverseOnSurface {
  border-bottom-color: var(--inverseOnSurface) !important;
}
.bor_b_C-inversePrimary {
  border-bottom-color: var(--inversePrimary) !important;
}
.bor_b_C-contrastColor {
  border-bottom-color: var(--contrastColor) !important;
}
.bor_b_C-contrastColorDark {
  border-bottom-color: var(--contrastColorDark) !important;
}
.bor_b_C-contrastColorLight {
  border-bottom-color: var(--contrastColorLight) !important;
}
.bor_b_C-whiteColor {
  border-bottom-color: var(--whiteColor) !important;
}
.bor_b_C-blackColor {
  border-bottom-color: var(--blackColor) !important;
}
.bor_b_C-grayColor {
  border-bottom-color: var(--grayColor) !important;
}
.bor_b_C-grayColorDark {
  border-bottom-color: var(--grayColorDark) !important;
}
.bor_b_C-grayColorLight {
  border-bottom-color: var(--grayColorLight) !important;
}
.bor_b_C-grayColorVeryLight {
  border-bottom-color: var(--grayColorVeryLight) !important;
}
.bor_b_C-dangerColor {
  border-bottom-color: var(--dangerColor) !important;
}
.bor_b_C-successColor {
  border-bottom-color: var(--successColor) !important;
}
.bor_b_C-warningColor {
  border-bottom-color: var(--warningColor) !important;
}
.bor_b_C-101010 {
  border-bottom-color: #101010 !important;
}
.bor_b_C-262626 {
  border-bottom-color: #262626 !important;
}
.bor_b_C-0B0B0B {
  border-bottom-color: #0b0b0b !important;
}
.bor_b_C-FFFFFF {
  border-bottom-color: #ffffff !important;
}
.bor_b_C-CCCCCC {
  border-bottom-color: #cccccc !important;
}
.bor_b_C-3C3C3C {
  border-bottom-color: #3c3c3c !important;
}
.bor_b_C-595959 {
  border-bottom-color: #595959 !important;
}
.bor_b_C-F8F8FD {
  border-bottom-color: #f8f8fd !important;
}
.bor_b_C-c1c1c7 {
  border-bottom-color: #c1c1c7 !important;
}
.bor_b_C-f3efef {
  border-bottom-color: #f3efef !important;
}
.bor_b_C-ABA8A0 {
  border-bottom-color: #aba8a0 !important;
}
.bor_b_C-8A8681 {
  border-bottom-color: #8a8681 !important;
}
.bor_b_C-C4C2BC {
  border-bottom-color: #c4c2bc !important;
}
.bor_b_C-87CCE3 {
  border-bottom-color: #87cce3 !important;
}
.bor_b_C-65A3BA {
  border-bottom-color: #65a3ba !important;
}
.bor_b_C-AAE5FA {
  border-bottom-color: #aae5fa !important;
}
.bor_b_C-3811D0 {
  border-bottom-color: #3811d0 !important;
}
.bor_b_C-290B96 {
  border-bottom-color: #290b96 !important;
}
.bor_b_C-4C3CE6 {
  border-bottom-color: #4c3ce6 !important;
}
.bor_b_C-FD668C {
  border-bottom-color: #fd668c !important;
}
.bor_b_C-CB4D70 {
  border-bottom-color: #cb4d70 !important;
}
.bor_b_C-FE8CAE {
  border-bottom-color: #fe8cae !important;
}
.bor_b_C-3B3F49 {
  border-bottom-color: #3b3f49 !important;
}
.bor_b_C-2A2D36 {
  border-bottom-color: #2a2d36 !important;
}
.bor_b_C-4D525E {
  border-bottom-color: #4d525e !important;
}
.bor_b_C-283655 {
  border-bottom-color: #283655 !important;
}
.bor_b_C-1D2A40 {
  border-bottom-color: #1d2a40 !important;
}
.bor_b_C-334B6A {
  border-bottom-color: #334b6a !important;
}
.bor_b_C-E80D3B {
  border-bottom-color: #e80d3b !important;
}
.bor_b_C-B00A2E {
  border-bottom-color: #b00a2e !important;
}
.bor_b_C-EA2E58 {
  border-bottom-color: #ea2e58 !important;
}
.bor_b_C-171616 {
  border-bottom-color: #171616 !important;
}
.bor_b_C-0F0E0E {
  border-bottom-color: #0f0e0e !important;
}
.bor_b_C-2E2D2D {
  border-bottom-color: #2e2d2d !important;
}
.bor_b_C-0F478A {
  border-bottom-color: #0f478a !important;
}
.bor_b_C-0B376B {
  border-bottom-color: #0b376b !important;
}
.bor_b_C-1360AA {
  border-bottom-color: #1360aa !important;
}
.bor_b_C-0CC8FC {
  border-bottom-color: #0cc8fc !important;
}
.bor_b_C-09A1CA {
  border-bottom-color: #09a1ca !important;
}
.bor_b_C-2FD2FE {
  border-bottom-color: #2fd2fe !important;
}
.bor_b_C-22497D {
  border-bottom-color: #22497d !important;
}
.bor_b_C-1A3A63 {
  border-bottom-color: #1a3a63 !important;
}
.bor_b_C-2A5897 {
  border-bottom-color: #2a5897 !important;
}
.bor_b_C-AD2900 {
  border-bottom-color: #ad2900 !important;
}
.bor_b_C-851E00 {
  border-bottom-color: #851e00 !important;
}
.bor_b_C-D53400 {
  border-bottom-color: #d53400 !important;
}
.bor_b_C-FF8C4A {
  border-bottom-color: #ff8c4a !important;
}
.bor_b_C-CC7038 {
  border-bottom-color: #cc7038 !important;
}
.bor_b_C-FFA570 {
  border-bottom-color: #ffa570 !important;
}
.bor_b_C-32280A {
  border-bottom-color: #32280a !important;
}
.bor_b_C-241C07 {
  border-bottom-color: #241c07 !important;
}
.bor_b_C-4B3811 {
  border-bottom-color: #4b3811 !important;
}
.bor_b_C-FF4A67 {
  border-bottom-color: #ff4a67 !important;
}
.bor_b_C-CC3A52 {
  border-bottom-color: #cc3a52 !important;
}
.bor_b_C-FF6B83 {
  border-bottom-color: #ff6b83 !important;
}
.bor_b_C-FF7C44 {
  border-bottom-color: #ff7c44 !important;
}
.bor_b_C-CC6236 {
  border-bottom-color: #cc6236 !important;
}
.bor_b_C-FF9665 {
  border-bottom-color: #ff9665 !important;
}
.bor_b_C-4FADA7 {
  border-bottom-color: #4fada7 !important;
}
.bor_b_C-F6B23D {
  border-bottom-color: #f6b23d !important;
}
.bor_b_C-D0637C {
  border-bottom-color: #d0637c !important;
}
.bor_b_C-A94F63 {
  border-bottom-color: #a94f63 !important;
}
.bor_b_C-D98195 {
  border-bottom-color: #d98195 !important;
}
.bor_b_C-714EA8 {
  border-bottom-color: #714ea8 !important;
}
.bor_b_C-583B86 {
  border-bottom-color: #583b86 !important;
}
.bor_b_C-8A63CA {
  border-bottom-color: #8a63ca !important;
}
.bor_b_C-AC85F0 {
  border-bottom-color: #ac85f0 !important;
}
.bor_b_C-8A6BC8 {
  border-bottom-color: #8a6bc8 !important;
}
.bor_b_C-C4A6F2 {
  border-bottom-color: #c4a6f2 !important;
}
.bor_b_C-70C7BF {
  border-bottom-color: #70c7bf !important;
}
.bor_b_C-5AA19E {
  border-bottom-color: #5aa19e !important;
}
.bor_b_C-8CD9DE {
  border-bottom-color: #8cd9de !important;
}
.bor_b_C-7FFC75 {
  border-bottom-color: #7ffc75 !important;
}
.bor_b_C-64C95D {
  border-bottom-color: #64c95d !important;
}
.bor_b_C-9AFF94 {
  border-bottom-color: #9aff94 !important;
}
.bor_b_C-0F6BF5 {
  border-bottom-color: #0f6bf5 !important;
}
.bor_b_C-0B54C1 {
  border-bottom-color: #0b54c1 !important;
}
.bor_b_C-3985F7 {
  border-bottom-color: #3985f7 !important;
}
.bor_b_C-7EC6A5 {
  border-bottom-color: #7ec6a5 !important;
}
.bor_b_C-63A086 {
  border-bottom-color: #63a086 !important;
}
.bor_b_C-9FD9C4 {
  border-bottom-color: #9fd9c4 !important;
}
.bor_b_C-525466 {
  border-bottom-color: #525466 !important;
}
.bor_b_C-414352 {
  border-bottom-color: #414352 !important;
}
.bor_b_C-64687A {
  border-bottom-color: #64687a !important;
}
.bor_b_C-92A77B {
  border-bottom-color: #92a77b !important;
}
.bor_b_C-758A63 {
  border-bottom-color: #758a63 !important;
}
.bor_b_C-AFC49A {
  border-bottom-color: #afc49a !important;
}
.bor_b_C-153135 {
  border-bottom-color: #153135 !important;
}
.bor_b_C-A1ABB4 {
  border-bottom-color: #a1abb4 !important;
}
.bor_b_C-424242 {
  border-bottom-color: #424242 !important;
}
.bor_b_C-7F82C5 {
  border-bottom-color: #7f82c5 !important;
}
.bor_b_C-6063A0 {
  border-bottom-color: #6063a0 !important;
}
.bor_b_C-9EA1EA {
  border-bottom-color: #9ea1ea !important;
}
.bor_b_C-3C61AE {
  border-bottom-color: #3c61ae !important;
}
.bor_b_C-2E4A87 {
  border-bottom-color: #2e4a87 !important;
}
.bor_b_C-4A78D5 {
  border-bottom-color: #4a78d5 !important;
}
.bor_b_C-E6E6FA {
  border-bottom-color: #e6e6fa !important;
}
.bor_b_C-B3B3F5 {
  border-bottom-color: #b3b3f5 !important;
}
.bor_b_C-90EE90 {
  border-bottom-color: #90ee90 !important;
}
.bor_b_C-6ECB6E {
  border-bottom-color: #6ecb6e !important;
}
.bor_b_C-B4FEB4 {
  border-bottom-color: #b4feb4 !important;
}
.bor_b_C-FFFACD {
  border-bottom-color: #fffacd !important;
}
.bor_b_C-CCC99A {
  border-bottom-color: #ccc99a !important;
}
.bor_b_C-DD2222 {
  border-bottom-color: #dd2222 !important;
}
.bor_b_C-0E0E0E {
  border-bottom-color: #0e0e0e !important;
}
.bor_b_C-332E2E {
  border-bottom-color: #332e2e !important;
}
.bor_b_C-AA1B1B {
  border-bottom-color: #aa1b1b !important;
}
.bor_b_C-FF4949 {
  border-bottom-color: #ff4949 !important;
}
.bor_b_C-1C1B1B {
  border-bottom-color: #1c1b1b !important;
}
.bor_b_C-141414 {
  border-bottom-color: #141414 !important;
}
.bor_b_C-252424 {
  border-bottom-color: #252424 !important;
}
.bor_b_C-33B5E5 {
  border-bottom-color: #33b5e5 !important;
}
.bor_b_C-2C76B8 {
  border-bottom-color: #2c76b8 !important;
}
.bor_b_C-1A6398 {
  border-bottom-color: #1a6398 !important;
}
.bor_b_C-36B4B4 {
  border-bottom-color: #36b4b4 !important;
}
.bor_b_C-2A8F8F {
  border-bottom-color: #2a8f8f !important;
}
.bor_b_C-42D9D9 {
  border-bottom-color: #42d9d9 !important;
}
.bor_b_C-BE2CAA {
  border-bottom-color: #be2caa !important;
}
.bor_b_C-95207F {
  border-bottom-color: #95207f !important;
}
.bor_b_C-E254D1 {
  border-bottom-color: #e254d1 !important;
}
.bor_b_C-4081C6 {
  border-bottom-color: #4081c6 !important;
}
.bor_b_C-3164A0 {
  border-bottom-color: #3164a0 !important;
}
.bor_b_C-5298E6 {
  border-bottom-color: #5298e6 !important;
}
.bor_b_C-ADD8E6 {
  border-bottom-color: #add8e6 !important;
}
.bor_b_C-8BABBE {
  border-bottom-color: #8babbe !important;
}
.bor_b_C-D0EAFF {
  border-bottom-color: #d0eaff !important;
}
.bor_b_C-169999 {
  border-bottom-color: #169999 !important;
}
.bor_b_C-127A7A {
  border-bottom-color: #127a7a !important;
}
.bor_b_C-1AB2B2 {
  border-bottom-color: #1ab2b2 !important;
}
.bor_b_C-F5DEB3 {
  border-bottom-color: #f5deb3 !important;
}
.bor_b_C-C2AF8D {
  border-bottom-color: #c2af8d !important;
}
.bor_b_C-FAF0D6 {
  border-bottom-color: #faf0d6 !important;
}
.bor_b_C-FF4D01 {
  border-bottom-color: #ff4d01 !important;
}
.bor_b_C-CC3E01 {
  border-bottom-color: #cc3e01 !important;
}
.bor_b_C-FF6224 {
  border-bottom-color: #ff6224 !important;
}
.bor_b_C-767ADB {
  border-bottom-color: #767adb !important;
}
.bor_b_C-5B5EAC {
  border-bottom-color: #5b5eac !important;
}
.bor_b_C-8F95FB {
  border-bottom-color: #8f95fb !important;
}
.bor_b_C-EFAF3F {
  border-bottom-color: #efaf3f !important;
}
.bor_b_C-BF8C32 {
  border-bottom-color: #bf8c32 !important;
}
.bor_b_C-FFD16A {
  border-bottom-color: #ffd16a !important;
}
.bor_b_C-BD5D70 {
  border-bottom-color: #bd5d70 !important;
}
.bor_b_C-974A59 {
  border-bottom-color: #974a59 !important;
}
.bor_b_C-D97A8A {
  border-bottom-color: #d97a8a !important;
}
.bor_b_C-71727F {
  border-bottom-color: #71727f !important;
}
.bor_b_C-595965 {
  border-bottom-color: #595965 !important;
}
.bor_b_C-898A99 {
  border-bottom-color: #898a99 !important;
}
.bor_b_C-D30911 {
  border-bottom-color: #d30911 !important;
}
.bor_b_C-A3070D {
  border-bottom-color: #a3070d !important;
}
.bor_b_C-F33B35 {
  border-bottom-color: #f33b35 !important;
}
.bor_b_C-FC685F {
  border-bottom-color: #fc685f !important;
}
.bor_b_C-CA564D {
  border-bottom-color: #ca564d !important;
}
.bor_b_C-FE8A87 {
  border-bottom-color: #fe8a87 !important;
}
.bor_b_C-D8056B {
  border-bottom-color: #d8056b !important;
}
.bor_b_C-AA0453 {
  border-bottom-color: #aa0453 !important;
}
.bor_b_C-EC307F {
  border-bottom-color: #ec307f !important;
}
.bor_b_C-9DBFAF {
  border-bottom-color: #9dbfaf !important;
}
.bor_b_C-6F8F7E {
  border-bottom-color: #6f8f7e !important;
}
.bor_b_C-BFE1D1 {
  border-bottom-color: #bfe1d1 !important;
}
.bor_b_C-D4A5A5 {
  border-bottom-color: #d4a5a5 !important;
}
.bor_b_C-AA8282 {
  border-bottom-color: #aa8282 !important;
}
.bor_b_C-F8C8C8 {
  border-bottom-color: #f8c8c8 !important;
}
.bor_b_C-F5E0C3 {
  border-bottom-color: #f5e0c3 !important;
}
.bor_b_C-C2B39A {
  border-bottom-color: #c2b39a !important;
}
.bor_b_C-FAF0E6 {
  border-bottom-color: #faf0e6 !important;
}
.bor_b_C-3D799C {
  border-bottom-color: #3d799c !important;
}
.bor_b_C-64C3F0 {
  border-bottom-color: #64c3f0 !important;
}
.bor_b_C-B4C2C9 {
  border-bottom-color: #b4c2c9 !important;
}
.bor_b_C-FFD700 {
  border-bottom-color: #ffd700 !important;
}
.bor_b_C-800080 {
  border-bottom-color: #800080 !important;
}
.bor_b_C-FF7F50 {
  border-bottom-color: #ff7f50 !important;
}
.bor_b_C-4285F4 {
  border-bottom-color: #4285f4 !important;
}
.bor_b_C-3467C2 {
  border-bottom-color: #3467c2 !important;
}
.bor_b_C-6B9DF6 {
  border-bottom-color: #6b9df6 !important;
}
.bor_b_C-AAC9F4 {
  border-bottom-color: #aac9f4 !important;
}
.bor_b_C-8CAED4 {
  border-bottom-color: #8caed4 !important;
}
.bor_b_C-CEE4F6 {
  border-bottom-color: #cee4f6 !important;
}
.bor_b_C-FA5E54 {
  border-bottom-color: #fa5e54 !important;
}
.bor_b_C-C84B43 {
  border-bottom-color: #c84b43 !important;
}
.bor_b_C-FC8175 {
  border-bottom-color: #fc8175 !important;
}
.bor_b_C-F0B247 {
  border-bottom-color: #f0b247 !important;
}
.bor_b_C-45723F {
  border-bottom-color: #45723f !important;
}
.bor_b_C-D81A12 {
  border-bottom-color: #d81a12 !important;
}
.bor_b_C-FFBE7A {
  border-bottom-color: #ffbe7a !important;
}
.bor_b_C-4D0206 {
  border-bottom-color: #4d0206 !important;
}
.bor_b_C-0D5257 {
  border-bottom-color: #0d5257 !important;
}
.bor_b_C-A116FB {
  border-bottom-color: #a116fb !important;
}
.bor_b_C-FFCC00 {
  border-bottom-color: #ffcc00 !important;
}
.bor_b_C-CC9F00 {
  border-bottom-color: #cc9f00 !important;
}
.bor_b_C-FFE033 {
  border-bottom-color: #ffe033 !important;
}
.bor_b_C-528BF6 {
  border-bottom-color: #528bf6 !important;
}
.bor_b_C-4171C4 {
  border-bottom-color: #4171c4 !important;
}
.bor_b_C-6CA1F8 {
  border-bottom-color: #6ca1f8 !important;
}
.bor_b_C-363A8A {
  border-bottom-color: #363a8a !important;
}
.bor_b_C-2B2F6E {
  border-bottom-color: #2b2f6e !important;
}
.bor_b_C-4B55A5 {
  border-bottom-color: #4b55a5 !important;
}
.bor_b_C-BBDE13 {
  border-bottom-color: #bbde13 !important;
}
.bor_rad_1por {
  border-radius: 1% !important;
}
.bor_rad_2por {
  border-radius: 2% !important;
}
.bor_rad_3por {
  border-radius: 3% !important;
}
.bor_rad_4por {
  border-radius: 4% !important;
}
.bor_rad_5por {
  border-radius: 5% !important;
}
.bor_rad_6por {
  border-radius: 6% !important;
}
.bor_rad_7por {
  border-radius: 7% !important;
}
.bor_rad_8por {
  border-radius: 8% !important;
}
.bor_rad_9por {
  border-radius: 9% !important;
}
.bor_rad_10por {
  border-radius: 10% !important;
}
.bor_rad_11por {
  border-radius: 11% !important;
}
.bor_rad_12por {
  border-radius: 12% !important;
}
.bor_rad_13por {
  border-radius: 13% !important;
}
.bor_rad_14por {
  border-radius: 14% !important;
}
.bor_rad_15por {
  border-radius: 15% !important;
}
.bor_rad_16por {
  border-radius: 16% !important;
}
.bor_rad_17por {
  border-radius: 17% !important;
}
.bor_rad_18por {
  border-radius: 18% !important;
}
.bor_rad_19por {
  border-radius: 19% !important;
}
.bor_rad_20por {
  border-radius: 20% !important;
}
.bor_rad_21por {
  border-radius: 21% !important;
}
.bor_rad_22por {
  border-radius: 22% !important;
}
.bor_rad_23por {
  border-radius: 23% !important;
}
.bor_rad_24por {
  border-radius: 24% !important;
}
.bor_rad_25por {
  border-radius: 25% !important;
}
.bor_rad_26por {
  border-radius: 26% !important;
}
.bor_rad_27por {
  border-radius: 27% !important;
}
.bor_rad_28por {
  border-radius: 28% !important;
}
.bor_rad_29por {
  border-radius: 29% !important;
}
.bor_rad_30por {
  border-radius: 30% !important;
}
.bor_rad_31por {
  border-radius: 31% !important;
}
.bor_rad_32por {
  border-radius: 32% !important;
}
.bor_rad_33por {
  border-radius: 33% !important;
}
.bor_rad_34por {
  border-radius: 34% !important;
}
.bor_rad_35por {
  border-radius: 35% !important;
}
.bor_rad_36por {
  border-radius: 36% !important;
}
.bor_rad_37por {
  border-radius: 37% !important;
}
.bor_rad_38por {
  border-radius: 38% !important;
}
.bor_rad_39por {
  border-radius: 39% !important;
}
.bor_rad_40por {
  border-radius: 40% !important;
}
.bor_rad_41por {
  border-radius: 41% !important;
}
.bor_rad_42por {
  border-radius: 42% !important;
}
.bor_rad_43por {
  border-radius: 43% !important;
}
.bor_rad_44por {
  border-radius: 44% !important;
}
.bor_rad_45por {
  border-radius: 45% !important;
}
.bor_rad_46por {
  border-radius: 46% !important;
}
.bor_rad_47por {
  border-radius: 47% !important;
}
.bor_rad_48por {
  border-radius: 48% !important;
}
.bor_rad_49por {
  border-radius: 49% !important;
}
.bor_rad_50por {
  border-radius: 50% !important;
}
.bor_rad_1px {
  border-radius: 1px !important;
}
.bor_rad_2px {
  border-radius: 2px !important;
}
.bor_rad_3px {
  border-radius: 3px !important;
}
.bor_rad_4px {
  border-radius: 4px !important;
}
.bor_rad_5px {
  border-radius: 5px !important;
}
.bor_rad_6px {
  border-radius: 6px !important;
}
.bor_rad_7px {
  border-radius: 7px !important;
}
.bor_rad_8px {
  border-radius: 8px !important;
}
.bor_rad_9px {
  border-radius: 9px !important;
}
.bor_rad_10px {
  border-radius: 10px !important;
}
.bor_rad_11px {
  border-radius: 11px !important;
}
.bor_rad_12px {
  border-radius: 12px !important;
}
.bor_rad_13px {
  border-radius: 13px !important;
}
.bor_rad_14px {
  border-radius: 14px !important;
}
.bor_rad_15px {
  border-radius: 15px !important;
}
.bor_rad_16px {
  border-radius: 16px !important;
}
.bor_rad_17px {
  border-radius: 17px !important;
}
.bor_rad_18px {
  border-radius: 18px !important;
}
.bor_rad_19px {
  border-radius: 19px !important;
}
.bor_rad_20px {
  border-radius: 20px !important;
}
.border-width-1 {
  border-width: 1px !important;
}
.bor_r_w_1 {
  border-right-width: 1px !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.bor_r_w_2 {
  border-right-width: 2px !important;
}
.border-width-3 {
  border-width: 3px !important;
}
.bor_r_w_3 {
  border-right-width: 3px !important;
}
.border-width-4 {
  border-width: 4px !important;
}
.bor_r_w_4 {
  border-right-width: 4px !important;
}
.border-width-5 {
  border-width: 5px !important;
}
.bor_r_w_5 {
  border-right-width: 5px !important;
}
.border-width-6 {
  border-width: 6px !important;
}
.bor_r_w_6 {
  border-right-width: 6px !important;
}
.border-width-7 {
  border-width: 7px !important;
}
.bor_r_w_7 {
  border-right-width: 7px !important;
}
.border-width-8 {
  border-width: 8px !important;
}
.bor_r_w_8 {
  border-right-width: 8px !important;
}
.border-width-9 {
  border-width: 9px !important;
}
.bor_r_w_9 {
  border-right-width: 9px !important;
}
.border-width-10 {
  border-width: 10px !important;
}
.bor_r_w_10 {
  border-right-width: 10px !important;
}
.bor_r_solid {
  border-right-style: solid !important;
}
.bor_r_dashed {
  border-right-style: dashed !important;
}
.bor_r_dotted {
  border-right-style: dotted !important;
}
.bor_r_double {
  border-right-style: double !important;
}
.bor_r_groove {
  border-right-style: groove !important;
}
.bor_r_ridge {
  border-right-style: ridge !important;
}
.bor_r_inset {
  border-right-style: inset !important;
}
.bor_r_outset {
  border-right-style: outset !important;
}
.bor_r_C-transColor {
  border-right-color: transparent !important;
}
.bor_r_C-primaryColor {
  border-right-color: var(--primaryColor) !important;
}
.bor_r_C-onPrimary {
  border-right-color: var(--onPrimary) !important;
}
.bor_r_C-onPrimaryContainer {
  border-right-color: var(--onPrimaryContainer) !important;
}
.bor_r_C-primaryColorDark {
  border-right-color: var(--primaryColorDark) !important;
}
.bor_r_C-primaryColorLight {
  border-right-color: var(--primaryColorLight) !important;
}
.bor_r_C-secondaryColor {
  border-right-color: var(--secondaryColor) !important;
}
.bor_r_C-onSecondary {
  border-right-color: var(--onSecondary) !important;
}
.bor_r_C-onSecondaryContainer {
  border-right-color: var(--onSecondaryContainer) !important;
}
.bor_r_C-secondaryColorDark {
  border-right-color: var(--secondaryColorDark) !important;
}
.bor_r_C-secondaryColorLight {
  border-right-color: var(--secondaryColorLight) !important;
}
.bor_r_C-tertiaryColor {
  border-right-color: var(--tertiaryColor) !important;
}
.bor_r_C-onTertiary {
  border-right-color: var(--onTertiary) !important;
}
.bor_r_C-onTertiaryContainer {
  border-right-color: var(--onTertiaryContainer) !important;
}
.bor_r_C-tertiaryColorDark {
  border-right-color: var(--tertiaryColorDark) !important;
}
.bor_r_C-tertiaryColorLight {
  border-right-color: var(--tertiaryColorLight) !important;
}
.bor_r_C-background {
  border-right-color: var(--background) !important;
}
.bor_r_C-onBackground {
  border-right-color: var(--onBackground) !important;
}
.bor_r_C-surface {
  border-right-color: var(--surface) !important;
}
.bor_r_C-onSurface {
  border-right-color: var(--onSurface) !important;
}
.bor_r_C-outline {
  border-right-color: var(--outline) !important;
}
.bor_r_C-shadow {
  border-right-color: var(--shadow) !important;
}
.bor_r_C-inverseSurface {
  border-right-color: var(--inverseSurface) !important;
}
.bor_r_C-inverseOnSurface {
  border-right-color: var(--inverseOnSurface) !important;
}
.bor_r_C-inversePrimary {
  border-right-color: var(--inversePrimary) !important;
}
.bor_r_C-contrastColor {
  border-right-color: var(--contrastColor) !important;
}
.bor_r_C-contrastColorDark {
  border-right-color: var(--contrastColorDark) !important;
}
.bor_r_C-contrastColorLight {
  border-right-color: var(--contrastColorLight) !important;
}
.bor_r_C-whiteColor {
  border-right-color: var(--whiteColor) !important;
}
.bor_r_C-blackColor {
  border-right-color: var(--blackColor) !important;
}
.bor_r_C-grayColor {
  border-right-color: var(--grayColor) !important;
}
.bor_r_C-grayColorDark {
  border-right-color: var(--grayColorDark) !important;
}
.bor_r_C-grayColorLight {
  border-right-color: var(--grayColorLight) !important;
}
.bor_r_C-grayColorVeryLight {
  border-right-color: var(--grayColorVeryLight) !important;
}
.bor_r_C-dangerColor {
  border-right-color: var(--dangerColor) !important;
}
.bor_r_C-successColor {
  border-right-color: var(--successColor) !important;
}
.bor_r_C-warningColor {
  border-right-color: var(--warningColor) !important;
}
.bor_r_C-101010 {
  border-right-color: #101010 !important;
}
.bor_r_C-262626 {
  border-right-color: #262626 !important;
}
.bor_r_C-0B0B0B {
  border-right-color: #0b0b0b !important;
}
.bor_r_C-FFFFFF {
  border-right-color: #ffffff !important;
}
.bor_r_C-CCCCCC {
  border-right-color: #cccccc !important;
}
.bor_r_C-3C3C3C {
  border-right-color: #3c3c3c !important;
}
.bor_r_C-595959 {
  border-right-color: #595959 !important;
}
.bor_r_C-F8F8FD {
  border-right-color: #f8f8fd !important;
}
.bor_r_C-c1c1c7 {
  border-right-color: #c1c1c7 !important;
}
.bor_r_C-f3efef {
  border-right-color: #f3efef !important;
}
.bor_r_C-ABA8A0 {
  border-right-color: #aba8a0 !important;
}
.bor_r_C-8A8681 {
  border-right-color: #8a8681 !important;
}
.bor_r_C-C4C2BC {
  border-right-color: #c4c2bc !important;
}
.bor_r_C-87CCE3 {
  border-right-color: #87cce3 !important;
}
.bor_r_C-65A3BA {
  border-right-color: #65a3ba !important;
}
.bor_r_C-AAE5FA {
  border-right-color: #aae5fa !important;
}
.bor_r_C-3811D0 {
  border-right-color: #3811d0 !important;
}
.bor_r_C-290B96 {
  border-right-color: #290b96 !important;
}
.bor_r_C-4C3CE6 {
  border-right-color: #4c3ce6 !important;
}
.bor_r_C-FD668C {
  border-right-color: #fd668c !important;
}
.bor_r_C-CB4D70 {
  border-right-color: #cb4d70 !important;
}
.bor_r_C-FE8CAE {
  border-right-color: #fe8cae !important;
}
.bor_r_C-3B3F49 {
  border-right-color: #3b3f49 !important;
}
.bor_r_C-2A2D36 {
  border-right-color: #2a2d36 !important;
}
.bor_r_C-4D525E {
  border-right-color: #4d525e !important;
}
.bor_r_C-283655 {
  border-right-color: #283655 !important;
}
.bor_r_C-1D2A40 {
  border-right-color: #1d2a40 !important;
}
.bor_r_C-334B6A {
  border-right-color: #334b6a !important;
}
.bor_r_C-E80D3B {
  border-right-color: #e80d3b !important;
}
.bor_r_C-B00A2E {
  border-right-color: #b00a2e !important;
}
.bor_r_C-EA2E58 {
  border-right-color: #ea2e58 !important;
}
.bor_r_C-171616 {
  border-right-color: #171616 !important;
}
.bor_r_C-0F0E0E {
  border-right-color: #0f0e0e !important;
}
.bor_r_C-2E2D2D {
  border-right-color: #2e2d2d !important;
}
.bor_r_C-0F478A {
  border-right-color: #0f478a !important;
}
.bor_r_C-0B376B {
  border-right-color: #0b376b !important;
}
.bor_r_C-1360AA {
  border-right-color: #1360aa !important;
}
.bor_r_C-0CC8FC {
  border-right-color: #0cc8fc !important;
}
.bor_r_C-09A1CA {
  border-right-color: #09a1ca !important;
}
.bor_r_C-2FD2FE {
  border-right-color: #2fd2fe !important;
}
.bor_r_C-22497D {
  border-right-color: #22497d !important;
}
.bor_r_C-1A3A63 {
  border-right-color: #1a3a63 !important;
}
.bor_r_C-2A5897 {
  border-right-color: #2a5897 !important;
}
.bor_r_C-AD2900 {
  border-right-color: #ad2900 !important;
}
.bor_r_C-851E00 {
  border-right-color: #851e00 !important;
}
.bor_r_C-D53400 {
  border-right-color: #d53400 !important;
}
.bor_r_C-FF8C4A {
  border-right-color: #ff8c4a !important;
}
.bor_r_C-CC7038 {
  border-right-color: #cc7038 !important;
}
.bor_r_C-FFA570 {
  border-right-color: #ffa570 !important;
}
.bor_r_C-32280A {
  border-right-color: #32280a !important;
}
.bor_r_C-241C07 {
  border-right-color: #241c07 !important;
}
.bor_r_C-4B3811 {
  border-right-color: #4b3811 !important;
}
.bor_r_C-FF4A67 {
  border-right-color: #ff4a67 !important;
}
.bor_r_C-CC3A52 {
  border-right-color: #cc3a52 !important;
}
.bor_r_C-FF6B83 {
  border-right-color: #ff6b83 !important;
}
.bor_r_C-FF7C44 {
  border-right-color: #ff7c44 !important;
}
.bor_r_C-CC6236 {
  border-right-color: #cc6236 !important;
}
.bor_r_C-FF9665 {
  border-right-color: #ff9665 !important;
}
.bor_r_C-4FADA7 {
  border-right-color: #4fada7 !important;
}
.bor_r_C-F6B23D {
  border-right-color: #f6b23d !important;
}
.bor_r_C-D0637C {
  border-right-color: #d0637c !important;
}
.bor_r_C-A94F63 {
  border-right-color: #a94f63 !important;
}
.bor_r_C-D98195 {
  border-right-color: #d98195 !important;
}
.bor_r_C-714EA8 {
  border-right-color: #714ea8 !important;
}
.bor_r_C-583B86 {
  border-right-color: #583b86 !important;
}
.bor_r_C-8A63CA {
  border-right-color: #8a63ca !important;
}
.bor_r_C-AC85F0 {
  border-right-color: #ac85f0 !important;
}
.bor_r_C-8A6BC8 {
  border-right-color: #8a6bc8 !important;
}
.bor_r_C-C4A6F2 {
  border-right-color: #c4a6f2 !important;
}
.bor_r_C-70C7BF {
  border-right-color: #70c7bf !important;
}
.bor_r_C-5AA19E {
  border-right-color: #5aa19e !important;
}
.bor_r_C-8CD9DE {
  border-right-color: #8cd9de !important;
}
.bor_r_C-7FFC75 {
  border-right-color: #7ffc75 !important;
}
.bor_r_C-64C95D {
  border-right-color: #64c95d !important;
}
.bor_r_C-9AFF94 {
  border-right-color: #9aff94 !important;
}
.bor_r_C-0F6BF5 {
  border-right-color: #0f6bf5 !important;
}
.bor_r_C-0B54C1 {
  border-right-color: #0b54c1 !important;
}
.bor_r_C-3985F7 {
  border-right-color: #3985f7 !important;
}
.bor_r_C-7EC6A5 {
  border-right-color: #7ec6a5 !important;
}
.bor_r_C-63A086 {
  border-right-color: #63a086 !important;
}
.bor_r_C-9FD9C4 {
  border-right-color: #9fd9c4 !important;
}
.bor_r_C-525466 {
  border-right-color: #525466 !important;
}
.bor_r_C-414352 {
  border-right-color: #414352 !important;
}
.bor_r_C-64687A {
  border-right-color: #64687a !important;
}
.bor_r_C-92A77B {
  border-right-color: #92a77b !important;
}
.bor_r_C-758A63 {
  border-right-color: #758a63 !important;
}
.bor_r_C-AFC49A {
  border-right-color: #afc49a !important;
}
.bor_r_C-153135 {
  border-right-color: #153135 !important;
}
.bor_r_C-A1ABB4 {
  border-right-color: #a1abb4 !important;
}
.bor_r_C-424242 {
  border-right-color: #424242 !important;
}
.bor_r_C-7F82C5 {
  border-right-color: #7f82c5 !important;
}
.bor_r_C-6063A0 {
  border-right-color: #6063a0 !important;
}
.bor_r_C-9EA1EA {
  border-right-color: #9ea1ea !important;
}
.bor_r_C-3C61AE {
  border-right-color: #3c61ae !important;
}
.bor_r_C-2E4A87 {
  border-right-color: #2e4a87 !important;
}
.bor_r_C-4A78D5 {
  border-right-color: #4a78d5 !important;
}
.bor_r_C-E6E6FA {
  border-right-color: #e6e6fa !important;
}
.bor_r_C-B3B3F5 {
  border-right-color: #b3b3f5 !important;
}
.bor_r_C-90EE90 {
  border-right-color: #90ee90 !important;
}
.bor_r_C-6ECB6E {
  border-right-color: #6ecb6e !important;
}
.bor_r_C-B4FEB4 {
  border-right-color: #b4feb4 !important;
}
.bor_r_C-FFFACD {
  border-right-color: #fffacd !important;
}
.bor_r_C-CCC99A {
  border-right-color: #ccc99a !important;
}
.bor_r_C-DD2222 {
  border-right-color: #dd2222 !important;
}
.bor_r_C-0E0E0E {
  border-right-color: #0e0e0e !important;
}
.bor_r_C-332E2E {
  border-right-color: #332e2e !important;
}
.bor_r_C-AA1B1B {
  border-right-color: #aa1b1b !important;
}
.bor_r_C-FF4949 {
  border-right-color: #ff4949 !important;
}
.bor_r_C-1C1B1B {
  border-right-color: #1c1b1b !important;
}
.bor_r_C-141414 {
  border-right-color: #141414 !important;
}
.bor_r_C-252424 {
  border-right-color: #252424 !important;
}
.bor_r_C-33B5E5 {
  border-right-color: #33b5e5 !important;
}
.bor_r_C-2C76B8 {
  border-right-color: #2c76b8 !important;
}
.bor_r_C-1A6398 {
  border-right-color: #1a6398 !important;
}
.bor_r_C-36B4B4 {
  border-right-color: #36b4b4 !important;
}
.bor_r_C-2A8F8F {
  border-right-color: #2a8f8f !important;
}
.bor_r_C-42D9D9 {
  border-right-color: #42d9d9 !important;
}
.bor_r_C-BE2CAA {
  border-right-color: #be2caa !important;
}
.bor_r_C-95207F {
  border-right-color: #95207f !important;
}
.bor_r_C-E254D1 {
  border-right-color: #e254d1 !important;
}
.bor_r_C-4081C6 {
  border-right-color: #4081c6 !important;
}
.bor_r_C-3164A0 {
  border-right-color: #3164a0 !important;
}
.bor_r_C-5298E6 {
  border-right-color: #5298e6 !important;
}
.bor_r_C-ADD8E6 {
  border-right-color: #add8e6 !important;
}
.bor_r_C-8BABBE {
  border-right-color: #8babbe !important;
}
.bor_r_C-D0EAFF {
  border-right-color: #d0eaff !important;
}
.bor_r_C-169999 {
  border-right-color: #169999 !important;
}
.bor_r_C-127A7A {
  border-right-color: #127a7a !important;
}
.bor_r_C-1AB2B2 {
  border-right-color: #1ab2b2 !important;
}
.bor_r_C-F5DEB3 {
  border-right-color: #f5deb3 !important;
}
.bor_r_C-C2AF8D {
  border-right-color: #c2af8d !important;
}
.bor_r_C-FAF0D6 {
  border-right-color: #faf0d6 !important;
}
.bor_r_C-FF4D01 {
  border-right-color: #ff4d01 !important;
}
.bor_r_C-CC3E01 {
  border-right-color: #cc3e01 !important;
}
.bor_r_C-FF6224 {
  border-right-color: #ff6224 !important;
}
.bor_r_C-767ADB {
  border-right-color: #767adb !important;
}
.bor_r_C-5B5EAC {
  border-right-color: #5b5eac !important;
}
.bor_r_C-8F95FB {
  border-right-color: #8f95fb !important;
}
.bor_r_C-EFAF3F {
  border-right-color: #efaf3f !important;
}
.bor_r_C-BF8C32 {
  border-right-color: #bf8c32 !important;
}
.bor_r_C-FFD16A {
  border-right-color: #ffd16a !important;
}
.bor_r_C-BD5D70 {
  border-right-color: #bd5d70 !important;
}
.bor_r_C-974A59 {
  border-right-color: #974a59 !important;
}
.bor_r_C-D97A8A {
  border-right-color: #d97a8a !important;
}
.bor_r_C-71727F {
  border-right-color: #71727f !important;
}
.bor_r_C-595965 {
  border-right-color: #595965 !important;
}
.bor_r_C-898A99 {
  border-right-color: #898a99 !important;
}
.bor_r_C-D30911 {
  border-right-color: #d30911 !important;
}
.bor_r_C-A3070D {
  border-right-color: #a3070d !important;
}
.bor_r_C-F33B35 {
  border-right-color: #f33b35 !important;
}
.bor_r_C-FC685F {
  border-right-color: #fc685f !important;
}
.bor_r_C-CA564D {
  border-right-color: #ca564d !important;
}
.bor_r_C-FE8A87 {
  border-right-color: #fe8a87 !important;
}
.bor_r_C-D8056B {
  border-right-color: #d8056b !important;
}
.bor_r_C-AA0453 {
  border-right-color: #aa0453 !important;
}
.bor_r_C-EC307F {
  border-right-color: #ec307f !important;
}
.bor_r_C-9DBFAF {
  border-right-color: #9dbfaf !important;
}
.bor_r_C-6F8F7E {
  border-right-color: #6f8f7e !important;
}
.bor_r_C-BFE1D1 {
  border-right-color: #bfe1d1 !important;
}
.bor_r_C-D4A5A5 {
  border-right-color: #d4a5a5 !important;
}
.bor_r_C-AA8282 {
  border-right-color: #aa8282 !important;
}
.bor_r_C-F8C8C8 {
  border-right-color: #f8c8c8 !important;
}
.bor_r_C-F5E0C3 {
  border-right-color: #f5e0c3 !important;
}
.bor_r_C-C2B39A {
  border-right-color: #c2b39a !important;
}
.bor_r_C-FAF0E6 {
  border-right-color: #faf0e6 !important;
}
.bor_r_C-3D799C {
  border-right-color: #3d799c !important;
}
.bor_r_C-64C3F0 {
  border-right-color: #64c3f0 !important;
}
.bor_r_C-B4C2C9 {
  border-right-color: #b4c2c9 !important;
}
.bor_r_C-FFD700 {
  border-right-color: #ffd700 !important;
}
.bor_r_C-800080 {
  border-right-color: #800080 !important;
}
.bor_r_C-FF7F50 {
  border-right-color: #ff7f50 !important;
}
.bor_r_C-4285F4 {
  border-right-color: #4285f4 !important;
}
.bor_r_C-3467C2 {
  border-right-color: #3467c2 !important;
}
.bor_r_C-6B9DF6 {
  border-right-color: #6b9df6 !important;
}
.bor_r_C-AAC9F4 {
  border-right-color: #aac9f4 !important;
}
.bor_r_C-8CAED4 {
  border-right-color: #8caed4 !important;
}
.bor_r_C-CEE4F6 {
  border-right-color: #cee4f6 !important;
}
.bor_r_C-FA5E54 {
  border-right-color: #fa5e54 !important;
}
.bor_r_C-C84B43 {
  border-right-color: #c84b43 !important;
}
.bor_r_C-FC8175 {
  border-right-color: #fc8175 !important;
}
.bor_r_C-F0B247 {
  border-right-color: #f0b247 !important;
}
.bor_r_C-45723F {
  border-right-color: #45723f !important;
}
.bor_r_C-D81A12 {
  border-right-color: #d81a12 !important;
}
.bor_r_C-FFBE7A {
  border-right-color: #ffbe7a !important;
}
.bor_r_C-4D0206 {
  border-right-color: #4d0206 !important;
}
.bor_r_C-0D5257 {
  border-right-color: #0d5257 !important;
}
.bor_r_C-A116FB {
  border-right-color: #a116fb !important;
}
.bor_r_C-FFCC00 {
  border-right-color: #ffcc00 !important;
}
.bor_r_C-CC9F00 {
  border-right-color: #cc9f00 !important;
}
.bor_r_C-FFE033 {
  border-right-color: #ffe033 !important;
}
.bor_r_C-528BF6 {
  border-right-color: #528bf6 !important;
}
.bor_r_C-4171C4 {
  border-right-color: #4171c4 !important;
}
.bor_r_C-6CA1F8 {
  border-right-color: #6ca1f8 !important;
}
.bor_r_C-363A8A {
  border-right-color: #363a8a !important;
}
.bor_r_C-2B2F6E {
  border-right-color: #2b2f6e !important;
}
.bor_r_C-4B55A5 {
  border-right-color: #4b55a5 !important;
}
.bor_r_C-BBDE13 {
  border-right-color: #bbde13 !important;
}
.bor_rad_1por {
  border-radius: 1% !important;
}
.bor_rad_2por {
  border-radius: 2% !important;
}
.bor_rad_3por {
  border-radius: 3% !important;
}
.bor_rad_4por {
  border-radius: 4% !important;
}
.bor_rad_5por {
  border-radius: 5% !important;
}
.bor_rad_6por {
  border-radius: 6% !important;
}
.bor_rad_7por {
  border-radius: 7% !important;
}
.bor_rad_8por {
  border-radius: 8% !important;
}
.bor_rad_9por {
  border-radius: 9% !important;
}
.bor_rad_10por {
  border-radius: 10% !important;
}
.bor_rad_11por {
  border-radius: 11% !important;
}
.bor_rad_12por {
  border-radius: 12% !important;
}
.bor_rad_13por {
  border-radius: 13% !important;
}
.bor_rad_14por {
  border-radius: 14% !important;
}
.bor_rad_15por {
  border-radius: 15% !important;
}
.bor_rad_16por {
  border-radius: 16% !important;
}
.bor_rad_17por {
  border-radius: 17% !important;
}
.bor_rad_18por {
  border-radius: 18% !important;
}
.bor_rad_19por {
  border-radius: 19% !important;
}
.bor_rad_20por {
  border-radius: 20% !important;
}
.bor_rad_21por {
  border-radius: 21% !important;
}
.bor_rad_22por {
  border-radius: 22% !important;
}
.bor_rad_23por {
  border-radius: 23% !important;
}
.bor_rad_24por {
  border-radius: 24% !important;
}
.bor_rad_25por {
  border-radius: 25% !important;
}
.bor_rad_26por {
  border-radius: 26% !important;
}
.bor_rad_27por {
  border-radius: 27% !important;
}
.bor_rad_28por {
  border-radius: 28% !important;
}
.bor_rad_29por {
  border-radius: 29% !important;
}
.bor_rad_30por {
  border-radius: 30% !important;
}
.bor_rad_31por {
  border-radius: 31% !important;
}
.bor_rad_32por {
  border-radius: 32% !important;
}
.bor_rad_33por {
  border-radius: 33% !important;
}
.bor_rad_34por {
  border-radius: 34% !important;
}
.bor_rad_35por {
  border-radius: 35% !important;
}
.bor_rad_36por {
  border-radius: 36% !important;
}
.bor_rad_37por {
  border-radius: 37% !important;
}
.bor_rad_38por {
  border-radius: 38% !important;
}
.bor_rad_39por {
  border-radius: 39% !important;
}
.bor_rad_40por {
  border-radius: 40% !important;
}
.bor_rad_41por {
  border-radius: 41% !important;
}
.bor_rad_42por {
  border-radius: 42% !important;
}
.bor_rad_43por {
  border-radius: 43% !important;
}
.bor_rad_44por {
  border-radius: 44% !important;
}
.bor_rad_45por {
  border-radius: 45% !important;
}
.bor_rad_46por {
  border-radius: 46% !important;
}
.bor_rad_47por {
  border-radius: 47% !important;
}
.bor_rad_48por {
  border-radius: 48% !important;
}
.bor_rad_49por {
  border-radius: 49% !important;
}
.bor_rad_50por {
  border-radius: 50% !important;
}
.bor_rad_1px {
  border-radius: 1px !important;
}
.bor_rad_2px {
  border-radius: 2px !important;
}
.bor_rad_3px {
  border-radius: 3px !important;
}
.bor_rad_4px {
  border-radius: 4px !important;
}
.bor_rad_5px {
  border-radius: 5px !important;
}
.bor_rad_6px {
  border-radius: 6px !important;
}
.bor_rad_7px {
  border-radius: 7px !important;
}
.bor_rad_8px {
  border-radius: 8px !important;
}
.bor_rad_9px {
  border-radius: 9px !important;
}
.bor_rad_10px {
  border-radius: 10px !important;
}
.bor_rad_11px {
  border-radius: 11px !important;
}
.bor_rad_12px {
  border-radius: 12px !important;
}
.bor_rad_13px {
  border-radius: 13px !important;
}
.bor_rad_14px {
  border-radius: 14px !important;
}
.bor_rad_15px {
  border-radius: 15px !important;
}
.bor_rad_16px {
  border-radius: 16px !important;
}
.bor_rad_17px {
  border-radius: 17px !important;
}
.bor_rad_18px {
  border-radius: 18px !important;
}
.bor_rad_19px {
  border-radius: 19px !important;
}
.bor_rad_20px {
  border-radius: 20px !important;
}
.border-width-1 {
  border-width: 1px !important;
}
.bor_l_w_1 {
  border-left-width: 1px !important;
}
.border-width-2 {
  border-width: 2px !important;
}
.bor_l_w_2 {
  border-left-width: 2px !important;
}
.border-width-3 {
  border-width: 3px !important;
}
.bor_l_w_3 {
  border-left-width: 3px !important;
}
.border-width-4 {
  border-width: 4px !important;
}
.bor_l_w_4 {
  border-left-width: 4px !important;
}
.border-width-5 {
  border-width: 5px !important;
}
.bor_l_w_5 {
  border-left-width: 5px !important;
}
.border-width-6 {
  border-width: 6px !important;
}
.bor_l_w_6 {
  border-left-width: 6px !important;
}
.border-width-7 {
  border-width: 7px !important;
}
.bor_l_w_7 {
  border-left-width: 7px !important;
}
.border-width-8 {
  border-width: 8px !important;
}
.bor_l_w_8 {
  border-left-width: 8px !important;
}
.border-width-9 {
  border-width: 9px !important;
}
.bor_l_w_9 {
  border-left-width: 9px !important;
}
.border-width-10 {
  border-width: 10px !important;
}
.bor_l_w_10 {
  border-left-width: 10px !important;
}
.bor_l_solid {
  border-left-style: solid !important;
}
.bor_l_dashed {
  border-left-style: dashed !important;
}
.bor_l_dotted {
  border-left-style: dotted !important;
}
.bor_l_double {
  border-left-style: double !important;
}
.bor_l_groove {
  border-left-style: groove !important;
}
.bor_l_ridge {
  border-left-style: ridge !important;
}
.bor_l_inset {
  border-left-style: inset !important;
}
.bor_l_outset {
  border-left-style: outset !important;
}
.bor_l_C-transColor {
  border-left-color: transparent !important;
}
.bor_l_C-primaryColor {
  border-left-color: var(--primaryColor) !important;
}
.bor_l_C-onPrimary {
  border-left-color: var(--onPrimary) !important;
}
.bor_l_C-onPrimaryContainer {
  border-left-color: var(--onPrimaryContainer) !important;
}
.bor_l_C-primaryColorDark {
  border-left-color: var(--primaryColorDark) !important;
}
.bor_l_C-primaryColorLight {
  border-left-color: var(--primaryColorLight) !important;
}
.bor_l_C-secondaryColor {
  border-left-color: var(--secondaryColor) !important;
}
.bor_l_C-onSecondary {
  border-left-color: var(--onSecondary) !important;
}
.bor_l_C-onSecondaryContainer {
  border-left-color: var(--onSecondaryContainer) !important;
}
.bor_l_C-secondaryColorDark {
  border-left-color: var(--secondaryColorDark) !important;
}
.bor_l_C-secondaryColorLight {
  border-left-color: var(--secondaryColorLight) !important;
}
.bor_l_C-tertiaryColor {
  border-left-color: var(--tertiaryColor) !important;
}
.bor_l_C-onTertiary {
  border-left-color: var(--onTertiary) !important;
}
.bor_l_C-onTertiaryContainer {
  border-left-color: var(--onTertiaryContainer) !important;
}
.bor_l_C-tertiaryColorDark {
  border-left-color: var(--tertiaryColorDark) !important;
}
.bor_l_C-tertiaryColorLight {
  border-left-color: var(--tertiaryColorLight) !important;
}
.bor_l_C-background {
  border-left-color: var(--background) !important;
}
.bor_l_C-onBackground {
  border-left-color: var(--onBackground) !important;
}
.bor_l_C-surface {
  border-left-color: var(--surface) !important;
}
.bor_l_C-onSurface {
  border-left-color: var(--onSurface) !important;
}
.bor_l_C-outline {
  border-left-color: var(--outline) !important;
}
.bor_l_C-shadow {
  border-left-color: var(--shadow) !important;
}
.bor_l_C-inverseSurface {
  border-left-color: var(--inverseSurface) !important;
}
.bor_l_C-inverseOnSurface {
  border-left-color: var(--inverseOnSurface) !important;
}
.bor_l_C-inversePrimary {
  border-left-color: var(--inversePrimary) !important;
}
.bor_l_C-contrastColor {
  border-left-color: var(--contrastColor) !important;
}
.bor_l_C-contrastColorDark {
  border-left-color: var(--contrastColorDark) !important;
}
.bor_l_C-contrastColorLight {
  border-left-color: var(--contrastColorLight) !important;
}
.bor_l_C-whiteColor {
  border-left-color: var(--whiteColor) !important;
}
.bor_l_C-blackColor {
  border-left-color: var(--blackColor) !important;
}
.bor_l_C-grayColor {
  border-left-color: var(--grayColor) !important;
}
.bor_l_C-grayColorDark {
  border-left-color: var(--grayColorDark) !important;
}
.bor_l_C-grayColorLight {
  border-left-color: var(--grayColorLight) !important;
}
.bor_l_C-grayColorVeryLight {
  border-left-color: var(--grayColorVeryLight) !important;
}
.bor_l_C-dangerColor {
  border-left-color: var(--dangerColor) !important;
}
.bor_l_C-successColor {
  border-left-color: var(--successColor) !important;
}
.bor_l_C-warningColor {
  border-left-color: var(--warningColor) !important;
}
.bor_l_C-101010 {
  border-left-color: #101010 !important;
}
.bor_l_C-262626 {
  border-left-color: #262626 !important;
}
.bor_l_C-0B0B0B {
  border-left-color: #0b0b0b !important;
}
.bor_l_C-FFFFFF {
  border-left-color: #ffffff !important;
}
.bor_l_C-CCCCCC {
  border-left-color: #cccccc !important;
}
.bor_l_C-3C3C3C {
  border-left-color: #3c3c3c !important;
}
.bor_l_C-595959 {
  border-left-color: #595959 !important;
}
.bor_l_C-F8F8FD {
  border-left-color: #f8f8fd !important;
}
.bor_l_C-c1c1c7 {
  border-left-color: #c1c1c7 !important;
}
.bor_l_C-f3efef {
  border-left-color: #f3efef !important;
}
.bor_l_C-ABA8A0 {
  border-left-color: #aba8a0 !important;
}
.bor_l_C-8A8681 {
  border-left-color: #8a8681 !important;
}
.bor_l_C-C4C2BC {
  border-left-color: #c4c2bc !important;
}
.bor_l_C-87CCE3 {
  border-left-color: #87cce3 !important;
}
.bor_l_C-65A3BA {
  border-left-color: #65a3ba !important;
}
.bor_l_C-AAE5FA {
  border-left-color: #aae5fa !important;
}
.bor_l_C-3811D0 {
  border-left-color: #3811d0 !important;
}
.bor_l_C-290B96 {
  border-left-color: #290b96 !important;
}
.bor_l_C-4C3CE6 {
  border-left-color: #4c3ce6 !important;
}
.bor_l_C-FD668C {
  border-left-color: #fd668c !important;
}
.bor_l_C-CB4D70 {
  border-left-color: #cb4d70 !important;
}
.bor_l_C-FE8CAE {
  border-left-color: #fe8cae !important;
}
.bor_l_C-3B3F49 {
  border-left-color: #3b3f49 !important;
}
.bor_l_C-2A2D36 {
  border-left-color: #2a2d36 !important;
}
.bor_l_C-4D525E {
  border-left-color: #4d525e !important;
}
.bor_l_C-283655 {
  border-left-color: #283655 !important;
}
.bor_l_C-1D2A40 {
  border-left-color: #1d2a40 !important;
}
.bor_l_C-334B6A {
  border-left-color: #334b6a !important;
}
.bor_l_C-E80D3B {
  border-left-color: #e80d3b !important;
}
.bor_l_C-B00A2E {
  border-left-color: #b00a2e !important;
}
.bor_l_C-EA2E58 {
  border-left-color: #ea2e58 !important;
}
.bor_l_C-171616 {
  border-left-color: #171616 !important;
}
.bor_l_C-0F0E0E {
  border-left-color: #0f0e0e !important;
}
.bor_l_C-2E2D2D {
  border-left-color: #2e2d2d !important;
}
.bor_l_C-0F478A {
  border-left-color: #0f478a !important;
}
.bor_l_C-0B376B {
  border-left-color: #0b376b !important;
}
.bor_l_C-1360AA {
  border-left-color: #1360aa !important;
}
.bor_l_C-0CC8FC {
  border-left-color: #0cc8fc !important;
}
.bor_l_C-09A1CA {
  border-left-color: #09a1ca !important;
}
.bor_l_C-2FD2FE {
  border-left-color: #2fd2fe !important;
}
.bor_l_C-22497D {
  border-left-color: #22497d !important;
}
.bor_l_C-1A3A63 {
  border-left-color: #1a3a63 !important;
}
.bor_l_C-2A5897 {
  border-left-color: #2a5897 !important;
}
.bor_l_C-AD2900 {
  border-left-color: #ad2900 !important;
}
.bor_l_C-851E00 {
  border-left-color: #851e00 !important;
}
.bor_l_C-D53400 {
  border-left-color: #d53400 !important;
}
.bor_l_C-FF8C4A {
  border-left-color: #ff8c4a !important;
}
.bor_l_C-CC7038 {
  border-left-color: #cc7038 !important;
}
.bor_l_C-FFA570 {
  border-left-color: #ffa570 !important;
}
.bor_l_C-32280A {
  border-left-color: #32280a !important;
}
.bor_l_C-241C07 {
  border-left-color: #241c07 !important;
}
.bor_l_C-4B3811 {
  border-left-color: #4b3811 !important;
}
.bor_l_C-FF4A67 {
  border-left-color: #ff4a67 !important;
}
.bor_l_C-CC3A52 {
  border-left-color: #cc3a52 !important;
}
.bor_l_C-FF6B83 {
  border-left-color: #ff6b83 !important;
}
.bor_l_C-FF7C44 {
  border-left-color: #ff7c44 !important;
}
.bor_l_C-CC6236 {
  border-left-color: #cc6236 !important;
}
.bor_l_C-FF9665 {
  border-left-color: #ff9665 !important;
}
.bor_l_C-4FADA7 {
  border-left-color: #4fada7 !important;
}
.bor_l_C-F6B23D {
  border-left-color: #f6b23d !important;
}
.bor_l_C-D0637C {
  border-left-color: #d0637c !important;
}
.bor_l_C-A94F63 {
  border-left-color: #a94f63 !important;
}
.bor_l_C-D98195 {
  border-left-color: #d98195 !important;
}
.bor_l_C-714EA8 {
  border-left-color: #714ea8 !important;
}
.bor_l_C-583B86 {
  border-left-color: #583b86 !important;
}
.bor_l_C-8A63CA {
  border-left-color: #8a63ca !important;
}
.bor_l_C-AC85F0 {
  border-left-color: #ac85f0 !important;
}
.bor_l_C-8A6BC8 {
  border-left-color: #8a6bc8 !important;
}
.bor_l_C-C4A6F2 {
  border-left-color: #c4a6f2 !important;
}
.bor_l_C-70C7BF {
  border-left-color: #70c7bf !important;
}
.bor_l_C-5AA19E {
  border-left-color: #5aa19e !important;
}
.bor_l_C-8CD9DE {
  border-left-color: #8cd9de !important;
}
.bor_l_C-7FFC75 {
  border-left-color: #7ffc75 !important;
}
.bor_l_C-64C95D {
  border-left-color: #64c95d !important;
}
.bor_l_C-9AFF94 {
  border-left-color: #9aff94 !important;
}
.bor_l_C-0F6BF5 {
  border-left-color: #0f6bf5 !important;
}
.bor_l_C-0B54C1 {
  border-left-color: #0b54c1 !important;
}
.bor_l_C-3985F7 {
  border-left-color: #3985f7 !important;
}
.bor_l_C-7EC6A5 {
  border-left-color: #7ec6a5 !important;
}
.bor_l_C-63A086 {
  border-left-color: #63a086 !important;
}
.bor_l_C-9FD9C4 {
  border-left-color: #9fd9c4 !important;
}
.bor_l_C-525466 {
  border-left-color: #525466 !important;
}
.bor_l_C-414352 {
  border-left-color: #414352 !important;
}
.bor_l_C-64687A {
  border-left-color: #64687a !important;
}
.bor_l_C-92A77B {
  border-left-color: #92a77b !important;
}
.bor_l_C-758A63 {
  border-left-color: #758a63 !important;
}
.bor_l_C-AFC49A {
  border-left-color: #afc49a !important;
}
.bor_l_C-153135 {
  border-left-color: #153135 !important;
}
.bor_l_C-A1ABB4 {
  border-left-color: #a1abb4 !important;
}
.bor_l_C-424242 {
  border-left-color: #424242 !important;
}
.bor_l_C-7F82C5 {
  border-left-color: #7f82c5 !important;
}
.bor_l_C-6063A0 {
  border-left-color: #6063a0 !important;
}
.bor_l_C-9EA1EA {
  border-left-color: #9ea1ea !important;
}
.bor_l_C-3C61AE {
  border-left-color: #3c61ae !important;
}
.bor_l_C-2E4A87 {
  border-left-color: #2e4a87 !important;
}
.bor_l_C-4A78D5 {
  border-left-color: #4a78d5 !important;
}
.bor_l_C-E6E6FA {
  border-left-color: #e6e6fa !important;
}
.bor_l_C-B3B3F5 {
  border-left-color: #b3b3f5 !important;
}
.bor_l_C-90EE90 {
  border-left-color: #90ee90 !important;
}
.bor_l_C-6ECB6E {
  border-left-color: #6ecb6e !important;
}
.bor_l_C-B4FEB4 {
  border-left-color: #b4feb4 !important;
}
.bor_l_C-FFFACD {
  border-left-color: #fffacd !important;
}
.bor_l_C-CCC99A {
  border-left-color: #ccc99a !important;
}
.bor_l_C-DD2222 {
  border-left-color: #dd2222 !important;
}
.bor_l_C-0E0E0E {
  border-left-color: #0e0e0e !important;
}
.bor_l_C-332E2E {
  border-left-color: #332e2e !important;
}
.bor_l_C-AA1B1B {
  border-left-color: #aa1b1b !important;
}
.bor_l_C-FF4949 {
  border-left-color: #ff4949 !important;
}
.bor_l_C-1C1B1B {
  border-left-color: #1c1b1b !important;
}
.bor_l_C-141414 {
  border-left-color: #141414 !important;
}
.bor_l_C-252424 {
  border-left-color: #252424 !important;
}
.bor_l_C-33B5E5 {
  border-left-color: #33b5e5 !important;
}
.bor_l_C-2C76B8 {
  border-left-color: #2c76b8 !important;
}
.bor_l_C-1A6398 {
  border-left-color: #1a6398 !important;
}
.bor_l_C-36B4B4 {
  border-left-color: #36b4b4 !important;
}
.bor_l_C-2A8F8F {
  border-left-color: #2a8f8f !important;
}
.bor_l_C-42D9D9 {
  border-left-color: #42d9d9 !important;
}
.bor_l_C-BE2CAA {
  border-left-color: #be2caa !important;
}
.bor_l_C-95207F {
  border-left-color: #95207f !important;
}
.bor_l_C-E254D1 {
  border-left-color: #e254d1 !important;
}
.bor_l_C-4081C6 {
  border-left-color: #4081c6 !important;
}
.bor_l_C-3164A0 {
  border-left-color: #3164a0 !important;
}
.bor_l_C-5298E6 {
  border-left-color: #5298e6 !important;
}
.bor_l_C-ADD8E6 {
  border-left-color: #add8e6 !important;
}
.bor_l_C-8BABBE {
  border-left-color: #8babbe !important;
}
.bor_l_C-D0EAFF {
  border-left-color: #d0eaff !important;
}
.bor_l_C-169999 {
  border-left-color: #169999 !important;
}
.bor_l_C-127A7A {
  border-left-color: #127a7a !important;
}
.bor_l_C-1AB2B2 {
  border-left-color: #1ab2b2 !important;
}
.bor_l_C-F5DEB3 {
  border-left-color: #f5deb3 !important;
}
.bor_l_C-C2AF8D {
  border-left-color: #c2af8d !important;
}
.bor_l_C-FAF0D6 {
  border-left-color: #faf0d6 !important;
}
.bor_l_C-FF4D01 {
  border-left-color: #ff4d01 !important;
}
.bor_l_C-CC3E01 {
  border-left-color: #cc3e01 !important;
}
.bor_l_C-FF6224 {
  border-left-color: #ff6224 !important;
}
.bor_l_C-767ADB {
  border-left-color: #767adb !important;
}
.bor_l_C-5B5EAC {
  border-left-color: #5b5eac !important;
}
.bor_l_C-8F95FB {
  border-left-color: #8f95fb !important;
}
.bor_l_C-EFAF3F {
  border-left-color: #efaf3f !important;
}
.bor_l_C-BF8C32 {
  border-left-color: #bf8c32 !important;
}
.bor_l_C-FFD16A {
  border-left-color: #ffd16a !important;
}
.bor_l_C-BD5D70 {
  border-left-color: #bd5d70 !important;
}
.bor_l_C-974A59 {
  border-left-color: #974a59 !important;
}
.bor_l_C-D97A8A {
  border-left-color: #d97a8a !important;
}
.bor_l_C-71727F {
  border-left-color: #71727f !important;
}
.bor_l_C-595965 {
  border-left-color: #595965 !important;
}
.bor_l_C-898A99 {
  border-left-color: #898a99 !important;
}
.bor_l_C-D30911 {
  border-left-color: #d30911 !important;
}
.bor_l_C-A3070D {
  border-left-color: #a3070d !important;
}
.bor_l_C-F33B35 {
  border-left-color: #f33b35 !important;
}
.bor_l_C-FC685F {
  border-left-color: #fc685f !important;
}
.bor_l_C-CA564D {
  border-left-color: #ca564d !important;
}
.bor_l_C-FE8A87 {
  border-left-color: #fe8a87 !important;
}
.bor_l_C-D8056B {
  border-left-color: #d8056b !important;
}
.bor_l_C-AA0453 {
  border-left-color: #aa0453 !important;
}
.bor_l_C-EC307F {
  border-left-color: #ec307f !important;
}
.bor_l_C-9DBFAF {
  border-left-color: #9dbfaf !important;
}
.bor_l_C-6F8F7E {
  border-left-color: #6f8f7e !important;
}
.bor_l_C-BFE1D1 {
  border-left-color: #bfe1d1 !important;
}
.bor_l_C-D4A5A5 {
  border-left-color: #d4a5a5 !important;
}
.bor_l_C-AA8282 {
  border-left-color: #aa8282 !important;
}
.bor_l_C-F8C8C8 {
  border-left-color: #f8c8c8 !important;
}
.bor_l_C-F5E0C3 {
  border-left-color: #f5e0c3 !important;
}
.bor_l_C-C2B39A {
  border-left-color: #c2b39a !important;
}
.bor_l_C-FAF0E6 {
  border-left-color: #faf0e6 !important;
}
.bor_l_C-3D799C {
  border-left-color: #3d799c !important;
}
.bor_l_C-64C3F0 {
  border-left-color: #64c3f0 !important;
}
.bor_l_C-B4C2C9 {
  border-left-color: #b4c2c9 !important;
}
.bor_l_C-FFD700 {
  border-left-color: #ffd700 !important;
}
.bor_l_C-800080 {
  border-left-color: #800080 !important;
}
.bor_l_C-FF7F50 {
  border-left-color: #ff7f50 !important;
}
.bor_l_C-4285F4 {
  border-left-color: #4285f4 !important;
}
.bor_l_C-3467C2 {
  border-left-color: #3467c2 !important;
}
.bor_l_C-6B9DF6 {
  border-left-color: #6b9df6 !important;
}
.bor_l_C-AAC9F4 {
  border-left-color: #aac9f4 !important;
}
.bor_l_C-8CAED4 {
  border-left-color: #8caed4 !important;
}
.bor_l_C-CEE4F6 {
  border-left-color: #cee4f6 !important;
}
.bor_l_C-FA5E54 {
  border-left-color: #fa5e54 !important;
}
.bor_l_C-C84B43 {
  border-left-color: #c84b43 !important;
}
.bor_l_C-FC8175 {
  border-left-color: #fc8175 !important;
}
.bor_l_C-F0B247 {
  border-left-color: #f0b247 !important;
}
.bor_l_C-45723F {
  border-left-color: #45723f !important;
}
.bor_l_C-D81A12 {
  border-left-color: #d81a12 !important;
}
.bor_l_C-FFBE7A {
  border-left-color: #ffbe7a !important;
}
.bor_l_C-4D0206 {
  border-left-color: #4d0206 !important;
}
.bor_l_C-0D5257 {
  border-left-color: #0d5257 !important;
}
.bor_l_C-A116FB {
  border-left-color: #a116fb !important;
}
.bor_l_C-FFCC00 {
  border-left-color: #ffcc00 !important;
}
.bor_l_C-CC9F00 {
  border-left-color: #cc9f00 !important;
}
.bor_l_C-FFE033 {
  border-left-color: #ffe033 !important;
}
.bor_l_C-528BF6 {
  border-left-color: #528bf6 !important;
}
.bor_l_C-4171C4 {
  border-left-color: #4171c4 !important;
}
.bor_l_C-6CA1F8 {
  border-left-color: #6ca1f8 !important;
}
.bor_l_C-363A8A {
  border-left-color: #363a8a !important;
}
.bor_l_C-2B2F6E {
  border-left-color: #2b2f6e !important;
}
.bor_l_C-4B55A5 {
  border-left-color: #4b55a5 !important;
}
.bor_l_C-BBDE13 {
  border-left-color: #bbde13 !important;
}
.m_1 {
  margin: 1px;
}
.p_1 {
  padding: 1px;
}
.mt_1 {
  margin-top: 1px;
}
.pt_1 {
  padding-top: 1px;
}
.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}
.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}
.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.m_1 {
  margin: 1px;
}
.p_1 {
  padding: 1px;
}
.mb_1 {
  margin-bottom: 1px;
}
.pb_1 {
  padding-bottom: 1px;
}
.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}
.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}
.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.m_1 {
  margin: 1px;
}
.p_1 {
  padding: 1px;
}
.mr_1 {
  margin-right: 1px;
}
.pr_1 {
  padding-right: 1px;
}
.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}
.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}
.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.m_1 {
  margin: 1px;
}
.p_1 {
  padding: 1px;
}
.ml_1 {
  margin-left: 1px;
}
.pl_1 {
  padding-left: 1px;
}
.mx_1 {
  margin-left: 1px;
  margin-right: 1px;
}
.my_1 {
  margin-top: 1px;
  margin-bottom: 1px;
}
.px_1 {
  padding-left: 1px;
  padding-right: 1px;
}
.py_1 {
  padding-top: 1px;
  padding-bottom: 1px;
}
.gapX_1 {
  column-gap: 1px;
}
.gapY_1 {
  row-gap: 1px;
}
.m_2 {
  margin: 2px;
}
.p_2 {
  padding: 2px;
}
.mt_2 {
  margin-top: 2px;
}
.pt_2 {
  padding-top: 2px;
}
.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}
.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}
.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.m_2 {
  margin: 2px;
}
.p_2 {
  padding: 2px;
}
.mb_2 {
  margin-bottom: 2px;
}
.pb_2 {
  padding-bottom: 2px;
}
.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}
.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}
.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.m_2 {
  margin: 2px;
}
.p_2 {
  padding: 2px;
}
.mr_2 {
  margin-right: 2px;
}
.pr_2 {
  padding-right: 2px;
}
.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}
.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}
.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.m_2 {
  margin: 2px;
}
.p_2 {
  padding: 2px;
}
.ml_2 {
  margin-left: 2px;
}
.pl_2 {
  padding-left: 2px;
}
.mx_2 {
  margin-left: 2px;
  margin-right: 2px;
}
.my_2 {
  margin-top: 2px;
  margin-bottom: 2px;
}
.px_2 {
  padding-left: 2px;
  padding-right: 2px;
}
.py_2 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.gapX_2 {
  column-gap: 2px;
}
.gapY_2 {
  row-gap: 2px;
}
.m_3 {
  margin: 3px;
}
.p_3 {
  padding: 3px;
}
.mt_3 {
  margin-top: 3px;
}
.pt_3 {
  padding-top: 3px;
}
.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}
.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}
.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.m_3 {
  margin: 3px;
}
.p_3 {
  padding: 3px;
}
.mb_3 {
  margin-bottom: 3px;
}
.pb_3 {
  padding-bottom: 3px;
}
.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}
.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}
.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.m_3 {
  margin: 3px;
}
.p_3 {
  padding: 3px;
}
.mr_3 {
  margin-right: 3px;
}
.pr_3 {
  padding-right: 3px;
}
.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}
.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}
.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.m_3 {
  margin: 3px;
}
.p_3 {
  padding: 3px;
}
.ml_3 {
  margin-left: 3px;
}
.pl_3 {
  padding-left: 3px;
}
.mx_3 {
  margin-left: 3px;
  margin-right: 3px;
}
.my_3 {
  margin-top: 3px;
  margin-bottom: 3px;
}
.px_3 {
  padding-left: 3px;
  padding-right: 3px;
}
.py_3 {
  padding-top: 3px;
  padding-bottom: 3px;
}
.gapX_3 {
  column-gap: 3px;
}
.gapY_3 {
  row-gap: 3px;
}
.m_4 {
  margin: 4px;
}
.p_4 {
  padding: 4px;
}
.mt_4 {
  margin-top: 4px;
}
.pt_4 {
  padding-top: 4px;
}
.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.m_4 {
  margin: 4px;
}
.p_4 {
  padding: 4px;
}
.mb_4 {
  margin-bottom: 4px;
}
.pb_4 {
  padding-bottom: 4px;
}
.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.m_4 {
  margin: 4px;
}
.p_4 {
  padding: 4px;
}
.mr_4 {
  margin-right: 4px;
}
.pr_4 {
  padding-right: 4px;
}
.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.m_4 {
  margin: 4px;
}
.p_4 {
  padding: 4px;
}
.ml_4 {
  margin-left: 4px;
}
.pl_4 {
  padding-left: 4px;
}
.mx_4 {
  margin-left: 4px;
  margin-right: 4px;
}
.my_4 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.px_4 {
  padding-left: 4px;
  padding-right: 4px;
}
.py_4 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.gapX_4 {
  column-gap: 4px;
}
.gapY_4 {
  row-gap: 4px;
}
.m_5 {
  margin: 5px;
}
.p_5 {
  padding: 5px;
}
.mt_5 {
  margin-top: 5px;
}
.pt_5 {
  padding-top: 5px;
}
.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m_5 {
  margin: 5px;
}
.p_5 {
  padding: 5px;
}
.mb_5 {
  margin-bottom: 5px;
}
.pb_5 {
  padding-bottom: 5px;
}
.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m_5 {
  margin: 5px;
}
.p_5 {
  padding: 5px;
}
.mr_5 {
  margin-right: 5px;
}
.pr_5 {
  padding-right: 5px;
}
.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.m_5 {
  margin: 5px;
}
.p_5 {
  padding: 5px;
}
.ml_5 {
  margin-left: 5px;
}
.pl_5 {
  padding-left: 5px;
}
.mx_5 {
  margin-left: 5px;
  margin-right: 5px;
}
.my_5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.px_5 {
  padding-left: 5px;
  padding-right: 5px;
}
.py_5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.gapX_5 {
  column-gap: 5px;
}
.gapY_5 {
  row-gap: 5px;
}
.m_6 {
  margin: 6px;
}
.p_6 {
  padding: 6px;
}
.mt_6 {
  margin-top: 6px;
}
.pt_6 {
  padding-top: 6px;
}
.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}
.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.m_6 {
  margin: 6px;
}
.p_6 {
  padding: 6px;
}
.mb_6 {
  margin-bottom: 6px;
}
.pb_6 {
  padding-bottom: 6px;
}
.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}
.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.m_6 {
  margin: 6px;
}
.p_6 {
  padding: 6px;
}
.mr_6 {
  margin-right: 6px;
}
.pr_6 {
  padding-right: 6px;
}
.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}
.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.m_6 {
  margin: 6px;
}
.p_6 {
  padding: 6px;
}
.ml_6 {
  margin-left: 6px;
}
.pl_6 {
  padding-left: 6px;
}
.mx_6 {
  margin-left: 6px;
  margin-right: 6px;
}
.my_6 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.px_6 {
  padding-left: 6px;
  padding-right: 6px;
}
.py_6 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.gapX_6 {
  column-gap: 6px;
}
.gapY_6 {
  row-gap: 6px;
}
.m_7 {
  margin: 7px;
}
.p_7 {
  padding: 7px;
}
.mt_7 {
  margin-top: 7px;
}
.pt_7 {
  padding-top: 7px;
}
.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}
.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}
.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.m_7 {
  margin: 7px;
}
.p_7 {
  padding: 7px;
}
.mb_7 {
  margin-bottom: 7px;
}
.pb_7 {
  padding-bottom: 7px;
}
.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}
.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}
.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.m_7 {
  margin: 7px;
}
.p_7 {
  padding: 7px;
}
.mr_7 {
  margin-right: 7px;
}
.pr_7 {
  padding-right: 7px;
}
.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}
.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}
.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.m_7 {
  margin: 7px;
}
.p_7 {
  padding: 7px;
}
.ml_7 {
  margin-left: 7px;
}
.pl_7 {
  padding-left: 7px;
}
.mx_7 {
  margin-left: 7px;
  margin-right: 7px;
}
.my_7 {
  margin-top: 7px;
  margin-bottom: 7px;
}
.px_7 {
  padding-left: 7px;
  padding-right: 7px;
}
.py_7 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.gapX_7 {
  column-gap: 7px;
}
.gapY_7 {
  row-gap: 7px;
}
.m_8 {
  margin: 8px;
}
.p_8 {
  padding: 8px;
}
.mt_8 {
  margin-top: 8px;
}
.pt_8 {
  padding-top: 8px;
}
.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}
.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}
.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_8 {
  margin: 8px;
}
.p_8 {
  padding: 8px;
}
.mb_8 {
  margin-bottom: 8px;
}
.pb_8 {
  padding-bottom: 8px;
}
.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}
.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}
.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_8 {
  margin: 8px;
}
.p_8 {
  padding: 8px;
}
.mr_8 {
  margin-right: 8px;
}
.pr_8 {
  padding-right: 8px;
}
.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}
.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}
.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.m_8 {
  margin: 8px;
}
.p_8 {
  padding: 8px;
}
.ml_8 {
  margin-left: 8px;
}
.pl_8 {
  padding-left: 8px;
}
.mx_8 {
  margin-left: 8px;
  margin-right: 8px;
}
.my_8 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.px_8 {
  padding-left: 8px;
  padding-right: 8px;
}
.py_8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.gapX_8 {
  column-gap: 8px;
}
.gapY_8 {
  row-gap: 8px;
}
.m_9 {
  margin: 9px;
}
.p_9 {
  padding: 9px;
}
.mt_9 {
  margin-top: 9px;
}
.pt_9 {
  padding-top: 9px;
}
.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}
.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}
.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.m_9 {
  margin: 9px;
}
.p_9 {
  padding: 9px;
}
.mb_9 {
  margin-bottom: 9px;
}
.pb_9 {
  padding-bottom: 9px;
}
.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}
.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}
.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.m_9 {
  margin: 9px;
}
.p_9 {
  padding: 9px;
}
.mr_9 {
  margin-right: 9px;
}
.pr_9 {
  padding-right: 9px;
}
.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}
.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}
.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.m_9 {
  margin: 9px;
}
.p_9 {
  padding: 9px;
}
.ml_9 {
  margin-left: 9px;
}
.pl_9 {
  padding-left: 9px;
}
.mx_9 {
  margin-left: 9px;
  margin-right: 9px;
}
.my_9 {
  margin-top: 9px;
  margin-bottom: 9px;
}
.px_9 {
  padding-left: 9px;
  padding-right: 9px;
}
.py_9 {
  padding-top: 9px;
  padding-bottom: 9px;
}
.gapX_9 {
  column-gap: 9px;
}
.gapY_9 {
  row-gap: 9px;
}
.m_10 {
  margin: 10px;
}
.p_10 {
  padding: 10px;
}
.mt_10 {
  margin-top: 10px;
}
.pt_10 {
  padding-top: 10px;
}
.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_10 {
  margin: 10px;
}
.p_10 {
  padding: 10px;
}
.mb_10 {
  margin-bottom: 10px;
}
.pb_10 {
  padding-bottom: 10px;
}
.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_10 {
  margin: 10px;
}
.p_10 {
  padding: 10px;
}
.mr_10 {
  margin-right: 10px;
}
.pr_10 {
  padding-right: 10px;
}
.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.m_10 {
  margin: 10px;
}
.p_10 {
  padding: 10px;
}
.ml_10 {
  margin-left: 10px;
}
.pl_10 {
  padding-left: 10px;
}
.mx_10 {
  margin-left: 10px;
  margin-right: 10px;
}
.my_10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.px_10 {
  padding-left: 10px;
  padding-right: 10px;
}
.py_10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gapX_10 {
  column-gap: 10px;
}
.gapY_10 {
  row-gap: 10px;
}
.m_11 {
  margin: 11px;
}
.p_11 {
  padding: 11px;
}
.mt_11 {
  margin-top: 11px;
}
.pt_11 {
  padding-top: 11px;
}
.mx_11 {
  margin-left: 11px;
  margin-right: 11px;
}
.my_11 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.px_11 {
  padding-left: 11px;
  padding-right: 11px;
}
.py_11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.m_11 {
  margin: 11px;
}
.p_11 {
  padding: 11px;
}
.mb_11 {
  margin-bottom: 11px;
}
.pb_11 {
  padding-bottom: 11px;
}
.mx_11 {
  margin-left: 11px;
  margin-right: 11px;
}
.my_11 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.px_11 {
  padding-left: 11px;
  padding-right: 11px;
}
.py_11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.m_11 {
  margin: 11px;
}
.p_11 {
  padding: 11px;
}
.mr_11 {
  margin-right: 11px;
}
.pr_11 {
  padding-right: 11px;
}
.mx_11 {
  margin-left: 11px;
  margin-right: 11px;
}
.my_11 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.px_11 {
  padding-left: 11px;
  padding-right: 11px;
}
.py_11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.m_11 {
  margin: 11px;
}
.p_11 {
  padding: 11px;
}
.ml_11 {
  margin-left: 11px;
}
.pl_11 {
  padding-left: 11px;
}
.mx_11 {
  margin-left: 11px;
  margin-right: 11px;
}
.my_11 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.px_11 {
  padding-left: 11px;
  padding-right: 11px;
}
.py_11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.gapX_11 {
  column-gap: 11px;
}
.gapY_11 {
  row-gap: 11px;
}
.m_12 {
  margin: 12px;
}
.p_12 {
  padding: 12px;
}
.mt_12 {
  margin-top: 12px;
}
.pt_12 {
  padding-top: 12px;
}
.mx_12 {
  margin-left: 12px;
  margin-right: 12px;
}
.my_12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.px_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py_12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.m_12 {
  margin: 12px;
}
.p_12 {
  padding: 12px;
}
.mb_12 {
  margin-bottom: 12px;
}
.pb_12 {
  padding-bottom: 12px;
}
.mx_12 {
  margin-left: 12px;
  margin-right: 12px;
}
.my_12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.px_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py_12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.m_12 {
  margin: 12px;
}
.p_12 {
  padding: 12px;
}
.mr_12 {
  margin-right: 12px;
}
.pr_12 {
  padding-right: 12px;
}
.mx_12 {
  margin-left: 12px;
  margin-right: 12px;
}
.my_12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.px_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py_12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.m_12 {
  margin: 12px;
}
.p_12 {
  padding: 12px;
}
.ml_12 {
  margin-left: 12px;
}
.pl_12 {
  padding-left: 12px;
}
.mx_12 {
  margin-left: 12px;
  margin-right: 12px;
}
.my_12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.px_12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py_12 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.gapX_12 {
  column-gap: 12px;
}
.gapY_12 {
  row-gap: 12px;
}
.m_13 {
  margin: 13px;
}
.p_13 {
  padding: 13px;
}
.mt_13 {
  margin-top: 13px;
}
.pt_13 {
  padding-top: 13px;
}
.mx_13 {
  margin-left: 13px;
  margin-right: 13px;
}
.my_13 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.px_13 {
  padding-left: 13px;
  padding-right: 13px;
}
.py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.m_13 {
  margin: 13px;
}
.p_13 {
  padding: 13px;
}
.mb_13 {
  margin-bottom: 13px;
}
.pb_13 {
  padding-bottom: 13px;
}
.mx_13 {
  margin-left: 13px;
  margin-right: 13px;
}
.my_13 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.px_13 {
  padding-left: 13px;
  padding-right: 13px;
}
.py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.m_13 {
  margin: 13px;
}
.p_13 {
  padding: 13px;
}
.mr_13 {
  margin-right: 13px;
}
.pr_13 {
  padding-right: 13px;
}
.mx_13 {
  margin-left: 13px;
  margin-right: 13px;
}
.my_13 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.px_13 {
  padding-left: 13px;
  padding-right: 13px;
}
.py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.m_13 {
  margin: 13px;
}
.p_13 {
  padding: 13px;
}
.ml_13 {
  margin-left: 13px;
}
.pl_13 {
  padding-left: 13px;
}
.mx_13 {
  margin-left: 13px;
  margin-right: 13px;
}
.my_13 {
  margin-top: 13px;
  margin-bottom: 13px;
}
.px_13 {
  padding-left: 13px;
  padding-right: 13px;
}
.py_13 {
  padding-top: 13px;
  padding-bottom: 13px;
}
.gapX_13 {
  column-gap: 13px;
}
.gapY_13 {
  row-gap: 13px;
}
.m_14 {
  margin: 14px;
}
.p_14 {
  padding: 14px;
}
.mt_14 {
  margin-top: 14px;
}
.pt_14 {
  padding-top: 14px;
}
.mx_14 {
  margin-left: 14px;
  margin-right: 14px;
}
.my_14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.px_14 {
  padding-left: 14px;
  padding-right: 14px;
}
.py_14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.m_14 {
  margin: 14px;
}
.p_14 {
  padding: 14px;
}
.mb_14 {
  margin-bottom: 14px;
}
.pb_14 {
  padding-bottom: 14px;
}
.mx_14 {
  margin-left: 14px;
  margin-right: 14px;
}
.my_14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.px_14 {
  padding-left: 14px;
  padding-right: 14px;
}
.py_14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.m_14 {
  margin: 14px;
}
.p_14 {
  padding: 14px;
}
.mr_14 {
  margin-right: 14px;
}
.pr_14 {
  padding-right: 14px;
}
.mx_14 {
  margin-left: 14px;
  margin-right: 14px;
}
.my_14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.px_14 {
  padding-left: 14px;
  padding-right: 14px;
}
.py_14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.m_14 {
  margin: 14px;
}
.p_14 {
  padding: 14px;
}
.ml_14 {
  margin-left: 14px;
}
.pl_14 {
  padding-left: 14px;
}
.mx_14 {
  margin-left: 14px;
  margin-right: 14px;
}
.my_14 {
  margin-top: 14px;
  margin-bottom: 14px;
}
.px_14 {
  padding-left: 14px;
  padding-right: 14px;
}
.py_14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.gapX_14 {
  column-gap: 14px;
}
.gapY_14 {
  row-gap: 14px;
}
.m_15 {
  margin: 15px;
}
.p_15 {
  padding: 15px;
}
.mt_15 {
  margin-top: 15px;
}
.pt_15 {
  padding-top: 15px;
}
.mx_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m_15 {
  margin: 15px;
}
.p_15 {
  padding: 15px;
}
.mb_15 {
  margin-bottom: 15px;
}
.pb_15 {
  padding-bottom: 15px;
}
.mx_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m_15 {
  margin: 15px;
}
.p_15 {
  padding: 15px;
}
.mr_15 {
  margin-right: 15px;
}
.pr_15 {
  padding-right: 15px;
}
.mx_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.m_15 {
  margin: 15px;
}
.p_15 {
  padding: 15px;
}
.ml_15 {
  margin-left: 15px;
}
.pl_15 {
  padding-left: 15px;
}
.mx_15 {
  margin-left: 15px;
  margin-right: 15px;
}
.my_15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.px_15 {
  padding-left: 15px;
  padding-right: 15px;
}
.py_15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.gapX_15 {
  column-gap: 15px;
}
.gapY_15 {
  row-gap: 15px;
}
.m_16 {
  margin: 16px;
}
.p_16 {
  padding: 16px;
}
.mt_16 {
  margin-top: 16px;
}
.pt_16 {
  padding-top: 16px;
}
.mx_16 {
  margin-left: 16px;
  margin-right: 16px;
}
.my_16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.px_16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.m_16 {
  margin: 16px;
}
.p_16 {
  padding: 16px;
}
.mb_16 {
  margin-bottom: 16px;
}
.pb_16 {
  padding-bottom: 16px;
}
.mx_16 {
  margin-left: 16px;
  margin-right: 16px;
}
.my_16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.px_16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.m_16 {
  margin: 16px;
}
.p_16 {
  padding: 16px;
}
.mr_16 {
  margin-right: 16px;
}
.pr_16 {
  padding-right: 16px;
}
.mx_16 {
  margin-left: 16px;
  margin-right: 16px;
}
.my_16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.px_16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.m_16 {
  margin: 16px;
}
.p_16 {
  padding: 16px;
}
.ml_16 {
  margin-left: 16px;
}
.pl_16 {
  padding-left: 16px;
}
.mx_16 {
  margin-left: 16px;
  margin-right: 16px;
}
.my_16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.px_16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py_16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.gapX_16 {
  column-gap: 16px;
}
.gapY_16 {
  row-gap: 16px;
}
.m_17 {
  margin: 17px;
}
.p_17 {
  padding: 17px;
}
.mt_17 {
  margin-top: 17px;
}
.pt_17 {
  padding-top: 17px;
}
.mx_17 {
  margin-left: 17px;
  margin-right: 17px;
}
.my_17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.px_17 {
  padding-left: 17px;
  padding-right: 17px;
}
.py_17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.m_17 {
  margin: 17px;
}
.p_17 {
  padding: 17px;
}
.mb_17 {
  margin-bottom: 17px;
}
.pb_17 {
  padding-bottom: 17px;
}
.mx_17 {
  margin-left: 17px;
  margin-right: 17px;
}
.my_17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.px_17 {
  padding-left: 17px;
  padding-right: 17px;
}
.py_17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.m_17 {
  margin: 17px;
}
.p_17 {
  padding: 17px;
}
.mr_17 {
  margin-right: 17px;
}
.pr_17 {
  padding-right: 17px;
}
.mx_17 {
  margin-left: 17px;
  margin-right: 17px;
}
.my_17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.px_17 {
  padding-left: 17px;
  padding-right: 17px;
}
.py_17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.m_17 {
  margin: 17px;
}
.p_17 {
  padding: 17px;
}
.ml_17 {
  margin-left: 17px;
}
.pl_17 {
  padding-left: 17px;
}
.mx_17 {
  margin-left: 17px;
  margin-right: 17px;
}
.my_17 {
  margin-top: 17px;
  margin-bottom: 17px;
}
.px_17 {
  padding-left: 17px;
  padding-right: 17px;
}
.py_17 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.gapX_17 {
  column-gap: 17px;
}
.gapY_17 {
  row-gap: 17px;
}
.m_18 {
  margin: 18px;
}
.p_18 {
  padding: 18px;
}
.mt_18 {
  margin-top: 18px;
}
.pt_18 {
  padding-top: 18px;
}
.mx_18 {
  margin-left: 18px;
  margin-right: 18px;
}
.my_18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.px_18 {
  padding-left: 18px;
  padding-right: 18px;
}
.py_18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.m_18 {
  margin: 18px;
}
.p_18 {
  padding: 18px;
}
.mb_18 {
  margin-bottom: 18px;
}
.pb_18 {
  padding-bottom: 18px;
}
.mx_18 {
  margin-left: 18px;
  margin-right: 18px;
}
.my_18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.px_18 {
  padding-left: 18px;
  padding-right: 18px;
}
.py_18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.m_18 {
  margin: 18px;
}
.p_18 {
  padding: 18px;
}
.mr_18 {
  margin-right: 18px;
}
.pr_18 {
  padding-right: 18px;
}
.mx_18 {
  margin-left: 18px;
  margin-right: 18px;
}
.my_18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.px_18 {
  padding-left: 18px;
  padding-right: 18px;
}
.py_18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.m_18 {
  margin: 18px;
}
.p_18 {
  padding: 18px;
}
.ml_18 {
  margin-left: 18px;
}
.pl_18 {
  padding-left: 18px;
}
.mx_18 {
  margin-left: 18px;
  margin-right: 18px;
}
.my_18 {
  margin-top: 18px;
  margin-bottom: 18px;
}
.px_18 {
  padding-left: 18px;
  padding-right: 18px;
}
.py_18 {
  padding-top: 18px;
  padding-bottom: 18px;
}
.gapX_18 {
  column-gap: 18px;
}
.gapY_18 {
  row-gap: 18px;
}
.m_19 {
  margin: 19px;
}
.p_19 {
  padding: 19px;
}
.mt_19 {
  margin-top: 19px;
}
.pt_19 {
  padding-top: 19px;
}
.mx_19 {
  margin-left: 19px;
  margin-right: 19px;
}
.my_19 {
  margin-top: 19px;
  margin-bottom: 19px;
}
.px_19 {
  padding-left: 19px;
  padding-right: 19px;
}
.py_19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.m_19 {
  margin: 19px;
}
.p_19 {
  padding: 19px;
}
.mb_19 {
  margin-bottom: 19px;
}
.pb_19 {
  padding-bottom: 19px;
}
.mx_19 {
  margin-left: 19px;
  margin-right: 19px;
}
.my_19 {
  margin-top: 19px;
  margin-bottom: 19px;
}
.px_19 {
  padding-left: 19px;
  padding-right: 19px;
}
.py_19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.m_19 {
  margin: 19px;
}
.p_19 {
  padding: 19px;
}
.mr_19 {
  margin-right: 19px;
}
.pr_19 {
  padding-right: 19px;
}
.mx_19 {
  margin-left: 19px;
  margin-right: 19px;
}
.my_19 {
  margin-top: 19px;
  margin-bottom: 19px;
}
.px_19 {
  padding-left: 19px;
  padding-right: 19px;
}
.py_19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.m_19 {
  margin: 19px;
}
.p_19 {
  padding: 19px;
}
.ml_19 {
  margin-left: 19px;
}
.pl_19 {
  padding-left: 19px;
}
.mx_19 {
  margin-left: 19px;
  margin-right: 19px;
}
.my_19 {
  margin-top: 19px;
  margin-bottom: 19px;
}
.px_19 {
  padding-left: 19px;
  padding-right: 19px;
}
.py_19 {
  padding-top: 19px;
  padding-bottom: 19px;
}
.gapX_19 {
  column-gap: 19px;
}
.gapY_19 {
  row-gap: 19px;
}
.m_20 {
  margin: 20px;
}
.p_20 {
  padding: 20px;
}
.mt_20 {
  margin-top: 20px;
}
.pt_20 {
  padding-top: 20px;
}
.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m_20 {
  margin: 20px;
}
.p_20 {
  padding: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.pb_20 {
  padding-bottom: 20px;
}
.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m_20 {
  margin: 20px;
}
.p_20 {
  padding: 20px;
}
.mr_20 {
  margin-right: 20px;
}
.pr_20 {
  padding-right: 20px;
}
.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.m_20 {
  margin: 20px;
}
.p_20 {
  padding: 20px;
}
.ml_20 {
  margin-left: 20px;
}
.pl_20 {
  padding-left: 20px;
}
.mx_20 {
  margin-left: 20px;
  margin-right: 20px;
}
.my_20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.px_20 {
  padding-left: 20px;
  padding-right: 20px;
}
.py_20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.gapX_20 {
  column-gap: 20px;
}
.gapY_20 {
  row-gap: 20px;
}
.m_21 {
  margin: 21px;
}
.p_21 {
  padding: 21px;
}
.mt_21 {
  margin-top: 21px;
}
.pt_21 {
  padding-top: 21px;
}
.mx_21 {
  margin-left: 21px;
  margin-right: 21px;
}
.my_21 {
  margin-top: 21px;
  margin-bottom: 21px;
}
.px_21 {
  padding-left: 21px;
  padding-right: 21px;
}
.py_21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.m_21 {
  margin: 21px;
}
.p_21 {
  padding: 21px;
}
.mb_21 {
  margin-bottom: 21px;
}
.pb_21 {
  padding-bottom: 21px;
}
.mx_21 {
  margin-left: 21px;
  margin-right: 21px;
}
.my_21 {
  margin-top: 21px;
  margin-bottom: 21px;
}
.px_21 {
  padding-left: 21px;
  padding-right: 21px;
}
.py_21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.m_21 {
  margin: 21px;
}
.p_21 {
  padding: 21px;
}
.mr_21 {
  margin-right: 21px;
}
.pr_21 {
  padding-right: 21px;
}
.mx_21 {
  margin-left: 21px;
  margin-right: 21px;
}
.my_21 {
  margin-top: 21px;
  margin-bottom: 21px;
}
.px_21 {
  padding-left: 21px;
  padding-right: 21px;
}
.py_21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.m_21 {
  margin: 21px;
}
.p_21 {
  padding: 21px;
}
.ml_21 {
  margin-left: 21px;
}
.pl_21 {
  padding-left: 21px;
}
.mx_21 {
  margin-left: 21px;
  margin-right: 21px;
}
.my_21 {
  margin-top: 21px;
  margin-bottom: 21px;
}
.px_21 {
  padding-left: 21px;
  padding-right: 21px;
}
.py_21 {
  padding-top: 21px;
  padding-bottom: 21px;
}
.gapX_21 {
  column-gap: 21px;
}
.gapY_21 {
  row-gap: 21px;
}
.m_22 {
  margin: 22px;
}
.p_22 {
  padding: 22px;
}
.mt_22 {
  margin-top: 22px;
}
.pt_22 {
  padding-top: 22px;
}
.mx_22 {
  margin-left: 22px;
  margin-right: 22px;
}
.my_22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.px_22 {
  padding-left: 22px;
  padding-right: 22px;
}
.py_22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.m_22 {
  margin: 22px;
}
.p_22 {
  padding: 22px;
}
.mb_22 {
  margin-bottom: 22px;
}
.pb_22 {
  padding-bottom: 22px;
}
.mx_22 {
  margin-left: 22px;
  margin-right: 22px;
}
.my_22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.px_22 {
  padding-left: 22px;
  padding-right: 22px;
}
.py_22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.m_22 {
  margin: 22px;
}
.p_22 {
  padding: 22px;
}
.mr_22 {
  margin-right: 22px;
}
.pr_22 {
  padding-right: 22px;
}
.mx_22 {
  margin-left: 22px;
  margin-right: 22px;
}
.my_22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.px_22 {
  padding-left: 22px;
  padding-right: 22px;
}
.py_22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.m_22 {
  margin: 22px;
}
.p_22 {
  padding: 22px;
}
.ml_22 {
  margin-left: 22px;
}
.pl_22 {
  padding-left: 22px;
}
.mx_22 {
  margin-left: 22px;
  margin-right: 22px;
}
.my_22 {
  margin-top: 22px;
  margin-bottom: 22px;
}
.px_22 {
  padding-left: 22px;
  padding-right: 22px;
}
.py_22 {
  padding-top: 22px;
  padding-bottom: 22px;
}
.gapX_22 {
  column-gap: 22px;
}
.gapY_22 {
  row-gap: 22px;
}
.m_23 {
  margin: 23px;
}
.p_23 {
  padding: 23px;
}
.mt_23 {
  margin-top: 23px;
}
.pt_23 {
  padding-top: 23px;
}
.mx_23 {
  margin-left: 23px;
  margin-right: 23px;
}
.my_23 {
  margin-top: 23px;
  margin-bottom: 23px;
}
.px_23 {
  padding-left: 23px;
  padding-right: 23px;
}
.py_23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.m_23 {
  margin: 23px;
}
.p_23 {
  padding: 23px;
}
.mb_23 {
  margin-bottom: 23px;
}
.pb_23 {
  padding-bottom: 23px;
}
.mx_23 {
  margin-left: 23px;
  margin-right: 23px;
}
.my_23 {
  margin-top: 23px;
  margin-bottom: 23px;
}
.px_23 {
  padding-left: 23px;
  padding-right: 23px;
}
.py_23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.m_23 {
  margin: 23px;
}
.p_23 {
  padding: 23px;
}
.mr_23 {
  margin-right: 23px;
}
.pr_23 {
  padding-right: 23px;
}
.mx_23 {
  margin-left: 23px;
  margin-right: 23px;
}
.my_23 {
  margin-top: 23px;
  margin-bottom: 23px;
}
.px_23 {
  padding-left: 23px;
  padding-right: 23px;
}
.py_23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.m_23 {
  margin: 23px;
}
.p_23 {
  padding: 23px;
}
.ml_23 {
  margin-left: 23px;
}
.pl_23 {
  padding-left: 23px;
}
.mx_23 {
  margin-left: 23px;
  margin-right: 23px;
}
.my_23 {
  margin-top: 23px;
  margin-bottom: 23px;
}
.px_23 {
  padding-left: 23px;
  padding-right: 23px;
}
.py_23 {
  padding-top: 23px;
  padding-bottom: 23px;
}
.gapX_23 {
  column-gap: 23px;
}
.gapY_23 {
  row-gap: 23px;
}
.m_24 {
  margin: 24px;
}
.p_24 {
  padding: 24px;
}
.mt_24 {
  margin-top: 24px;
}
.pt_24 {
  padding-top: 24px;
}
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}
.my_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.px_24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.m_24 {
  margin: 24px;
}
.p_24 {
  padding: 24px;
}
.mb_24 {
  margin-bottom: 24px;
}
.pb_24 {
  padding-bottom: 24px;
}
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}
.my_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.px_24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.m_24 {
  margin: 24px;
}
.p_24 {
  padding: 24px;
}
.mr_24 {
  margin-right: 24px;
}
.pr_24 {
  padding-right: 24px;
}
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}
.my_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.px_24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.m_24 {
  margin: 24px;
}
.p_24 {
  padding: 24px;
}
.ml_24 {
  margin-left: 24px;
}
.pl_24 {
  padding-left: 24px;
}
.mx_24 {
  margin-left: 24px;
  margin-right: 24px;
}
.my_24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.px_24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py_24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.gapX_24 {
  column-gap: 24px;
}
.gapY_24 {
  row-gap: 24px;
}
.m_25 {
  margin: 25px;
}
.p_25 {
  padding: 25px;
}
.mt_25 {
  margin-top: 25px;
}
.pt_25 {
  padding-top: 25px;
}
.mx_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m_25 {
  margin: 25px;
}
.p_25 {
  padding: 25px;
}
.mb_25 {
  margin-bottom: 25px;
}
.pb_25 {
  padding-bottom: 25px;
}
.mx_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m_25 {
  margin: 25px;
}
.p_25 {
  padding: 25px;
}
.mr_25 {
  margin-right: 25px;
}
.pr_25 {
  padding-right: 25px;
}
.mx_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.m_25 {
  margin: 25px;
}
.p_25 {
  padding: 25px;
}
.ml_25 {
  margin-left: 25px;
}
.pl_25 {
  padding-left: 25px;
}
.mx_25 {
  margin-left: 25px;
  margin-right: 25px;
}
.my_25 {
  margin-top: 25px;
  margin-bottom: 25px;
}
.px_25 {
  padding-left: 25px;
  padding-right: 25px;
}
.py_25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.gapX_25 {
  column-gap: 25px;
}
.gapY_25 {
  row-gap: 25px;
}
.m_26 {
  margin: 26px;
}
.p_26 {
  padding: 26px;
}
.mt_26 {
  margin-top: 26px;
}
.pt_26 {
  padding-top: 26px;
}
.mx_26 {
  margin-left: 26px;
  margin-right: 26px;
}
.my_26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.px_26 {
  padding-left: 26px;
  padding-right: 26px;
}
.py_26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.m_26 {
  margin: 26px;
}
.p_26 {
  padding: 26px;
}
.mb_26 {
  margin-bottom: 26px;
}
.pb_26 {
  padding-bottom: 26px;
}
.mx_26 {
  margin-left: 26px;
  margin-right: 26px;
}
.my_26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.px_26 {
  padding-left: 26px;
  padding-right: 26px;
}
.py_26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.m_26 {
  margin: 26px;
}
.p_26 {
  padding: 26px;
}
.mr_26 {
  margin-right: 26px;
}
.pr_26 {
  padding-right: 26px;
}
.mx_26 {
  margin-left: 26px;
  margin-right: 26px;
}
.my_26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.px_26 {
  padding-left: 26px;
  padding-right: 26px;
}
.py_26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.m_26 {
  margin: 26px;
}
.p_26 {
  padding: 26px;
}
.ml_26 {
  margin-left: 26px;
}
.pl_26 {
  padding-left: 26px;
}
.mx_26 {
  margin-left: 26px;
  margin-right: 26px;
}
.my_26 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.px_26 {
  padding-left: 26px;
  padding-right: 26px;
}
.py_26 {
  padding-top: 26px;
  padding-bottom: 26px;
}
.gapX_26 {
  column-gap: 26px;
}
.gapY_26 {
  row-gap: 26px;
}
.m_27 {
  margin: 27px;
}
.p_27 {
  padding: 27px;
}
.mt_27 {
  margin-top: 27px;
}
.pt_27 {
  padding-top: 27px;
}
.mx_27 {
  margin-left: 27px;
  margin-right: 27px;
}
.my_27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.px_27 {
  padding-left: 27px;
  padding-right: 27px;
}
.py_27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.m_27 {
  margin: 27px;
}
.p_27 {
  padding: 27px;
}
.mb_27 {
  margin-bottom: 27px;
}
.pb_27 {
  padding-bottom: 27px;
}
.mx_27 {
  margin-left: 27px;
  margin-right: 27px;
}
.my_27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.px_27 {
  padding-left: 27px;
  padding-right: 27px;
}
.py_27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.m_27 {
  margin: 27px;
}
.p_27 {
  padding: 27px;
}
.mr_27 {
  margin-right: 27px;
}
.pr_27 {
  padding-right: 27px;
}
.mx_27 {
  margin-left: 27px;
  margin-right: 27px;
}
.my_27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.px_27 {
  padding-left: 27px;
  padding-right: 27px;
}
.py_27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.m_27 {
  margin: 27px;
}
.p_27 {
  padding: 27px;
}
.ml_27 {
  margin-left: 27px;
}
.pl_27 {
  padding-left: 27px;
}
.mx_27 {
  margin-left: 27px;
  margin-right: 27px;
}
.my_27 {
  margin-top: 27px;
  margin-bottom: 27px;
}
.px_27 {
  padding-left: 27px;
  padding-right: 27px;
}
.py_27 {
  padding-top: 27px;
  padding-bottom: 27px;
}
.gapX_27 {
  column-gap: 27px;
}
.gapY_27 {
  row-gap: 27px;
}
.m_28 {
  margin: 28px;
}
.p_28 {
  padding: 28px;
}
.mt_28 {
  margin-top: 28px;
}
.pt_28 {
  padding-top: 28px;
}
.mx_28 {
  margin-left: 28px;
  margin-right: 28px;
}
.my_28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.px_28 {
  padding-left: 28px;
  padding-right: 28px;
}
.py_28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.m_28 {
  margin: 28px;
}
.p_28 {
  padding: 28px;
}
.mb_28 {
  margin-bottom: 28px;
}
.pb_28 {
  padding-bottom: 28px;
}
.mx_28 {
  margin-left: 28px;
  margin-right: 28px;
}
.my_28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.px_28 {
  padding-left: 28px;
  padding-right: 28px;
}
.py_28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.m_28 {
  margin: 28px;
}
.p_28 {
  padding: 28px;
}
.mr_28 {
  margin-right: 28px;
}
.pr_28 {
  padding-right: 28px;
}
.mx_28 {
  margin-left: 28px;
  margin-right: 28px;
}
.my_28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.px_28 {
  padding-left: 28px;
  padding-right: 28px;
}
.py_28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.m_28 {
  margin: 28px;
}
.p_28 {
  padding: 28px;
}
.ml_28 {
  margin-left: 28px;
}
.pl_28 {
  padding-left: 28px;
}
.mx_28 {
  margin-left: 28px;
  margin-right: 28px;
}
.my_28 {
  margin-top: 28px;
  margin-bottom: 28px;
}
.px_28 {
  padding-left: 28px;
  padding-right: 28px;
}
.py_28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.gapX_28 {
  column-gap: 28px;
}
.gapY_28 {
  row-gap: 28px;
}
.m_29 {
  margin: 29px;
}
.p_29 {
  padding: 29px;
}
.mt_29 {
  margin-top: 29px;
}
.pt_29 {
  padding-top: 29px;
}
.mx_29 {
  margin-left: 29px;
  margin-right: 29px;
}
.my_29 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.px_29 {
  padding-left: 29px;
  padding-right: 29px;
}
.py_29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.m_29 {
  margin: 29px;
}
.p_29 {
  padding: 29px;
}
.mb_29 {
  margin-bottom: 29px;
}
.pb_29 {
  padding-bottom: 29px;
}
.mx_29 {
  margin-left: 29px;
  margin-right: 29px;
}
.my_29 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.px_29 {
  padding-left: 29px;
  padding-right: 29px;
}
.py_29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.m_29 {
  margin: 29px;
}
.p_29 {
  padding: 29px;
}
.mr_29 {
  margin-right: 29px;
}
.pr_29 {
  padding-right: 29px;
}
.mx_29 {
  margin-left: 29px;
  margin-right: 29px;
}
.my_29 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.px_29 {
  padding-left: 29px;
  padding-right: 29px;
}
.py_29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.m_29 {
  margin: 29px;
}
.p_29 {
  padding: 29px;
}
.ml_29 {
  margin-left: 29px;
}
.pl_29 {
  padding-left: 29px;
}
.mx_29 {
  margin-left: 29px;
  margin-right: 29px;
}
.my_29 {
  margin-top: 29px;
  margin-bottom: 29px;
}
.px_29 {
  padding-left: 29px;
  padding-right: 29px;
}
.py_29 {
  padding-top: 29px;
  padding-bottom: 29px;
}
.gapX_29 {
  column-gap: 29px;
}
.gapY_29 {
  row-gap: 29px;
}
.m_30 {
  margin: 30px;
}
.p_30 {
  padding: 30px;
}
.mt_30 {
  margin-top: 30px;
}
.pt_30 {
  padding-top: 30px;
}
.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m_30 {
  margin: 30px;
}
.p_30 {
  padding: 30px;
}
.mb_30 {
  margin-bottom: 30px;
}
.pb_30 {
  padding-bottom: 30px;
}
.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m_30 {
  margin: 30px;
}
.p_30 {
  padding: 30px;
}
.mr_30 {
  margin-right: 30px;
}
.pr_30 {
  padding-right: 30px;
}
.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.m_30 {
  margin: 30px;
}
.p_30 {
  padding: 30px;
}
.ml_30 {
  margin-left: 30px;
}
.pl_30 {
  padding-left: 30px;
}
.mx_30 {
  margin-left: 30px;
  margin-right: 30px;
}
.my_30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.px_30 {
  padding-left: 30px;
  padding-right: 30px;
}
.py_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gapX_30 {
  column-gap: 30px;
}
.gapY_30 {
  row-gap: 30px;
}
.m_31 {
  margin: 31px;
}
.p_31 {
  padding: 31px;
}
.mt_31 {
  margin-top: 31px;
}
.pt_31 {
  padding-top: 31px;
}
.mx_31 {
  margin-left: 31px;
  margin-right: 31px;
}
.my_31 {
  margin-top: 31px;
  margin-bottom: 31px;
}
.px_31 {
  padding-left: 31px;
  padding-right: 31px;
}
.py_31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.m_31 {
  margin: 31px;
}
.p_31 {
  padding: 31px;
}
.mb_31 {
  margin-bottom: 31px;
}
.pb_31 {
  padding-bottom: 31px;
}
.mx_31 {
  margin-left: 31px;
  margin-right: 31px;
}
.my_31 {
  margin-top: 31px;
  margin-bottom: 31px;
}
.px_31 {
  padding-left: 31px;
  padding-right: 31px;
}
.py_31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.m_31 {
  margin: 31px;
}
.p_31 {
  padding: 31px;
}
.mr_31 {
  margin-right: 31px;
}
.pr_31 {
  padding-right: 31px;
}
.mx_31 {
  margin-left: 31px;
  margin-right: 31px;
}
.my_31 {
  margin-top: 31px;
  margin-bottom: 31px;
}
.px_31 {
  padding-left: 31px;
  padding-right: 31px;
}
.py_31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.m_31 {
  margin: 31px;
}
.p_31 {
  padding: 31px;
}
.ml_31 {
  margin-left: 31px;
}
.pl_31 {
  padding-left: 31px;
}
.mx_31 {
  margin-left: 31px;
  margin-right: 31px;
}
.my_31 {
  margin-top: 31px;
  margin-bottom: 31px;
}
.px_31 {
  padding-left: 31px;
  padding-right: 31px;
}
.py_31 {
  padding-top: 31px;
  padding-bottom: 31px;
}
.gapX_31 {
  column-gap: 31px;
}
.gapY_31 {
  row-gap: 31px;
}
.m_32 {
  margin: 32px;
}
.p_32 {
  padding: 32px;
}
.mt_32 {
  margin-top: 32px;
}
.pt_32 {
  padding-top: 32px;
}
.mx_32 {
  margin-left: 32px;
  margin-right: 32px;
}
.my_32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.px_32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.m_32 {
  margin: 32px;
}
.p_32 {
  padding: 32px;
}
.mb_32 {
  margin-bottom: 32px;
}
.pb_32 {
  padding-bottom: 32px;
}
.mx_32 {
  margin-left: 32px;
  margin-right: 32px;
}
.my_32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.px_32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.m_32 {
  margin: 32px;
}
.p_32 {
  padding: 32px;
}
.mr_32 {
  margin-right: 32px;
}
.pr_32 {
  padding-right: 32px;
}
.mx_32 {
  margin-left: 32px;
  margin-right: 32px;
}
.my_32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.px_32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.m_32 {
  margin: 32px;
}
.p_32 {
  padding: 32px;
}
.ml_32 {
  margin-left: 32px;
}
.pl_32 {
  padding-left: 32px;
}
.mx_32 {
  margin-left: 32px;
  margin-right: 32px;
}
.my_32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.px_32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py_32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.gapX_32 {
  column-gap: 32px;
}
.gapY_32 {
  row-gap: 32px;
}
.m_33 {
  margin: 33px;
}
.p_33 {
  padding: 33px;
}
.mt_33 {
  margin-top: 33px;
}
.pt_33 {
  padding-top: 33px;
}
.mx_33 {
  margin-left: 33px;
  margin-right: 33px;
}
.my_33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.px_33 {
  padding-left: 33px;
  padding-right: 33px;
}
.py_33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.m_33 {
  margin: 33px;
}
.p_33 {
  padding: 33px;
}
.mb_33 {
  margin-bottom: 33px;
}
.pb_33 {
  padding-bottom: 33px;
}
.mx_33 {
  margin-left: 33px;
  margin-right: 33px;
}
.my_33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.px_33 {
  padding-left: 33px;
  padding-right: 33px;
}
.py_33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.m_33 {
  margin: 33px;
}
.p_33 {
  padding: 33px;
}
.mr_33 {
  margin-right: 33px;
}
.pr_33 {
  padding-right: 33px;
}
.mx_33 {
  margin-left: 33px;
  margin-right: 33px;
}
.my_33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.px_33 {
  padding-left: 33px;
  padding-right: 33px;
}
.py_33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.m_33 {
  margin: 33px;
}
.p_33 {
  padding: 33px;
}
.ml_33 {
  margin-left: 33px;
}
.pl_33 {
  padding-left: 33px;
}
.mx_33 {
  margin-left: 33px;
  margin-right: 33px;
}
.my_33 {
  margin-top: 33px;
  margin-bottom: 33px;
}
.px_33 {
  padding-left: 33px;
  padding-right: 33px;
}
.py_33 {
  padding-top: 33px;
  padding-bottom: 33px;
}
.gapX_33 {
  column-gap: 33px;
}
.gapY_33 {
  row-gap: 33px;
}
.m_34 {
  margin: 34px;
}
.p_34 {
  padding: 34px;
}
.mt_34 {
  margin-top: 34px;
}
.pt_34 {
  padding-top: 34px;
}
.mx_34 {
  margin-left: 34px;
  margin-right: 34px;
}
.my_34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.px_34 {
  padding-left: 34px;
  padding-right: 34px;
}
.py_34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.m_34 {
  margin: 34px;
}
.p_34 {
  padding: 34px;
}
.mb_34 {
  margin-bottom: 34px;
}
.pb_34 {
  padding-bottom: 34px;
}
.mx_34 {
  margin-left: 34px;
  margin-right: 34px;
}
.my_34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.px_34 {
  padding-left: 34px;
  padding-right: 34px;
}
.py_34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.m_34 {
  margin: 34px;
}
.p_34 {
  padding: 34px;
}
.mr_34 {
  margin-right: 34px;
}
.pr_34 {
  padding-right: 34px;
}
.mx_34 {
  margin-left: 34px;
  margin-right: 34px;
}
.my_34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.px_34 {
  padding-left: 34px;
  padding-right: 34px;
}
.py_34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.m_34 {
  margin: 34px;
}
.p_34 {
  padding: 34px;
}
.ml_34 {
  margin-left: 34px;
}
.pl_34 {
  padding-left: 34px;
}
.mx_34 {
  margin-left: 34px;
  margin-right: 34px;
}
.my_34 {
  margin-top: 34px;
  margin-bottom: 34px;
}
.px_34 {
  padding-left: 34px;
  padding-right: 34px;
}
.py_34 {
  padding-top: 34px;
  padding-bottom: 34px;
}
.gapX_34 {
  column-gap: 34px;
}
.gapY_34 {
  row-gap: 34px;
}
.m_35 {
  margin: 35px;
}
.p_35 {
  padding: 35px;
}
.mt_35 {
  margin-top: 35px;
}
.pt_35 {
  padding-top: 35px;
}
.mx_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m_35 {
  margin: 35px;
}
.p_35 {
  padding: 35px;
}
.mb_35 {
  margin-bottom: 35px;
}
.pb_35 {
  padding-bottom: 35px;
}
.mx_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m_35 {
  margin: 35px;
}
.p_35 {
  padding: 35px;
}
.mr_35 {
  margin-right: 35px;
}
.pr_35 {
  padding-right: 35px;
}
.mx_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.m_35 {
  margin: 35px;
}
.p_35 {
  padding: 35px;
}
.ml_35 {
  margin-left: 35px;
}
.pl_35 {
  padding-left: 35px;
}
.mx_35 {
  margin-left: 35px;
  margin-right: 35px;
}
.my_35 {
  margin-top: 35px;
  margin-bottom: 35px;
}
.px_35 {
  padding-left: 35px;
  padding-right: 35px;
}
.py_35 {
  padding-top: 35px;
  padding-bottom: 35px;
}
.gapX_35 {
  column-gap: 35px;
}
.gapY_35 {
  row-gap: 35px;
}
.m_36 {
  margin: 36px;
}
.p_36 {
  padding: 36px;
}
.mt_36 {
  margin-top: 36px;
}
.pt_36 {
  padding-top: 36px;
}
.mx_36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my_36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.px_36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py_36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.m_36 {
  margin: 36px;
}
.p_36 {
  padding: 36px;
}
.mb_36 {
  margin-bottom: 36px;
}
.pb_36 {
  padding-bottom: 36px;
}
.mx_36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my_36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.px_36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py_36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.m_36 {
  margin: 36px;
}
.p_36 {
  padding: 36px;
}
.mr_36 {
  margin-right: 36px;
}
.pr_36 {
  padding-right: 36px;
}
.mx_36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my_36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.px_36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py_36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.m_36 {
  margin: 36px;
}
.p_36 {
  padding: 36px;
}
.ml_36 {
  margin-left: 36px;
}
.pl_36 {
  padding-left: 36px;
}
.mx_36 {
  margin-left: 36px;
  margin-right: 36px;
}
.my_36 {
  margin-top: 36px;
  margin-bottom: 36px;
}
.px_36 {
  padding-left: 36px;
  padding-right: 36px;
}
.py_36 {
  padding-top: 36px;
  padding-bottom: 36px;
}
.gapX_36 {
  column-gap: 36px;
}
.gapY_36 {
  row-gap: 36px;
}
.m_37 {
  margin: 37px;
}
.p_37 {
  padding: 37px;
}
.mt_37 {
  margin-top: 37px;
}
.pt_37 {
  padding-top: 37px;
}
.mx_37 {
  margin-left: 37px;
  margin-right: 37px;
}
.my_37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
.px_37 {
  padding-left: 37px;
  padding-right: 37px;
}
.py_37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.m_37 {
  margin: 37px;
}
.p_37 {
  padding: 37px;
}
.mb_37 {
  margin-bottom: 37px;
}
.pb_37 {
  padding-bottom: 37px;
}
.mx_37 {
  margin-left: 37px;
  margin-right: 37px;
}
.my_37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
.px_37 {
  padding-left: 37px;
  padding-right: 37px;
}
.py_37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.m_37 {
  margin: 37px;
}
.p_37 {
  padding: 37px;
}
.mr_37 {
  margin-right: 37px;
}
.pr_37 {
  padding-right: 37px;
}
.mx_37 {
  margin-left: 37px;
  margin-right: 37px;
}
.my_37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
.px_37 {
  padding-left: 37px;
  padding-right: 37px;
}
.py_37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.m_37 {
  margin: 37px;
}
.p_37 {
  padding: 37px;
}
.ml_37 {
  margin-left: 37px;
}
.pl_37 {
  padding-left: 37px;
}
.mx_37 {
  margin-left: 37px;
  margin-right: 37px;
}
.my_37 {
  margin-top: 37px;
  margin-bottom: 37px;
}
.px_37 {
  padding-left: 37px;
  padding-right: 37px;
}
.py_37 {
  padding-top: 37px;
  padding-bottom: 37px;
}
.gapX_37 {
  column-gap: 37px;
}
.gapY_37 {
  row-gap: 37px;
}
.m_38 {
  margin: 38px;
}
.p_38 {
  padding: 38px;
}
.mt_38 {
  margin-top: 38px;
}
.pt_38 {
  padding-top: 38px;
}
.mx_38 {
  margin-left: 38px;
  margin-right: 38px;
}
.my_38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.px_38 {
  padding-left: 38px;
  padding-right: 38px;
}
.py_38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.m_38 {
  margin: 38px;
}
.p_38 {
  padding: 38px;
}
.mb_38 {
  margin-bottom: 38px;
}
.pb_38 {
  padding-bottom: 38px;
}
.mx_38 {
  margin-left: 38px;
  margin-right: 38px;
}
.my_38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.px_38 {
  padding-left: 38px;
  padding-right: 38px;
}
.py_38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.m_38 {
  margin: 38px;
}
.p_38 {
  padding: 38px;
}
.mr_38 {
  margin-right: 38px;
}
.pr_38 {
  padding-right: 38px;
}
.mx_38 {
  margin-left: 38px;
  margin-right: 38px;
}
.my_38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.px_38 {
  padding-left: 38px;
  padding-right: 38px;
}
.py_38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.m_38 {
  margin: 38px;
}
.p_38 {
  padding: 38px;
}
.ml_38 {
  margin-left: 38px;
}
.pl_38 {
  padding-left: 38px;
}
.mx_38 {
  margin-left: 38px;
  margin-right: 38px;
}
.my_38 {
  margin-top: 38px;
  margin-bottom: 38px;
}
.px_38 {
  padding-left: 38px;
  padding-right: 38px;
}
.py_38 {
  padding-top: 38px;
  padding-bottom: 38px;
}
.gapX_38 {
  column-gap: 38px;
}
.gapY_38 {
  row-gap: 38px;
}
.m_39 {
  margin: 39px;
}
.p_39 {
  padding: 39px;
}
.mt_39 {
  margin-top: 39px;
}
.pt_39 {
  padding-top: 39px;
}
.mx_39 {
  margin-left: 39px;
  margin-right: 39px;
}
.my_39 {
  margin-top: 39px;
  margin-bottom: 39px;
}
.px_39 {
  padding-left: 39px;
  padding-right: 39px;
}
.py_39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.m_39 {
  margin: 39px;
}
.p_39 {
  padding: 39px;
}
.mb_39 {
  margin-bottom: 39px;
}
.pb_39 {
  padding-bottom: 39px;
}
.mx_39 {
  margin-left: 39px;
  margin-right: 39px;
}
.my_39 {
  margin-top: 39px;
  margin-bottom: 39px;
}
.px_39 {
  padding-left: 39px;
  padding-right: 39px;
}
.py_39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.m_39 {
  margin: 39px;
}
.p_39 {
  padding: 39px;
}
.mr_39 {
  margin-right: 39px;
}
.pr_39 {
  padding-right: 39px;
}
.mx_39 {
  margin-left: 39px;
  margin-right: 39px;
}
.my_39 {
  margin-top: 39px;
  margin-bottom: 39px;
}
.px_39 {
  padding-left: 39px;
  padding-right: 39px;
}
.py_39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.m_39 {
  margin: 39px;
}
.p_39 {
  padding: 39px;
}
.ml_39 {
  margin-left: 39px;
}
.pl_39 {
  padding-left: 39px;
}
.mx_39 {
  margin-left: 39px;
  margin-right: 39px;
}
.my_39 {
  margin-top: 39px;
  margin-bottom: 39px;
}
.px_39 {
  padding-left: 39px;
  padding-right: 39px;
}
.py_39 {
  padding-top: 39px;
  padding-bottom: 39px;
}
.gapX_39 {
  column-gap: 39px;
}
.gapY_39 {
  row-gap: 39px;
}
.m_40 {
  margin: 40px;
}
.p_40 {
  padding: 40px;
}
.mt_40 {
  margin-top: 40px;
}
.pt_40 {
  padding-top: 40px;
}
.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m_40 {
  margin: 40px;
}
.p_40 {
  padding: 40px;
}
.mb_40 {
  margin-bottom: 40px;
}
.pb_40 {
  padding-bottom: 40px;
}
.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m_40 {
  margin: 40px;
}
.p_40 {
  padding: 40px;
}
.mr_40 {
  margin-right: 40px;
}
.pr_40 {
  padding-right: 40px;
}
.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.m_40 {
  margin: 40px;
}
.p_40 {
  padding: 40px;
}
.ml_40 {
  margin-left: 40px;
}
.pl_40 {
  padding-left: 40px;
}
.mx_40 {
  margin-left: 40px;
  margin-right: 40px;
}
.my_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.px_40 {
  padding-left: 40px;
  padding-right: 40px;
}
.py_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gapX_40 {
  column-gap: 40px;
}
.gapY_40 {
  row-gap: 40px;
}
.m_41 {
  margin: 41px;
}
.p_41 {
  padding: 41px;
}
.mt_41 {
  margin-top: 41px;
}
.pt_41 {
  padding-top: 41px;
}
.mx_41 {
  margin-left: 41px;
  margin-right: 41px;
}
.my_41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.px_41 {
  padding-left: 41px;
  padding-right: 41px;
}
.py_41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.m_41 {
  margin: 41px;
}
.p_41 {
  padding: 41px;
}
.mb_41 {
  margin-bottom: 41px;
}
.pb_41 {
  padding-bottom: 41px;
}
.mx_41 {
  margin-left: 41px;
  margin-right: 41px;
}
.my_41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.px_41 {
  padding-left: 41px;
  padding-right: 41px;
}
.py_41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.m_41 {
  margin: 41px;
}
.p_41 {
  padding: 41px;
}
.mr_41 {
  margin-right: 41px;
}
.pr_41 {
  padding-right: 41px;
}
.mx_41 {
  margin-left: 41px;
  margin-right: 41px;
}
.my_41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.px_41 {
  padding-left: 41px;
  padding-right: 41px;
}
.py_41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.m_41 {
  margin: 41px;
}
.p_41 {
  padding: 41px;
}
.ml_41 {
  margin-left: 41px;
}
.pl_41 {
  padding-left: 41px;
}
.mx_41 {
  margin-left: 41px;
  margin-right: 41px;
}
.my_41 {
  margin-top: 41px;
  margin-bottom: 41px;
}
.px_41 {
  padding-left: 41px;
  padding-right: 41px;
}
.py_41 {
  padding-top: 41px;
  padding-bottom: 41px;
}
.gapX_41 {
  column-gap: 41px;
}
.gapY_41 {
  row-gap: 41px;
}
.m_42 {
  margin: 42px;
}
.p_42 {
  padding: 42px;
}
.mt_42 {
  margin-top: 42px;
}
.pt_42 {
  padding-top: 42px;
}
.mx_42 {
  margin-left: 42px;
  margin-right: 42px;
}
.my_42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.px_42 {
  padding-left: 42px;
  padding-right: 42px;
}
.py_42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.m_42 {
  margin: 42px;
}
.p_42 {
  padding: 42px;
}
.mb_42 {
  margin-bottom: 42px;
}
.pb_42 {
  padding-bottom: 42px;
}
.mx_42 {
  margin-left: 42px;
  margin-right: 42px;
}
.my_42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.px_42 {
  padding-left: 42px;
  padding-right: 42px;
}
.py_42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.m_42 {
  margin: 42px;
}
.p_42 {
  padding: 42px;
}
.mr_42 {
  margin-right: 42px;
}
.pr_42 {
  padding-right: 42px;
}
.mx_42 {
  margin-left: 42px;
  margin-right: 42px;
}
.my_42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.px_42 {
  padding-left: 42px;
  padding-right: 42px;
}
.py_42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.m_42 {
  margin: 42px;
}
.p_42 {
  padding: 42px;
}
.ml_42 {
  margin-left: 42px;
}
.pl_42 {
  padding-left: 42px;
}
.mx_42 {
  margin-left: 42px;
  margin-right: 42px;
}
.my_42 {
  margin-top: 42px;
  margin-bottom: 42px;
}
.px_42 {
  padding-left: 42px;
  padding-right: 42px;
}
.py_42 {
  padding-top: 42px;
  padding-bottom: 42px;
}
.gapX_42 {
  column-gap: 42px;
}
.gapY_42 {
  row-gap: 42px;
}
.m_43 {
  margin: 43px;
}
.p_43 {
  padding: 43px;
}
.mt_43 {
  margin-top: 43px;
}
.pt_43 {
  padding-top: 43px;
}
.mx_43 {
  margin-left: 43px;
  margin-right: 43px;
}
.my_43 {
  margin-top: 43px;
  margin-bottom: 43px;
}
.px_43 {
  padding-left: 43px;
  padding-right: 43px;
}
.py_43 {
  padding-top: 43px;
  padding-bottom: 43px;
}
.m_43 {
  margin: 43px;
}
.p_43 {
  padding: 43px;
}
.mb_43 {
  margin-bottom: 43px;
}
.pb_43 {
  padding-bottom: 43px;
}
.mx_43 {
  margin-left: 43px;
  margin-right: 43px;
}
.my_43 {
  margin-top: 43px;
  margin-bottom: 43px;
}
.px_43 {
  padding-left: 43px;
  padding-right: 43px;
}
.py_43 {
  padding-top: 43px;
  padding-bottom: 43px;
}
.m_43 {
  margin: 43px;
}
.p_43 {
  padding: 43px;
}
.mr_43 {
  margin-right: 43px;
}
.pr_43 {
  padding-right: 43px;
}
.mx_43 {
  margin-left: 43px;
  margin-right: 43px;
}
.my_43 {
  margin-top: 43px;
  margin-bottom: 43px;
}
.px_43 {
  padding-left: 43px;
  padding-right: 43px;
}
.py_43 {
  padding-top: 43px;
  padding-bottom: 43px;
}
.m_43 {
  margin: 43px;
}
.p_43 {
  padding: 43px;
}
.ml_43 {
  margin-left: 43px;
}
.pl_43 {
  padding-left: 43px;
}
.mx_43 {
  margin-left: 43px;
  margin-right: 43px;
}
.my_43 {
  margin-top: 43px;
  margin-bottom: 43px;
}
.px_43 {
  padding-left: 43px;
  padding-right: 43px;
}
.py_43 {
  padding-top: 43px;
  padding-bottom: 43px;
}
.gapX_43 {
  column-gap: 43px;
}
.gapY_43 {
  row-gap: 43px;
}
.m_44 {
  margin: 44px;
}
.p_44 {
  padding: 44px;
}
.mt_44 {
  margin-top: 44px;
}
.pt_44 {
  padding-top: 44px;
}
.mx_44 {
  margin-left: 44px;
  margin-right: 44px;
}
.my_44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.px_44 {
  padding-left: 44px;
  padding-right: 44px;
}
.py_44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.m_44 {
  margin: 44px;
}
.p_44 {
  padding: 44px;
}
.mb_44 {
  margin-bottom: 44px;
}
.pb_44 {
  padding-bottom: 44px;
}
.mx_44 {
  margin-left: 44px;
  margin-right: 44px;
}
.my_44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.px_44 {
  padding-left: 44px;
  padding-right: 44px;
}
.py_44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.m_44 {
  margin: 44px;
}
.p_44 {
  padding: 44px;
}
.mr_44 {
  margin-right: 44px;
}
.pr_44 {
  padding-right: 44px;
}
.mx_44 {
  margin-left: 44px;
  margin-right: 44px;
}
.my_44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.px_44 {
  padding-left: 44px;
  padding-right: 44px;
}
.py_44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.m_44 {
  margin: 44px;
}
.p_44 {
  padding: 44px;
}
.ml_44 {
  margin-left: 44px;
}
.pl_44 {
  padding-left: 44px;
}
.mx_44 {
  margin-left: 44px;
  margin-right: 44px;
}
.my_44 {
  margin-top: 44px;
  margin-bottom: 44px;
}
.px_44 {
  padding-left: 44px;
  padding-right: 44px;
}
.py_44 {
  padding-top: 44px;
  padding-bottom: 44px;
}
.gapX_44 {
  column-gap: 44px;
}
.gapY_44 {
  row-gap: 44px;
}
.m_45 {
  margin: 45px;
}
.p_45 {
  padding: 45px;
}
.mt_45 {
  margin-top: 45px;
}
.pt_45 {
  padding-top: 45px;
}
.mx_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.px_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m_45 {
  margin: 45px;
}
.p_45 {
  padding: 45px;
}
.mb_45 {
  margin-bottom: 45px;
}
.pb_45 {
  padding-bottom: 45px;
}
.mx_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.px_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m_45 {
  margin: 45px;
}
.p_45 {
  padding: 45px;
}
.mr_45 {
  margin-right: 45px;
}
.pr_45 {
  padding-right: 45px;
}
.mx_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.px_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.m_45 {
  margin: 45px;
}
.p_45 {
  padding: 45px;
}
.ml_45 {
  margin-left: 45px;
}
.pl_45 {
  padding-left: 45px;
}
.mx_45 {
  margin-left: 45px;
  margin-right: 45px;
}
.my_45 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.px_45 {
  padding-left: 45px;
  padding-right: 45px;
}
.py_45 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.gapX_45 {
  column-gap: 45px;
}
.gapY_45 {
  row-gap: 45px;
}
.m_46 {
  margin: 46px;
}
.p_46 {
  padding: 46px;
}
.mt_46 {
  margin-top: 46px;
}
.pt_46 {
  padding-top: 46px;
}
.mx_46 {
  margin-left: 46px;
  margin-right: 46px;
}
.my_46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.px_46 {
  padding-left: 46px;
  padding-right: 46px;
}
.py_46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.m_46 {
  margin: 46px;
}
.p_46 {
  padding: 46px;
}
.mb_46 {
  margin-bottom: 46px;
}
.pb_46 {
  padding-bottom: 46px;
}
.mx_46 {
  margin-left: 46px;
  margin-right: 46px;
}
.my_46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.px_46 {
  padding-left: 46px;
  padding-right: 46px;
}
.py_46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.m_46 {
  margin: 46px;
}
.p_46 {
  padding: 46px;
}
.mr_46 {
  margin-right: 46px;
}
.pr_46 {
  padding-right: 46px;
}
.mx_46 {
  margin-left: 46px;
  margin-right: 46px;
}
.my_46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.px_46 {
  padding-left: 46px;
  padding-right: 46px;
}
.py_46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.m_46 {
  margin: 46px;
}
.p_46 {
  padding: 46px;
}
.ml_46 {
  margin-left: 46px;
}
.pl_46 {
  padding-left: 46px;
}
.mx_46 {
  margin-left: 46px;
  margin-right: 46px;
}
.my_46 {
  margin-top: 46px;
  margin-bottom: 46px;
}
.px_46 {
  padding-left: 46px;
  padding-right: 46px;
}
.py_46 {
  padding-top: 46px;
  padding-bottom: 46px;
}
.gapX_46 {
  column-gap: 46px;
}
.gapY_46 {
  row-gap: 46px;
}
.m_47 {
  margin: 47px;
}
.p_47 {
  padding: 47px;
}
.mt_47 {
  margin-top: 47px;
}
.pt_47 {
  padding-top: 47px;
}
.mx_47 {
  margin-left: 47px;
  margin-right: 47px;
}
.my_47 {
  margin-top: 47px;
  margin-bottom: 47px;
}
.px_47 {
  padding-left: 47px;
  padding-right: 47px;
}
.py_47 {
  padding-top: 47px;
  padding-bottom: 47px;
}
.m_47 {
  margin: 47px;
}
.p_47 {
  padding: 47px;
}
.mb_47 {
  margin-bottom: 47px;
}
.pb_47 {
  padding-bottom: 47px;
}
.mx_47 {
  margin-left: 47px;
  margin-right: 47px;
}
.my_47 {
  margin-top: 47px;
  margin-bottom: 47px;
}
.px_47 {
  padding-left: 47px;
  padding-right: 47px;
}
.py_47 {
  padding-top: 47px;
  padding-bottom: 47px;
}
.m_47 {
  margin: 47px;
}
.p_47 {
  padding: 47px;
}
.mr_47 {
  margin-right: 47px;
}
.pr_47 {
  padding-right: 47px;
}
.mx_47 {
  margin-left: 47px;
  margin-right: 47px;
}
.my_47 {
  margin-top: 47px;
  margin-bottom: 47px;
}
.px_47 {
  padding-left: 47px;
  padding-right: 47px;
}
.py_47 {
  padding-top: 47px;
  padding-bottom: 47px;
}
.m_47 {
  margin: 47px;
}
.p_47 {
  padding: 47px;
}
.ml_47 {
  margin-left: 47px;
}
.pl_47 {
  padding-left: 47px;
}
.mx_47 {
  margin-left: 47px;
  margin-right: 47px;
}
.my_47 {
  margin-top: 47px;
  margin-bottom: 47px;
}
.px_47 {
  padding-left: 47px;
  padding-right: 47px;
}
.py_47 {
  padding-top: 47px;
  padding-bottom: 47px;
}
.gapX_47 {
  column-gap: 47px;
}
.gapY_47 {
  row-gap: 47px;
}
.m_48 {
  margin: 48px;
}
.p_48 {
  padding: 48px;
}
.mt_48 {
  margin-top: 48px;
}
.pt_48 {
  padding-top: 48px;
}
.mx_48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my_48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.px_48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py_48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.m_48 {
  margin: 48px;
}
.p_48 {
  padding: 48px;
}
.mb_48 {
  margin-bottom: 48px;
}
.pb_48 {
  padding-bottom: 48px;
}
.mx_48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my_48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.px_48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py_48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.m_48 {
  margin: 48px;
}
.p_48 {
  padding: 48px;
}
.mr_48 {
  margin-right: 48px;
}
.pr_48 {
  padding-right: 48px;
}
.mx_48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my_48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.px_48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py_48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.m_48 {
  margin: 48px;
}
.p_48 {
  padding: 48px;
}
.ml_48 {
  margin-left: 48px;
}
.pl_48 {
  padding-left: 48px;
}
.mx_48 {
  margin-left: 48px;
  margin-right: 48px;
}
.my_48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.px_48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py_48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.gapX_48 {
  column-gap: 48px;
}
.gapY_48 {
  row-gap: 48px;
}
.m_49 {
  margin: 49px;
}
.p_49 {
  padding: 49px;
}
.mt_49 {
  margin-top: 49px;
}
.pt_49 {
  padding-top: 49px;
}
.mx_49 {
  margin-left: 49px;
  margin-right: 49px;
}
.my_49 {
  margin-top: 49px;
  margin-bottom: 49px;
}
.px_49 {
  padding-left: 49px;
  padding-right: 49px;
}
.py_49 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.m_49 {
  margin: 49px;
}
.p_49 {
  padding: 49px;
}
.mb_49 {
  margin-bottom: 49px;
}
.pb_49 {
  padding-bottom: 49px;
}
.mx_49 {
  margin-left: 49px;
  margin-right: 49px;
}
.my_49 {
  margin-top: 49px;
  margin-bottom: 49px;
}
.px_49 {
  padding-left: 49px;
  padding-right: 49px;
}
.py_49 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.m_49 {
  margin: 49px;
}
.p_49 {
  padding: 49px;
}
.mr_49 {
  margin-right: 49px;
}
.pr_49 {
  padding-right: 49px;
}
.mx_49 {
  margin-left: 49px;
  margin-right: 49px;
}
.my_49 {
  margin-top: 49px;
  margin-bottom: 49px;
}
.px_49 {
  padding-left: 49px;
  padding-right: 49px;
}
.py_49 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.m_49 {
  margin: 49px;
}
.p_49 {
  padding: 49px;
}
.ml_49 {
  margin-left: 49px;
}
.pl_49 {
  padding-left: 49px;
}
.mx_49 {
  margin-left: 49px;
  margin-right: 49px;
}
.my_49 {
  margin-top: 49px;
  margin-bottom: 49px;
}
.px_49 {
  padding-left: 49px;
  padding-right: 49px;
}
.py_49 {
  padding-top: 49px;
  padding-bottom: 49px;
}
.gapX_49 {
  column-gap: 49px;
}
.gapY_49 {
  row-gap: 49px;
}
.m_50 {
  margin: 50px;
}
.p_50 {
  padding: 50px;
}
.mt_50 {
  margin-top: 50px;
}
.pt_50 {
  padding-top: 50px;
}
.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m_50 {
  margin: 50px;
}
.p_50 {
  padding: 50px;
}
.mb_50 {
  margin-bottom: 50px;
}
.pb_50 {
  padding-bottom: 50px;
}
.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m_50 {
  margin: 50px;
}
.p_50 {
  padding: 50px;
}
.mr_50 {
  margin-right: 50px;
}
.pr_50 {
  padding-right: 50px;
}
.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.m_50 {
  margin: 50px;
}
.p_50 {
  padding: 50px;
}
.ml_50 {
  margin-left: 50px;
}
.pl_50 {
  padding-left: 50px;
}
.mx_50 {
  margin-left: 50px;
  margin-right: 50px;
}
.my_50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.px_50 {
  padding-left: 50px;
  padding-right: 50px;
}
.py_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gapX_50 {
  column-gap: 50px;
}
.gapY_50 {
  row-gap: 50px;
}
.m_51 {
  margin: 51px;
}
.p_51 {
  padding: 51px;
}
.mt_51 {
  margin-top: 51px;
}
.pt_51 {
  padding-top: 51px;
}
.mx_51 {
  margin-left: 51px;
  margin-right: 51px;
}
.my_51 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.px_51 {
  padding-left: 51px;
  padding-right: 51px;
}
.py_51 {
  padding-top: 51px;
  padding-bottom: 51px;
}
.m_51 {
  margin: 51px;
}
.p_51 {
  padding: 51px;
}
.mb_51 {
  margin-bottom: 51px;
}
.pb_51 {
  padding-bottom: 51px;
}
.mx_51 {
  margin-left: 51px;
  margin-right: 51px;
}
.my_51 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.px_51 {
  padding-left: 51px;
  padding-right: 51px;
}
.py_51 {
  padding-top: 51px;
  padding-bottom: 51px;
}
.m_51 {
  margin: 51px;
}
.p_51 {
  padding: 51px;
}
.mr_51 {
  margin-right: 51px;
}
.pr_51 {
  padding-right: 51px;
}
.mx_51 {
  margin-left: 51px;
  margin-right: 51px;
}
.my_51 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.px_51 {
  padding-left: 51px;
  padding-right: 51px;
}
.py_51 {
  padding-top: 51px;
  padding-bottom: 51px;
}
.m_51 {
  margin: 51px;
}
.p_51 {
  padding: 51px;
}
.ml_51 {
  margin-left: 51px;
}
.pl_51 {
  padding-left: 51px;
}
.mx_51 {
  margin-left: 51px;
  margin-right: 51px;
}
.my_51 {
  margin-top: 51px;
  margin-bottom: 51px;
}
.px_51 {
  padding-left: 51px;
  padding-right: 51px;
}
.py_51 {
  padding-top: 51px;
  padding-bottom: 51px;
}
.gapX_51 {
  column-gap: 51px;
}
.gapY_51 {
  row-gap: 51px;
}
.m_52 {
  margin: 52px;
}
.p_52 {
  padding: 52px;
}
.mt_52 {
  margin-top: 52px;
}
.pt_52 {
  padding-top: 52px;
}
.mx_52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my_52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.px_52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py_52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.m_52 {
  margin: 52px;
}
.p_52 {
  padding: 52px;
}
.mb_52 {
  margin-bottom: 52px;
}
.pb_52 {
  padding-bottom: 52px;
}
.mx_52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my_52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.px_52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py_52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.m_52 {
  margin: 52px;
}
.p_52 {
  padding: 52px;
}
.mr_52 {
  margin-right: 52px;
}
.pr_52 {
  padding-right: 52px;
}
.mx_52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my_52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.px_52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py_52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.m_52 {
  margin: 52px;
}
.p_52 {
  padding: 52px;
}
.ml_52 {
  margin-left: 52px;
}
.pl_52 {
  padding-left: 52px;
}
.mx_52 {
  margin-left: 52px;
  margin-right: 52px;
}
.my_52 {
  margin-top: 52px;
  margin-bottom: 52px;
}
.px_52 {
  padding-left: 52px;
  padding-right: 52px;
}
.py_52 {
  padding-top: 52px;
  padding-bottom: 52px;
}
.gapX_52 {
  column-gap: 52px;
}
.gapY_52 {
  row-gap: 52px;
}
.m_53 {
  margin: 53px;
}
.p_53 {
  padding: 53px;
}
.mt_53 {
  margin-top: 53px;
}
.pt_53 {
  padding-top: 53px;
}
.mx_53 {
  margin-left: 53px;
  margin-right: 53px;
}
.my_53 {
  margin-top: 53px;
  margin-bottom: 53px;
}
.px_53 {
  padding-left: 53px;
  padding-right: 53px;
}
.py_53 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.m_53 {
  margin: 53px;
}
.p_53 {
  padding: 53px;
}
.mb_53 {
  margin-bottom: 53px;
}
.pb_53 {
  padding-bottom: 53px;
}
.mx_53 {
  margin-left: 53px;
  margin-right: 53px;
}
.my_53 {
  margin-top: 53px;
  margin-bottom: 53px;
}
.px_53 {
  padding-left: 53px;
  padding-right: 53px;
}
.py_53 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.m_53 {
  margin: 53px;
}
.p_53 {
  padding: 53px;
}
.mr_53 {
  margin-right: 53px;
}
.pr_53 {
  padding-right: 53px;
}
.mx_53 {
  margin-left: 53px;
  margin-right: 53px;
}
.my_53 {
  margin-top: 53px;
  margin-bottom: 53px;
}
.px_53 {
  padding-left: 53px;
  padding-right: 53px;
}
.py_53 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.m_53 {
  margin: 53px;
}
.p_53 {
  padding: 53px;
}
.ml_53 {
  margin-left: 53px;
}
.pl_53 {
  padding-left: 53px;
}
.mx_53 {
  margin-left: 53px;
  margin-right: 53px;
}
.my_53 {
  margin-top: 53px;
  margin-bottom: 53px;
}
.px_53 {
  padding-left: 53px;
  padding-right: 53px;
}
.py_53 {
  padding-top: 53px;
  padding-bottom: 53px;
}
.gapX_53 {
  column-gap: 53px;
}
.gapY_53 {
  row-gap: 53px;
}
.m_54 {
  margin: 54px;
}
.p_54 {
  padding: 54px;
}
.mt_54 {
  margin-top: 54px;
}
.pt_54 {
  padding-top: 54px;
}
.mx_54 {
  margin-left: 54px;
  margin-right: 54px;
}
.my_54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.px_54 {
  padding-left: 54px;
  padding-right: 54px;
}
.py_54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.m_54 {
  margin: 54px;
}
.p_54 {
  padding: 54px;
}
.mb_54 {
  margin-bottom: 54px;
}
.pb_54 {
  padding-bottom: 54px;
}
.mx_54 {
  margin-left: 54px;
  margin-right: 54px;
}
.my_54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.px_54 {
  padding-left: 54px;
  padding-right: 54px;
}
.py_54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.m_54 {
  margin: 54px;
}
.p_54 {
  padding: 54px;
}
.mr_54 {
  margin-right: 54px;
}
.pr_54 {
  padding-right: 54px;
}
.mx_54 {
  margin-left: 54px;
  margin-right: 54px;
}
.my_54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.px_54 {
  padding-left: 54px;
  padding-right: 54px;
}
.py_54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.m_54 {
  margin: 54px;
}
.p_54 {
  padding: 54px;
}
.ml_54 {
  margin-left: 54px;
}
.pl_54 {
  padding-left: 54px;
}
.mx_54 {
  margin-left: 54px;
  margin-right: 54px;
}
.my_54 {
  margin-top: 54px;
  margin-bottom: 54px;
}
.px_54 {
  padding-left: 54px;
  padding-right: 54px;
}
.py_54 {
  padding-top: 54px;
  padding-bottom: 54px;
}
.gapX_54 {
  column-gap: 54px;
}
.gapY_54 {
  row-gap: 54px;
}
.m_55 {
  margin: 55px;
}
.p_55 {
  padding: 55px;
}
.mt_55 {
  margin-top: 55px;
}
.pt_55 {
  padding-top: 55px;
}
.mx_55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my_55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.px_55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py_55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m_55 {
  margin: 55px;
}
.p_55 {
  padding: 55px;
}
.mb_55 {
  margin-bottom: 55px;
}
.pb_55 {
  padding-bottom: 55px;
}
.mx_55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my_55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.px_55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py_55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m_55 {
  margin: 55px;
}
.p_55 {
  padding: 55px;
}
.mr_55 {
  margin-right: 55px;
}
.pr_55 {
  padding-right: 55px;
}
.mx_55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my_55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.px_55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py_55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.m_55 {
  margin: 55px;
}
.p_55 {
  padding: 55px;
}
.ml_55 {
  margin-left: 55px;
}
.pl_55 {
  padding-left: 55px;
}
.mx_55 {
  margin-left: 55px;
  margin-right: 55px;
}
.my_55 {
  margin-top: 55px;
  margin-bottom: 55px;
}
.px_55 {
  padding-left: 55px;
  padding-right: 55px;
}
.py_55 {
  padding-top: 55px;
  padding-bottom: 55px;
}
.gapX_55 {
  column-gap: 55px;
}
.gapY_55 {
  row-gap: 55px;
}
.m_56 {
  margin: 56px;
}
.p_56 {
  padding: 56px;
}
.mt_56 {
  margin-top: 56px;
}
.pt_56 {
  padding-top: 56px;
}
.mx_56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my_56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.px_56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py_56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.m_56 {
  margin: 56px;
}
.p_56 {
  padding: 56px;
}
.mb_56 {
  margin-bottom: 56px;
}
.pb_56 {
  padding-bottom: 56px;
}
.mx_56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my_56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.px_56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py_56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.m_56 {
  margin: 56px;
}
.p_56 {
  padding: 56px;
}
.mr_56 {
  margin-right: 56px;
}
.pr_56 {
  padding-right: 56px;
}
.mx_56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my_56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.px_56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py_56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.m_56 {
  margin: 56px;
}
.p_56 {
  padding: 56px;
}
.ml_56 {
  margin-left: 56px;
}
.pl_56 {
  padding-left: 56px;
}
.mx_56 {
  margin-left: 56px;
  margin-right: 56px;
}
.my_56 {
  margin-top: 56px;
  margin-bottom: 56px;
}
.px_56 {
  padding-left: 56px;
  padding-right: 56px;
}
.py_56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.gapX_56 {
  column-gap: 56px;
}
.gapY_56 {
  row-gap: 56px;
}
.m_57 {
  margin: 57px;
}
.p_57 {
  padding: 57px;
}
.mt_57 {
  margin-top: 57px;
}
.pt_57 {
  padding-top: 57px;
}
.mx_57 {
  margin-left: 57px;
  margin-right: 57px;
}
.my_57 {
  margin-top: 57px;
  margin-bottom: 57px;
}
.px_57 {
  padding-left: 57px;
  padding-right: 57px;
}
.py_57 {
  padding-top: 57px;
  padding-bottom: 57px;
}
.m_57 {
  margin: 57px;
}
.p_57 {
  padding: 57px;
}
.mb_57 {
  margin-bottom: 57px;
}
.pb_57 {
  padding-bottom: 57px;
}
.mx_57 {
  margin-left: 57px;
  margin-right: 57px;
}
.my_57 {
  margin-top: 57px;
  margin-bottom: 57px;
}
.px_57 {
  padding-left: 57px;
  padding-right: 57px;
}
.py_57 {
  padding-top: 57px;
  padding-bottom: 57px;
}
.m_57 {
  margin: 57px;
}
.p_57 {
  padding: 57px;
}
.mr_57 {
  margin-right: 57px;
}
.pr_57 {
  padding-right: 57px;
}
.mx_57 {
  margin-left: 57px;
  margin-right: 57px;
}
.my_57 {
  margin-top: 57px;
  margin-bottom: 57px;
}
.px_57 {
  padding-left: 57px;
  padding-right: 57px;
}
.py_57 {
  padding-top: 57px;
  padding-bottom: 57px;
}
.m_57 {
  margin: 57px;
}
.p_57 {
  padding: 57px;
}
.ml_57 {
  margin-left: 57px;
}
.pl_57 {
  padding-left: 57px;
}
.mx_57 {
  margin-left: 57px;
  margin-right: 57px;
}
.my_57 {
  margin-top: 57px;
  margin-bottom: 57px;
}
.px_57 {
  padding-left: 57px;
  padding-right: 57px;
}
.py_57 {
  padding-top: 57px;
  padding-bottom: 57px;
}
.gapX_57 {
  column-gap: 57px;
}
.gapY_57 {
  row-gap: 57px;
}
.m_58 {
  margin: 58px;
}
.p_58 {
  padding: 58px;
}
.mt_58 {
  margin-top: 58px;
}
.pt_58 {
  padding-top: 58px;
}
.mx_58 {
  margin-left: 58px;
  margin-right: 58px;
}
.my_58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.px_58 {
  padding-left: 58px;
  padding-right: 58px;
}
.py_58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.m_58 {
  margin: 58px;
}
.p_58 {
  padding: 58px;
}
.mb_58 {
  margin-bottom: 58px;
}
.pb_58 {
  padding-bottom: 58px;
}
.mx_58 {
  margin-left: 58px;
  margin-right: 58px;
}
.my_58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.px_58 {
  padding-left: 58px;
  padding-right: 58px;
}
.py_58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.m_58 {
  margin: 58px;
}
.p_58 {
  padding: 58px;
}
.mr_58 {
  margin-right: 58px;
}
.pr_58 {
  padding-right: 58px;
}
.mx_58 {
  margin-left: 58px;
  margin-right: 58px;
}
.my_58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.px_58 {
  padding-left: 58px;
  padding-right: 58px;
}
.py_58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.m_58 {
  margin: 58px;
}
.p_58 {
  padding: 58px;
}
.ml_58 {
  margin-left: 58px;
}
.pl_58 {
  padding-left: 58px;
}
.mx_58 {
  margin-left: 58px;
  margin-right: 58px;
}
.my_58 {
  margin-top: 58px;
  margin-bottom: 58px;
}
.px_58 {
  padding-left: 58px;
  padding-right: 58px;
}
.py_58 {
  padding-top: 58px;
  padding-bottom: 58px;
}
.gapX_58 {
  column-gap: 58px;
}
.gapY_58 {
  row-gap: 58px;
}
.m_59 {
  margin: 59px;
}
.p_59 {
  padding: 59px;
}
.mt_59 {
  margin-top: 59px;
}
.pt_59 {
  padding-top: 59px;
}
.mx_59 {
  margin-left: 59px;
  margin-right: 59px;
}
.my_59 {
  margin-top: 59px;
  margin-bottom: 59px;
}
.px_59 {
  padding-left: 59px;
  padding-right: 59px;
}
.py_59 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.m_59 {
  margin: 59px;
}
.p_59 {
  padding: 59px;
}
.mb_59 {
  margin-bottom: 59px;
}
.pb_59 {
  padding-bottom: 59px;
}
.mx_59 {
  margin-left: 59px;
  margin-right: 59px;
}
.my_59 {
  margin-top: 59px;
  margin-bottom: 59px;
}
.px_59 {
  padding-left: 59px;
  padding-right: 59px;
}
.py_59 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.m_59 {
  margin: 59px;
}
.p_59 {
  padding: 59px;
}
.mr_59 {
  margin-right: 59px;
}
.pr_59 {
  padding-right: 59px;
}
.mx_59 {
  margin-left: 59px;
  margin-right: 59px;
}
.my_59 {
  margin-top: 59px;
  margin-bottom: 59px;
}
.px_59 {
  padding-left: 59px;
  padding-right: 59px;
}
.py_59 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.m_59 {
  margin: 59px;
}
.p_59 {
  padding: 59px;
}
.ml_59 {
  margin-left: 59px;
}
.pl_59 {
  padding-left: 59px;
}
.mx_59 {
  margin-left: 59px;
  margin-right: 59px;
}
.my_59 {
  margin-top: 59px;
  margin-bottom: 59px;
}
.px_59 {
  padding-left: 59px;
  padding-right: 59px;
}
.py_59 {
  padding-top: 59px;
  padding-bottom: 59px;
}
.gapX_59 {
  column-gap: 59px;
}
.gapY_59 {
  row-gap: 59px;
}
.m_60 {
  margin: 60px;
}
.p_60 {
  padding: 60px;
}
.mt_60 {
  margin-top: 60px;
}
.pt_60 {
  padding-top: 60px;
}
.mx_60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.px_60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m_60 {
  margin: 60px;
}
.p_60 {
  padding: 60px;
}
.mb_60 {
  margin-bottom: 60px;
}
.pb_60 {
  padding-bottom: 60px;
}
.mx_60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.px_60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m_60 {
  margin: 60px;
}
.p_60 {
  padding: 60px;
}
.mr_60 {
  margin-right: 60px;
}
.pr_60 {
  padding-right: 60px;
}
.mx_60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.px_60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.m_60 {
  margin: 60px;
}
.p_60 {
  padding: 60px;
}
.ml_60 {
  margin-left: 60px;
}
.pl_60 {
  padding-left: 60px;
}
.mx_60 {
  margin-left: 60px;
  margin-right: 60px;
}
.my_60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.px_60 {
  padding-left: 60px;
  padding-right: 60px;
}
.py_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.gapX_60 {
  column-gap: 60px;
}
.gapY_60 {
  row-gap: 60px;
}
.m_61 {
  margin: 61px;
}
.p_61 {
  padding: 61px;
}
.mt_61 {
  margin-top: 61px;
}
.pt_61 {
  padding-top: 61px;
}
.mx_61 {
  margin-left: 61px;
  margin-right: 61px;
}
.my_61 {
  margin-top: 61px;
  margin-bottom: 61px;
}
.px_61 {
  padding-left: 61px;
  padding-right: 61px;
}
.py_61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.m_61 {
  margin: 61px;
}
.p_61 {
  padding: 61px;
}
.mb_61 {
  margin-bottom: 61px;
}
.pb_61 {
  padding-bottom: 61px;
}
.mx_61 {
  margin-left: 61px;
  margin-right: 61px;
}
.my_61 {
  margin-top: 61px;
  margin-bottom: 61px;
}
.px_61 {
  padding-left: 61px;
  padding-right: 61px;
}
.py_61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.m_61 {
  margin: 61px;
}
.p_61 {
  padding: 61px;
}
.mr_61 {
  margin-right: 61px;
}
.pr_61 {
  padding-right: 61px;
}
.mx_61 {
  margin-left: 61px;
  margin-right: 61px;
}
.my_61 {
  margin-top: 61px;
  margin-bottom: 61px;
}
.px_61 {
  padding-left: 61px;
  padding-right: 61px;
}
.py_61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.m_61 {
  margin: 61px;
}
.p_61 {
  padding: 61px;
}
.ml_61 {
  margin-left: 61px;
}
.pl_61 {
  padding-left: 61px;
}
.mx_61 {
  margin-left: 61px;
  margin-right: 61px;
}
.my_61 {
  margin-top: 61px;
  margin-bottom: 61px;
}
.px_61 {
  padding-left: 61px;
  padding-right: 61px;
}
.py_61 {
  padding-top: 61px;
  padding-bottom: 61px;
}
.gapX_61 {
  column-gap: 61px;
}
.gapY_61 {
  row-gap: 61px;
}
.m_62 {
  margin: 62px;
}
.p_62 {
  padding: 62px;
}
.mt_62 {
  margin-top: 62px;
}
.pt_62 {
  padding-top: 62px;
}
.mx_62 {
  margin-left: 62px;
  margin-right: 62px;
}
.my_62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.px_62 {
  padding-left: 62px;
  padding-right: 62px;
}
.py_62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.m_62 {
  margin: 62px;
}
.p_62 {
  padding: 62px;
}
.mb_62 {
  margin-bottom: 62px;
}
.pb_62 {
  padding-bottom: 62px;
}
.mx_62 {
  margin-left: 62px;
  margin-right: 62px;
}
.my_62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.px_62 {
  padding-left: 62px;
  padding-right: 62px;
}
.py_62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.m_62 {
  margin: 62px;
}
.p_62 {
  padding: 62px;
}
.mr_62 {
  margin-right: 62px;
}
.pr_62 {
  padding-right: 62px;
}
.mx_62 {
  margin-left: 62px;
  margin-right: 62px;
}
.my_62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.px_62 {
  padding-left: 62px;
  padding-right: 62px;
}
.py_62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.m_62 {
  margin: 62px;
}
.p_62 {
  padding: 62px;
}
.ml_62 {
  margin-left: 62px;
}
.pl_62 {
  padding-left: 62px;
}
.mx_62 {
  margin-left: 62px;
  margin-right: 62px;
}
.my_62 {
  margin-top: 62px;
  margin-bottom: 62px;
}
.px_62 {
  padding-left: 62px;
  padding-right: 62px;
}
.py_62 {
  padding-top: 62px;
  padding-bottom: 62px;
}
.gapX_62 {
  column-gap: 62px;
}
.gapY_62 {
  row-gap: 62px;
}
.m_63 {
  margin: 63px;
}
.p_63 {
  padding: 63px;
}
.mt_63 {
  margin-top: 63px;
}
.pt_63 {
  padding-top: 63px;
}
.mx_63 {
  margin-left: 63px;
  margin-right: 63px;
}
.my_63 {
  margin-top: 63px;
  margin-bottom: 63px;
}
.px_63 {
  padding-left: 63px;
  padding-right: 63px;
}
.py_63 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.m_63 {
  margin: 63px;
}
.p_63 {
  padding: 63px;
}
.mb_63 {
  margin-bottom: 63px;
}
.pb_63 {
  padding-bottom: 63px;
}
.mx_63 {
  margin-left: 63px;
  margin-right: 63px;
}
.my_63 {
  margin-top: 63px;
  margin-bottom: 63px;
}
.px_63 {
  padding-left: 63px;
  padding-right: 63px;
}
.py_63 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.m_63 {
  margin: 63px;
}
.p_63 {
  padding: 63px;
}
.mr_63 {
  margin-right: 63px;
}
.pr_63 {
  padding-right: 63px;
}
.mx_63 {
  margin-left: 63px;
  margin-right: 63px;
}
.my_63 {
  margin-top: 63px;
  margin-bottom: 63px;
}
.px_63 {
  padding-left: 63px;
  padding-right: 63px;
}
.py_63 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.m_63 {
  margin: 63px;
}
.p_63 {
  padding: 63px;
}
.ml_63 {
  margin-left: 63px;
}
.pl_63 {
  padding-left: 63px;
}
.mx_63 {
  margin-left: 63px;
  margin-right: 63px;
}
.my_63 {
  margin-top: 63px;
  margin-bottom: 63px;
}
.px_63 {
  padding-left: 63px;
  padding-right: 63px;
}
.py_63 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.gapX_63 {
  column-gap: 63px;
}
.gapY_63 {
  row-gap: 63px;
}
.m_64 {
  margin: 64px;
}
.p_64 {
  padding: 64px;
}
.mt_64 {
  margin-top: 64px;
}
.pt_64 {
  padding-top: 64px;
}
.mx_64 {
  margin-left: 64px;
  margin-right: 64px;
}
.my_64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.px_64 {
  padding-left: 64px;
  padding-right: 64px;
}
.py_64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.m_64 {
  margin: 64px;
}
.p_64 {
  padding: 64px;
}
.mb_64 {
  margin-bottom: 64px;
}
.pb_64 {
  padding-bottom: 64px;
}
.mx_64 {
  margin-left: 64px;
  margin-right: 64px;
}
.my_64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.px_64 {
  padding-left: 64px;
  padding-right: 64px;
}
.py_64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.m_64 {
  margin: 64px;
}
.p_64 {
  padding: 64px;
}
.mr_64 {
  margin-right: 64px;
}
.pr_64 {
  padding-right: 64px;
}
.mx_64 {
  margin-left: 64px;
  margin-right: 64px;
}
.my_64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.px_64 {
  padding-left: 64px;
  padding-right: 64px;
}
.py_64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.m_64 {
  margin: 64px;
}
.p_64 {
  padding: 64px;
}
.ml_64 {
  margin-left: 64px;
}
.pl_64 {
  padding-left: 64px;
}
.mx_64 {
  margin-left: 64px;
  margin-right: 64px;
}
.my_64 {
  margin-top: 64px;
  margin-bottom: 64px;
}
.px_64 {
  padding-left: 64px;
  padding-right: 64px;
}
.py_64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.gapX_64 {
  column-gap: 64px;
}
.gapY_64 {
  row-gap: 64px;
}
.m_65 {
  margin: 65px;
}
.p_65 {
  padding: 65px;
}
.mt_65 {
  margin-top: 65px;
}
.pt_65 {
  padding-top: 65px;
}
.mx_65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my_65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.px_65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py_65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m_65 {
  margin: 65px;
}
.p_65 {
  padding: 65px;
}
.mb_65 {
  margin-bottom: 65px;
}
.pb_65 {
  padding-bottom: 65px;
}
.mx_65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my_65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.px_65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py_65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m_65 {
  margin: 65px;
}
.p_65 {
  padding: 65px;
}
.mr_65 {
  margin-right: 65px;
}
.pr_65 {
  padding-right: 65px;
}
.mx_65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my_65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.px_65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py_65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.m_65 {
  margin: 65px;
}
.p_65 {
  padding: 65px;
}
.ml_65 {
  margin-left: 65px;
}
.pl_65 {
  padding-left: 65px;
}
.mx_65 {
  margin-left: 65px;
  margin-right: 65px;
}
.my_65 {
  margin-top: 65px;
  margin-bottom: 65px;
}
.px_65 {
  padding-left: 65px;
  padding-right: 65px;
}
.py_65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.gapX_65 {
  column-gap: 65px;
}
.gapY_65 {
  row-gap: 65px;
}
.m_66 {
  margin: 66px;
}
.p_66 {
  padding: 66px;
}
.mt_66 {
  margin-top: 66px;
}
.pt_66 {
  padding-top: 66px;
}
.mx_66 {
  margin-left: 66px;
  margin-right: 66px;
}
.my_66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.px_66 {
  padding-left: 66px;
  padding-right: 66px;
}
.py_66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.m_66 {
  margin: 66px;
}
.p_66 {
  padding: 66px;
}
.mb_66 {
  margin-bottom: 66px;
}
.pb_66 {
  padding-bottom: 66px;
}
.mx_66 {
  margin-left: 66px;
  margin-right: 66px;
}
.my_66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.px_66 {
  padding-left: 66px;
  padding-right: 66px;
}
.py_66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.m_66 {
  margin: 66px;
}
.p_66 {
  padding: 66px;
}
.mr_66 {
  margin-right: 66px;
}
.pr_66 {
  padding-right: 66px;
}
.mx_66 {
  margin-left: 66px;
  margin-right: 66px;
}
.my_66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.px_66 {
  padding-left: 66px;
  padding-right: 66px;
}
.py_66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.m_66 {
  margin: 66px;
}
.p_66 {
  padding: 66px;
}
.ml_66 {
  margin-left: 66px;
}
.pl_66 {
  padding-left: 66px;
}
.mx_66 {
  margin-left: 66px;
  margin-right: 66px;
}
.my_66 {
  margin-top: 66px;
  margin-bottom: 66px;
}
.px_66 {
  padding-left: 66px;
  padding-right: 66px;
}
.py_66 {
  padding-top: 66px;
  padding-bottom: 66px;
}
.gapX_66 {
  column-gap: 66px;
}
.gapY_66 {
  row-gap: 66px;
}
.m_67 {
  margin: 67px;
}
.p_67 {
  padding: 67px;
}
.mt_67 {
  margin-top: 67px;
}
.pt_67 {
  padding-top: 67px;
}
.mx_67 {
  margin-left: 67px;
  margin-right: 67px;
}
.my_67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.px_67 {
  padding-left: 67px;
  padding-right: 67px;
}
.py_67 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.m_67 {
  margin: 67px;
}
.p_67 {
  padding: 67px;
}
.mb_67 {
  margin-bottom: 67px;
}
.pb_67 {
  padding-bottom: 67px;
}
.mx_67 {
  margin-left: 67px;
  margin-right: 67px;
}
.my_67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.px_67 {
  padding-left: 67px;
  padding-right: 67px;
}
.py_67 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.m_67 {
  margin: 67px;
}
.p_67 {
  padding: 67px;
}
.mr_67 {
  margin-right: 67px;
}
.pr_67 {
  padding-right: 67px;
}
.mx_67 {
  margin-left: 67px;
  margin-right: 67px;
}
.my_67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.px_67 {
  padding-left: 67px;
  padding-right: 67px;
}
.py_67 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.m_67 {
  margin: 67px;
}
.p_67 {
  padding: 67px;
}
.ml_67 {
  margin-left: 67px;
}
.pl_67 {
  padding-left: 67px;
}
.mx_67 {
  margin-left: 67px;
  margin-right: 67px;
}
.my_67 {
  margin-top: 67px;
  margin-bottom: 67px;
}
.px_67 {
  padding-left: 67px;
  padding-right: 67px;
}
.py_67 {
  padding-top: 67px;
  padding-bottom: 67px;
}
.gapX_67 {
  column-gap: 67px;
}
.gapY_67 {
  row-gap: 67px;
}
.m_68 {
  margin: 68px;
}
.p_68 {
  padding: 68px;
}
.mt_68 {
  margin-top: 68px;
}
.pt_68 {
  padding-top: 68px;
}
.mx_68 {
  margin-left: 68px;
  margin-right: 68px;
}
.my_68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.px_68 {
  padding-left: 68px;
  padding-right: 68px;
}
.py_68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.m_68 {
  margin: 68px;
}
.p_68 {
  padding: 68px;
}
.mb_68 {
  margin-bottom: 68px;
}
.pb_68 {
  padding-bottom: 68px;
}
.mx_68 {
  margin-left: 68px;
  margin-right: 68px;
}
.my_68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.px_68 {
  padding-left: 68px;
  padding-right: 68px;
}
.py_68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.m_68 {
  margin: 68px;
}
.p_68 {
  padding: 68px;
}
.mr_68 {
  margin-right: 68px;
}
.pr_68 {
  padding-right: 68px;
}
.mx_68 {
  margin-left: 68px;
  margin-right: 68px;
}
.my_68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.px_68 {
  padding-left: 68px;
  padding-right: 68px;
}
.py_68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.m_68 {
  margin: 68px;
}
.p_68 {
  padding: 68px;
}
.ml_68 {
  margin-left: 68px;
}
.pl_68 {
  padding-left: 68px;
}
.mx_68 {
  margin-left: 68px;
  margin-right: 68px;
}
.my_68 {
  margin-top: 68px;
  margin-bottom: 68px;
}
.px_68 {
  padding-left: 68px;
  padding-right: 68px;
}
.py_68 {
  padding-top: 68px;
  padding-bottom: 68px;
}
.gapX_68 {
  column-gap: 68px;
}
.gapY_68 {
  row-gap: 68px;
}
.m_69 {
  margin: 69px;
}
.p_69 {
  padding: 69px;
}
.mt_69 {
  margin-top: 69px;
}
.pt_69 {
  padding-top: 69px;
}
.mx_69 {
  margin-left: 69px;
  margin-right: 69px;
}
.my_69 {
  margin-top: 69px;
  margin-bottom: 69px;
}
.px_69 {
  padding-left: 69px;
  padding-right: 69px;
}
.py_69 {
  padding-top: 69px;
  padding-bottom: 69px;
}
.m_69 {
  margin: 69px;
}
.p_69 {
  padding: 69px;
}
.mb_69 {
  margin-bottom: 69px;
}
.pb_69 {
  padding-bottom: 69px;
}
.mx_69 {
  margin-left: 69px;
  margin-right: 69px;
}
.my_69 {
  margin-top: 69px;
  margin-bottom: 69px;
}
.px_69 {
  padding-left: 69px;
  padding-right: 69px;
}
.py_69 {
  padding-top: 69px;
  padding-bottom: 69px;
}
.m_69 {
  margin: 69px;
}
.p_69 {
  padding: 69px;
}
.mr_69 {
  margin-right: 69px;
}
.pr_69 {
  padding-right: 69px;
}
.mx_69 {
  margin-left: 69px;
  margin-right: 69px;
}
.my_69 {
  margin-top: 69px;
  margin-bottom: 69px;
}
.px_69 {
  padding-left: 69px;
  padding-right: 69px;
}
.py_69 {
  padding-top: 69px;
  padding-bottom: 69px;
}
.m_69 {
  margin: 69px;
}
.p_69 {
  padding: 69px;
}
.ml_69 {
  margin-left: 69px;
}
.pl_69 {
  padding-left: 69px;
}
.mx_69 {
  margin-left: 69px;
  margin-right: 69px;
}
.my_69 {
  margin-top: 69px;
  margin-bottom: 69px;
}
.px_69 {
  padding-left: 69px;
  padding-right: 69px;
}
.py_69 {
  padding-top: 69px;
  padding-bottom: 69px;
}
.gapX_69 {
  column-gap: 69px;
}
.gapY_69 {
  row-gap: 69px;
}
.m_70 {
  margin: 70px;
}
.p_70 {
  padding: 70px;
}
.mt_70 {
  margin-top: 70px;
}
.pt_70 {
  padding-top: 70px;
}
.mx_70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m_70 {
  margin: 70px;
}
.p_70 {
  padding: 70px;
}
.mb_70 {
  margin-bottom: 70px;
}
.pb_70 {
  padding-bottom: 70px;
}
.mx_70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m_70 {
  margin: 70px;
}
.p_70 {
  padding: 70px;
}
.mr_70 {
  margin-right: 70px;
}
.pr_70 {
  padding-right: 70px;
}
.mx_70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.m_70 {
  margin: 70px;
}
.p_70 {
  padding: 70px;
}
.ml_70 {
  margin-left: 70px;
}
.pl_70 {
  padding-left: 70px;
}
.mx_70 {
  margin-left: 70px;
  margin-right: 70px;
}
.my_70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.px_70 {
  padding-left: 70px;
  padding-right: 70px;
}
.py_70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.gapX_70 {
  column-gap: 70px;
}
.gapY_70 {
  row-gap: 70px;
}
.m_71 {
  margin: 71px;
}
.p_71 {
  padding: 71px;
}
.mt_71 {
  margin-top: 71px;
}
.pt_71 {
  padding-top: 71px;
}
.mx_71 {
  margin-left: 71px;
  margin-right: 71px;
}
.my_71 {
  margin-top: 71px;
  margin-bottom: 71px;
}
.px_71 {
  padding-left: 71px;
  padding-right: 71px;
}
.py_71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.m_71 {
  margin: 71px;
}
.p_71 {
  padding: 71px;
}
.mb_71 {
  margin-bottom: 71px;
}
.pb_71 {
  padding-bottom: 71px;
}
.mx_71 {
  margin-left: 71px;
  margin-right: 71px;
}
.my_71 {
  margin-top: 71px;
  margin-bottom: 71px;
}
.px_71 {
  padding-left: 71px;
  padding-right: 71px;
}
.py_71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.m_71 {
  margin: 71px;
}
.p_71 {
  padding: 71px;
}
.mr_71 {
  margin-right: 71px;
}
.pr_71 {
  padding-right: 71px;
}
.mx_71 {
  margin-left: 71px;
  margin-right: 71px;
}
.my_71 {
  margin-top: 71px;
  margin-bottom: 71px;
}
.px_71 {
  padding-left: 71px;
  padding-right: 71px;
}
.py_71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.m_71 {
  margin: 71px;
}
.p_71 {
  padding: 71px;
}
.ml_71 {
  margin-left: 71px;
}
.pl_71 {
  padding-left: 71px;
}
.mx_71 {
  margin-left: 71px;
  margin-right: 71px;
}
.my_71 {
  margin-top: 71px;
  margin-bottom: 71px;
}
.px_71 {
  padding-left: 71px;
  padding-right: 71px;
}
.py_71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.gapX_71 {
  column-gap: 71px;
}
.gapY_71 {
  row-gap: 71px;
}
.m_72 {
  margin: 72px;
}
.p_72 {
  padding: 72px;
}
.mt_72 {
  margin-top: 72px;
}
.pt_72 {
  padding-top: 72px;
}
.mx_72 {
  margin-left: 72px;
  margin-right: 72px;
}
.my_72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.px_72 {
  padding-left: 72px;
  padding-right: 72px;
}
.py_72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.m_72 {
  margin: 72px;
}
.p_72 {
  padding: 72px;
}
.mb_72 {
  margin-bottom: 72px;
}
.pb_72 {
  padding-bottom: 72px;
}
.mx_72 {
  margin-left: 72px;
  margin-right: 72px;
}
.my_72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.px_72 {
  padding-left: 72px;
  padding-right: 72px;
}
.py_72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.m_72 {
  margin: 72px;
}
.p_72 {
  padding: 72px;
}
.mr_72 {
  margin-right: 72px;
}
.pr_72 {
  padding-right: 72px;
}
.mx_72 {
  margin-left: 72px;
  margin-right: 72px;
}
.my_72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.px_72 {
  padding-left: 72px;
  padding-right: 72px;
}
.py_72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.m_72 {
  margin: 72px;
}
.p_72 {
  padding: 72px;
}
.ml_72 {
  margin-left: 72px;
}
.pl_72 {
  padding-left: 72px;
}
.mx_72 {
  margin-left: 72px;
  margin-right: 72px;
}
.my_72 {
  margin-top: 72px;
  margin-bottom: 72px;
}
.px_72 {
  padding-left: 72px;
  padding-right: 72px;
}
.py_72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.gapX_72 {
  column-gap: 72px;
}
.gapY_72 {
  row-gap: 72px;
}
.m_73 {
  margin: 73px;
}
.p_73 {
  padding: 73px;
}
.mt_73 {
  margin-top: 73px;
}
.pt_73 {
  padding-top: 73px;
}
.mx_73 {
  margin-left: 73px;
  margin-right: 73px;
}
.my_73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.px_73 {
  padding-left: 73px;
  padding-right: 73px;
}
.py_73 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.m_73 {
  margin: 73px;
}
.p_73 {
  padding: 73px;
}
.mb_73 {
  margin-bottom: 73px;
}
.pb_73 {
  padding-bottom: 73px;
}
.mx_73 {
  margin-left: 73px;
  margin-right: 73px;
}
.my_73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.px_73 {
  padding-left: 73px;
  padding-right: 73px;
}
.py_73 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.m_73 {
  margin: 73px;
}
.p_73 {
  padding: 73px;
}
.mr_73 {
  margin-right: 73px;
}
.pr_73 {
  padding-right: 73px;
}
.mx_73 {
  margin-left: 73px;
  margin-right: 73px;
}
.my_73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.px_73 {
  padding-left: 73px;
  padding-right: 73px;
}
.py_73 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.m_73 {
  margin: 73px;
}
.p_73 {
  padding: 73px;
}
.ml_73 {
  margin-left: 73px;
}
.pl_73 {
  padding-left: 73px;
}
.mx_73 {
  margin-left: 73px;
  margin-right: 73px;
}
.my_73 {
  margin-top: 73px;
  margin-bottom: 73px;
}
.px_73 {
  padding-left: 73px;
  padding-right: 73px;
}
.py_73 {
  padding-top: 73px;
  padding-bottom: 73px;
}
.gapX_73 {
  column-gap: 73px;
}
.gapY_73 {
  row-gap: 73px;
}
.m_74 {
  margin: 74px;
}
.p_74 {
  padding: 74px;
}
.mt_74 {
  margin-top: 74px;
}
.pt_74 {
  padding-top: 74px;
}
.mx_74 {
  margin-left: 74px;
  margin-right: 74px;
}
.my_74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.px_74 {
  padding-left: 74px;
  padding-right: 74px;
}
.py_74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.m_74 {
  margin: 74px;
}
.p_74 {
  padding: 74px;
}
.mb_74 {
  margin-bottom: 74px;
}
.pb_74 {
  padding-bottom: 74px;
}
.mx_74 {
  margin-left: 74px;
  margin-right: 74px;
}
.my_74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.px_74 {
  padding-left: 74px;
  padding-right: 74px;
}
.py_74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.m_74 {
  margin: 74px;
}
.p_74 {
  padding: 74px;
}
.mr_74 {
  margin-right: 74px;
}
.pr_74 {
  padding-right: 74px;
}
.mx_74 {
  margin-left: 74px;
  margin-right: 74px;
}
.my_74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.px_74 {
  padding-left: 74px;
  padding-right: 74px;
}
.py_74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.m_74 {
  margin: 74px;
}
.p_74 {
  padding: 74px;
}
.ml_74 {
  margin-left: 74px;
}
.pl_74 {
  padding-left: 74px;
}
.mx_74 {
  margin-left: 74px;
  margin-right: 74px;
}
.my_74 {
  margin-top: 74px;
  margin-bottom: 74px;
}
.px_74 {
  padding-left: 74px;
  padding-right: 74px;
}
.py_74 {
  padding-top: 74px;
  padding-bottom: 74px;
}
.gapX_74 {
  column-gap: 74px;
}
.gapY_74 {
  row-gap: 74px;
}
.m_75 {
  margin: 75px;
}
.p_75 {
  padding: 75px;
}
.mt_75 {
  margin-top: 75px;
}
.pt_75 {
  padding-top: 75px;
}
.mx_75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my_75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.px_75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m_75 {
  margin: 75px;
}
.p_75 {
  padding: 75px;
}
.mb_75 {
  margin-bottom: 75px;
}
.pb_75 {
  padding-bottom: 75px;
}
.mx_75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my_75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.px_75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m_75 {
  margin: 75px;
}
.p_75 {
  padding: 75px;
}
.mr_75 {
  margin-right: 75px;
}
.pr_75 {
  padding-right: 75px;
}
.mx_75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my_75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.px_75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.m_75 {
  margin: 75px;
}
.p_75 {
  padding: 75px;
}
.ml_75 {
  margin-left: 75px;
}
.pl_75 {
  padding-left: 75px;
}
.mx_75 {
  margin-left: 75px;
  margin-right: 75px;
}
.my_75 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.px_75 {
  padding-left: 75px;
  padding-right: 75px;
}
.py_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.gapX_75 {
  column-gap: 75px;
}
.gapY_75 {
  row-gap: 75px;
}
.m_76 {
  margin: 76px;
}
.p_76 {
  padding: 76px;
}
.mt_76 {
  margin-top: 76px;
}
.pt_76 {
  padding-top: 76px;
}
.mx_76 {
  margin-left: 76px;
  margin-right: 76px;
}
.my_76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.px_76 {
  padding-left: 76px;
  padding-right: 76px;
}
.py_76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.m_76 {
  margin: 76px;
}
.p_76 {
  padding: 76px;
}
.mb_76 {
  margin-bottom: 76px;
}
.pb_76 {
  padding-bottom: 76px;
}
.mx_76 {
  margin-left: 76px;
  margin-right: 76px;
}
.my_76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.px_76 {
  padding-left: 76px;
  padding-right: 76px;
}
.py_76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.m_76 {
  margin: 76px;
}
.p_76 {
  padding: 76px;
}
.mr_76 {
  margin-right: 76px;
}
.pr_76 {
  padding-right: 76px;
}
.mx_76 {
  margin-left: 76px;
  margin-right: 76px;
}
.my_76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.px_76 {
  padding-left: 76px;
  padding-right: 76px;
}
.py_76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.m_76 {
  margin: 76px;
}
.p_76 {
  padding: 76px;
}
.ml_76 {
  margin-left: 76px;
}
.pl_76 {
  padding-left: 76px;
}
.mx_76 {
  margin-left: 76px;
  margin-right: 76px;
}
.my_76 {
  margin-top: 76px;
  margin-bottom: 76px;
}
.px_76 {
  padding-left: 76px;
  padding-right: 76px;
}
.py_76 {
  padding-top: 76px;
  padding-bottom: 76px;
}
.gapX_76 {
  column-gap: 76px;
}
.gapY_76 {
  row-gap: 76px;
}
.m_77 {
  margin: 77px;
}
.p_77 {
  padding: 77px;
}
.mt_77 {
  margin-top: 77px;
}
.pt_77 {
  padding-top: 77px;
}
.mx_77 {
  margin-left: 77px;
  margin-right: 77px;
}
.my_77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.px_77 {
  padding-left: 77px;
  padding-right: 77px;
}
.py_77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.m_77 {
  margin: 77px;
}
.p_77 {
  padding: 77px;
}
.mb_77 {
  margin-bottom: 77px;
}
.pb_77 {
  padding-bottom: 77px;
}
.mx_77 {
  margin-left: 77px;
  margin-right: 77px;
}
.my_77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.px_77 {
  padding-left: 77px;
  padding-right: 77px;
}
.py_77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.m_77 {
  margin: 77px;
}
.p_77 {
  padding: 77px;
}
.mr_77 {
  margin-right: 77px;
}
.pr_77 {
  padding-right: 77px;
}
.mx_77 {
  margin-left: 77px;
  margin-right: 77px;
}
.my_77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.px_77 {
  padding-left: 77px;
  padding-right: 77px;
}
.py_77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.m_77 {
  margin: 77px;
}
.p_77 {
  padding: 77px;
}
.ml_77 {
  margin-left: 77px;
}
.pl_77 {
  padding-left: 77px;
}
.mx_77 {
  margin-left: 77px;
  margin-right: 77px;
}
.my_77 {
  margin-top: 77px;
  margin-bottom: 77px;
}
.px_77 {
  padding-left: 77px;
  padding-right: 77px;
}
.py_77 {
  padding-top: 77px;
  padding-bottom: 77px;
}
.gapX_77 {
  column-gap: 77px;
}
.gapY_77 {
  row-gap: 77px;
}
.m_78 {
  margin: 78px;
}
.p_78 {
  padding: 78px;
}
.mt_78 {
  margin-top: 78px;
}
.pt_78 {
  padding-top: 78px;
}
.mx_78 {
  margin-left: 78px;
  margin-right: 78px;
}
.my_78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.px_78 {
  padding-left: 78px;
  padding-right: 78px;
}
.py_78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.m_78 {
  margin: 78px;
}
.p_78 {
  padding: 78px;
}
.mb_78 {
  margin-bottom: 78px;
}
.pb_78 {
  padding-bottom: 78px;
}
.mx_78 {
  margin-left: 78px;
  margin-right: 78px;
}
.my_78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.px_78 {
  padding-left: 78px;
  padding-right: 78px;
}
.py_78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.m_78 {
  margin: 78px;
}
.p_78 {
  padding: 78px;
}
.mr_78 {
  margin-right: 78px;
}
.pr_78 {
  padding-right: 78px;
}
.mx_78 {
  margin-left: 78px;
  margin-right: 78px;
}
.my_78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.px_78 {
  padding-left: 78px;
  padding-right: 78px;
}
.py_78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.m_78 {
  margin: 78px;
}
.p_78 {
  padding: 78px;
}
.ml_78 {
  margin-left: 78px;
}
.pl_78 {
  padding-left: 78px;
}
.mx_78 {
  margin-left: 78px;
  margin-right: 78px;
}
.my_78 {
  margin-top: 78px;
  margin-bottom: 78px;
}
.px_78 {
  padding-left: 78px;
  padding-right: 78px;
}
.py_78 {
  padding-top: 78px;
  padding-bottom: 78px;
}
.gapX_78 {
  column-gap: 78px;
}
.gapY_78 {
  row-gap: 78px;
}
.m_79 {
  margin: 79px;
}
.p_79 {
  padding: 79px;
}
.mt_79 {
  margin-top: 79px;
}
.pt_79 {
  padding-top: 79px;
}
.mx_79 {
  margin-left: 79px;
  margin-right: 79px;
}
.my_79 {
  margin-top: 79px;
  margin-bottom: 79px;
}
.px_79 {
  padding-left: 79px;
  padding-right: 79px;
}
.py_79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.m_79 {
  margin: 79px;
}
.p_79 {
  padding: 79px;
}
.mb_79 {
  margin-bottom: 79px;
}
.pb_79 {
  padding-bottom: 79px;
}
.mx_79 {
  margin-left: 79px;
  margin-right: 79px;
}
.my_79 {
  margin-top: 79px;
  margin-bottom: 79px;
}
.px_79 {
  padding-left: 79px;
  padding-right: 79px;
}
.py_79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.m_79 {
  margin: 79px;
}
.p_79 {
  padding: 79px;
}
.mr_79 {
  margin-right: 79px;
}
.pr_79 {
  padding-right: 79px;
}
.mx_79 {
  margin-left: 79px;
  margin-right: 79px;
}
.my_79 {
  margin-top: 79px;
  margin-bottom: 79px;
}
.px_79 {
  padding-left: 79px;
  padding-right: 79px;
}
.py_79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.m_79 {
  margin: 79px;
}
.p_79 {
  padding: 79px;
}
.ml_79 {
  margin-left: 79px;
}
.pl_79 {
  padding-left: 79px;
}
.mx_79 {
  margin-left: 79px;
  margin-right: 79px;
}
.my_79 {
  margin-top: 79px;
  margin-bottom: 79px;
}
.px_79 {
  padding-left: 79px;
  padding-right: 79px;
}
.py_79 {
  padding-top: 79px;
  padding-bottom: 79px;
}
.gapX_79 {
  column-gap: 79px;
}
.gapY_79 {
  row-gap: 79px;
}
.m_80 {
  margin: 80px;
}
.p_80 {
  padding: 80px;
}
.mt_80 {
  margin-top: 80px;
}
.pt_80 {
  padding-top: 80px;
}
.mx_80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.px_80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m_80 {
  margin: 80px;
}
.p_80 {
  padding: 80px;
}
.mb_80 {
  margin-bottom: 80px;
}
.pb_80 {
  padding-bottom: 80px;
}
.mx_80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.px_80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m_80 {
  margin: 80px;
}
.p_80 {
  padding: 80px;
}
.mr_80 {
  margin-right: 80px;
}
.pr_80 {
  padding-right: 80px;
}
.mx_80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.px_80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.m_80 {
  margin: 80px;
}
.p_80 {
  padding: 80px;
}
.ml_80 {
  margin-left: 80px;
}
.pl_80 {
  padding-left: 80px;
}
.mx_80 {
  margin-left: 80px;
  margin-right: 80px;
}
.my_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
.px_80 {
  padding-left: 80px;
  padding-right: 80px;
}
.py_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.gapX_80 {
  column-gap: 80px;
}
.gapY_80 {
  row-gap: 80px;
}
.m_81 {
  margin: 81px;
}
.p_81 {
  padding: 81px;
}
.mt_81 {
  margin-top: 81px;
}
.pt_81 {
  padding-top: 81px;
}
.mx_81 {
  margin-left: 81px;
  margin-right: 81px;
}
.my_81 {
  margin-top: 81px;
  margin-bottom: 81px;
}
.px_81 {
  padding-left: 81px;
  padding-right: 81px;
}
.py_81 {
  padding-top: 81px;
  padding-bottom: 81px;
}
.m_81 {
  margin: 81px;
}
.p_81 {
  padding: 81px;
}
.mb_81 {
  margin-bottom: 81px;
}
.pb_81 {
  padding-bottom: 81px;
}
.mx_81 {
  margin-left: 81px;
  margin-right: 81px;
}
.my_81 {
  margin-top: 81px;
  margin-bottom: 81px;
}
.px_81 {
  padding-left: 81px;
  padding-right: 81px;
}
.py_81 {
  padding-top: 81px;
  padding-bottom: 81px;
}
.m_81 {
  margin: 81px;
}
.p_81 {
  padding: 81px;
}
.mr_81 {
  margin-right: 81px;
}
.pr_81 {
  padding-right: 81px;
}
.mx_81 {
  margin-left: 81px;
  margin-right: 81px;
}
.my_81 {
  margin-top: 81px;
  margin-bottom: 81px;
}
.px_81 {
  padding-left: 81px;
  padding-right: 81px;
}
.py_81 {
  padding-top: 81px;
  padding-bottom: 81px;
}
.m_81 {
  margin: 81px;
}
.p_81 {
  padding: 81px;
}
.ml_81 {
  margin-left: 81px;
}
.pl_81 {
  padding-left: 81px;
}
.mx_81 {
  margin-left: 81px;
  margin-right: 81px;
}
.my_81 {
  margin-top: 81px;
  margin-bottom: 81px;
}
.px_81 {
  padding-left: 81px;
  padding-right: 81px;
}
.py_81 {
  padding-top: 81px;
  padding-bottom: 81px;
}
.gapX_81 {
  column-gap: 81px;
}
.gapY_81 {
  row-gap: 81px;
}
.m_82 {
  margin: 82px;
}
.p_82 {
  padding: 82px;
}
.mt_82 {
  margin-top: 82px;
}
.pt_82 {
  padding-top: 82px;
}
.mx_82 {
  margin-left: 82px;
  margin-right: 82px;
}
.my_82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.px_82 {
  padding-left: 82px;
  padding-right: 82px;
}
.py_82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.m_82 {
  margin: 82px;
}
.p_82 {
  padding: 82px;
}
.mb_82 {
  margin-bottom: 82px;
}
.pb_82 {
  padding-bottom: 82px;
}
.mx_82 {
  margin-left: 82px;
  margin-right: 82px;
}
.my_82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.px_82 {
  padding-left: 82px;
  padding-right: 82px;
}
.py_82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.m_82 {
  margin: 82px;
}
.p_82 {
  padding: 82px;
}
.mr_82 {
  margin-right: 82px;
}
.pr_82 {
  padding-right: 82px;
}
.mx_82 {
  margin-left: 82px;
  margin-right: 82px;
}
.my_82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.px_82 {
  padding-left: 82px;
  padding-right: 82px;
}
.py_82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.m_82 {
  margin: 82px;
}
.p_82 {
  padding: 82px;
}
.ml_82 {
  margin-left: 82px;
}
.pl_82 {
  padding-left: 82px;
}
.mx_82 {
  margin-left: 82px;
  margin-right: 82px;
}
.my_82 {
  margin-top: 82px;
  margin-bottom: 82px;
}
.px_82 {
  padding-left: 82px;
  padding-right: 82px;
}
.py_82 {
  padding-top: 82px;
  padding-bottom: 82px;
}
.gapX_82 {
  column-gap: 82px;
}
.gapY_82 {
  row-gap: 82px;
}
.m_83 {
  margin: 83px;
}
.p_83 {
  padding: 83px;
}
.mt_83 {
  margin-top: 83px;
}
.pt_83 {
  padding-top: 83px;
}
.mx_83 {
  margin-left: 83px;
  margin-right: 83px;
}
.my_83 {
  margin-top: 83px;
  margin-bottom: 83px;
}
.px_83 {
  padding-left: 83px;
  padding-right: 83px;
}
.py_83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.m_83 {
  margin: 83px;
}
.p_83 {
  padding: 83px;
}
.mb_83 {
  margin-bottom: 83px;
}
.pb_83 {
  padding-bottom: 83px;
}
.mx_83 {
  margin-left: 83px;
  margin-right: 83px;
}
.my_83 {
  margin-top: 83px;
  margin-bottom: 83px;
}
.px_83 {
  padding-left: 83px;
  padding-right: 83px;
}
.py_83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.m_83 {
  margin: 83px;
}
.p_83 {
  padding: 83px;
}
.mr_83 {
  margin-right: 83px;
}
.pr_83 {
  padding-right: 83px;
}
.mx_83 {
  margin-left: 83px;
  margin-right: 83px;
}
.my_83 {
  margin-top: 83px;
  margin-bottom: 83px;
}
.px_83 {
  padding-left: 83px;
  padding-right: 83px;
}
.py_83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.m_83 {
  margin: 83px;
}
.p_83 {
  padding: 83px;
}
.ml_83 {
  margin-left: 83px;
}
.pl_83 {
  padding-left: 83px;
}
.mx_83 {
  margin-left: 83px;
  margin-right: 83px;
}
.my_83 {
  margin-top: 83px;
  margin-bottom: 83px;
}
.px_83 {
  padding-left: 83px;
  padding-right: 83px;
}
.py_83 {
  padding-top: 83px;
  padding-bottom: 83px;
}
.gapX_83 {
  column-gap: 83px;
}
.gapY_83 {
  row-gap: 83px;
}
.m_84 {
  margin: 84px;
}
.p_84 {
  padding: 84px;
}
.mt_84 {
  margin-top: 84px;
}
.pt_84 {
  padding-top: 84px;
}
.mx_84 {
  margin-left: 84px;
  margin-right: 84px;
}
.my_84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.px_84 {
  padding-left: 84px;
  padding-right: 84px;
}
.py_84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.m_84 {
  margin: 84px;
}
.p_84 {
  padding: 84px;
}
.mb_84 {
  margin-bottom: 84px;
}
.pb_84 {
  padding-bottom: 84px;
}
.mx_84 {
  margin-left: 84px;
  margin-right: 84px;
}
.my_84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.px_84 {
  padding-left: 84px;
  padding-right: 84px;
}
.py_84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.m_84 {
  margin: 84px;
}
.p_84 {
  padding: 84px;
}
.mr_84 {
  margin-right: 84px;
}
.pr_84 {
  padding-right: 84px;
}
.mx_84 {
  margin-left: 84px;
  margin-right: 84px;
}
.my_84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.px_84 {
  padding-left: 84px;
  padding-right: 84px;
}
.py_84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.m_84 {
  margin: 84px;
}
.p_84 {
  padding: 84px;
}
.ml_84 {
  margin-left: 84px;
}
.pl_84 {
  padding-left: 84px;
}
.mx_84 {
  margin-left: 84px;
  margin-right: 84px;
}
.my_84 {
  margin-top: 84px;
  margin-bottom: 84px;
}
.px_84 {
  padding-left: 84px;
  padding-right: 84px;
}
.py_84 {
  padding-top: 84px;
  padding-bottom: 84px;
}
.gapX_84 {
  column-gap: 84px;
}
.gapY_84 {
  row-gap: 84px;
}
.m_85 {
  margin: 85px;
}
.p_85 {
  padding: 85px;
}
.mt_85 {
  margin-top: 85px;
}
.pt_85 {
  padding-top: 85px;
}
.mx_85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my_85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.px_85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py_85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m_85 {
  margin: 85px;
}
.p_85 {
  padding: 85px;
}
.mb_85 {
  margin-bottom: 85px;
}
.pb_85 {
  padding-bottom: 85px;
}
.mx_85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my_85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.px_85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py_85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m_85 {
  margin: 85px;
}
.p_85 {
  padding: 85px;
}
.mr_85 {
  margin-right: 85px;
}
.pr_85 {
  padding-right: 85px;
}
.mx_85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my_85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.px_85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py_85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.m_85 {
  margin: 85px;
}
.p_85 {
  padding: 85px;
}
.ml_85 {
  margin-left: 85px;
}
.pl_85 {
  padding-left: 85px;
}
.mx_85 {
  margin-left: 85px;
  margin-right: 85px;
}
.my_85 {
  margin-top: 85px;
  margin-bottom: 85px;
}
.px_85 {
  padding-left: 85px;
  padding-right: 85px;
}
.py_85 {
  padding-top: 85px;
  padding-bottom: 85px;
}
.gapX_85 {
  column-gap: 85px;
}
.gapY_85 {
  row-gap: 85px;
}
.m_86 {
  margin: 86px;
}
.p_86 {
  padding: 86px;
}
.mt_86 {
  margin-top: 86px;
}
.pt_86 {
  padding-top: 86px;
}
.mx_86 {
  margin-left: 86px;
  margin-right: 86px;
}
.my_86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.px_86 {
  padding-left: 86px;
  padding-right: 86px;
}
.py_86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.m_86 {
  margin: 86px;
}
.p_86 {
  padding: 86px;
}
.mb_86 {
  margin-bottom: 86px;
}
.pb_86 {
  padding-bottom: 86px;
}
.mx_86 {
  margin-left: 86px;
  margin-right: 86px;
}
.my_86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.px_86 {
  padding-left: 86px;
  padding-right: 86px;
}
.py_86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.m_86 {
  margin: 86px;
}
.p_86 {
  padding: 86px;
}
.mr_86 {
  margin-right: 86px;
}
.pr_86 {
  padding-right: 86px;
}
.mx_86 {
  margin-left: 86px;
  margin-right: 86px;
}
.my_86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.px_86 {
  padding-left: 86px;
  padding-right: 86px;
}
.py_86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.m_86 {
  margin: 86px;
}
.p_86 {
  padding: 86px;
}
.ml_86 {
  margin-left: 86px;
}
.pl_86 {
  padding-left: 86px;
}
.mx_86 {
  margin-left: 86px;
  margin-right: 86px;
}
.my_86 {
  margin-top: 86px;
  margin-bottom: 86px;
}
.px_86 {
  padding-left: 86px;
  padding-right: 86px;
}
.py_86 {
  padding-top: 86px;
  padding-bottom: 86px;
}
.gapX_86 {
  column-gap: 86px;
}
.gapY_86 {
  row-gap: 86px;
}
.m_87 {
  margin: 87px;
}
.p_87 {
  padding: 87px;
}
.mt_87 {
  margin-top: 87px;
}
.pt_87 {
  padding-top: 87px;
}
.mx_87 {
  margin-left: 87px;
  margin-right: 87px;
}
.my_87 {
  margin-top: 87px;
  margin-bottom: 87px;
}
.px_87 {
  padding-left: 87px;
  padding-right: 87px;
}
.py_87 {
  padding-top: 87px;
  padding-bottom: 87px;
}
.m_87 {
  margin: 87px;
}
.p_87 {
  padding: 87px;
}
.mb_87 {
  margin-bottom: 87px;
}
.pb_87 {
  padding-bottom: 87px;
}
.mx_87 {
  margin-left: 87px;
  margin-right: 87px;
}
.my_87 {
  margin-top: 87px;
  margin-bottom: 87px;
}
.px_87 {
  padding-left: 87px;
  padding-right: 87px;
}
.py_87 {
  padding-top: 87px;
  padding-bottom: 87px;
}
.m_87 {
  margin: 87px;
}
.p_87 {
  padding: 87px;
}
.mr_87 {
  margin-right: 87px;
}
.pr_87 {
  padding-right: 87px;
}
.mx_87 {
  margin-left: 87px;
  margin-right: 87px;
}
.my_87 {
  margin-top: 87px;
  margin-bottom: 87px;
}
.px_87 {
  padding-left: 87px;
  padding-right: 87px;
}
.py_87 {
  padding-top: 87px;
  padding-bottom: 87px;
}
.m_87 {
  margin: 87px;
}
.p_87 {
  padding: 87px;
}
.ml_87 {
  margin-left: 87px;
}
.pl_87 {
  padding-left: 87px;
}
.mx_87 {
  margin-left: 87px;
  margin-right: 87px;
}
.my_87 {
  margin-top: 87px;
  margin-bottom: 87px;
}
.px_87 {
  padding-left: 87px;
  padding-right: 87px;
}
.py_87 {
  padding-top: 87px;
  padding-bottom: 87px;
}
.gapX_87 {
  column-gap: 87px;
}
.gapY_87 {
  row-gap: 87px;
}
.m_88 {
  margin: 88px;
}
.p_88 {
  padding: 88px;
}
.mt_88 {
  margin-top: 88px;
}
.pt_88 {
  padding-top: 88px;
}
.mx_88 {
  margin-left: 88px;
  margin-right: 88px;
}
.my_88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.px_88 {
  padding-left: 88px;
  padding-right: 88px;
}
.py_88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.m_88 {
  margin: 88px;
}
.p_88 {
  padding: 88px;
}
.mb_88 {
  margin-bottom: 88px;
}
.pb_88 {
  padding-bottom: 88px;
}
.mx_88 {
  margin-left: 88px;
  margin-right: 88px;
}
.my_88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.px_88 {
  padding-left: 88px;
  padding-right: 88px;
}
.py_88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.m_88 {
  margin: 88px;
}
.p_88 {
  padding: 88px;
}
.mr_88 {
  margin-right: 88px;
}
.pr_88 {
  padding-right: 88px;
}
.mx_88 {
  margin-left: 88px;
  margin-right: 88px;
}
.my_88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.px_88 {
  padding-left: 88px;
  padding-right: 88px;
}
.py_88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.m_88 {
  margin: 88px;
}
.p_88 {
  padding: 88px;
}
.ml_88 {
  margin-left: 88px;
}
.pl_88 {
  padding-left: 88px;
}
.mx_88 {
  margin-left: 88px;
  margin-right: 88px;
}
.my_88 {
  margin-top: 88px;
  margin-bottom: 88px;
}
.px_88 {
  padding-left: 88px;
  padding-right: 88px;
}
.py_88 {
  padding-top: 88px;
  padding-bottom: 88px;
}
.gapX_88 {
  column-gap: 88px;
}
.gapY_88 {
  row-gap: 88px;
}
.m_89 {
  margin: 89px;
}
.p_89 {
  padding: 89px;
}
.mt_89 {
  margin-top: 89px;
}
.pt_89 {
  padding-top: 89px;
}
.mx_89 {
  margin-left: 89px;
  margin-right: 89px;
}
.my_89 {
  margin-top: 89px;
  margin-bottom: 89px;
}
.px_89 {
  padding-left: 89px;
  padding-right: 89px;
}
.py_89 {
  padding-top: 89px;
  padding-bottom: 89px;
}
.m_89 {
  margin: 89px;
}
.p_89 {
  padding: 89px;
}
.mb_89 {
  margin-bottom: 89px;
}
.pb_89 {
  padding-bottom: 89px;
}
.mx_89 {
  margin-left: 89px;
  margin-right: 89px;
}
.my_89 {
  margin-top: 89px;
  margin-bottom: 89px;
}
.px_89 {
  padding-left: 89px;
  padding-right: 89px;
}
.py_89 {
  padding-top: 89px;
  padding-bottom: 89px;
}
.m_89 {
  margin: 89px;
}
.p_89 {
  padding: 89px;
}
.mr_89 {
  margin-right: 89px;
}
.pr_89 {
  padding-right: 89px;
}
.mx_89 {
  margin-left: 89px;
  margin-right: 89px;
}
.my_89 {
  margin-top: 89px;
  margin-bottom: 89px;
}
.px_89 {
  padding-left: 89px;
  padding-right: 89px;
}
.py_89 {
  padding-top: 89px;
  padding-bottom: 89px;
}
.m_89 {
  margin: 89px;
}
.p_89 {
  padding: 89px;
}
.ml_89 {
  margin-left: 89px;
}
.pl_89 {
  padding-left: 89px;
}
.mx_89 {
  margin-left: 89px;
  margin-right: 89px;
}
.my_89 {
  margin-top: 89px;
  margin-bottom: 89px;
}
.px_89 {
  padding-left: 89px;
  padding-right: 89px;
}
.py_89 {
  padding-top: 89px;
  padding-bottom: 89px;
}
.gapX_89 {
  column-gap: 89px;
}
.gapY_89 {
  row-gap: 89px;
}
.m_90 {
  margin: 90px;
}
.p_90 {
  padding: 90px;
}
.mt_90 {
  margin-top: 90px;
}
.pt_90 {
  padding-top: 90px;
}
.mx_90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my_90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.px_90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m_90 {
  margin: 90px;
}
.p_90 {
  padding: 90px;
}
.mb_90 {
  margin-bottom: 90px;
}
.pb_90 {
  padding-bottom: 90px;
}
.mx_90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my_90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.px_90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m_90 {
  margin: 90px;
}
.p_90 {
  padding: 90px;
}
.mr_90 {
  margin-right: 90px;
}
.pr_90 {
  padding-right: 90px;
}
.mx_90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my_90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.px_90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.m_90 {
  margin: 90px;
}
.p_90 {
  padding: 90px;
}
.ml_90 {
  margin-left: 90px;
}
.pl_90 {
  padding-left: 90px;
}
.mx_90 {
  margin-left: 90px;
  margin-right: 90px;
}
.my_90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.px_90 {
  padding-left: 90px;
  padding-right: 90px;
}
.py_90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.gapX_90 {
  column-gap: 90px;
}
.gapY_90 {
  row-gap: 90px;
}
.m_91 {
  margin: 91px;
}
.p_91 {
  padding: 91px;
}
.mt_91 {
  margin-top: 91px;
}
.pt_91 {
  padding-top: 91px;
}
.mx_91 {
  margin-left: 91px;
  margin-right: 91px;
}
.my_91 {
  margin-top: 91px;
  margin-bottom: 91px;
}
.px_91 {
  padding-left: 91px;
  padding-right: 91px;
}
.py_91 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.m_91 {
  margin: 91px;
}
.p_91 {
  padding: 91px;
}
.mb_91 {
  margin-bottom: 91px;
}
.pb_91 {
  padding-bottom: 91px;
}
.mx_91 {
  margin-left: 91px;
  margin-right: 91px;
}
.my_91 {
  margin-top: 91px;
  margin-bottom: 91px;
}
.px_91 {
  padding-left: 91px;
  padding-right: 91px;
}
.py_91 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.m_91 {
  margin: 91px;
}
.p_91 {
  padding: 91px;
}
.mr_91 {
  margin-right: 91px;
}
.pr_91 {
  padding-right: 91px;
}
.mx_91 {
  margin-left: 91px;
  margin-right: 91px;
}
.my_91 {
  margin-top: 91px;
  margin-bottom: 91px;
}
.px_91 {
  padding-left: 91px;
  padding-right: 91px;
}
.py_91 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.m_91 {
  margin: 91px;
}
.p_91 {
  padding: 91px;
}
.ml_91 {
  margin-left: 91px;
}
.pl_91 {
  padding-left: 91px;
}
.mx_91 {
  margin-left: 91px;
  margin-right: 91px;
}
.my_91 {
  margin-top: 91px;
  margin-bottom: 91px;
}
.px_91 {
  padding-left: 91px;
  padding-right: 91px;
}
.py_91 {
  padding-top: 91px;
  padding-bottom: 91px;
}
.gapX_91 {
  column-gap: 91px;
}
.gapY_91 {
  row-gap: 91px;
}
.m_92 {
  margin: 92px;
}
.p_92 {
  padding: 92px;
}
.mt_92 {
  margin-top: 92px;
}
.pt_92 {
  padding-top: 92px;
}
.mx_92 {
  margin-left: 92px;
  margin-right: 92px;
}
.my_92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.px_92 {
  padding-left: 92px;
  padding-right: 92px;
}
.py_92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.m_92 {
  margin: 92px;
}
.p_92 {
  padding: 92px;
}
.mb_92 {
  margin-bottom: 92px;
}
.pb_92 {
  padding-bottom: 92px;
}
.mx_92 {
  margin-left: 92px;
  margin-right: 92px;
}
.my_92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.px_92 {
  padding-left: 92px;
  padding-right: 92px;
}
.py_92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.m_92 {
  margin: 92px;
}
.p_92 {
  padding: 92px;
}
.mr_92 {
  margin-right: 92px;
}
.pr_92 {
  padding-right: 92px;
}
.mx_92 {
  margin-left: 92px;
  margin-right: 92px;
}
.my_92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.px_92 {
  padding-left: 92px;
  padding-right: 92px;
}
.py_92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.m_92 {
  margin: 92px;
}
.p_92 {
  padding: 92px;
}
.ml_92 {
  margin-left: 92px;
}
.pl_92 {
  padding-left: 92px;
}
.mx_92 {
  margin-left: 92px;
  margin-right: 92px;
}
.my_92 {
  margin-top: 92px;
  margin-bottom: 92px;
}
.px_92 {
  padding-left: 92px;
  padding-right: 92px;
}
.py_92 {
  padding-top: 92px;
  padding-bottom: 92px;
}
.gapX_92 {
  column-gap: 92px;
}
.gapY_92 {
  row-gap: 92px;
}
.m_93 {
  margin: 93px;
}
.p_93 {
  padding: 93px;
}
.mt_93 {
  margin-top: 93px;
}
.pt_93 {
  padding-top: 93px;
}
.mx_93 {
  margin-left: 93px;
  margin-right: 93px;
}
.my_93 {
  margin-top: 93px;
  margin-bottom: 93px;
}
.px_93 {
  padding-left: 93px;
  padding-right: 93px;
}
.py_93 {
  padding-top: 93px;
  padding-bottom: 93px;
}
.m_93 {
  margin: 93px;
}
.p_93 {
  padding: 93px;
}
.mb_93 {
  margin-bottom: 93px;
}
.pb_93 {
  padding-bottom: 93px;
}
.mx_93 {
  margin-left: 93px;
  margin-right: 93px;
}
.my_93 {
  margin-top: 93px;
  margin-bottom: 93px;
}
.px_93 {
  padding-left: 93px;
  padding-right: 93px;
}
.py_93 {
  padding-top: 93px;
  padding-bottom: 93px;
}
.m_93 {
  margin: 93px;
}
.p_93 {
  padding: 93px;
}
.mr_93 {
  margin-right: 93px;
}
.pr_93 {
  padding-right: 93px;
}
.mx_93 {
  margin-left: 93px;
  margin-right: 93px;
}
.my_93 {
  margin-top: 93px;
  margin-bottom: 93px;
}
.px_93 {
  padding-left: 93px;
  padding-right: 93px;
}
.py_93 {
  padding-top: 93px;
  padding-bottom: 93px;
}
.m_93 {
  margin: 93px;
}
.p_93 {
  padding: 93px;
}
.ml_93 {
  margin-left: 93px;
}
.pl_93 {
  padding-left: 93px;
}
.mx_93 {
  margin-left: 93px;
  margin-right: 93px;
}
.my_93 {
  margin-top: 93px;
  margin-bottom: 93px;
}
.px_93 {
  padding-left: 93px;
  padding-right: 93px;
}
.py_93 {
  padding-top: 93px;
  padding-bottom: 93px;
}
.gapX_93 {
  column-gap: 93px;
}
.gapY_93 {
  row-gap: 93px;
}
.m_94 {
  margin: 94px;
}
.p_94 {
  padding: 94px;
}
.mt_94 {
  margin-top: 94px;
}
.pt_94 {
  padding-top: 94px;
}
.mx_94 {
  margin-left: 94px;
  margin-right: 94px;
}
.my_94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.px_94 {
  padding-left: 94px;
  padding-right: 94px;
}
.py_94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.m_94 {
  margin: 94px;
}
.p_94 {
  padding: 94px;
}
.mb_94 {
  margin-bottom: 94px;
}
.pb_94 {
  padding-bottom: 94px;
}
.mx_94 {
  margin-left: 94px;
  margin-right: 94px;
}
.my_94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.px_94 {
  padding-left: 94px;
  padding-right: 94px;
}
.py_94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.m_94 {
  margin: 94px;
}
.p_94 {
  padding: 94px;
}
.mr_94 {
  margin-right: 94px;
}
.pr_94 {
  padding-right: 94px;
}
.mx_94 {
  margin-left: 94px;
  margin-right: 94px;
}
.my_94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.px_94 {
  padding-left: 94px;
  padding-right: 94px;
}
.py_94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.m_94 {
  margin: 94px;
}
.p_94 {
  padding: 94px;
}
.ml_94 {
  margin-left: 94px;
}
.pl_94 {
  padding-left: 94px;
}
.mx_94 {
  margin-left: 94px;
  margin-right: 94px;
}
.my_94 {
  margin-top: 94px;
  margin-bottom: 94px;
}
.px_94 {
  padding-left: 94px;
  padding-right: 94px;
}
.py_94 {
  padding-top: 94px;
  padding-bottom: 94px;
}
.gapX_94 {
  column-gap: 94px;
}
.gapY_94 {
  row-gap: 94px;
}
.m_95 {
  margin: 95px;
}
.p_95 {
  padding: 95px;
}
.mt_95 {
  margin-top: 95px;
}
.pt_95 {
  padding-top: 95px;
}
.mx_95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my_95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.px_95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py_95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m_95 {
  margin: 95px;
}
.p_95 {
  padding: 95px;
}
.mb_95 {
  margin-bottom: 95px;
}
.pb_95 {
  padding-bottom: 95px;
}
.mx_95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my_95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.px_95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py_95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m_95 {
  margin: 95px;
}
.p_95 {
  padding: 95px;
}
.mr_95 {
  margin-right: 95px;
}
.pr_95 {
  padding-right: 95px;
}
.mx_95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my_95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.px_95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py_95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.m_95 {
  margin: 95px;
}
.p_95 {
  padding: 95px;
}
.ml_95 {
  margin-left: 95px;
}
.pl_95 {
  padding-left: 95px;
}
.mx_95 {
  margin-left: 95px;
  margin-right: 95px;
}
.my_95 {
  margin-top: 95px;
  margin-bottom: 95px;
}
.px_95 {
  padding-left: 95px;
  padding-right: 95px;
}
.py_95 {
  padding-top: 95px;
  padding-bottom: 95px;
}
.gapX_95 {
  column-gap: 95px;
}
.gapY_95 {
  row-gap: 95px;
}
.m_96 {
  margin: 96px;
}
.p_96 {
  padding: 96px;
}
.mt_96 {
  margin-top: 96px;
}
.pt_96 {
  padding-top: 96px;
}
.mx_96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my_96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.px_96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py_96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.m_96 {
  margin: 96px;
}
.p_96 {
  padding: 96px;
}
.mb_96 {
  margin-bottom: 96px;
}
.pb_96 {
  padding-bottom: 96px;
}
.mx_96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my_96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.px_96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py_96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.m_96 {
  margin: 96px;
}
.p_96 {
  padding: 96px;
}
.mr_96 {
  margin-right: 96px;
}
.pr_96 {
  padding-right: 96px;
}
.mx_96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my_96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.px_96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py_96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.m_96 {
  margin: 96px;
}
.p_96 {
  padding: 96px;
}
.ml_96 {
  margin-left: 96px;
}
.pl_96 {
  padding-left: 96px;
}
.mx_96 {
  margin-left: 96px;
  margin-right: 96px;
}
.my_96 {
  margin-top: 96px;
  margin-bottom: 96px;
}
.px_96 {
  padding-left: 96px;
  padding-right: 96px;
}
.py_96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
.gapX_96 {
  column-gap: 96px;
}
.gapY_96 {
  row-gap: 96px;
}
.m_97 {
  margin: 97px;
}
.p_97 {
  padding: 97px;
}
.mt_97 {
  margin-top: 97px;
}
.pt_97 {
  padding-top: 97px;
}
.mx_97 {
  margin-left: 97px;
  margin-right: 97px;
}
.my_97 {
  margin-top: 97px;
  margin-bottom: 97px;
}
.px_97 {
  padding-left: 97px;
  padding-right: 97px;
}
.py_97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.m_97 {
  margin: 97px;
}
.p_97 {
  padding: 97px;
}
.mb_97 {
  margin-bottom: 97px;
}
.pb_97 {
  padding-bottom: 97px;
}
.mx_97 {
  margin-left: 97px;
  margin-right: 97px;
}
.my_97 {
  margin-top: 97px;
  margin-bottom: 97px;
}
.px_97 {
  padding-left: 97px;
  padding-right: 97px;
}
.py_97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.m_97 {
  margin: 97px;
}
.p_97 {
  padding: 97px;
}
.mr_97 {
  margin-right: 97px;
}
.pr_97 {
  padding-right: 97px;
}
.mx_97 {
  margin-left: 97px;
  margin-right: 97px;
}
.my_97 {
  margin-top: 97px;
  margin-bottom: 97px;
}
.px_97 {
  padding-left: 97px;
  padding-right: 97px;
}
.py_97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.m_97 {
  margin: 97px;
}
.p_97 {
  padding: 97px;
}
.ml_97 {
  margin-left: 97px;
}
.pl_97 {
  padding-left: 97px;
}
.mx_97 {
  margin-left: 97px;
  margin-right: 97px;
}
.my_97 {
  margin-top: 97px;
  margin-bottom: 97px;
}
.px_97 {
  padding-left: 97px;
  padding-right: 97px;
}
.py_97 {
  padding-top: 97px;
  padding-bottom: 97px;
}
.gapX_97 {
  column-gap: 97px;
}
.gapY_97 {
  row-gap: 97px;
}
.m_98 {
  margin: 98px;
}
.p_98 {
  padding: 98px;
}
.mt_98 {
  margin-top: 98px;
}
.pt_98 {
  padding-top: 98px;
}
.mx_98 {
  margin-left: 98px;
  margin-right: 98px;
}
.my_98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.px_98 {
  padding-left: 98px;
  padding-right: 98px;
}
.py_98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.m_98 {
  margin: 98px;
}
.p_98 {
  padding: 98px;
}
.mb_98 {
  margin-bottom: 98px;
}
.pb_98 {
  padding-bottom: 98px;
}
.mx_98 {
  margin-left: 98px;
  margin-right: 98px;
}
.my_98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.px_98 {
  padding-left: 98px;
  padding-right: 98px;
}
.py_98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.m_98 {
  margin: 98px;
}
.p_98 {
  padding: 98px;
}
.mr_98 {
  margin-right: 98px;
}
.pr_98 {
  padding-right: 98px;
}
.mx_98 {
  margin-left: 98px;
  margin-right: 98px;
}
.my_98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.px_98 {
  padding-left: 98px;
  padding-right: 98px;
}
.py_98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.m_98 {
  margin: 98px;
}
.p_98 {
  padding: 98px;
}
.ml_98 {
  margin-left: 98px;
}
.pl_98 {
  padding-left: 98px;
}
.mx_98 {
  margin-left: 98px;
  margin-right: 98px;
}
.my_98 {
  margin-top: 98px;
  margin-bottom: 98px;
}
.px_98 {
  padding-left: 98px;
  padding-right: 98px;
}
.py_98 {
  padding-top: 98px;
  padding-bottom: 98px;
}
.gapX_98 {
  column-gap: 98px;
}
.gapY_98 {
  row-gap: 98px;
}
.m_99 {
  margin: 99px;
}
.p_99 {
  padding: 99px;
}
.mt_99 {
  margin-top: 99px;
}
.pt_99 {
  padding-top: 99px;
}
.mx_99 {
  margin-left: 99px;
  margin-right: 99px;
}
.my_99 {
  margin-top: 99px;
  margin-bottom: 99px;
}
.px_99 {
  padding-left: 99px;
  padding-right: 99px;
}
.py_99 {
  padding-top: 99px;
  padding-bottom: 99px;
}
.m_99 {
  margin: 99px;
}
.p_99 {
  padding: 99px;
}
.mb_99 {
  margin-bottom: 99px;
}
.pb_99 {
  padding-bottom: 99px;
}
.mx_99 {
  margin-left: 99px;
  margin-right: 99px;
}
.my_99 {
  margin-top: 99px;
  margin-bottom: 99px;
}
.px_99 {
  padding-left: 99px;
  padding-right: 99px;
}
.py_99 {
  padding-top: 99px;
  padding-bottom: 99px;
}
.m_99 {
  margin: 99px;
}
.p_99 {
  padding: 99px;
}
.mr_99 {
  margin-right: 99px;
}
.pr_99 {
  padding-right: 99px;
}
.mx_99 {
  margin-left: 99px;
  margin-right: 99px;
}
.my_99 {
  margin-top: 99px;
  margin-bottom: 99px;
}
.px_99 {
  padding-left: 99px;
  padding-right: 99px;
}
.py_99 {
  padding-top: 99px;
  padding-bottom: 99px;
}
.m_99 {
  margin: 99px;
}
.p_99 {
  padding: 99px;
}
.ml_99 {
  margin-left: 99px;
}
.pl_99 {
  padding-left: 99px;
}
.mx_99 {
  margin-left: 99px;
  margin-right: 99px;
}
.my_99 {
  margin-top: 99px;
  margin-bottom: 99px;
}
.px_99 {
  padding-left: 99px;
  padding-right: 99px;
}
.py_99 {
  padding-top: 99px;
  padding-bottom: 99px;
}
.gapX_99 {
  column-gap: 99px;
}
.gapY_99 {
  row-gap: 99px;
}
.m_100 {
  margin: 100px;
}
.p_100 {
  padding: 100px;
}
.mt_100 {
  margin-top: 100px;
}
.pt_100 {
  padding-top: 100px;
}
.mx_100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my_100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.px_100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m_100 {
  margin: 100px;
}
.p_100 {
  padding: 100px;
}
.mb_100 {
  margin-bottom: 100px;
}
.pb_100 {
  padding-bottom: 100px;
}
.mx_100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my_100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.px_100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m_100 {
  margin: 100px;
}
.p_100 {
  padding: 100px;
}
.mr_100 {
  margin-right: 100px;
}
.pr_100 {
  padding-right: 100px;
}
.mx_100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my_100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.px_100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.m_100 {
  margin: 100px;
}
.p_100 {
  padding: 100px;
}
.ml_100 {
  margin-left: 100px;
}
.pl_100 {
  padding-left: 100px;
}
.mx_100 {
  margin-left: 100px;
  margin-right: 100px;
}
.my_100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
.px_100 {
  padding-left: 100px;
  padding-right: 100px;
}
.py_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.gapX_100 {
  column-gap: 100px;
}
.gapY_100 {
  row-gap: 100px;
}
.m_101 {
  margin: 101px;
}
.p_101 {
  padding: 101px;
}
.mt_101 {
  margin-top: 101px;
}
.pt_101 {
  padding-top: 101px;
}
.mx_101 {
  margin-left: 101px;
  margin-right: 101px;
}
.my_101 {
  margin-top: 101px;
  margin-bottom: 101px;
}
.px_101 {
  padding-left: 101px;
  padding-right: 101px;
}
.py_101 {
  padding-top: 101px;
  padding-bottom: 101px;
}
.m_101 {
  margin: 101px;
}
.p_101 {
  padding: 101px;
}
.mb_101 {
  margin-bottom: 101px;
}
.pb_101 {
  padding-bottom: 101px;
}
.mx_101 {
  margin-left: 101px;
  margin-right: 101px;
}
.my_101 {
  margin-top: 101px;
  margin-bottom: 101px;
}
.px_101 {
  padding-left: 101px;
  padding-right: 101px;
}
.py_101 {
  padding-top: 101px;
  padding-bottom: 101px;
}
.m_101 {
  margin: 101px;
}
.p_101 {
  padding: 101px;
}
.mr_101 {
  margin-right: 101px;
}
.pr_101 {
  padding-right: 101px;
}
.mx_101 {
  margin-left: 101px;
  margin-right: 101px;
}
.my_101 {
  margin-top: 101px;
  margin-bottom: 101px;
}
.px_101 {
  padding-left: 101px;
  padding-right: 101px;
}
.py_101 {
  padding-top: 101px;
  padding-bottom: 101px;
}
.m_101 {
  margin: 101px;
}
.p_101 {
  padding: 101px;
}
.ml_101 {
  margin-left: 101px;
}
.pl_101 {
  padding-left: 101px;
}
.mx_101 {
  margin-left: 101px;
  margin-right: 101px;
}
.my_101 {
  margin-top: 101px;
  margin-bottom: 101px;
}
.px_101 {
  padding-left: 101px;
  padding-right: 101px;
}
.py_101 {
  padding-top: 101px;
  padding-bottom: 101px;
}
.gapX_101 {
  column-gap: 101px;
}
.gapY_101 {
  row-gap: 101px;
}
.m_102 {
  margin: 102px;
}
.p_102 {
  padding: 102px;
}
.mt_102 {
  margin-top: 102px;
}
.pt_102 {
  padding-top: 102px;
}
.mx_102 {
  margin-left: 102px;
  margin-right: 102px;
}
.my_102 {
  margin-top: 102px;
  margin-bottom: 102px;
}
.px_102 {
  padding-left: 102px;
  padding-right: 102px;
}
.py_102 {
  padding-top: 102px;
  padding-bottom: 102px;
}
.m_102 {
  margin: 102px;
}
.p_102 {
  padding: 102px;
}
.mb_102 {
  margin-bottom: 102px;
}
.pb_102 {
  padding-bottom: 102px;
}
.mx_102 {
  margin-left: 102px;
  margin-right: 102px;
}
.my_102 {
  margin-top: 102px;
  margin-bottom: 102px;
}
.px_102 {
  padding-left: 102px;
  padding-right: 102px;
}
.py_102 {
  padding-top: 102px;
  padding-bottom: 102px;
}
.m_102 {
  margin: 102px;
}
.p_102 {
  padding: 102px;
}
.mr_102 {
  margin-right: 102px;
}
.pr_102 {
  padding-right: 102px;
}
.mx_102 {
  margin-left: 102px;
  margin-right: 102px;
}
.my_102 {
  margin-top: 102px;
  margin-bottom: 102px;
}
.px_102 {
  padding-left: 102px;
  padding-right: 102px;
}
.py_102 {
  padding-top: 102px;
  padding-bottom: 102px;
}
.m_102 {
  margin: 102px;
}
.p_102 {
  padding: 102px;
}
.ml_102 {
  margin-left: 102px;
}
.pl_102 {
  padding-left: 102px;
}
.mx_102 {
  margin-left: 102px;
  margin-right: 102px;
}
.my_102 {
  margin-top: 102px;
  margin-bottom: 102px;
}
.px_102 {
  padding-left: 102px;
  padding-right: 102px;
}
.py_102 {
  padding-top: 102px;
  padding-bottom: 102px;
}
.gapX_102 {
  column-gap: 102px;
}
.gapY_102 {
  row-gap: 102px;
}
.m_103 {
  margin: 103px;
}
.p_103 {
  padding: 103px;
}
.mt_103 {
  margin-top: 103px;
}
.pt_103 {
  padding-top: 103px;
}
.mx_103 {
  margin-left: 103px;
  margin-right: 103px;
}
.my_103 {
  margin-top: 103px;
  margin-bottom: 103px;
}
.px_103 {
  padding-left: 103px;
  padding-right: 103px;
}
.py_103 {
  padding-top: 103px;
  padding-bottom: 103px;
}
.m_103 {
  margin: 103px;
}
.p_103 {
  padding: 103px;
}
.mb_103 {
  margin-bottom: 103px;
}
.pb_103 {
  padding-bottom: 103px;
}
.mx_103 {
  margin-left: 103px;
  margin-right: 103px;
}
.my_103 {
  margin-top: 103px;
  margin-bottom: 103px;
}
.px_103 {
  padding-left: 103px;
  padding-right: 103px;
}
.py_103 {
  padding-top: 103px;
  padding-bottom: 103px;
}
.m_103 {
  margin: 103px;
}
.p_103 {
  padding: 103px;
}
.mr_103 {
  margin-right: 103px;
}
.pr_103 {
  padding-right: 103px;
}
.mx_103 {
  margin-left: 103px;
  margin-right: 103px;
}
.my_103 {
  margin-top: 103px;
  margin-bottom: 103px;
}
.px_103 {
  padding-left: 103px;
  padding-right: 103px;
}
.py_103 {
  padding-top: 103px;
  padding-bottom: 103px;
}
.m_103 {
  margin: 103px;
}
.p_103 {
  padding: 103px;
}
.ml_103 {
  margin-left: 103px;
}
.pl_103 {
  padding-left: 103px;
}
.mx_103 {
  margin-left: 103px;
  margin-right: 103px;
}
.my_103 {
  margin-top: 103px;
  margin-bottom: 103px;
}
.px_103 {
  padding-left: 103px;
  padding-right: 103px;
}
.py_103 {
  padding-top: 103px;
  padding-bottom: 103px;
}
.gapX_103 {
  column-gap: 103px;
}
.gapY_103 {
  row-gap: 103px;
}
.m_104 {
  margin: 104px;
}
.p_104 {
  padding: 104px;
}
.mt_104 {
  margin-top: 104px;
}
.pt_104 {
  padding-top: 104px;
}
.mx_104 {
  margin-left: 104px;
  margin-right: 104px;
}
.my_104 {
  margin-top: 104px;
  margin-bottom: 104px;
}
.px_104 {
  padding-left: 104px;
  padding-right: 104px;
}
.py_104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.m_104 {
  margin: 104px;
}
.p_104 {
  padding: 104px;
}
.mb_104 {
  margin-bottom: 104px;
}
.pb_104 {
  padding-bottom: 104px;
}
.mx_104 {
  margin-left: 104px;
  margin-right: 104px;
}
.my_104 {
  margin-top: 104px;
  margin-bottom: 104px;
}
.px_104 {
  padding-left: 104px;
  padding-right: 104px;
}
.py_104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.m_104 {
  margin: 104px;
}
.p_104 {
  padding: 104px;
}
.mr_104 {
  margin-right: 104px;
}
.pr_104 {
  padding-right: 104px;
}
.mx_104 {
  margin-left: 104px;
  margin-right: 104px;
}
.my_104 {
  margin-top: 104px;
  margin-bottom: 104px;
}
.px_104 {
  padding-left: 104px;
  padding-right: 104px;
}
.py_104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.m_104 {
  margin: 104px;
}
.p_104 {
  padding: 104px;
}
.ml_104 {
  margin-left: 104px;
}
.pl_104 {
  padding-left: 104px;
}
.mx_104 {
  margin-left: 104px;
  margin-right: 104px;
}
.my_104 {
  margin-top: 104px;
  margin-bottom: 104px;
}
.px_104 {
  padding-left: 104px;
  padding-right: 104px;
}
.py_104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
.gapX_104 {
  column-gap: 104px;
}
.gapY_104 {
  row-gap: 104px;
}
.m_105 {
  margin: 105px;
}
.p_105 {
  padding: 105px;
}
.mt_105 {
  margin-top: 105px;
}
.pt_105 {
  padding-top: 105px;
}
.mx_105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my_105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.px_105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py_105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m_105 {
  margin: 105px;
}
.p_105 {
  padding: 105px;
}
.mb_105 {
  margin-bottom: 105px;
}
.pb_105 {
  padding-bottom: 105px;
}
.mx_105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my_105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.px_105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py_105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m_105 {
  margin: 105px;
}
.p_105 {
  padding: 105px;
}
.mr_105 {
  margin-right: 105px;
}
.pr_105 {
  padding-right: 105px;
}
.mx_105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my_105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.px_105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py_105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.m_105 {
  margin: 105px;
}
.p_105 {
  padding: 105px;
}
.ml_105 {
  margin-left: 105px;
}
.pl_105 {
  padding-left: 105px;
}
.mx_105 {
  margin-left: 105px;
  margin-right: 105px;
}
.my_105 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.px_105 {
  padding-left: 105px;
  padding-right: 105px;
}
.py_105 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.gapX_105 {
  column-gap: 105px;
}
.gapY_105 {
  row-gap: 105px;
}
.m_106 {
  margin: 106px;
}
.p_106 {
  padding: 106px;
}
.mt_106 {
  margin-top: 106px;
}
.pt_106 {
  padding-top: 106px;
}
.mx_106 {
  margin-left: 106px;
  margin-right: 106px;
}
.my_106 {
  margin-top: 106px;
  margin-bottom: 106px;
}
.px_106 {
  padding-left: 106px;
  padding-right: 106px;
}
.py_106 {
  padding-top: 106px;
  padding-bottom: 106px;
}
.m_106 {
  margin: 106px;
}
.p_106 {
  padding: 106px;
}
.mb_106 {
  margin-bottom: 106px;
}
.pb_106 {
  padding-bottom: 106px;
}
.mx_106 {
  margin-left: 106px;
  margin-right: 106px;
}
.my_106 {
  margin-top: 106px;
  margin-bottom: 106px;
}
.px_106 {
  padding-left: 106px;
  padding-right: 106px;
}
.py_106 {
  padding-top: 106px;
  padding-bottom: 106px;
}
.m_106 {
  margin: 106px;
}
.p_106 {
  padding: 106px;
}
.mr_106 {
  margin-right: 106px;
}
.pr_106 {
  padding-right: 106px;
}
.mx_106 {
  margin-left: 106px;
  margin-right: 106px;
}
.my_106 {
  margin-top: 106px;
  margin-bottom: 106px;
}
.px_106 {
  padding-left: 106px;
  padding-right: 106px;
}
.py_106 {
  padding-top: 106px;
  padding-bottom: 106px;
}
.m_106 {
  margin: 106px;
}
.p_106 {
  padding: 106px;
}
.ml_106 {
  margin-left: 106px;
}
.pl_106 {
  padding-left: 106px;
}
.mx_106 {
  margin-left: 106px;
  margin-right: 106px;
}
.my_106 {
  margin-top: 106px;
  margin-bottom: 106px;
}
.px_106 {
  padding-left: 106px;
  padding-right: 106px;
}
.py_106 {
  padding-top: 106px;
  padding-bottom: 106px;
}
.gapX_106 {
  column-gap: 106px;
}
.gapY_106 {
  row-gap: 106px;
}
.m_107 {
  margin: 107px;
}
.p_107 {
  padding: 107px;
}
.mt_107 {
  margin-top: 107px;
}
.pt_107 {
  padding-top: 107px;
}
.mx_107 {
  margin-left: 107px;
  margin-right: 107px;
}
.my_107 {
  margin-top: 107px;
  margin-bottom: 107px;
}
.px_107 {
  padding-left: 107px;
  padding-right: 107px;
}
.py_107 {
  padding-top: 107px;
  padding-bottom: 107px;
}
.m_107 {
  margin: 107px;
}
.p_107 {
  padding: 107px;
}
.mb_107 {
  margin-bottom: 107px;
}
.pb_107 {
  padding-bottom: 107px;
}
.mx_107 {
  margin-left: 107px;
  margin-right: 107px;
}
.my_107 {
  margin-top: 107px;
  margin-bottom: 107px;
}
.px_107 {
  padding-left: 107px;
  padding-right: 107px;
}
.py_107 {
  padding-top: 107px;
  padding-bottom: 107px;
}
.m_107 {
  margin: 107px;
}
.p_107 {
  padding: 107px;
}
.mr_107 {
  margin-right: 107px;
}
.pr_107 {
  padding-right: 107px;
}
.mx_107 {
  margin-left: 107px;
  margin-right: 107px;
}
.my_107 {
  margin-top: 107px;
  margin-bottom: 107px;
}
.px_107 {
  padding-left: 107px;
  padding-right: 107px;
}
.py_107 {
  padding-top: 107px;
  padding-bottom: 107px;
}
.m_107 {
  margin: 107px;
}
.p_107 {
  padding: 107px;
}
.ml_107 {
  margin-left: 107px;
}
.pl_107 {
  padding-left: 107px;
}
.mx_107 {
  margin-left: 107px;
  margin-right: 107px;
}
.my_107 {
  margin-top: 107px;
  margin-bottom: 107px;
}
.px_107 {
  padding-left: 107px;
  padding-right: 107px;
}
.py_107 {
  padding-top: 107px;
  padding-bottom: 107px;
}
.gapX_107 {
  column-gap: 107px;
}
.gapY_107 {
  row-gap: 107px;
}
.m_108 {
  margin: 108px;
}
.p_108 {
  padding: 108px;
}
.mt_108 {
  margin-top: 108px;
}
.pt_108 {
  padding-top: 108px;
}
.mx_108 {
  margin-left: 108px;
  margin-right: 108px;
}
.my_108 {
  margin-top: 108px;
  margin-bottom: 108px;
}
.px_108 {
  padding-left: 108px;
  padding-right: 108px;
}
.py_108 {
  padding-top: 108px;
  padding-bottom: 108px;
}
.m_108 {
  margin: 108px;
}
.p_108 {
  padding: 108px;
}
.mb_108 {
  margin-bottom: 108px;
}
.pb_108 {
  padding-bottom: 108px;
}
.mx_108 {
  margin-left: 108px;
  margin-right: 108px;
}
.my_108 {
  margin-top: 108px;
  margin-bottom: 108px;
}
.px_108 {
  padding-left: 108px;
  padding-right: 108px;
}
.py_108 {
  padding-top: 108px;
  padding-bottom: 108px;
}
.m_108 {
  margin: 108px;
}
.p_108 {
  padding: 108px;
}
.mr_108 {
  margin-right: 108px;
}
.pr_108 {
  padding-right: 108px;
}
.mx_108 {
  margin-left: 108px;
  margin-right: 108px;
}
.my_108 {
  margin-top: 108px;
  margin-bottom: 108px;
}
.px_108 {
  padding-left: 108px;
  padding-right: 108px;
}
.py_108 {
  padding-top: 108px;
  padding-bottom: 108px;
}
.m_108 {
  margin: 108px;
}
.p_108 {
  padding: 108px;
}
.ml_108 {
  margin-left: 108px;
}
.pl_108 {
  padding-left: 108px;
}
.mx_108 {
  margin-left: 108px;
  margin-right: 108px;
}
.my_108 {
  margin-top: 108px;
  margin-bottom: 108px;
}
.px_108 {
  padding-left: 108px;
  padding-right: 108px;
}
.py_108 {
  padding-top: 108px;
  padding-bottom: 108px;
}
.gapX_108 {
  column-gap: 108px;
}
.gapY_108 {
  row-gap: 108px;
}
.m_109 {
  margin: 109px;
}
.p_109 {
  padding: 109px;
}
.mt_109 {
  margin-top: 109px;
}
.pt_109 {
  padding-top: 109px;
}
.mx_109 {
  margin-left: 109px;
  margin-right: 109px;
}
.my_109 {
  margin-top: 109px;
  margin-bottom: 109px;
}
.px_109 {
  padding-left: 109px;
  padding-right: 109px;
}
.py_109 {
  padding-top: 109px;
  padding-bottom: 109px;
}
.m_109 {
  margin: 109px;
}
.p_109 {
  padding: 109px;
}
.mb_109 {
  margin-bottom: 109px;
}
.pb_109 {
  padding-bottom: 109px;
}
.mx_109 {
  margin-left: 109px;
  margin-right: 109px;
}
.my_109 {
  margin-top: 109px;
  margin-bottom: 109px;
}
.px_109 {
  padding-left: 109px;
  padding-right: 109px;
}
.py_109 {
  padding-top: 109px;
  padding-bottom: 109px;
}
.m_109 {
  margin: 109px;
}
.p_109 {
  padding: 109px;
}
.mr_109 {
  margin-right: 109px;
}
.pr_109 {
  padding-right: 109px;
}
.mx_109 {
  margin-left: 109px;
  margin-right: 109px;
}
.my_109 {
  margin-top: 109px;
  margin-bottom: 109px;
}
.px_109 {
  padding-left: 109px;
  padding-right: 109px;
}
.py_109 {
  padding-top: 109px;
  padding-bottom: 109px;
}
.m_109 {
  margin: 109px;
}
.p_109 {
  padding: 109px;
}
.ml_109 {
  margin-left: 109px;
}
.pl_109 {
  padding-left: 109px;
}
.mx_109 {
  margin-left: 109px;
  margin-right: 109px;
}
.my_109 {
  margin-top: 109px;
  margin-bottom: 109px;
}
.px_109 {
  padding-left: 109px;
  padding-right: 109px;
}
.py_109 {
  padding-top: 109px;
  padding-bottom: 109px;
}
.gapX_109 {
  column-gap: 109px;
}
.gapY_109 {
  row-gap: 109px;
}
.m_110 {
  margin: 110px;
}
.p_110 {
  padding: 110px;
}
.mt_110 {
  margin-top: 110px;
}
.pt_110 {
  padding-top: 110px;
}
.mx_110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my_110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.px_110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py_110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m_110 {
  margin: 110px;
}
.p_110 {
  padding: 110px;
}
.mb_110 {
  margin-bottom: 110px;
}
.pb_110 {
  padding-bottom: 110px;
}
.mx_110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my_110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.px_110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py_110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m_110 {
  margin: 110px;
}
.p_110 {
  padding: 110px;
}
.mr_110 {
  margin-right: 110px;
}
.pr_110 {
  padding-right: 110px;
}
.mx_110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my_110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.px_110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py_110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.m_110 {
  margin: 110px;
}
.p_110 {
  padding: 110px;
}
.ml_110 {
  margin-left: 110px;
}
.pl_110 {
  padding-left: 110px;
}
.mx_110 {
  margin-left: 110px;
  margin-right: 110px;
}
.my_110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
.px_110 {
  padding-left: 110px;
  padding-right: 110px;
}
.py_110 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.gapX_110 {
  column-gap: 110px;
}
.gapY_110 {
  row-gap: 110px;
}
.m_111 {
  margin: 111px;
}
.p_111 {
  padding: 111px;
}
.mt_111 {
  margin-top: 111px;
}
.pt_111 {
  padding-top: 111px;
}
.mx_111 {
  margin-left: 111px;
  margin-right: 111px;
}
.my_111 {
  margin-top: 111px;
  margin-bottom: 111px;
}
.px_111 {
  padding-left: 111px;
  padding-right: 111px;
}
.py_111 {
  padding-top: 111px;
  padding-bottom: 111px;
}
.m_111 {
  margin: 111px;
}
.p_111 {
  padding: 111px;
}
.mb_111 {
  margin-bottom: 111px;
}
.pb_111 {
  padding-bottom: 111px;
}
.mx_111 {
  margin-left: 111px;
  margin-right: 111px;
}
.my_111 {
  margin-top: 111px;
  margin-bottom: 111px;
}
.px_111 {
  padding-left: 111px;
  padding-right: 111px;
}
.py_111 {
  padding-top: 111px;
  padding-bottom: 111px;
}
.m_111 {
  margin: 111px;
}
.p_111 {
  padding: 111px;
}
.mr_111 {
  margin-right: 111px;
}
.pr_111 {
  padding-right: 111px;
}
.mx_111 {
  margin-left: 111px;
  margin-right: 111px;
}
.my_111 {
  margin-top: 111px;
  margin-bottom: 111px;
}
.px_111 {
  padding-left: 111px;
  padding-right: 111px;
}
.py_111 {
  padding-top: 111px;
  padding-bottom: 111px;
}
.m_111 {
  margin: 111px;
}
.p_111 {
  padding: 111px;
}
.ml_111 {
  margin-left: 111px;
}
.pl_111 {
  padding-left: 111px;
}
.mx_111 {
  margin-left: 111px;
  margin-right: 111px;
}
.my_111 {
  margin-top: 111px;
  margin-bottom: 111px;
}
.px_111 {
  padding-left: 111px;
  padding-right: 111px;
}
.py_111 {
  padding-top: 111px;
  padding-bottom: 111px;
}
.gapX_111 {
  column-gap: 111px;
}
.gapY_111 {
  row-gap: 111px;
}
.m_112 {
  margin: 112px;
}
.p_112 {
  padding: 112px;
}
.mt_112 {
  margin-top: 112px;
}
.pt_112 {
  padding-top: 112px;
}
.mx_112 {
  margin-left: 112px;
  margin-right: 112px;
}
.my_112 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.px_112 {
  padding-left: 112px;
  padding-right: 112px;
}
.py_112 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.m_112 {
  margin: 112px;
}
.p_112 {
  padding: 112px;
}
.mb_112 {
  margin-bottom: 112px;
}
.pb_112 {
  padding-bottom: 112px;
}
.mx_112 {
  margin-left: 112px;
  margin-right: 112px;
}
.my_112 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.px_112 {
  padding-left: 112px;
  padding-right: 112px;
}
.py_112 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.m_112 {
  margin: 112px;
}
.p_112 {
  padding: 112px;
}
.mr_112 {
  margin-right: 112px;
}
.pr_112 {
  padding-right: 112px;
}
.mx_112 {
  margin-left: 112px;
  margin-right: 112px;
}
.my_112 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.px_112 {
  padding-left: 112px;
  padding-right: 112px;
}
.py_112 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.m_112 {
  margin: 112px;
}
.p_112 {
  padding: 112px;
}
.ml_112 {
  margin-left: 112px;
}
.pl_112 {
  padding-left: 112px;
}
.mx_112 {
  margin-left: 112px;
  margin-right: 112px;
}
.my_112 {
  margin-top: 112px;
  margin-bottom: 112px;
}
.px_112 {
  padding-left: 112px;
  padding-right: 112px;
}
.py_112 {
  padding-top: 112px;
  padding-bottom: 112px;
}
.gapX_112 {
  column-gap: 112px;
}
.gapY_112 {
  row-gap: 112px;
}
.m_113 {
  margin: 113px;
}
.p_113 {
  padding: 113px;
}
.mt_113 {
  margin-top: 113px;
}
.pt_113 {
  padding-top: 113px;
}
.mx_113 {
  margin-left: 113px;
  margin-right: 113px;
}
.my_113 {
  margin-top: 113px;
  margin-bottom: 113px;
}
.px_113 {
  padding-left: 113px;
  padding-right: 113px;
}
.py_113 {
  padding-top: 113px;
  padding-bottom: 113px;
}
.m_113 {
  margin: 113px;
}
.p_113 {
  padding: 113px;
}
.mb_113 {
  margin-bottom: 113px;
}
.pb_113 {
  padding-bottom: 113px;
}
.mx_113 {
  margin-left: 113px;
  margin-right: 113px;
}
.my_113 {
  margin-top: 113px;
  margin-bottom: 113px;
}
.px_113 {
  padding-left: 113px;
  padding-right: 113px;
}
.py_113 {
  padding-top: 113px;
  padding-bottom: 113px;
}
.m_113 {
  margin: 113px;
}
.p_113 {
  padding: 113px;
}
.mr_113 {
  margin-right: 113px;
}
.pr_113 {
  padding-right: 113px;
}
.mx_113 {
  margin-left: 113px;
  margin-right: 113px;
}
.my_113 {
  margin-top: 113px;
  margin-bottom: 113px;
}
.px_113 {
  padding-left: 113px;
  padding-right: 113px;
}
.py_113 {
  padding-top: 113px;
  padding-bottom: 113px;
}
.m_113 {
  margin: 113px;
}
.p_113 {
  padding: 113px;
}
.ml_113 {
  margin-left: 113px;
}
.pl_113 {
  padding-left: 113px;
}
.mx_113 {
  margin-left: 113px;
  margin-right: 113px;
}
.my_113 {
  margin-top: 113px;
  margin-bottom: 113px;
}
.px_113 {
  padding-left: 113px;
  padding-right: 113px;
}
.py_113 {
  padding-top: 113px;
  padding-bottom: 113px;
}
.gapX_113 {
  column-gap: 113px;
}
.gapY_113 {
  row-gap: 113px;
}
.m_114 {
  margin: 114px;
}
.p_114 {
  padding: 114px;
}
.mt_114 {
  margin-top: 114px;
}
.pt_114 {
  padding-top: 114px;
}
.mx_114 {
  margin-left: 114px;
  margin-right: 114px;
}
.my_114 {
  margin-top: 114px;
  margin-bottom: 114px;
}
.px_114 {
  padding-left: 114px;
  padding-right: 114px;
}
.py_114 {
  padding-top: 114px;
  padding-bottom: 114px;
}
.m_114 {
  margin: 114px;
}
.p_114 {
  padding: 114px;
}
.mb_114 {
  margin-bottom: 114px;
}
.pb_114 {
  padding-bottom: 114px;
}
.mx_114 {
  margin-left: 114px;
  margin-right: 114px;
}
.my_114 {
  margin-top: 114px;
  margin-bottom: 114px;
}
.px_114 {
  padding-left: 114px;
  padding-right: 114px;
}
.py_114 {
  padding-top: 114px;
  padding-bottom: 114px;
}
.m_114 {
  margin: 114px;
}
.p_114 {
  padding: 114px;
}
.mr_114 {
  margin-right: 114px;
}
.pr_114 {
  padding-right: 114px;
}
.mx_114 {
  margin-left: 114px;
  margin-right: 114px;
}
.my_114 {
  margin-top: 114px;
  margin-bottom: 114px;
}
.px_114 {
  padding-left: 114px;
  padding-right: 114px;
}
.py_114 {
  padding-top: 114px;
  padding-bottom: 114px;
}
.m_114 {
  margin: 114px;
}
.p_114 {
  padding: 114px;
}
.ml_114 {
  margin-left: 114px;
}
.pl_114 {
  padding-left: 114px;
}
.mx_114 {
  margin-left: 114px;
  margin-right: 114px;
}
.my_114 {
  margin-top: 114px;
  margin-bottom: 114px;
}
.px_114 {
  padding-left: 114px;
  padding-right: 114px;
}
.py_114 {
  padding-top: 114px;
  padding-bottom: 114px;
}
.gapX_114 {
  column-gap: 114px;
}
.gapY_114 {
  row-gap: 114px;
}
.m_115 {
  margin: 115px;
}
.p_115 {
  padding: 115px;
}
.mt_115 {
  margin-top: 115px;
}
.pt_115 {
  padding-top: 115px;
}
.mx_115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my_115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.px_115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py_115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m_115 {
  margin: 115px;
}
.p_115 {
  padding: 115px;
}
.mb_115 {
  margin-bottom: 115px;
}
.pb_115 {
  padding-bottom: 115px;
}
.mx_115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my_115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.px_115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py_115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m_115 {
  margin: 115px;
}
.p_115 {
  padding: 115px;
}
.mr_115 {
  margin-right: 115px;
}
.pr_115 {
  padding-right: 115px;
}
.mx_115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my_115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.px_115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py_115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.m_115 {
  margin: 115px;
}
.p_115 {
  padding: 115px;
}
.ml_115 {
  margin-left: 115px;
}
.pl_115 {
  padding-left: 115px;
}
.mx_115 {
  margin-left: 115px;
  margin-right: 115px;
}
.my_115 {
  margin-top: 115px;
  margin-bottom: 115px;
}
.px_115 {
  padding-left: 115px;
  padding-right: 115px;
}
.py_115 {
  padding-top: 115px;
  padding-bottom: 115px;
}
.gapX_115 {
  column-gap: 115px;
}
.gapY_115 {
  row-gap: 115px;
}
.m_116 {
  margin: 116px;
}
.p_116 {
  padding: 116px;
}
.mt_116 {
  margin-top: 116px;
}
.pt_116 {
  padding-top: 116px;
}
.mx_116 {
  margin-left: 116px;
  margin-right: 116px;
}
.my_116 {
  margin-top: 116px;
  margin-bottom: 116px;
}
.px_116 {
  padding-left: 116px;
  padding-right: 116px;
}
.py_116 {
  padding-top: 116px;
  padding-bottom: 116px;
}
.m_116 {
  margin: 116px;
}
.p_116 {
  padding: 116px;
}
.mb_116 {
  margin-bottom: 116px;
}
.pb_116 {
  padding-bottom: 116px;
}
.mx_116 {
  margin-left: 116px;
  margin-right: 116px;
}
.my_116 {
  margin-top: 116px;
  margin-bottom: 116px;
}
.px_116 {
  padding-left: 116px;
  padding-right: 116px;
}
.py_116 {
  padding-top: 116px;
  padding-bottom: 116px;
}
.m_116 {
  margin: 116px;
}
.p_116 {
  padding: 116px;
}
.mr_116 {
  margin-right: 116px;
}
.pr_116 {
  padding-right: 116px;
}
.mx_116 {
  margin-left: 116px;
  margin-right: 116px;
}
.my_116 {
  margin-top: 116px;
  margin-bottom: 116px;
}
.px_116 {
  padding-left: 116px;
  padding-right: 116px;
}
.py_116 {
  padding-top: 116px;
  padding-bottom: 116px;
}
.m_116 {
  margin: 116px;
}
.p_116 {
  padding: 116px;
}
.ml_116 {
  margin-left: 116px;
}
.pl_116 {
  padding-left: 116px;
}
.mx_116 {
  margin-left: 116px;
  margin-right: 116px;
}
.my_116 {
  margin-top: 116px;
  margin-bottom: 116px;
}
.px_116 {
  padding-left: 116px;
  padding-right: 116px;
}
.py_116 {
  padding-top: 116px;
  padding-bottom: 116px;
}
.gapX_116 {
  column-gap: 116px;
}
.gapY_116 {
  row-gap: 116px;
}
.m_117 {
  margin: 117px;
}
.p_117 {
  padding: 117px;
}
.mt_117 {
  margin-top: 117px;
}
.pt_117 {
  padding-top: 117px;
}
.mx_117 {
  margin-left: 117px;
  margin-right: 117px;
}
.my_117 {
  margin-top: 117px;
  margin-bottom: 117px;
}
.px_117 {
  padding-left: 117px;
  padding-right: 117px;
}
.py_117 {
  padding-top: 117px;
  padding-bottom: 117px;
}
.m_117 {
  margin: 117px;
}
.p_117 {
  padding: 117px;
}
.mb_117 {
  margin-bottom: 117px;
}
.pb_117 {
  padding-bottom: 117px;
}
.mx_117 {
  margin-left: 117px;
  margin-right: 117px;
}
.my_117 {
  margin-top: 117px;
  margin-bottom: 117px;
}
.px_117 {
  padding-left: 117px;
  padding-right: 117px;
}
.py_117 {
  padding-top: 117px;
  padding-bottom: 117px;
}
.m_117 {
  margin: 117px;
}
.p_117 {
  padding: 117px;
}
.mr_117 {
  margin-right: 117px;
}
.pr_117 {
  padding-right: 117px;
}
.mx_117 {
  margin-left: 117px;
  margin-right: 117px;
}
.my_117 {
  margin-top: 117px;
  margin-bottom: 117px;
}
.px_117 {
  padding-left: 117px;
  padding-right: 117px;
}
.py_117 {
  padding-top: 117px;
  padding-bottom: 117px;
}
.m_117 {
  margin: 117px;
}
.p_117 {
  padding: 117px;
}
.ml_117 {
  margin-left: 117px;
}
.pl_117 {
  padding-left: 117px;
}
.mx_117 {
  margin-left: 117px;
  margin-right: 117px;
}
.my_117 {
  margin-top: 117px;
  margin-bottom: 117px;
}
.px_117 {
  padding-left: 117px;
  padding-right: 117px;
}
.py_117 {
  padding-top: 117px;
  padding-bottom: 117px;
}
.gapX_117 {
  column-gap: 117px;
}
.gapY_117 {
  row-gap: 117px;
}
.m_118 {
  margin: 118px;
}
.p_118 {
  padding: 118px;
}
.mt_118 {
  margin-top: 118px;
}
.pt_118 {
  padding-top: 118px;
}
.mx_118 {
  margin-left: 118px;
  margin-right: 118px;
}
.my_118 {
  margin-top: 118px;
  margin-bottom: 118px;
}
.px_118 {
  padding-left: 118px;
  padding-right: 118px;
}
.py_118 {
  padding-top: 118px;
  padding-bottom: 118px;
}
.m_118 {
  margin: 118px;
}
.p_118 {
  padding: 118px;
}
.mb_118 {
  margin-bottom: 118px;
}
.pb_118 {
  padding-bottom: 118px;
}
.mx_118 {
  margin-left: 118px;
  margin-right: 118px;
}
.my_118 {
  margin-top: 118px;
  margin-bottom: 118px;
}
.px_118 {
  padding-left: 118px;
  padding-right: 118px;
}
.py_118 {
  padding-top: 118px;
  padding-bottom: 118px;
}
.m_118 {
  margin: 118px;
}
.p_118 {
  padding: 118px;
}
.mr_118 {
  margin-right: 118px;
}
.pr_118 {
  padding-right: 118px;
}
.mx_118 {
  margin-left: 118px;
  margin-right: 118px;
}
.my_118 {
  margin-top: 118px;
  margin-bottom: 118px;
}
.px_118 {
  padding-left: 118px;
  padding-right: 118px;
}
.py_118 {
  padding-top: 118px;
  padding-bottom: 118px;
}
.m_118 {
  margin: 118px;
}
.p_118 {
  padding: 118px;
}
.ml_118 {
  margin-left: 118px;
}
.pl_118 {
  padding-left: 118px;
}
.mx_118 {
  margin-left: 118px;
  margin-right: 118px;
}
.my_118 {
  margin-top: 118px;
  margin-bottom: 118px;
}
.px_118 {
  padding-left: 118px;
  padding-right: 118px;
}
.py_118 {
  padding-top: 118px;
  padding-bottom: 118px;
}
.gapX_118 {
  column-gap: 118px;
}
.gapY_118 {
  row-gap: 118px;
}
.m_119 {
  margin: 119px;
}
.p_119 {
  padding: 119px;
}
.mt_119 {
  margin-top: 119px;
}
.pt_119 {
  padding-top: 119px;
}
.mx_119 {
  margin-left: 119px;
  margin-right: 119px;
}
.my_119 {
  margin-top: 119px;
  margin-bottom: 119px;
}
.px_119 {
  padding-left: 119px;
  padding-right: 119px;
}
.py_119 {
  padding-top: 119px;
  padding-bottom: 119px;
}
.m_119 {
  margin: 119px;
}
.p_119 {
  padding: 119px;
}
.mb_119 {
  margin-bottom: 119px;
}
.pb_119 {
  padding-bottom: 119px;
}
.mx_119 {
  margin-left: 119px;
  margin-right: 119px;
}
.my_119 {
  margin-top: 119px;
  margin-bottom: 119px;
}
.px_119 {
  padding-left: 119px;
  padding-right: 119px;
}
.py_119 {
  padding-top: 119px;
  padding-bottom: 119px;
}
.m_119 {
  margin: 119px;
}
.p_119 {
  padding: 119px;
}
.mr_119 {
  margin-right: 119px;
}
.pr_119 {
  padding-right: 119px;
}
.mx_119 {
  margin-left: 119px;
  margin-right: 119px;
}
.my_119 {
  margin-top: 119px;
  margin-bottom: 119px;
}
.px_119 {
  padding-left: 119px;
  padding-right: 119px;
}
.py_119 {
  padding-top: 119px;
  padding-bottom: 119px;
}
.m_119 {
  margin: 119px;
}
.p_119 {
  padding: 119px;
}
.ml_119 {
  margin-left: 119px;
}
.pl_119 {
  padding-left: 119px;
}
.mx_119 {
  margin-left: 119px;
  margin-right: 119px;
}
.my_119 {
  margin-top: 119px;
  margin-bottom: 119px;
}
.px_119 {
  padding-left: 119px;
  padding-right: 119px;
}
.py_119 {
  padding-top: 119px;
  padding-bottom: 119px;
}
.gapX_119 {
  column-gap: 119px;
}
.gapY_119 {
  row-gap: 119px;
}
.m_120 {
  margin: 120px;
}
.p_120 {
  padding: 120px;
}
.mt_120 {
  margin-top: 120px;
}
.pt_120 {
  padding-top: 120px;
}
.mx_120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my_120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.px_120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m_120 {
  margin: 120px;
}
.p_120 {
  padding: 120px;
}
.mb_120 {
  margin-bottom: 120px;
}
.pb_120 {
  padding-bottom: 120px;
}
.mx_120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my_120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.px_120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m_120 {
  margin: 120px;
}
.p_120 {
  padding: 120px;
}
.mr_120 {
  margin-right: 120px;
}
.pr_120 {
  padding-right: 120px;
}
.mx_120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my_120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.px_120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.m_120 {
  margin: 120px;
}
.p_120 {
  padding: 120px;
}
.ml_120 {
  margin-left: 120px;
}
.pl_120 {
  padding-left: 120px;
}
.mx_120 {
  margin-left: 120px;
  margin-right: 120px;
}
.my_120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.px_120 {
  padding-left: 120px;
  padding-right: 120px;
}
.py_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.gapX_120 {
  column-gap: 120px;
}
.gapY_120 {
  row-gap: 120px;
}
.m_121 {
  margin: 121px;
}
.p_121 {
  padding: 121px;
}
.mt_121 {
  margin-top: 121px;
}
.pt_121 {
  padding-top: 121px;
}
.mx_121 {
  margin-left: 121px;
  margin-right: 121px;
}
.my_121 {
  margin-top: 121px;
  margin-bottom: 121px;
}
.px_121 {
  padding-left: 121px;
  padding-right: 121px;
}
.py_121 {
  padding-top: 121px;
  padding-bottom: 121px;
}
.m_121 {
  margin: 121px;
}
.p_121 {
  padding: 121px;
}
.mb_121 {
  margin-bottom: 121px;
}
.pb_121 {
  padding-bottom: 121px;
}
.mx_121 {
  margin-left: 121px;
  margin-right: 121px;
}
.my_121 {
  margin-top: 121px;
  margin-bottom: 121px;
}
.px_121 {
  padding-left: 121px;
  padding-right: 121px;
}
.py_121 {
  padding-top: 121px;
  padding-bottom: 121px;
}
.m_121 {
  margin: 121px;
}
.p_121 {
  padding: 121px;
}
.mr_121 {
  margin-right: 121px;
}
.pr_121 {
  padding-right: 121px;
}
.mx_121 {
  margin-left: 121px;
  margin-right: 121px;
}
.my_121 {
  margin-top: 121px;
  margin-bottom: 121px;
}
.px_121 {
  padding-left: 121px;
  padding-right: 121px;
}
.py_121 {
  padding-top: 121px;
  padding-bottom: 121px;
}
.m_121 {
  margin: 121px;
}
.p_121 {
  padding: 121px;
}
.ml_121 {
  margin-left: 121px;
}
.pl_121 {
  padding-left: 121px;
}
.mx_121 {
  margin-left: 121px;
  margin-right: 121px;
}
.my_121 {
  margin-top: 121px;
  margin-bottom: 121px;
}
.px_121 {
  padding-left: 121px;
  padding-right: 121px;
}
.py_121 {
  padding-top: 121px;
  padding-bottom: 121px;
}
.gapX_121 {
  column-gap: 121px;
}
.gapY_121 {
  row-gap: 121px;
}
.m_122 {
  margin: 122px;
}
.p_122 {
  padding: 122px;
}
.mt_122 {
  margin-top: 122px;
}
.pt_122 {
  padding-top: 122px;
}
.mx_122 {
  margin-left: 122px;
  margin-right: 122px;
}
.my_122 {
  margin-top: 122px;
  margin-bottom: 122px;
}
.px_122 {
  padding-left: 122px;
  padding-right: 122px;
}
.py_122 {
  padding-top: 122px;
  padding-bottom: 122px;
}
.m_122 {
  margin: 122px;
}
.p_122 {
  padding: 122px;
}
.mb_122 {
  margin-bottom: 122px;
}
.pb_122 {
  padding-bottom: 122px;
}
.mx_122 {
  margin-left: 122px;
  margin-right: 122px;
}
.my_122 {
  margin-top: 122px;
  margin-bottom: 122px;
}
.px_122 {
  padding-left: 122px;
  padding-right: 122px;
}
.py_122 {
  padding-top: 122px;
  padding-bottom: 122px;
}
.m_122 {
  margin: 122px;
}
.p_122 {
  padding: 122px;
}
.mr_122 {
  margin-right: 122px;
}
.pr_122 {
  padding-right: 122px;
}
.mx_122 {
  margin-left: 122px;
  margin-right: 122px;
}
.my_122 {
  margin-top: 122px;
  margin-bottom: 122px;
}
.px_122 {
  padding-left: 122px;
  padding-right: 122px;
}
.py_122 {
  padding-top: 122px;
  padding-bottom: 122px;
}
.m_122 {
  margin: 122px;
}
.p_122 {
  padding: 122px;
}
.ml_122 {
  margin-left: 122px;
}
.pl_122 {
  padding-left: 122px;
}
.mx_122 {
  margin-left: 122px;
  margin-right: 122px;
}
.my_122 {
  margin-top: 122px;
  margin-bottom: 122px;
}
.px_122 {
  padding-left: 122px;
  padding-right: 122px;
}
.py_122 {
  padding-top: 122px;
  padding-bottom: 122px;
}
.gapX_122 {
  column-gap: 122px;
}
.gapY_122 {
  row-gap: 122px;
}
.m_123 {
  margin: 123px;
}
.p_123 {
  padding: 123px;
}
.mt_123 {
  margin-top: 123px;
}
.pt_123 {
  padding-top: 123px;
}
.mx_123 {
  margin-left: 123px;
  margin-right: 123px;
}
.my_123 {
  margin-top: 123px;
  margin-bottom: 123px;
}
.px_123 {
  padding-left: 123px;
  padding-right: 123px;
}
.py_123 {
  padding-top: 123px;
  padding-bottom: 123px;
}
.m_123 {
  margin: 123px;
}
.p_123 {
  padding: 123px;
}
.mb_123 {
  margin-bottom: 123px;
}
.pb_123 {
  padding-bottom: 123px;
}
.mx_123 {
  margin-left: 123px;
  margin-right: 123px;
}
.my_123 {
  margin-top: 123px;
  margin-bottom: 123px;
}
.px_123 {
  padding-left: 123px;
  padding-right: 123px;
}
.py_123 {
  padding-top: 123px;
  padding-bottom: 123px;
}
.m_123 {
  margin: 123px;
}
.p_123 {
  padding: 123px;
}
.mr_123 {
  margin-right: 123px;
}
.pr_123 {
  padding-right: 123px;
}
.mx_123 {
  margin-left: 123px;
  margin-right: 123px;
}
.my_123 {
  margin-top: 123px;
  margin-bottom: 123px;
}
.px_123 {
  padding-left: 123px;
  padding-right: 123px;
}
.py_123 {
  padding-top: 123px;
  padding-bottom: 123px;
}
.m_123 {
  margin: 123px;
}
.p_123 {
  padding: 123px;
}
.ml_123 {
  margin-left: 123px;
}
.pl_123 {
  padding-left: 123px;
}
.mx_123 {
  margin-left: 123px;
  margin-right: 123px;
}
.my_123 {
  margin-top: 123px;
  margin-bottom: 123px;
}
.px_123 {
  padding-left: 123px;
  padding-right: 123px;
}
.py_123 {
  padding-top: 123px;
  padding-bottom: 123px;
}
.gapX_123 {
  column-gap: 123px;
}
.gapY_123 {
  row-gap: 123px;
}
.m_124 {
  margin: 124px;
}
.p_124 {
  padding: 124px;
}
.mt_124 {
  margin-top: 124px;
}
.pt_124 {
  padding-top: 124px;
}
.mx_124 {
  margin-left: 124px;
  margin-right: 124px;
}
.my_124 {
  margin-top: 124px;
  margin-bottom: 124px;
}
.px_124 {
  padding-left: 124px;
  padding-right: 124px;
}
.py_124 {
  padding-top: 124px;
  padding-bottom: 124px;
}
.m_124 {
  margin: 124px;
}
.p_124 {
  padding: 124px;
}
.mb_124 {
  margin-bottom: 124px;
}
.pb_124 {
  padding-bottom: 124px;
}
.mx_124 {
  margin-left: 124px;
  margin-right: 124px;
}
.my_124 {
  margin-top: 124px;
  margin-bottom: 124px;
}
.px_124 {
  padding-left: 124px;
  padding-right: 124px;
}
.py_124 {
  padding-top: 124px;
  padding-bottom: 124px;
}
.m_124 {
  margin: 124px;
}
.p_124 {
  padding: 124px;
}
.mr_124 {
  margin-right: 124px;
}
.pr_124 {
  padding-right: 124px;
}
.mx_124 {
  margin-left: 124px;
  margin-right: 124px;
}
.my_124 {
  margin-top: 124px;
  margin-bottom: 124px;
}
.px_124 {
  padding-left: 124px;
  padding-right: 124px;
}
.py_124 {
  padding-top: 124px;
  padding-bottom: 124px;
}
.m_124 {
  margin: 124px;
}
.p_124 {
  padding: 124px;
}
.ml_124 {
  margin-left: 124px;
}
.pl_124 {
  padding-left: 124px;
}
.mx_124 {
  margin-left: 124px;
  margin-right: 124px;
}
.my_124 {
  margin-top: 124px;
  margin-bottom: 124px;
}
.px_124 {
  padding-left: 124px;
  padding-right: 124px;
}
.py_124 {
  padding-top: 124px;
  padding-bottom: 124px;
}
.gapX_124 {
  column-gap: 124px;
}
.gapY_124 {
  row-gap: 124px;
}
.m_125 {
  margin: 125px;
}
.p_125 {
  padding: 125px;
}
.mt_125 {
  margin-top: 125px;
}
.pt_125 {
  padding-top: 125px;
}
.mx_125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my_125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.px_125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py_125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m_125 {
  margin: 125px;
}
.p_125 {
  padding: 125px;
}
.mb_125 {
  margin-bottom: 125px;
}
.pb_125 {
  padding-bottom: 125px;
}
.mx_125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my_125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.px_125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py_125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m_125 {
  margin: 125px;
}
.p_125 {
  padding: 125px;
}
.mr_125 {
  margin-right: 125px;
}
.pr_125 {
  padding-right: 125px;
}
.mx_125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my_125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.px_125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py_125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.m_125 {
  margin: 125px;
}
.p_125 {
  padding: 125px;
}
.ml_125 {
  margin-left: 125px;
}
.pl_125 {
  padding-left: 125px;
}
.mx_125 {
  margin-left: 125px;
  margin-right: 125px;
}
.my_125 {
  margin-top: 125px;
  margin-bottom: 125px;
}
.px_125 {
  padding-left: 125px;
  padding-right: 125px;
}
.py_125 {
  padding-top: 125px;
  padding-bottom: 125px;
}
.gapX_125 {
  column-gap: 125px;
}
.gapY_125 {
  row-gap: 125px;
}
.m_126 {
  margin: 126px;
}
.p_126 {
  padding: 126px;
}
.mt_126 {
  margin-top: 126px;
}
.pt_126 {
  padding-top: 126px;
}
.mx_126 {
  margin-left: 126px;
  margin-right: 126px;
}
.my_126 {
  margin-top: 126px;
  margin-bottom: 126px;
}
.px_126 {
  padding-left: 126px;
  padding-right: 126px;
}
.py_126 {
  padding-top: 126px;
  padding-bottom: 126px;
}
.m_126 {
  margin: 126px;
}
.p_126 {
  padding: 126px;
}
.mb_126 {
  margin-bottom: 126px;
}
.pb_126 {
  padding-bottom: 126px;
}
.mx_126 {
  margin-left: 126px;
  margin-right: 126px;
}
.my_126 {
  margin-top: 126px;
  margin-bottom: 126px;
}
.px_126 {
  padding-left: 126px;
  padding-right: 126px;
}
.py_126 {
  padding-top: 126px;
  padding-bottom: 126px;
}
.m_126 {
  margin: 126px;
}
.p_126 {
  padding: 126px;
}
.mr_126 {
  margin-right: 126px;
}
.pr_126 {
  padding-right: 126px;
}
.mx_126 {
  margin-left: 126px;
  margin-right: 126px;
}
.my_126 {
  margin-top: 126px;
  margin-bottom: 126px;
}
.px_126 {
  padding-left: 126px;
  padding-right: 126px;
}
.py_126 {
  padding-top: 126px;
  padding-bottom: 126px;
}
.m_126 {
  margin: 126px;
}
.p_126 {
  padding: 126px;
}
.ml_126 {
  margin-left: 126px;
}
.pl_126 {
  padding-left: 126px;
}
.mx_126 {
  margin-left: 126px;
  margin-right: 126px;
}
.my_126 {
  margin-top: 126px;
  margin-bottom: 126px;
}
.px_126 {
  padding-left: 126px;
  padding-right: 126px;
}
.py_126 {
  padding-top: 126px;
  padding-bottom: 126px;
}
.gapX_126 {
  column-gap: 126px;
}
.gapY_126 {
  row-gap: 126px;
}
.m_127 {
  margin: 127px;
}
.p_127 {
  padding: 127px;
}
.mt_127 {
  margin-top: 127px;
}
.pt_127 {
  padding-top: 127px;
}
.mx_127 {
  margin-left: 127px;
  margin-right: 127px;
}
.my_127 {
  margin-top: 127px;
  margin-bottom: 127px;
}
.px_127 {
  padding-left: 127px;
  padding-right: 127px;
}
.py_127 {
  padding-top: 127px;
  padding-bottom: 127px;
}
.m_127 {
  margin: 127px;
}
.p_127 {
  padding: 127px;
}
.mb_127 {
  margin-bottom: 127px;
}
.pb_127 {
  padding-bottom: 127px;
}
.mx_127 {
  margin-left: 127px;
  margin-right: 127px;
}
.my_127 {
  margin-top: 127px;
  margin-bottom: 127px;
}
.px_127 {
  padding-left: 127px;
  padding-right: 127px;
}
.py_127 {
  padding-top: 127px;
  padding-bottom: 127px;
}
.m_127 {
  margin: 127px;
}
.p_127 {
  padding: 127px;
}
.mr_127 {
  margin-right: 127px;
}
.pr_127 {
  padding-right: 127px;
}
.mx_127 {
  margin-left: 127px;
  margin-right: 127px;
}
.my_127 {
  margin-top: 127px;
  margin-bottom: 127px;
}
.px_127 {
  padding-left: 127px;
  padding-right: 127px;
}
.py_127 {
  padding-top: 127px;
  padding-bottom: 127px;
}
.m_127 {
  margin: 127px;
}
.p_127 {
  padding: 127px;
}
.ml_127 {
  margin-left: 127px;
}
.pl_127 {
  padding-left: 127px;
}
.mx_127 {
  margin-left: 127px;
  margin-right: 127px;
}
.my_127 {
  margin-top: 127px;
  margin-bottom: 127px;
}
.px_127 {
  padding-left: 127px;
  padding-right: 127px;
}
.py_127 {
  padding-top: 127px;
  padding-bottom: 127px;
}
.gapX_127 {
  column-gap: 127px;
}
.gapY_127 {
  row-gap: 127px;
}
.m_128 {
  margin: 128px;
}
.p_128 {
  padding: 128px;
}
.mt_128 {
  margin-top: 128px;
}
.pt_128 {
  padding-top: 128px;
}
.mx_128 {
  margin-left: 128px;
  margin-right: 128px;
}
.my_128 {
  margin-top: 128px;
  margin-bottom: 128px;
}
.px_128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py_128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.m_128 {
  margin: 128px;
}
.p_128 {
  padding: 128px;
}
.mb_128 {
  margin-bottom: 128px;
}
.pb_128 {
  padding-bottom: 128px;
}
.mx_128 {
  margin-left: 128px;
  margin-right: 128px;
}
.my_128 {
  margin-top: 128px;
  margin-bottom: 128px;
}
.px_128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py_128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.m_128 {
  margin: 128px;
}
.p_128 {
  padding: 128px;
}
.mr_128 {
  margin-right: 128px;
}
.pr_128 {
  padding-right: 128px;
}
.mx_128 {
  margin-left: 128px;
  margin-right: 128px;
}
.my_128 {
  margin-top: 128px;
  margin-bottom: 128px;
}
.px_128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py_128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.m_128 {
  margin: 128px;
}
.p_128 {
  padding: 128px;
}
.ml_128 {
  margin-left: 128px;
}
.pl_128 {
  padding-left: 128px;
}
.mx_128 {
  margin-left: 128px;
  margin-right: 128px;
}
.my_128 {
  margin-top: 128px;
  margin-bottom: 128px;
}
.px_128 {
  padding-left: 128px;
  padding-right: 128px;
}
.py_128 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.gapX_128 {
  column-gap: 128px;
}
.gapY_128 {
  row-gap: 128px;
}
.m_129 {
  margin: 129px;
}
.p_129 {
  padding: 129px;
}
.mt_129 {
  margin-top: 129px;
}
.pt_129 {
  padding-top: 129px;
}
.mx_129 {
  margin-left: 129px;
  margin-right: 129px;
}
.my_129 {
  margin-top: 129px;
  margin-bottom: 129px;
}
.px_129 {
  padding-left: 129px;
  padding-right: 129px;
}
.py_129 {
  padding-top: 129px;
  padding-bottom: 129px;
}
.m_129 {
  margin: 129px;
}
.p_129 {
  padding: 129px;
}
.mb_129 {
  margin-bottom: 129px;
}
.pb_129 {
  padding-bottom: 129px;
}
.mx_129 {
  margin-left: 129px;
  margin-right: 129px;
}
.my_129 {
  margin-top: 129px;
  margin-bottom: 129px;
}
.px_129 {
  padding-left: 129px;
  padding-right: 129px;
}
.py_129 {
  padding-top: 129px;
  padding-bottom: 129px;
}
.m_129 {
  margin: 129px;
}
.p_129 {
  padding: 129px;
}
.mr_129 {
  margin-right: 129px;
}
.pr_129 {
  padding-right: 129px;
}
.mx_129 {
  margin-left: 129px;
  margin-right: 129px;
}
.my_129 {
  margin-top: 129px;
  margin-bottom: 129px;
}
.px_129 {
  padding-left: 129px;
  padding-right: 129px;
}
.py_129 {
  padding-top: 129px;
  padding-bottom: 129px;
}
.m_129 {
  margin: 129px;
}
.p_129 {
  padding: 129px;
}
.ml_129 {
  margin-left: 129px;
}
.pl_129 {
  padding-left: 129px;
}
.mx_129 {
  margin-left: 129px;
  margin-right: 129px;
}
.my_129 {
  margin-top: 129px;
  margin-bottom: 129px;
}
.px_129 {
  padding-left: 129px;
  padding-right: 129px;
}
.py_129 {
  padding-top: 129px;
  padding-bottom: 129px;
}
.gapX_129 {
  column-gap: 129px;
}
.gapY_129 {
  row-gap: 129px;
}
.m_130 {
  margin: 130px;
}
.p_130 {
  padding: 130px;
}
.mt_130 {
  margin-top: 130px;
}
.pt_130 {
  padding-top: 130px;
}
.mx_130 {
  margin-left: 130px;
  margin-right: 130px;
}
.my_130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.px_130 {
  padding-left: 130px;
  padding-right: 130px;
}
.py_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.m_130 {
  margin: 130px;
}
.p_130 {
  padding: 130px;
}
.mb_130 {
  margin-bottom: 130px;
}
.pb_130 {
  padding-bottom: 130px;
}
.mx_130 {
  margin-left: 130px;
  margin-right: 130px;
}
.my_130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.px_130 {
  padding-left: 130px;
  padding-right: 130px;
}
.py_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.m_130 {
  margin: 130px;
}
.p_130 {
  padding: 130px;
}
.mr_130 {
  margin-right: 130px;
}
.pr_130 {
  padding-right: 130px;
}
.mx_130 {
  margin-left: 130px;
  margin-right: 130px;
}
.my_130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.px_130 {
  padding-left: 130px;
  padding-right: 130px;
}
.py_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.m_130 {
  margin: 130px;
}
.p_130 {
  padding: 130px;
}
.ml_130 {
  margin-left: 130px;
}
.pl_130 {
  padding-left: 130px;
}
.mx_130 {
  margin-left: 130px;
  margin-right: 130px;
}
.my_130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.px_130 {
  padding-left: 130px;
  padding-right: 130px;
}
.py_130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.gapX_130 {
  column-gap: 130px;
}
.gapY_130 {
  row-gap: 130px;
}
.m_131 {
  margin: 131px;
}
.p_131 {
  padding: 131px;
}
.mt_131 {
  margin-top: 131px;
}
.pt_131 {
  padding-top: 131px;
}
.mx_131 {
  margin-left: 131px;
  margin-right: 131px;
}
.my_131 {
  margin-top: 131px;
  margin-bottom: 131px;
}
.px_131 {
  padding-left: 131px;
  padding-right: 131px;
}
.py_131 {
  padding-top: 131px;
  padding-bottom: 131px;
}
.m_131 {
  margin: 131px;
}
.p_131 {
  padding: 131px;
}
.mb_131 {
  margin-bottom: 131px;
}
.pb_131 {
  padding-bottom: 131px;
}
.mx_131 {
  margin-left: 131px;
  margin-right: 131px;
}
.my_131 {
  margin-top: 131px;
  margin-bottom: 131px;
}
.px_131 {
  padding-left: 131px;
  padding-right: 131px;
}
.py_131 {
  padding-top: 131px;
  padding-bottom: 131px;
}
.m_131 {
  margin: 131px;
}
.p_131 {
  padding: 131px;
}
.mr_131 {
  margin-right: 131px;
}
.pr_131 {
  padding-right: 131px;
}
.mx_131 {
  margin-left: 131px;
  margin-right: 131px;
}
.my_131 {
  margin-top: 131px;
  margin-bottom: 131px;
}
.px_131 {
  padding-left: 131px;
  padding-right: 131px;
}
.py_131 {
  padding-top: 131px;
  padding-bottom: 131px;
}
.m_131 {
  margin: 131px;
}
.p_131 {
  padding: 131px;
}
.ml_131 {
  margin-left: 131px;
}
.pl_131 {
  padding-left: 131px;
}
.mx_131 {
  margin-left: 131px;
  margin-right: 131px;
}
.my_131 {
  margin-top: 131px;
  margin-bottom: 131px;
}
.px_131 {
  padding-left: 131px;
  padding-right: 131px;
}
.py_131 {
  padding-top: 131px;
  padding-bottom: 131px;
}
.gapX_131 {
  column-gap: 131px;
}
.gapY_131 {
  row-gap: 131px;
}
.m_132 {
  margin: 132px;
}
.p_132 {
  padding: 132px;
}
.mt_132 {
  margin-top: 132px;
}
.pt_132 {
  padding-top: 132px;
}
.mx_132 {
  margin-left: 132px;
  margin-right: 132px;
}
.my_132 {
  margin-top: 132px;
  margin-bottom: 132px;
}
.px_132 {
  padding-left: 132px;
  padding-right: 132px;
}
.py_132 {
  padding-top: 132px;
  padding-bottom: 132px;
}
.m_132 {
  margin: 132px;
}
.p_132 {
  padding: 132px;
}
.mb_132 {
  margin-bottom: 132px;
}
.pb_132 {
  padding-bottom: 132px;
}
.mx_132 {
  margin-left: 132px;
  margin-right: 132px;
}
.my_132 {
  margin-top: 132px;
  margin-bottom: 132px;
}
.px_132 {
  padding-left: 132px;
  padding-right: 132px;
}
.py_132 {
  padding-top: 132px;
  padding-bottom: 132px;
}
.m_132 {
  margin: 132px;
}
.p_132 {
  padding: 132px;
}
.mr_132 {
  margin-right: 132px;
}
.pr_132 {
  padding-right: 132px;
}
.mx_132 {
  margin-left: 132px;
  margin-right: 132px;
}
.my_132 {
  margin-top: 132px;
  margin-bottom: 132px;
}
.px_132 {
  padding-left: 132px;
  padding-right: 132px;
}
.py_132 {
  padding-top: 132px;
  padding-bottom: 132px;
}
.m_132 {
  margin: 132px;
}
.p_132 {
  padding: 132px;
}
.ml_132 {
  margin-left: 132px;
}
.pl_132 {
  padding-left: 132px;
}
.mx_132 {
  margin-left: 132px;
  margin-right: 132px;
}
.my_132 {
  margin-top: 132px;
  margin-bottom: 132px;
}
.px_132 {
  padding-left: 132px;
  padding-right: 132px;
}
.py_132 {
  padding-top: 132px;
  padding-bottom: 132px;
}
.gapX_132 {
  column-gap: 132px;
}
.gapY_132 {
  row-gap: 132px;
}
.m_133 {
  margin: 133px;
}
.p_133 {
  padding: 133px;
}
.mt_133 {
  margin-top: 133px;
}
.pt_133 {
  padding-top: 133px;
}
.mx_133 {
  margin-left: 133px;
  margin-right: 133px;
}
.my_133 {
  margin-top: 133px;
  margin-bottom: 133px;
}
.px_133 {
  padding-left: 133px;
  padding-right: 133px;
}
.py_133 {
  padding-top: 133px;
  padding-bottom: 133px;
}
.m_133 {
  margin: 133px;
}
.p_133 {
  padding: 133px;
}
.mb_133 {
  margin-bottom: 133px;
}
.pb_133 {
  padding-bottom: 133px;
}
.mx_133 {
  margin-left: 133px;
  margin-right: 133px;
}
.my_133 {
  margin-top: 133px;
  margin-bottom: 133px;
}
.px_133 {
  padding-left: 133px;
  padding-right: 133px;
}
.py_133 {
  padding-top: 133px;
  padding-bottom: 133px;
}
.m_133 {
  margin: 133px;
}
.p_133 {
  padding: 133px;
}
.mr_133 {
  margin-right: 133px;
}
.pr_133 {
  padding-right: 133px;
}
.mx_133 {
  margin-left: 133px;
  margin-right: 133px;
}
.my_133 {
  margin-top: 133px;
  margin-bottom: 133px;
}
.px_133 {
  padding-left: 133px;
  padding-right: 133px;
}
.py_133 {
  padding-top: 133px;
  padding-bottom: 133px;
}
.m_133 {
  margin: 133px;
}
.p_133 {
  padding: 133px;
}
.ml_133 {
  margin-left: 133px;
}
.pl_133 {
  padding-left: 133px;
}
.mx_133 {
  margin-left: 133px;
  margin-right: 133px;
}
.my_133 {
  margin-top: 133px;
  margin-bottom: 133px;
}
.px_133 {
  padding-left: 133px;
  padding-right: 133px;
}
.py_133 {
  padding-top: 133px;
  padding-bottom: 133px;
}
.gapX_133 {
  column-gap: 133px;
}
.gapY_133 {
  row-gap: 133px;
}
.m_134 {
  margin: 134px;
}
.p_134 {
  padding: 134px;
}
.mt_134 {
  margin-top: 134px;
}
.pt_134 {
  padding-top: 134px;
}
.mx_134 {
  margin-left: 134px;
  margin-right: 134px;
}
.my_134 {
  margin-top: 134px;
  margin-bottom: 134px;
}
.px_134 {
  padding-left: 134px;
  padding-right: 134px;
}
.py_134 {
  padding-top: 134px;
  padding-bottom: 134px;
}
.m_134 {
  margin: 134px;
}
.p_134 {
  padding: 134px;
}
.mb_134 {
  margin-bottom: 134px;
}
.pb_134 {
  padding-bottom: 134px;
}
.mx_134 {
  margin-left: 134px;
  margin-right: 134px;
}
.my_134 {
  margin-top: 134px;
  margin-bottom: 134px;
}
.px_134 {
  padding-left: 134px;
  padding-right: 134px;
}
.py_134 {
  padding-top: 134px;
  padding-bottom: 134px;
}
.m_134 {
  margin: 134px;
}
.p_134 {
  padding: 134px;
}
.mr_134 {
  margin-right: 134px;
}
.pr_134 {
  padding-right: 134px;
}
.mx_134 {
  margin-left: 134px;
  margin-right: 134px;
}
.my_134 {
  margin-top: 134px;
  margin-bottom: 134px;
}
.px_134 {
  padding-left: 134px;
  padding-right: 134px;
}
.py_134 {
  padding-top: 134px;
  padding-bottom: 134px;
}
.m_134 {
  margin: 134px;
}
.p_134 {
  padding: 134px;
}
.ml_134 {
  margin-left: 134px;
}
.pl_134 {
  padding-left: 134px;
}
.mx_134 {
  margin-left: 134px;
  margin-right: 134px;
}
.my_134 {
  margin-top: 134px;
  margin-bottom: 134px;
}
.px_134 {
  padding-left: 134px;
  padding-right: 134px;
}
.py_134 {
  padding-top: 134px;
  padding-bottom: 134px;
}
.gapX_134 {
  column-gap: 134px;
}
.gapY_134 {
  row-gap: 134px;
}
.m_135 {
  margin: 135px;
}
.p_135 {
  padding: 135px;
}
.mt_135 {
  margin-top: 135px;
}
.pt_135 {
  padding-top: 135px;
}
.mx_135 {
  margin-left: 135px;
  margin-right: 135px;
}
.my_135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.px_135 {
  padding-left: 135px;
  padding-right: 135px;
}
.py_135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.m_135 {
  margin: 135px;
}
.p_135 {
  padding: 135px;
}
.mb_135 {
  margin-bottom: 135px;
}
.pb_135 {
  padding-bottom: 135px;
}
.mx_135 {
  margin-left: 135px;
  margin-right: 135px;
}
.my_135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.px_135 {
  padding-left: 135px;
  padding-right: 135px;
}
.py_135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.m_135 {
  margin: 135px;
}
.p_135 {
  padding: 135px;
}
.mr_135 {
  margin-right: 135px;
}
.pr_135 {
  padding-right: 135px;
}
.mx_135 {
  margin-left: 135px;
  margin-right: 135px;
}
.my_135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.px_135 {
  padding-left: 135px;
  padding-right: 135px;
}
.py_135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.m_135 {
  margin: 135px;
}
.p_135 {
  padding: 135px;
}
.ml_135 {
  margin-left: 135px;
}
.pl_135 {
  padding-left: 135px;
}
.mx_135 {
  margin-left: 135px;
  margin-right: 135px;
}
.my_135 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.px_135 {
  padding-left: 135px;
  padding-right: 135px;
}
.py_135 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.gapX_135 {
  column-gap: 135px;
}
.gapY_135 {
  row-gap: 135px;
}
.m_136 {
  margin: 136px;
}
.p_136 {
  padding: 136px;
}
.mt_136 {
  margin-top: 136px;
}
.pt_136 {
  padding-top: 136px;
}
.mx_136 {
  margin-left: 136px;
  margin-right: 136px;
}
.my_136 {
  margin-top: 136px;
  margin-bottom: 136px;
}
.px_136 {
  padding-left: 136px;
  padding-right: 136px;
}
.py_136 {
  padding-top: 136px;
  padding-bottom: 136px;
}
.m_136 {
  margin: 136px;
}
.p_136 {
  padding: 136px;
}
.mb_136 {
  margin-bottom: 136px;
}
.pb_136 {
  padding-bottom: 136px;
}
.mx_136 {
  margin-left: 136px;
  margin-right: 136px;
}
.my_136 {
  margin-top: 136px;
  margin-bottom: 136px;
}
.px_136 {
  padding-left: 136px;
  padding-right: 136px;
}
.py_136 {
  padding-top: 136px;
  padding-bottom: 136px;
}
.m_136 {
  margin: 136px;
}
.p_136 {
  padding: 136px;
}
.mr_136 {
  margin-right: 136px;
}
.pr_136 {
  padding-right: 136px;
}
.mx_136 {
  margin-left: 136px;
  margin-right: 136px;
}
.my_136 {
  margin-top: 136px;
  margin-bottom: 136px;
}
.px_136 {
  padding-left: 136px;
  padding-right: 136px;
}
.py_136 {
  padding-top: 136px;
  padding-bottom: 136px;
}
.m_136 {
  margin: 136px;
}
.p_136 {
  padding: 136px;
}
.ml_136 {
  margin-left: 136px;
}
.pl_136 {
  padding-left: 136px;
}
.mx_136 {
  margin-left: 136px;
  margin-right: 136px;
}
.my_136 {
  margin-top: 136px;
  margin-bottom: 136px;
}
.px_136 {
  padding-left: 136px;
  padding-right: 136px;
}
.py_136 {
  padding-top: 136px;
  padding-bottom: 136px;
}
.gapX_136 {
  column-gap: 136px;
}
.gapY_136 {
  row-gap: 136px;
}
.m_137 {
  margin: 137px;
}
.p_137 {
  padding: 137px;
}
.mt_137 {
  margin-top: 137px;
}
.pt_137 {
  padding-top: 137px;
}
.mx_137 {
  margin-left: 137px;
  margin-right: 137px;
}
.my_137 {
  margin-top: 137px;
  margin-bottom: 137px;
}
.px_137 {
  padding-left: 137px;
  padding-right: 137px;
}
.py_137 {
  padding-top: 137px;
  padding-bottom: 137px;
}
.m_137 {
  margin: 137px;
}
.p_137 {
  padding: 137px;
}
.mb_137 {
  margin-bottom: 137px;
}
.pb_137 {
  padding-bottom: 137px;
}
.mx_137 {
  margin-left: 137px;
  margin-right: 137px;
}
.my_137 {
  margin-top: 137px;
  margin-bottom: 137px;
}
.px_137 {
  padding-left: 137px;
  padding-right: 137px;
}
.py_137 {
  padding-top: 137px;
  padding-bottom: 137px;
}
.m_137 {
  margin: 137px;
}
.p_137 {
  padding: 137px;
}
.mr_137 {
  margin-right: 137px;
}
.pr_137 {
  padding-right: 137px;
}
.mx_137 {
  margin-left: 137px;
  margin-right: 137px;
}
.my_137 {
  margin-top: 137px;
  margin-bottom: 137px;
}
.px_137 {
  padding-left: 137px;
  padding-right: 137px;
}
.py_137 {
  padding-top: 137px;
  padding-bottom: 137px;
}
.m_137 {
  margin: 137px;
}
.p_137 {
  padding: 137px;
}
.ml_137 {
  margin-left: 137px;
}
.pl_137 {
  padding-left: 137px;
}
.mx_137 {
  margin-left: 137px;
  margin-right: 137px;
}
.my_137 {
  margin-top: 137px;
  margin-bottom: 137px;
}
.px_137 {
  padding-left: 137px;
  padding-right: 137px;
}
.py_137 {
  padding-top: 137px;
  padding-bottom: 137px;
}
.gapX_137 {
  column-gap: 137px;
}
.gapY_137 {
  row-gap: 137px;
}
.m_138 {
  margin: 138px;
}
.p_138 {
  padding: 138px;
}
.mt_138 {
  margin-top: 138px;
}
.pt_138 {
  padding-top: 138px;
}
.mx_138 {
  margin-left: 138px;
  margin-right: 138px;
}
.my_138 {
  margin-top: 138px;
  margin-bottom: 138px;
}
.px_138 {
  padding-left: 138px;
  padding-right: 138px;
}
.py_138 {
  padding-top: 138px;
  padding-bottom: 138px;
}
.m_138 {
  margin: 138px;
}
.p_138 {
  padding: 138px;
}
.mb_138 {
  margin-bottom: 138px;
}
.pb_138 {
  padding-bottom: 138px;
}
.mx_138 {
  margin-left: 138px;
  margin-right: 138px;
}
.my_138 {
  margin-top: 138px;
  margin-bottom: 138px;
}
.px_138 {
  padding-left: 138px;
  padding-right: 138px;
}
.py_138 {
  padding-top: 138px;
  padding-bottom: 138px;
}
.m_138 {
  margin: 138px;
}
.p_138 {
  padding: 138px;
}
.mr_138 {
  margin-right: 138px;
}
.pr_138 {
  padding-right: 138px;
}
.mx_138 {
  margin-left: 138px;
  margin-right: 138px;
}
.my_138 {
  margin-top: 138px;
  margin-bottom: 138px;
}
.px_138 {
  padding-left: 138px;
  padding-right: 138px;
}
.py_138 {
  padding-top: 138px;
  padding-bottom: 138px;
}
.m_138 {
  margin: 138px;
}
.p_138 {
  padding: 138px;
}
.ml_138 {
  margin-left: 138px;
}
.pl_138 {
  padding-left: 138px;
}
.mx_138 {
  margin-left: 138px;
  margin-right: 138px;
}
.my_138 {
  margin-top: 138px;
  margin-bottom: 138px;
}
.px_138 {
  padding-left: 138px;
  padding-right: 138px;
}
.py_138 {
  padding-top: 138px;
  padding-bottom: 138px;
}
.gapX_138 {
  column-gap: 138px;
}
.gapY_138 {
  row-gap: 138px;
}
.m_139 {
  margin: 139px;
}
.p_139 {
  padding: 139px;
}
.mt_139 {
  margin-top: 139px;
}
.pt_139 {
  padding-top: 139px;
}
.mx_139 {
  margin-left: 139px;
  margin-right: 139px;
}
.my_139 {
  margin-top: 139px;
  margin-bottom: 139px;
}
.px_139 {
  padding-left: 139px;
  padding-right: 139px;
}
.py_139 {
  padding-top: 139px;
  padding-bottom: 139px;
}
.m_139 {
  margin: 139px;
}
.p_139 {
  padding: 139px;
}
.mb_139 {
  margin-bottom: 139px;
}
.pb_139 {
  padding-bottom: 139px;
}
.mx_139 {
  margin-left: 139px;
  margin-right: 139px;
}
.my_139 {
  margin-top: 139px;
  margin-bottom: 139px;
}
.px_139 {
  padding-left: 139px;
  padding-right: 139px;
}
.py_139 {
  padding-top: 139px;
  padding-bottom: 139px;
}
.m_139 {
  margin: 139px;
}
.p_139 {
  padding: 139px;
}
.mr_139 {
  margin-right: 139px;
}
.pr_139 {
  padding-right: 139px;
}
.mx_139 {
  margin-left: 139px;
  margin-right: 139px;
}
.my_139 {
  margin-top: 139px;
  margin-bottom: 139px;
}
.px_139 {
  padding-left: 139px;
  padding-right: 139px;
}
.py_139 {
  padding-top: 139px;
  padding-bottom: 139px;
}
.m_139 {
  margin: 139px;
}
.p_139 {
  padding: 139px;
}
.ml_139 {
  margin-left: 139px;
}
.pl_139 {
  padding-left: 139px;
}
.mx_139 {
  margin-left: 139px;
  margin-right: 139px;
}
.my_139 {
  margin-top: 139px;
  margin-bottom: 139px;
}
.px_139 {
  padding-left: 139px;
  padding-right: 139px;
}
.py_139 {
  padding-top: 139px;
  padding-bottom: 139px;
}
.gapX_139 {
  column-gap: 139px;
}
.gapY_139 {
  row-gap: 139px;
}
.m_140 {
  margin: 140px;
}
.p_140 {
  padding: 140px;
}
.mt_140 {
  margin-top: 140px;
}
.pt_140 {
  padding-top: 140px;
}
.mx_140 {
  margin-left: 140px;
  margin-right: 140px;
}
.my_140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.px_140 {
  padding-left: 140px;
  padding-right: 140px;
}
.py_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.m_140 {
  margin: 140px;
}
.p_140 {
  padding: 140px;
}
.mb_140 {
  margin-bottom: 140px;
}
.pb_140 {
  padding-bottom: 140px;
}
.mx_140 {
  margin-left: 140px;
  margin-right: 140px;
}
.my_140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.px_140 {
  padding-left: 140px;
  padding-right: 140px;
}
.py_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.m_140 {
  margin: 140px;
}
.p_140 {
  padding: 140px;
}
.mr_140 {
  margin-right: 140px;
}
.pr_140 {
  padding-right: 140px;
}
.mx_140 {
  margin-left: 140px;
  margin-right: 140px;
}
.my_140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.px_140 {
  padding-left: 140px;
  padding-right: 140px;
}
.py_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.m_140 {
  margin: 140px;
}
.p_140 {
  padding: 140px;
}
.ml_140 {
  margin-left: 140px;
}
.pl_140 {
  padding-left: 140px;
}
.mx_140 {
  margin-left: 140px;
  margin-right: 140px;
}
.my_140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
.px_140 {
  padding-left: 140px;
  padding-right: 140px;
}
.py_140 {
  padding-top: 140px;
  padding-bottom: 140px;
}
.gapX_140 {
  column-gap: 140px;
}
.gapY_140 {
  row-gap: 140px;
}
.m_141 {
  margin: 141px;
}
.p_141 {
  padding: 141px;
}
.mt_141 {
  margin-top: 141px;
}
.pt_141 {
  padding-top: 141px;
}
.mx_141 {
  margin-left: 141px;
  margin-right: 141px;
}
.my_141 {
  margin-top: 141px;
  margin-bottom: 141px;
}
.px_141 {
  padding-left: 141px;
  padding-right: 141px;
}
.py_141 {
  padding-top: 141px;
  padding-bottom: 141px;
}
.m_141 {
  margin: 141px;
}
.p_141 {
  padding: 141px;
}
.mb_141 {
  margin-bottom: 141px;
}
.pb_141 {
  padding-bottom: 141px;
}
.mx_141 {
  margin-left: 141px;
  margin-right: 141px;
}
.my_141 {
  margin-top: 141px;
  margin-bottom: 141px;
}
.px_141 {
  padding-left: 141px;
  padding-right: 141px;
}
.py_141 {
  padding-top: 141px;
  padding-bottom: 141px;
}
.m_141 {
  margin: 141px;
}
.p_141 {
  padding: 141px;
}
.mr_141 {
  margin-right: 141px;
}
.pr_141 {
  padding-right: 141px;
}
.mx_141 {
  margin-left: 141px;
  margin-right: 141px;
}
.my_141 {
  margin-top: 141px;
  margin-bottom: 141px;
}
.px_141 {
  padding-left: 141px;
  padding-right: 141px;
}
.py_141 {
  padding-top: 141px;
  padding-bottom: 141px;
}
.m_141 {
  margin: 141px;
}
.p_141 {
  padding: 141px;
}
.ml_141 {
  margin-left: 141px;
}
.pl_141 {
  padding-left: 141px;
}
.mx_141 {
  margin-left: 141px;
  margin-right: 141px;
}
.my_141 {
  margin-top: 141px;
  margin-bottom: 141px;
}
.px_141 {
  padding-left: 141px;
  padding-right: 141px;
}
.py_141 {
  padding-top: 141px;
  padding-bottom: 141px;
}
.gapX_141 {
  column-gap: 141px;
}
.gapY_141 {
  row-gap: 141px;
}
.m_142 {
  margin: 142px;
}
.p_142 {
  padding: 142px;
}
.mt_142 {
  margin-top: 142px;
}
.pt_142 {
  padding-top: 142px;
}
.mx_142 {
  margin-left: 142px;
  margin-right: 142px;
}
.my_142 {
  margin-top: 142px;
  margin-bottom: 142px;
}
.px_142 {
  padding-left: 142px;
  padding-right: 142px;
}
.py_142 {
  padding-top: 142px;
  padding-bottom: 142px;
}
.m_142 {
  margin: 142px;
}
.p_142 {
  padding: 142px;
}
.mb_142 {
  margin-bottom: 142px;
}
.pb_142 {
  padding-bottom: 142px;
}
.mx_142 {
  margin-left: 142px;
  margin-right: 142px;
}
.my_142 {
  margin-top: 142px;
  margin-bottom: 142px;
}
.px_142 {
  padding-left: 142px;
  padding-right: 142px;
}
.py_142 {
  padding-top: 142px;
  padding-bottom: 142px;
}
.m_142 {
  margin: 142px;
}
.p_142 {
  padding: 142px;
}
.mr_142 {
  margin-right: 142px;
}
.pr_142 {
  padding-right: 142px;
}
.mx_142 {
  margin-left: 142px;
  margin-right: 142px;
}
.my_142 {
  margin-top: 142px;
  margin-bottom: 142px;
}
.px_142 {
  padding-left: 142px;
  padding-right: 142px;
}
.py_142 {
  padding-top: 142px;
  padding-bottom: 142px;
}
.m_142 {
  margin: 142px;
}
.p_142 {
  padding: 142px;
}
.ml_142 {
  margin-left: 142px;
}
.pl_142 {
  padding-left: 142px;
}
.mx_142 {
  margin-left: 142px;
  margin-right: 142px;
}
.my_142 {
  margin-top: 142px;
  margin-bottom: 142px;
}
.px_142 {
  padding-left: 142px;
  padding-right: 142px;
}
.py_142 {
  padding-top: 142px;
  padding-bottom: 142px;
}
.gapX_142 {
  column-gap: 142px;
}
.gapY_142 {
  row-gap: 142px;
}
.m_143 {
  margin: 143px;
}
.p_143 {
  padding: 143px;
}
.mt_143 {
  margin-top: 143px;
}
.pt_143 {
  padding-top: 143px;
}
.mx_143 {
  margin-left: 143px;
  margin-right: 143px;
}
.my_143 {
  margin-top: 143px;
  margin-bottom: 143px;
}
.px_143 {
  padding-left: 143px;
  padding-right: 143px;
}
.py_143 {
  padding-top: 143px;
  padding-bottom: 143px;
}
.m_143 {
  margin: 143px;
}
.p_143 {
  padding: 143px;
}
.mb_143 {
  margin-bottom: 143px;
}
.pb_143 {
  padding-bottom: 143px;
}
.mx_143 {
  margin-left: 143px;
  margin-right: 143px;
}
.my_143 {
  margin-top: 143px;
  margin-bottom: 143px;
}
.px_143 {
  padding-left: 143px;
  padding-right: 143px;
}
.py_143 {
  padding-top: 143px;
  padding-bottom: 143px;
}
.m_143 {
  margin: 143px;
}
.p_143 {
  padding: 143px;
}
.mr_143 {
  margin-right: 143px;
}
.pr_143 {
  padding-right: 143px;
}
.mx_143 {
  margin-left: 143px;
  margin-right: 143px;
}
.my_143 {
  margin-top: 143px;
  margin-bottom: 143px;
}
.px_143 {
  padding-left: 143px;
  padding-right: 143px;
}
.py_143 {
  padding-top: 143px;
  padding-bottom: 143px;
}
.m_143 {
  margin: 143px;
}
.p_143 {
  padding: 143px;
}
.ml_143 {
  margin-left: 143px;
}
.pl_143 {
  padding-left: 143px;
}
.mx_143 {
  margin-left: 143px;
  margin-right: 143px;
}
.my_143 {
  margin-top: 143px;
  margin-bottom: 143px;
}
.px_143 {
  padding-left: 143px;
  padding-right: 143px;
}
.py_143 {
  padding-top: 143px;
  padding-bottom: 143px;
}
.gapX_143 {
  column-gap: 143px;
}
.gapY_143 {
  row-gap: 143px;
}
.m_144 {
  margin: 144px;
}
.p_144 {
  padding: 144px;
}
.mt_144 {
  margin-top: 144px;
}
.pt_144 {
  padding-top: 144px;
}
.mx_144 {
  margin-left: 144px;
  margin-right: 144px;
}
.my_144 {
  margin-top: 144px;
  margin-bottom: 144px;
}
.px_144 {
  padding-left: 144px;
  padding-right: 144px;
}
.py_144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.m_144 {
  margin: 144px;
}
.p_144 {
  padding: 144px;
}
.mb_144 {
  margin-bottom: 144px;
}
.pb_144 {
  padding-bottom: 144px;
}
.mx_144 {
  margin-left: 144px;
  margin-right: 144px;
}
.my_144 {
  margin-top: 144px;
  margin-bottom: 144px;
}
.px_144 {
  padding-left: 144px;
  padding-right: 144px;
}
.py_144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.m_144 {
  margin: 144px;
}
.p_144 {
  padding: 144px;
}
.mr_144 {
  margin-right: 144px;
}
.pr_144 {
  padding-right: 144px;
}
.mx_144 {
  margin-left: 144px;
  margin-right: 144px;
}
.my_144 {
  margin-top: 144px;
  margin-bottom: 144px;
}
.px_144 {
  padding-left: 144px;
  padding-right: 144px;
}
.py_144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.m_144 {
  margin: 144px;
}
.p_144 {
  padding: 144px;
}
.ml_144 {
  margin-left: 144px;
}
.pl_144 {
  padding-left: 144px;
}
.mx_144 {
  margin-left: 144px;
  margin-right: 144px;
}
.my_144 {
  margin-top: 144px;
  margin-bottom: 144px;
}
.px_144 {
  padding-left: 144px;
  padding-right: 144px;
}
.py_144 {
  padding-top: 144px;
  padding-bottom: 144px;
}
.gapX_144 {
  column-gap: 144px;
}
.gapY_144 {
  row-gap: 144px;
}
.m_145 {
  margin: 145px;
}
.p_145 {
  padding: 145px;
}
.mt_145 {
  margin-top: 145px;
}
.pt_145 {
  padding-top: 145px;
}
.mx_145 {
  margin-left: 145px;
  margin-right: 145px;
}
.my_145 {
  margin-top: 145px;
  margin-bottom: 145px;
}
.px_145 {
  padding-left: 145px;
  padding-right: 145px;
}
.py_145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.m_145 {
  margin: 145px;
}
.p_145 {
  padding: 145px;
}
.mb_145 {
  margin-bottom: 145px;
}
.pb_145 {
  padding-bottom: 145px;
}
.mx_145 {
  margin-left: 145px;
  margin-right: 145px;
}
.my_145 {
  margin-top: 145px;
  margin-bottom: 145px;
}
.px_145 {
  padding-left: 145px;
  padding-right: 145px;
}
.py_145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.m_145 {
  margin: 145px;
}
.p_145 {
  padding: 145px;
}
.mr_145 {
  margin-right: 145px;
}
.pr_145 {
  padding-right: 145px;
}
.mx_145 {
  margin-left: 145px;
  margin-right: 145px;
}
.my_145 {
  margin-top: 145px;
  margin-bottom: 145px;
}
.px_145 {
  padding-left: 145px;
  padding-right: 145px;
}
.py_145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.m_145 {
  margin: 145px;
}
.p_145 {
  padding: 145px;
}
.ml_145 {
  margin-left: 145px;
}
.pl_145 {
  padding-left: 145px;
}
.mx_145 {
  margin-left: 145px;
  margin-right: 145px;
}
.my_145 {
  margin-top: 145px;
  margin-bottom: 145px;
}
.px_145 {
  padding-left: 145px;
  padding-right: 145px;
}
.py_145 {
  padding-top: 145px;
  padding-bottom: 145px;
}
.gapX_145 {
  column-gap: 145px;
}
.gapY_145 {
  row-gap: 145px;
}
.m_146 {
  margin: 146px;
}
.p_146 {
  padding: 146px;
}
.mt_146 {
  margin-top: 146px;
}
.pt_146 {
  padding-top: 146px;
}
.mx_146 {
  margin-left: 146px;
  margin-right: 146px;
}
.my_146 {
  margin-top: 146px;
  margin-bottom: 146px;
}
.px_146 {
  padding-left: 146px;
  padding-right: 146px;
}
.py_146 {
  padding-top: 146px;
  padding-bottom: 146px;
}
.m_146 {
  margin: 146px;
}
.p_146 {
  padding: 146px;
}
.mb_146 {
  margin-bottom: 146px;
}
.pb_146 {
  padding-bottom: 146px;
}
.mx_146 {
  margin-left: 146px;
  margin-right: 146px;
}
.my_146 {
  margin-top: 146px;
  margin-bottom: 146px;
}
.px_146 {
  padding-left: 146px;
  padding-right: 146px;
}
.py_146 {
  padding-top: 146px;
  padding-bottom: 146px;
}
.m_146 {
  margin: 146px;
}
.p_146 {
  padding: 146px;
}
.mr_146 {
  margin-right: 146px;
}
.pr_146 {
  padding-right: 146px;
}
.mx_146 {
  margin-left: 146px;
  margin-right: 146px;
}
.my_146 {
  margin-top: 146px;
  margin-bottom: 146px;
}
.px_146 {
  padding-left: 146px;
  padding-right: 146px;
}
.py_146 {
  padding-top: 146px;
  padding-bottom: 146px;
}
.m_146 {
  margin: 146px;
}
.p_146 {
  padding: 146px;
}
.ml_146 {
  margin-left: 146px;
}
.pl_146 {
  padding-left: 146px;
}
.mx_146 {
  margin-left: 146px;
  margin-right: 146px;
}
.my_146 {
  margin-top: 146px;
  margin-bottom: 146px;
}
.px_146 {
  padding-left: 146px;
  padding-right: 146px;
}
.py_146 {
  padding-top: 146px;
  padding-bottom: 146px;
}
.gapX_146 {
  column-gap: 146px;
}
.gapY_146 {
  row-gap: 146px;
}
.m_147 {
  margin: 147px;
}
.p_147 {
  padding: 147px;
}
.mt_147 {
  margin-top: 147px;
}
.pt_147 {
  padding-top: 147px;
}
.mx_147 {
  margin-left: 147px;
  margin-right: 147px;
}
.my_147 {
  margin-top: 147px;
  margin-bottom: 147px;
}
.px_147 {
  padding-left: 147px;
  padding-right: 147px;
}
.py_147 {
  padding-top: 147px;
  padding-bottom: 147px;
}
.m_147 {
  margin: 147px;
}
.p_147 {
  padding: 147px;
}
.mb_147 {
  margin-bottom: 147px;
}
.pb_147 {
  padding-bottom: 147px;
}
.mx_147 {
  margin-left: 147px;
  margin-right: 147px;
}
.my_147 {
  margin-top: 147px;
  margin-bottom: 147px;
}
.px_147 {
  padding-left: 147px;
  padding-right: 147px;
}
.py_147 {
  padding-top: 147px;
  padding-bottom: 147px;
}
.m_147 {
  margin: 147px;
}
.p_147 {
  padding: 147px;
}
.mr_147 {
  margin-right: 147px;
}
.pr_147 {
  padding-right: 147px;
}
.mx_147 {
  margin-left: 147px;
  margin-right: 147px;
}
.my_147 {
  margin-top: 147px;
  margin-bottom: 147px;
}
.px_147 {
  padding-left: 147px;
  padding-right: 147px;
}
.py_147 {
  padding-top: 147px;
  padding-bottom: 147px;
}
.m_147 {
  margin: 147px;
}
.p_147 {
  padding: 147px;
}
.ml_147 {
  margin-left: 147px;
}
.pl_147 {
  padding-left: 147px;
}
.mx_147 {
  margin-left: 147px;
  margin-right: 147px;
}
.my_147 {
  margin-top: 147px;
  margin-bottom: 147px;
}
.px_147 {
  padding-left: 147px;
  padding-right: 147px;
}
.py_147 {
  padding-top: 147px;
  padding-bottom: 147px;
}
.gapX_147 {
  column-gap: 147px;
}
.gapY_147 {
  row-gap: 147px;
}
.m_148 {
  margin: 148px;
}
.p_148 {
  padding: 148px;
}
.mt_148 {
  margin-top: 148px;
}
.pt_148 {
  padding-top: 148px;
}
.mx_148 {
  margin-left: 148px;
  margin-right: 148px;
}
.my_148 {
  margin-top: 148px;
  margin-bottom: 148px;
}
.px_148 {
  padding-left: 148px;
  padding-right: 148px;
}
.py_148 {
  padding-top: 148px;
  padding-bottom: 148px;
}
.m_148 {
  margin: 148px;
}
.p_148 {
  padding: 148px;
}
.mb_148 {
  margin-bottom: 148px;
}
.pb_148 {
  padding-bottom: 148px;
}
.mx_148 {
  margin-left: 148px;
  margin-right: 148px;
}
.my_148 {
  margin-top: 148px;
  margin-bottom: 148px;
}
.px_148 {
  padding-left: 148px;
  padding-right: 148px;
}
.py_148 {
  padding-top: 148px;
  padding-bottom: 148px;
}
.m_148 {
  margin: 148px;
}
.p_148 {
  padding: 148px;
}
.mr_148 {
  margin-right: 148px;
}
.pr_148 {
  padding-right: 148px;
}
.mx_148 {
  margin-left: 148px;
  margin-right: 148px;
}
.my_148 {
  margin-top: 148px;
  margin-bottom: 148px;
}
.px_148 {
  padding-left: 148px;
  padding-right: 148px;
}
.py_148 {
  padding-top: 148px;
  padding-bottom: 148px;
}
.m_148 {
  margin: 148px;
}
.p_148 {
  padding: 148px;
}
.ml_148 {
  margin-left: 148px;
}
.pl_148 {
  padding-left: 148px;
}
.mx_148 {
  margin-left: 148px;
  margin-right: 148px;
}
.my_148 {
  margin-top: 148px;
  margin-bottom: 148px;
}
.px_148 {
  padding-left: 148px;
  padding-right: 148px;
}
.py_148 {
  padding-top: 148px;
  padding-bottom: 148px;
}
.gapX_148 {
  column-gap: 148px;
}
.gapY_148 {
  row-gap: 148px;
}
.m_149 {
  margin: 149px;
}
.p_149 {
  padding: 149px;
}
.mt_149 {
  margin-top: 149px;
}
.pt_149 {
  padding-top: 149px;
}
.mx_149 {
  margin-left: 149px;
  margin-right: 149px;
}
.my_149 {
  margin-top: 149px;
  margin-bottom: 149px;
}
.px_149 {
  padding-left: 149px;
  padding-right: 149px;
}
.py_149 {
  padding-top: 149px;
  padding-bottom: 149px;
}
.m_149 {
  margin: 149px;
}
.p_149 {
  padding: 149px;
}
.mb_149 {
  margin-bottom: 149px;
}
.pb_149 {
  padding-bottom: 149px;
}
.mx_149 {
  margin-left: 149px;
  margin-right: 149px;
}
.my_149 {
  margin-top: 149px;
  margin-bottom: 149px;
}
.px_149 {
  padding-left: 149px;
  padding-right: 149px;
}
.py_149 {
  padding-top: 149px;
  padding-bottom: 149px;
}
.m_149 {
  margin: 149px;
}
.p_149 {
  padding: 149px;
}
.mr_149 {
  margin-right: 149px;
}
.pr_149 {
  padding-right: 149px;
}
.mx_149 {
  margin-left: 149px;
  margin-right: 149px;
}
.my_149 {
  margin-top: 149px;
  margin-bottom: 149px;
}
.px_149 {
  padding-left: 149px;
  padding-right: 149px;
}
.py_149 {
  padding-top: 149px;
  padding-bottom: 149px;
}
.m_149 {
  margin: 149px;
}
.p_149 {
  padding: 149px;
}
.ml_149 {
  margin-left: 149px;
}
.pl_149 {
  padding-left: 149px;
}
.mx_149 {
  margin-left: 149px;
  margin-right: 149px;
}
.my_149 {
  margin-top: 149px;
  margin-bottom: 149px;
}
.px_149 {
  padding-left: 149px;
  padding-right: 149px;
}
.py_149 {
  padding-top: 149px;
  padding-bottom: 149px;
}
.gapX_149 {
  column-gap: 149px;
}
.gapY_149 {
  row-gap: 149px;
}
.m_150 {
  margin: 150px;
}
.p_150 {
  padding: 150px;
}
.mt_150 {
  margin-top: 150px;
}
.pt_150 {
  padding-top: 150px;
}
.mx_150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my_150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.px_150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.m_150 {
  margin: 150px;
}
.p_150 {
  padding: 150px;
}
.mb_150 {
  margin-bottom: 150px;
}
.pb_150 {
  padding-bottom: 150px;
}
.mx_150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my_150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.px_150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.m_150 {
  margin: 150px;
}
.p_150 {
  padding: 150px;
}
.mr_150 {
  margin-right: 150px;
}
.pr_150 {
  padding-right: 150px;
}
.mx_150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my_150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.px_150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.m_150 {
  margin: 150px;
}
.p_150 {
  padding: 150px;
}
.ml_150 {
  margin-left: 150px;
}
.pl_150 {
  padding-left: 150px;
}
.mx_150 {
  margin-left: 150px;
  margin-right: 150px;
}
.my_150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.px_150 {
  padding-left: 150px;
  padding-right: 150px;
}
.py_150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.gapX_150 {
  column-gap: 150px;
}
.gapY_150 {
  row-gap: 150px;
}
.m_151 {
  margin: 151px;
}
.p_151 {
  padding: 151px;
}
.mt_151 {
  margin-top: 151px;
}
.pt_151 {
  padding-top: 151px;
}
.mx_151 {
  margin-left: 151px;
  margin-right: 151px;
}
.my_151 {
  margin-top: 151px;
  margin-bottom: 151px;
}
.px_151 {
  padding-left: 151px;
  padding-right: 151px;
}
.py_151 {
  padding-top: 151px;
  padding-bottom: 151px;
}
.m_151 {
  margin: 151px;
}
.p_151 {
  padding: 151px;
}
.mb_151 {
  margin-bottom: 151px;
}
.pb_151 {
  padding-bottom: 151px;
}
.mx_151 {
  margin-left: 151px;
  margin-right: 151px;
}
.my_151 {
  margin-top: 151px;
  margin-bottom: 151px;
}
.px_151 {
  padding-left: 151px;
  padding-right: 151px;
}
.py_151 {
  padding-top: 151px;
  padding-bottom: 151px;
}
.m_151 {
  margin: 151px;
}
.p_151 {
  padding: 151px;
}
.mr_151 {
  margin-right: 151px;
}
.pr_151 {
  padding-right: 151px;
}
.mx_151 {
  margin-left: 151px;
  margin-right: 151px;
}
.my_151 {
  margin-top: 151px;
  margin-bottom: 151px;
}
.px_151 {
  padding-left: 151px;
  padding-right: 151px;
}
.py_151 {
  padding-top: 151px;
  padding-bottom: 151px;
}
.m_151 {
  margin: 151px;
}
.p_151 {
  padding: 151px;
}
.ml_151 {
  margin-left: 151px;
}
.pl_151 {
  padding-left: 151px;
}
.mx_151 {
  margin-left: 151px;
  margin-right: 151px;
}
.my_151 {
  margin-top: 151px;
  margin-bottom: 151px;
}
.px_151 {
  padding-left: 151px;
  padding-right: 151px;
}
.py_151 {
  padding-top: 151px;
  padding-bottom: 151px;
}
.gapX_151 {
  column-gap: 151px;
}
.gapY_151 {
  row-gap: 151px;
}
.m_152 {
  margin: 152px;
}
.p_152 {
  padding: 152px;
}
.mt_152 {
  margin-top: 152px;
}
.pt_152 {
  padding-top: 152px;
}
.mx_152 {
  margin-left: 152px;
  margin-right: 152px;
}
.my_152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.px_152 {
  padding-left: 152px;
  padding-right: 152px;
}
.py_152 {
  padding-top: 152px;
  padding-bottom: 152px;
}
.m_152 {
  margin: 152px;
}
.p_152 {
  padding: 152px;
}
.mb_152 {
  margin-bottom: 152px;
}
.pb_152 {
  padding-bottom: 152px;
}
.mx_152 {
  margin-left: 152px;
  margin-right: 152px;
}
.my_152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.px_152 {
  padding-left: 152px;
  padding-right: 152px;
}
.py_152 {
  padding-top: 152px;
  padding-bottom: 152px;
}
.m_152 {
  margin: 152px;
}
.p_152 {
  padding: 152px;
}
.mr_152 {
  margin-right: 152px;
}
.pr_152 {
  padding-right: 152px;
}
.mx_152 {
  margin-left: 152px;
  margin-right: 152px;
}
.my_152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.px_152 {
  padding-left: 152px;
  padding-right: 152px;
}
.py_152 {
  padding-top: 152px;
  padding-bottom: 152px;
}
.m_152 {
  margin: 152px;
}
.p_152 {
  padding: 152px;
}
.ml_152 {
  margin-left: 152px;
}
.pl_152 {
  padding-left: 152px;
}
.mx_152 {
  margin-left: 152px;
  margin-right: 152px;
}
.my_152 {
  margin-top: 152px;
  margin-bottom: 152px;
}
.px_152 {
  padding-left: 152px;
  padding-right: 152px;
}
.py_152 {
  padding-top: 152px;
  padding-bottom: 152px;
}
.gapX_152 {
  column-gap: 152px;
}
.gapY_152 {
  row-gap: 152px;
}
.m_153 {
  margin: 153px;
}
.p_153 {
  padding: 153px;
}
.mt_153 {
  margin-top: 153px;
}
.pt_153 {
  padding-top: 153px;
}
.mx_153 {
  margin-left: 153px;
  margin-right: 153px;
}
.my_153 {
  margin-top: 153px;
  margin-bottom: 153px;
}
.px_153 {
  padding-left: 153px;
  padding-right: 153px;
}
.py_153 {
  padding-top: 153px;
  padding-bottom: 153px;
}
.m_153 {
  margin: 153px;
}
.p_153 {
  padding: 153px;
}
.mb_153 {
  margin-bottom: 153px;
}
.pb_153 {
  padding-bottom: 153px;
}
.mx_153 {
  margin-left: 153px;
  margin-right: 153px;
}
.my_153 {
  margin-top: 153px;
  margin-bottom: 153px;
}
.px_153 {
  padding-left: 153px;
  padding-right: 153px;
}
.py_153 {
  padding-top: 153px;
  padding-bottom: 153px;
}
.m_153 {
  margin: 153px;
}
.p_153 {
  padding: 153px;
}
.mr_153 {
  margin-right: 153px;
}
.pr_153 {
  padding-right: 153px;
}
.mx_153 {
  margin-left: 153px;
  margin-right: 153px;
}
.my_153 {
  margin-top: 153px;
  margin-bottom: 153px;
}
.px_153 {
  padding-left: 153px;
  padding-right: 153px;
}
.py_153 {
  padding-top: 153px;
  padding-bottom: 153px;
}
.m_153 {
  margin: 153px;
}
.p_153 {
  padding: 153px;
}
.ml_153 {
  margin-left: 153px;
}
.pl_153 {
  padding-left: 153px;
}
.mx_153 {
  margin-left: 153px;
  margin-right: 153px;
}
.my_153 {
  margin-top: 153px;
  margin-bottom: 153px;
}
.px_153 {
  padding-left: 153px;
  padding-right: 153px;
}
.py_153 {
  padding-top: 153px;
  padding-bottom: 153px;
}
.gapX_153 {
  column-gap: 153px;
}
.gapY_153 {
  row-gap: 153px;
}
.m_154 {
  margin: 154px;
}
.p_154 {
  padding: 154px;
}
.mt_154 {
  margin-top: 154px;
}
.pt_154 {
  padding-top: 154px;
}
.mx_154 {
  margin-left: 154px;
  margin-right: 154px;
}
.my_154 {
  margin-top: 154px;
  margin-bottom: 154px;
}
.px_154 {
  padding-left: 154px;
  padding-right: 154px;
}
.py_154 {
  padding-top: 154px;
  padding-bottom: 154px;
}
.m_154 {
  margin: 154px;
}
.p_154 {
  padding: 154px;
}
.mb_154 {
  margin-bottom: 154px;
}
.pb_154 {
  padding-bottom: 154px;
}
.mx_154 {
  margin-left: 154px;
  margin-right: 154px;
}
.my_154 {
  margin-top: 154px;
  margin-bottom: 154px;
}
.px_154 {
  padding-left: 154px;
  padding-right: 154px;
}
.py_154 {
  padding-top: 154px;
  padding-bottom: 154px;
}
.m_154 {
  margin: 154px;
}
.p_154 {
  padding: 154px;
}
.mr_154 {
  margin-right: 154px;
}
.pr_154 {
  padding-right: 154px;
}
.mx_154 {
  margin-left: 154px;
  margin-right: 154px;
}
.my_154 {
  margin-top: 154px;
  margin-bottom: 154px;
}
.px_154 {
  padding-left: 154px;
  padding-right: 154px;
}
.py_154 {
  padding-top: 154px;
  padding-bottom: 154px;
}
.m_154 {
  margin: 154px;
}
.p_154 {
  padding: 154px;
}
.ml_154 {
  margin-left: 154px;
}
.pl_154 {
  padding-left: 154px;
}
.mx_154 {
  margin-left: 154px;
  margin-right: 154px;
}
.my_154 {
  margin-top: 154px;
  margin-bottom: 154px;
}
.px_154 {
  padding-left: 154px;
  padding-right: 154px;
}
.py_154 {
  padding-top: 154px;
  padding-bottom: 154px;
}
.gapX_154 {
  column-gap: 154px;
}
.gapY_154 {
  row-gap: 154px;
}
.m_155 {
  margin: 155px;
}
.p_155 {
  padding: 155px;
}
.mt_155 {
  margin-top: 155px;
}
.pt_155 {
  padding-top: 155px;
}
.mx_155 {
  margin-left: 155px;
  margin-right: 155px;
}
.my_155 {
  margin-top: 155px;
  margin-bottom: 155px;
}
.px_155 {
  padding-left: 155px;
  padding-right: 155px;
}
.py_155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.m_155 {
  margin: 155px;
}
.p_155 {
  padding: 155px;
}
.mb_155 {
  margin-bottom: 155px;
}
.pb_155 {
  padding-bottom: 155px;
}
.mx_155 {
  margin-left: 155px;
  margin-right: 155px;
}
.my_155 {
  margin-top: 155px;
  margin-bottom: 155px;
}
.px_155 {
  padding-left: 155px;
  padding-right: 155px;
}
.py_155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.m_155 {
  margin: 155px;
}
.p_155 {
  padding: 155px;
}
.mr_155 {
  margin-right: 155px;
}
.pr_155 {
  padding-right: 155px;
}
.mx_155 {
  margin-left: 155px;
  margin-right: 155px;
}
.my_155 {
  margin-top: 155px;
  margin-bottom: 155px;
}
.px_155 {
  padding-left: 155px;
  padding-right: 155px;
}
.py_155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.m_155 {
  margin: 155px;
}
.p_155 {
  padding: 155px;
}
.ml_155 {
  margin-left: 155px;
}
.pl_155 {
  padding-left: 155px;
}
.mx_155 {
  margin-left: 155px;
  margin-right: 155px;
}
.my_155 {
  margin-top: 155px;
  margin-bottom: 155px;
}
.px_155 {
  padding-left: 155px;
  padding-right: 155px;
}
.py_155 {
  padding-top: 155px;
  padding-bottom: 155px;
}
.gapX_155 {
  column-gap: 155px;
}
.gapY_155 {
  row-gap: 155px;
}
.m_156 {
  margin: 156px;
}
.p_156 {
  padding: 156px;
}
.mt_156 {
  margin-top: 156px;
}
.pt_156 {
  padding-top: 156px;
}
.mx_156 {
  margin-left: 156px;
  margin-right: 156px;
}
.my_156 {
  margin-top: 156px;
  margin-bottom: 156px;
}
.px_156 {
  padding-left: 156px;
  padding-right: 156px;
}
.py_156 {
  padding-top: 156px;
  padding-bottom: 156px;
}
.m_156 {
  margin: 156px;
}
.p_156 {
  padding: 156px;
}
.mb_156 {
  margin-bottom: 156px;
}
.pb_156 {
  padding-bottom: 156px;
}
.mx_156 {
  margin-left: 156px;
  margin-right: 156px;
}
.my_156 {
  margin-top: 156px;
  margin-bottom: 156px;
}
.px_156 {
  padding-left: 156px;
  padding-right: 156px;
}
.py_156 {
  padding-top: 156px;
  padding-bottom: 156px;
}
.m_156 {
  margin: 156px;
}
.p_156 {
  padding: 156px;
}
.mr_156 {
  margin-right: 156px;
}
.pr_156 {
  padding-right: 156px;
}
.mx_156 {
  margin-left: 156px;
  margin-right: 156px;
}
.my_156 {
  margin-top: 156px;
  margin-bottom: 156px;
}
.px_156 {
  padding-left: 156px;
  padding-right: 156px;
}
.py_156 {
  padding-top: 156px;
  padding-bottom: 156px;
}
.m_156 {
  margin: 156px;
}
.p_156 {
  padding: 156px;
}
.ml_156 {
  margin-left: 156px;
}
.pl_156 {
  padding-left: 156px;
}
.mx_156 {
  margin-left: 156px;
  margin-right: 156px;
}
.my_156 {
  margin-top: 156px;
  margin-bottom: 156px;
}
.px_156 {
  padding-left: 156px;
  padding-right: 156px;
}
.py_156 {
  padding-top: 156px;
  padding-bottom: 156px;
}
.gapX_156 {
  column-gap: 156px;
}
.gapY_156 {
  row-gap: 156px;
}
.m_157 {
  margin: 157px;
}
.p_157 {
  padding: 157px;
}
.mt_157 {
  margin-top: 157px;
}
.pt_157 {
  padding-top: 157px;
}
.mx_157 {
  margin-left: 157px;
  margin-right: 157px;
}
.my_157 {
  margin-top: 157px;
  margin-bottom: 157px;
}
.px_157 {
  padding-left: 157px;
  padding-right: 157px;
}
.py_157 {
  padding-top: 157px;
  padding-bottom: 157px;
}
.m_157 {
  margin: 157px;
}
.p_157 {
  padding: 157px;
}
.mb_157 {
  margin-bottom: 157px;
}
.pb_157 {
  padding-bottom: 157px;
}
.mx_157 {
  margin-left: 157px;
  margin-right: 157px;
}
.my_157 {
  margin-top: 157px;
  margin-bottom: 157px;
}
.px_157 {
  padding-left: 157px;
  padding-right: 157px;
}
.py_157 {
  padding-top: 157px;
  padding-bottom: 157px;
}
.m_157 {
  margin: 157px;
}
.p_157 {
  padding: 157px;
}
.mr_157 {
  margin-right: 157px;
}
.pr_157 {
  padding-right: 157px;
}
.mx_157 {
  margin-left: 157px;
  margin-right: 157px;
}
.my_157 {
  margin-top: 157px;
  margin-bottom: 157px;
}
.px_157 {
  padding-left: 157px;
  padding-right: 157px;
}
.py_157 {
  padding-top: 157px;
  padding-bottom: 157px;
}
.m_157 {
  margin: 157px;
}
.p_157 {
  padding: 157px;
}
.ml_157 {
  margin-left: 157px;
}
.pl_157 {
  padding-left: 157px;
}
.mx_157 {
  margin-left: 157px;
  margin-right: 157px;
}
.my_157 {
  margin-top: 157px;
  margin-bottom: 157px;
}
.px_157 {
  padding-left: 157px;
  padding-right: 157px;
}
.py_157 {
  padding-top: 157px;
  padding-bottom: 157px;
}
.gapX_157 {
  column-gap: 157px;
}
.gapY_157 {
  row-gap: 157px;
}
.m_158 {
  margin: 158px;
}
.p_158 {
  padding: 158px;
}
.mt_158 {
  margin-top: 158px;
}
.pt_158 {
  padding-top: 158px;
}
.mx_158 {
  margin-left: 158px;
  margin-right: 158px;
}
.my_158 {
  margin-top: 158px;
  margin-bottom: 158px;
}
.px_158 {
  padding-left: 158px;
  padding-right: 158px;
}
.py_158 {
  padding-top: 158px;
  padding-bottom: 158px;
}
.m_158 {
  margin: 158px;
}
.p_158 {
  padding: 158px;
}
.mb_158 {
  margin-bottom: 158px;
}
.pb_158 {
  padding-bottom: 158px;
}
.mx_158 {
  margin-left: 158px;
  margin-right: 158px;
}
.my_158 {
  margin-top: 158px;
  margin-bottom: 158px;
}
.px_158 {
  padding-left: 158px;
  padding-right: 158px;
}
.py_158 {
  padding-top: 158px;
  padding-bottom: 158px;
}
.m_158 {
  margin: 158px;
}
.p_158 {
  padding: 158px;
}
.mr_158 {
  margin-right: 158px;
}
.pr_158 {
  padding-right: 158px;
}
.mx_158 {
  margin-left: 158px;
  margin-right: 158px;
}
.my_158 {
  margin-top: 158px;
  margin-bottom: 158px;
}
.px_158 {
  padding-left: 158px;
  padding-right: 158px;
}
.py_158 {
  padding-top: 158px;
  padding-bottom: 158px;
}
.m_158 {
  margin: 158px;
}
.p_158 {
  padding: 158px;
}
.ml_158 {
  margin-left: 158px;
}
.pl_158 {
  padding-left: 158px;
}
.mx_158 {
  margin-left: 158px;
  margin-right: 158px;
}
.my_158 {
  margin-top: 158px;
  margin-bottom: 158px;
}
.px_158 {
  padding-left: 158px;
  padding-right: 158px;
}
.py_158 {
  padding-top: 158px;
  padding-bottom: 158px;
}
.gapX_158 {
  column-gap: 158px;
}
.gapY_158 {
  row-gap: 158px;
}
.m_159 {
  margin: 159px;
}
.p_159 {
  padding: 159px;
}
.mt_159 {
  margin-top: 159px;
}
.pt_159 {
  padding-top: 159px;
}
.mx_159 {
  margin-left: 159px;
  margin-right: 159px;
}
.my_159 {
  margin-top: 159px;
  margin-bottom: 159px;
}
.px_159 {
  padding-left: 159px;
  padding-right: 159px;
}
.py_159 {
  padding-top: 159px;
  padding-bottom: 159px;
}
.m_159 {
  margin: 159px;
}
.p_159 {
  padding: 159px;
}
.mb_159 {
  margin-bottom: 159px;
}
.pb_159 {
  padding-bottom: 159px;
}
.mx_159 {
  margin-left: 159px;
  margin-right: 159px;
}
.my_159 {
  margin-top: 159px;
  margin-bottom: 159px;
}
.px_159 {
  padding-left: 159px;
  padding-right: 159px;
}
.py_159 {
  padding-top: 159px;
  padding-bottom: 159px;
}
.m_159 {
  margin: 159px;
}
.p_159 {
  padding: 159px;
}
.mr_159 {
  margin-right: 159px;
}
.pr_159 {
  padding-right: 159px;
}
.mx_159 {
  margin-left: 159px;
  margin-right: 159px;
}
.my_159 {
  margin-top: 159px;
  margin-bottom: 159px;
}
.px_159 {
  padding-left: 159px;
  padding-right: 159px;
}
.py_159 {
  padding-top: 159px;
  padding-bottom: 159px;
}
.m_159 {
  margin: 159px;
}
.p_159 {
  padding: 159px;
}
.ml_159 {
  margin-left: 159px;
}
.pl_159 {
  padding-left: 159px;
}
.mx_159 {
  margin-left: 159px;
  margin-right: 159px;
}
.my_159 {
  margin-top: 159px;
  margin-bottom: 159px;
}
.px_159 {
  padding-left: 159px;
  padding-right: 159px;
}
.py_159 {
  padding-top: 159px;
  padding-bottom: 159px;
}
.gapX_159 {
  column-gap: 159px;
}
.gapY_159 {
  row-gap: 159px;
}
.m_160 {
  margin: 160px;
}
.p_160 {
  padding: 160px;
}
.mt_160 {
  margin-top: 160px;
}
.pt_160 {
  padding-top: 160px;
}
.mx_160 {
  margin-left: 160px;
  margin-right: 160px;
}
.my_160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.px_160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py_160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.m_160 {
  margin: 160px;
}
.p_160 {
  padding: 160px;
}
.mb_160 {
  margin-bottom: 160px;
}
.pb_160 {
  padding-bottom: 160px;
}
.mx_160 {
  margin-left: 160px;
  margin-right: 160px;
}
.my_160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.px_160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py_160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.m_160 {
  margin: 160px;
}
.p_160 {
  padding: 160px;
}
.mr_160 {
  margin-right: 160px;
}
.pr_160 {
  padding-right: 160px;
}
.mx_160 {
  margin-left: 160px;
  margin-right: 160px;
}
.my_160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.px_160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py_160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.m_160 {
  margin: 160px;
}
.p_160 {
  padding: 160px;
}
.ml_160 {
  margin-left: 160px;
}
.pl_160 {
  padding-left: 160px;
}
.mx_160 {
  margin-left: 160px;
  margin-right: 160px;
}
.my_160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
.px_160 {
  padding-left: 160px;
  padding-right: 160px;
}
.py_160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
.gapX_160 {
  column-gap: 160px;
}
.gapY_160 {
  row-gap: 160px;
}
.m_161 {
  margin: 161px;
}
.p_161 {
  padding: 161px;
}
.mt_161 {
  margin-top: 161px;
}
.pt_161 {
  padding-top: 161px;
}
.mx_161 {
  margin-left: 161px;
  margin-right: 161px;
}
.my_161 {
  margin-top: 161px;
  margin-bottom: 161px;
}
.px_161 {
  padding-left: 161px;
  padding-right: 161px;
}
.py_161 {
  padding-top: 161px;
  padding-bottom: 161px;
}
.m_161 {
  margin: 161px;
}
.p_161 {
  padding: 161px;
}
.mb_161 {
  margin-bottom: 161px;
}
.pb_161 {
  padding-bottom: 161px;
}
.mx_161 {
  margin-left: 161px;
  margin-right: 161px;
}
.my_161 {
  margin-top: 161px;
  margin-bottom: 161px;
}
.px_161 {
  padding-left: 161px;
  padding-right: 161px;
}
.py_161 {
  padding-top: 161px;
  padding-bottom: 161px;
}
.m_161 {
  margin: 161px;
}
.p_161 {
  padding: 161px;
}
.mr_161 {
  margin-right: 161px;
}
.pr_161 {
  padding-right: 161px;
}
.mx_161 {
  margin-left: 161px;
  margin-right: 161px;
}
.my_161 {
  margin-top: 161px;
  margin-bottom: 161px;
}
.px_161 {
  padding-left: 161px;
  padding-right: 161px;
}
.py_161 {
  padding-top: 161px;
  padding-bottom: 161px;
}
.m_161 {
  margin: 161px;
}
.p_161 {
  padding: 161px;
}
.ml_161 {
  margin-left: 161px;
}
.pl_161 {
  padding-left: 161px;
}
.mx_161 {
  margin-left: 161px;
  margin-right: 161px;
}
.my_161 {
  margin-top: 161px;
  margin-bottom: 161px;
}
.px_161 {
  padding-left: 161px;
  padding-right: 161px;
}
.py_161 {
  padding-top: 161px;
  padding-bottom: 161px;
}
.gapX_161 {
  column-gap: 161px;
}
.gapY_161 {
  row-gap: 161px;
}
.m_162 {
  margin: 162px;
}
.p_162 {
  padding: 162px;
}
.mt_162 {
  margin-top: 162px;
}
.pt_162 {
  padding-top: 162px;
}
.mx_162 {
  margin-left: 162px;
  margin-right: 162px;
}
.my_162 {
  margin-top: 162px;
  margin-bottom: 162px;
}
.px_162 {
  padding-left: 162px;
  padding-right: 162px;
}
.py_162 {
  padding-top: 162px;
  padding-bottom: 162px;
}
.m_162 {
  margin: 162px;
}
.p_162 {
  padding: 162px;
}
.mb_162 {
  margin-bottom: 162px;
}
.pb_162 {
  padding-bottom: 162px;
}
.mx_162 {
  margin-left: 162px;
  margin-right: 162px;
}
.my_162 {
  margin-top: 162px;
  margin-bottom: 162px;
}
.px_162 {
  padding-left: 162px;
  padding-right: 162px;
}
.py_162 {
  padding-top: 162px;
  padding-bottom: 162px;
}
.m_162 {
  margin: 162px;
}
.p_162 {
  padding: 162px;
}
.mr_162 {
  margin-right: 162px;
}
.pr_162 {
  padding-right: 162px;
}
.mx_162 {
  margin-left: 162px;
  margin-right: 162px;
}
.my_162 {
  margin-top: 162px;
  margin-bottom: 162px;
}
.px_162 {
  padding-left: 162px;
  padding-right: 162px;
}
.py_162 {
  padding-top: 162px;
  padding-bottom: 162px;
}
.m_162 {
  margin: 162px;
}
.p_162 {
  padding: 162px;
}
.ml_162 {
  margin-left: 162px;
}
.pl_162 {
  padding-left: 162px;
}
.mx_162 {
  margin-left: 162px;
  margin-right: 162px;
}
.my_162 {
  margin-top: 162px;
  margin-bottom: 162px;
}
.px_162 {
  padding-left: 162px;
  padding-right: 162px;
}
.py_162 {
  padding-top: 162px;
  padding-bottom: 162px;
}
.gapX_162 {
  column-gap: 162px;
}
.gapY_162 {
  row-gap: 162px;
}
.m_163 {
  margin: 163px;
}
.p_163 {
  padding: 163px;
}
.mt_163 {
  margin-top: 163px;
}
.pt_163 {
  padding-top: 163px;
}
.mx_163 {
  margin-left: 163px;
  margin-right: 163px;
}
.my_163 {
  margin-top: 163px;
  margin-bottom: 163px;
}
.px_163 {
  padding-left: 163px;
  padding-right: 163px;
}
.py_163 {
  padding-top: 163px;
  padding-bottom: 163px;
}
.m_163 {
  margin: 163px;
}
.p_163 {
  padding: 163px;
}
.mb_163 {
  margin-bottom: 163px;
}
.pb_163 {
  padding-bottom: 163px;
}
.mx_163 {
  margin-left: 163px;
  margin-right: 163px;
}
.my_163 {
  margin-top: 163px;
  margin-bottom: 163px;
}
.px_163 {
  padding-left: 163px;
  padding-right: 163px;
}
.py_163 {
  padding-top: 163px;
  padding-bottom: 163px;
}
.m_163 {
  margin: 163px;
}
.p_163 {
  padding: 163px;
}
.mr_163 {
  margin-right: 163px;
}
.pr_163 {
  padding-right: 163px;
}
.mx_163 {
  margin-left: 163px;
  margin-right: 163px;
}
.my_163 {
  margin-top: 163px;
  margin-bottom: 163px;
}
.px_163 {
  padding-left: 163px;
  padding-right: 163px;
}
.py_163 {
  padding-top: 163px;
  padding-bottom: 163px;
}
.m_163 {
  margin: 163px;
}
.p_163 {
  padding: 163px;
}
.ml_163 {
  margin-left: 163px;
}
.pl_163 {
  padding-left: 163px;
}
.mx_163 {
  margin-left: 163px;
  margin-right: 163px;
}
.my_163 {
  margin-top: 163px;
  margin-bottom: 163px;
}
.px_163 {
  padding-left: 163px;
  padding-right: 163px;
}
.py_163 {
  padding-top: 163px;
  padding-bottom: 163px;
}
.gapX_163 {
  column-gap: 163px;
}
.gapY_163 {
  row-gap: 163px;
}
.m_164 {
  margin: 164px;
}
.p_164 {
  padding: 164px;
}
.mt_164 {
  margin-top: 164px;
}
.pt_164 {
  padding-top: 164px;
}
.mx_164 {
  margin-left: 164px;
  margin-right: 164px;
}
.my_164 {
  margin-top: 164px;
  margin-bottom: 164px;
}
.px_164 {
  padding-left: 164px;
  padding-right: 164px;
}
.py_164 {
  padding-top: 164px;
  padding-bottom: 164px;
}
.m_164 {
  margin: 164px;
}
.p_164 {
  padding: 164px;
}
.mb_164 {
  margin-bottom: 164px;
}
.pb_164 {
  padding-bottom: 164px;
}
.mx_164 {
  margin-left: 164px;
  margin-right: 164px;
}
.my_164 {
  margin-top: 164px;
  margin-bottom: 164px;
}
.px_164 {
  padding-left: 164px;
  padding-right: 164px;
}
.py_164 {
  padding-top: 164px;
  padding-bottom: 164px;
}
.m_164 {
  margin: 164px;
}
.p_164 {
  padding: 164px;
}
.mr_164 {
  margin-right: 164px;
}
.pr_164 {
  padding-right: 164px;
}
.mx_164 {
  margin-left: 164px;
  margin-right: 164px;
}
.my_164 {
  margin-top: 164px;
  margin-bottom: 164px;
}
.px_164 {
  padding-left: 164px;
  padding-right: 164px;
}
.py_164 {
  padding-top: 164px;
  padding-bottom: 164px;
}
.m_164 {
  margin: 164px;
}
.p_164 {
  padding: 164px;
}
.ml_164 {
  margin-left: 164px;
}
.pl_164 {
  padding-left: 164px;
}
.mx_164 {
  margin-left: 164px;
  margin-right: 164px;
}
.my_164 {
  margin-top: 164px;
  margin-bottom: 164px;
}
.px_164 {
  padding-left: 164px;
  padding-right: 164px;
}
.py_164 {
  padding-top: 164px;
  padding-bottom: 164px;
}
.gapX_164 {
  column-gap: 164px;
}
.gapY_164 {
  row-gap: 164px;
}
.m_165 {
  margin: 165px;
}
.p_165 {
  padding: 165px;
}
.mt_165 {
  margin-top: 165px;
}
.pt_165 {
  padding-top: 165px;
}
.mx_165 {
  margin-left: 165px;
  margin-right: 165px;
}
.my_165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.px_165 {
  padding-left: 165px;
  padding-right: 165px;
}
.py_165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.m_165 {
  margin: 165px;
}
.p_165 {
  padding: 165px;
}
.mb_165 {
  margin-bottom: 165px;
}
.pb_165 {
  padding-bottom: 165px;
}
.mx_165 {
  margin-left: 165px;
  margin-right: 165px;
}
.my_165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.px_165 {
  padding-left: 165px;
  padding-right: 165px;
}
.py_165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.m_165 {
  margin: 165px;
}
.p_165 {
  padding: 165px;
}
.mr_165 {
  margin-right: 165px;
}
.pr_165 {
  padding-right: 165px;
}
.mx_165 {
  margin-left: 165px;
  margin-right: 165px;
}
.my_165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.px_165 {
  padding-left: 165px;
  padding-right: 165px;
}
.py_165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.m_165 {
  margin: 165px;
}
.p_165 {
  padding: 165px;
}
.ml_165 {
  margin-left: 165px;
}
.pl_165 {
  padding-left: 165px;
}
.mx_165 {
  margin-left: 165px;
  margin-right: 165px;
}
.my_165 {
  margin-top: 165px;
  margin-bottom: 165px;
}
.px_165 {
  padding-left: 165px;
  padding-right: 165px;
}
.py_165 {
  padding-top: 165px;
  padding-bottom: 165px;
}
.gapX_165 {
  column-gap: 165px;
}
.gapY_165 {
  row-gap: 165px;
}
.m_166 {
  margin: 166px;
}
.p_166 {
  padding: 166px;
}
.mt_166 {
  margin-top: 166px;
}
.pt_166 {
  padding-top: 166px;
}
.mx_166 {
  margin-left: 166px;
  margin-right: 166px;
}
.my_166 {
  margin-top: 166px;
  margin-bottom: 166px;
}
.px_166 {
  padding-left: 166px;
  padding-right: 166px;
}
.py_166 {
  padding-top: 166px;
  padding-bottom: 166px;
}
.m_166 {
  margin: 166px;
}
.p_166 {
  padding: 166px;
}
.mb_166 {
  margin-bottom: 166px;
}
.pb_166 {
  padding-bottom: 166px;
}
.mx_166 {
  margin-left: 166px;
  margin-right: 166px;
}
.my_166 {
  margin-top: 166px;
  margin-bottom: 166px;
}
.px_166 {
  padding-left: 166px;
  padding-right: 166px;
}
.py_166 {
  padding-top: 166px;
  padding-bottom: 166px;
}
.m_166 {
  margin: 166px;
}
.p_166 {
  padding: 166px;
}
.mr_166 {
  margin-right: 166px;
}
.pr_166 {
  padding-right: 166px;
}
.mx_166 {
  margin-left: 166px;
  margin-right: 166px;
}
.my_166 {
  margin-top: 166px;
  margin-bottom: 166px;
}
.px_166 {
  padding-left: 166px;
  padding-right: 166px;
}
.py_166 {
  padding-top: 166px;
  padding-bottom: 166px;
}
.m_166 {
  margin: 166px;
}
.p_166 {
  padding: 166px;
}
.ml_166 {
  margin-left: 166px;
}
.pl_166 {
  padding-left: 166px;
}
.mx_166 {
  margin-left: 166px;
  margin-right: 166px;
}
.my_166 {
  margin-top: 166px;
  margin-bottom: 166px;
}
.px_166 {
  padding-left: 166px;
  padding-right: 166px;
}
.py_166 {
  padding-top: 166px;
  padding-bottom: 166px;
}
.gapX_166 {
  column-gap: 166px;
}
.gapY_166 {
  row-gap: 166px;
}
.m_167 {
  margin: 167px;
}
.p_167 {
  padding: 167px;
}
.mt_167 {
  margin-top: 167px;
}
.pt_167 {
  padding-top: 167px;
}
.mx_167 {
  margin-left: 167px;
  margin-right: 167px;
}
.my_167 {
  margin-top: 167px;
  margin-bottom: 167px;
}
.px_167 {
  padding-left: 167px;
  padding-right: 167px;
}
.py_167 {
  padding-top: 167px;
  padding-bottom: 167px;
}
.m_167 {
  margin: 167px;
}
.p_167 {
  padding: 167px;
}
.mb_167 {
  margin-bottom: 167px;
}
.pb_167 {
  padding-bottom: 167px;
}
.mx_167 {
  margin-left: 167px;
  margin-right: 167px;
}
.my_167 {
  margin-top: 167px;
  margin-bottom: 167px;
}
.px_167 {
  padding-left: 167px;
  padding-right: 167px;
}
.py_167 {
  padding-top: 167px;
  padding-bottom: 167px;
}
.m_167 {
  margin: 167px;
}
.p_167 {
  padding: 167px;
}
.mr_167 {
  margin-right: 167px;
}
.pr_167 {
  padding-right: 167px;
}
.mx_167 {
  margin-left: 167px;
  margin-right: 167px;
}
.my_167 {
  margin-top: 167px;
  margin-bottom: 167px;
}
.px_167 {
  padding-left: 167px;
  padding-right: 167px;
}
.py_167 {
  padding-top: 167px;
  padding-bottom: 167px;
}
.m_167 {
  margin: 167px;
}
.p_167 {
  padding: 167px;
}
.ml_167 {
  margin-left: 167px;
}
.pl_167 {
  padding-left: 167px;
}
.mx_167 {
  margin-left: 167px;
  margin-right: 167px;
}
.my_167 {
  margin-top: 167px;
  margin-bottom: 167px;
}
.px_167 {
  padding-left: 167px;
  padding-right: 167px;
}
.py_167 {
  padding-top: 167px;
  padding-bottom: 167px;
}
.gapX_167 {
  column-gap: 167px;
}
.gapY_167 {
  row-gap: 167px;
}
.m_168 {
  margin: 168px;
}
.p_168 {
  padding: 168px;
}
.mt_168 {
  margin-top: 168px;
}
.pt_168 {
  padding-top: 168px;
}
.mx_168 {
  margin-left: 168px;
  margin-right: 168px;
}
.my_168 {
  margin-top: 168px;
  margin-bottom: 168px;
}
.px_168 {
  padding-left: 168px;
  padding-right: 168px;
}
.py_168 {
  padding-top: 168px;
  padding-bottom: 168px;
}
.m_168 {
  margin: 168px;
}
.p_168 {
  padding: 168px;
}
.mb_168 {
  margin-bottom: 168px;
}
.pb_168 {
  padding-bottom: 168px;
}
.mx_168 {
  margin-left: 168px;
  margin-right: 168px;
}
.my_168 {
  margin-top: 168px;
  margin-bottom: 168px;
}
.px_168 {
  padding-left: 168px;
  padding-right: 168px;
}
.py_168 {
  padding-top: 168px;
  padding-bottom: 168px;
}
.m_168 {
  margin: 168px;
}
.p_168 {
  padding: 168px;
}
.mr_168 {
  margin-right: 168px;
}
.pr_168 {
  padding-right: 168px;
}
.mx_168 {
  margin-left: 168px;
  margin-right: 168px;
}
.my_168 {
  margin-top: 168px;
  margin-bottom: 168px;
}
.px_168 {
  padding-left: 168px;
  padding-right: 168px;
}
.py_168 {
  padding-top: 168px;
  padding-bottom: 168px;
}
.m_168 {
  margin: 168px;
}
.p_168 {
  padding: 168px;
}
.ml_168 {
  margin-left: 168px;
}
.pl_168 {
  padding-left: 168px;
}
.mx_168 {
  margin-left: 168px;
  margin-right: 168px;
}
.my_168 {
  margin-top: 168px;
  margin-bottom: 168px;
}
.px_168 {
  padding-left: 168px;
  padding-right: 168px;
}
.py_168 {
  padding-top: 168px;
  padding-bottom: 168px;
}
.gapX_168 {
  column-gap: 168px;
}
.gapY_168 {
  row-gap: 168px;
}
.m_169 {
  margin: 169px;
}
.p_169 {
  padding: 169px;
}
.mt_169 {
  margin-top: 169px;
}
.pt_169 {
  padding-top: 169px;
}
.mx_169 {
  margin-left: 169px;
  margin-right: 169px;
}
.my_169 {
  margin-top: 169px;
  margin-bottom: 169px;
}
.px_169 {
  padding-left: 169px;
  padding-right: 169px;
}
.py_169 {
  padding-top: 169px;
  padding-bottom: 169px;
}
.m_169 {
  margin: 169px;
}
.p_169 {
  padding: 169px;
}
.mb_169 {
  margin-bottom: 169px;
}
.pb_169 {
  padding-bottom: 169px;
}
.mx_169 {
  margin-left: 169px;
  margin-right: 169px;
}
.my_169 {
  margin-top: 169px;
  margin-bottom: 169px;
}
.px_169 {
  padding-left: 169px;
  padding-right: 169px;
}
.py_169 {
  padding-top: 169px;
  padding-bottom: 169px;
}
.m_169 {
  margin: 169px;
}
.p_169 {
  padding: 169px;
}
.mr_169 {
  margin-right: 169px;
}
.pr_169 {
  padding-right: 169px;
}
.mx_169 {
  margin-left: 169px;
  margin-right: 169px;
}
.my_169 {
  margin-top: 169px;
  margin-bottom: 169px;
}
.px_169 {
  padding-left: 169px;
  padding-right: 169px;
}
.py_169 {
  padding-top: 169px;
  padding-bottom: 169px;
}
.m_169 {
  margin: 169px;
}
.p_169 {
  padding: 169px;
}
.ml_169 {
  margin-left: 169px;
}
.pl_169 {
  padding-left: 169px;
}
.mx_169 {
  margin-left: 169px;
  margin-right: 169px;
}
.my_169 {
  margin-top: 169px;
  margin-bottom: 169px;
}
.px_169 {
  padding-left: 169px;
  padding-right: 169px;
}
.py_169 {
  padding-top: 169px;
  padding-bottom: 169px;
}
.gapX_169 {
  column-gap: 169px;
}
.gapY_169 {
  row-gap: 169px;
}
.m_170 {
  margin: 170px;
}
.p_170 {
  padding: 170px;
}
.mt_170 {
  margin-top: 170px;
}
.pt_170 {
  padding-top: 170px;
}
.mx_170 {
  margin-left: 170px;
  margin-right: 170px;
}
.my_170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.px_170 {
  padding-left: 170px;
  padding-right: 170px;
}
.py_170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.m_170 {
  margin: 170px;
}
.p_170 {
  padding: 170px;
}
.mb_170 {
  margin-bottom: 170px;
}
.pb_170 {
  padding-bottom: 170px;
}
.mx_170 {
  margin-left: 170px;
  margin-right: 170px;
}
.my_170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.px_170 {
  padding-left: 170px;
  padding-right: 170px;
}
.py_170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.m_170 {
  margin: 170px;
}
.p_170 {
  padding: 170px;
}
.mr_170 {
  margin-right: 170px;
}
.pr_170 {
  padding-right: 170px;
}
.mx_170 {
  margin-left: 170px;
  margin-right: 170px;
}
.my_170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.px_170 {
  padding-left: 170px;
  padding-right: 170px;
}
.py_170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.m_170 {
  margin: 170px;
}
.p_170 {
  padding: 170px;
}
.ml_170 {
  margin-left: 170px;
}
.pl_170 {
  padding-left: 170px;
}
.mx_170 {
  margin-left: 170px;
  margin-right: 170px;
}
.my_170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
.px_170 {
  padding-left: 170px;
  padding-right: 170px;
}
.py_170 {
  padding-top: 170px;
  padding-bottom: 170px;
}
.gapX_170 {
  column-gap: 170px;
}
.gapY_170 {
  row-gap: 170px;
}
.m_171 {
  margin: 171px;
}
.p_171 {
  padding: 171px;
}
.mt_171 {
  margin-top: 171px;
}
.pt_171 {
  padding-top: 171px;
}
.mx_171 {
  margin-left: 171px;
  margin-right: 171px;
}
.my_171 {
  margin-top: 171px;
  margin-bottom: 171px;
}
.px_171 {
  padding-left: 171px;
  padding-right: 171px;
}
.py_171 {
  padding-top: 171px;
  padding-bottom: 171px;
}
.m_171 {
  margin: 171px;
}
.p_171 {
  padding: 171px;
}
.mb_171 {
  margin-bottom: 171px;
}
.pb_171 {
  padding-bottom: 171px;
}
.mx_171 {
  margin-left: 171px;
  margin-right: 171px;
}
.my_171 {
  margin-top: 171px;
  margin-bottom: 171px;
}
.px_171 {
  padding-left: 171px;
  padding-right: 171px;
}
.py_171 {
  padding-top: 171px;
  padding-bottom: 171px;
}
.m_171 {
  margin: 171px;
}
.p_171 {
  padding: 171px;
}
.mr_171 {
  margin-right: 171px;
}
.pr_171 {
  padding-right: 171px;
}
.mx_171 {
  margin-left: 171px;
  margin-right: 171px;
}
.my_171 {
  margin-top: 171px;
  margin-bottom: 171px;
}
.px_171 {
  padding-left: 171px;
  padding-right: 171px;
}
.py_171 {
  padding-top: 171px;
  padding-bottom: 171px;
}
.m_171 {
  margin: 171px;
}
.p_171 {
  padding: 171px;
}
.ml_171 {
  margin-left: 171px;
}
.pl_171 {
  padding-left: 171px;
}
.mx_171 {
  margin-left: 171px;
  margin-right: 171px;
}
.my_171 {
  margin-top: 171px;
  margin-bottom: 171px;
}
.px_171 {
  padding-left: 171px;
  padding-right: 171px;
}
.py_171 {
  padding-top: 171px;
  padding-bottom: 171px;
}
.gapX_171 {
  column-gap: 171px;
}
.gapY_171 {
  row-gap: 171px;
}
.m_172 {
  margin: 172px;
}
.p_172 {
  padding: 172px;
}
.mt_172 {
  margin-top: 172px;
}
.pt_172 {
  padding-top: 172px;
}
.mx_172 {
  margin-left: 172px;
  margin-right: 172px;
}
.my_172 {
  margin-top: 172px;
  margin-bottom: 172px;
}
.px_172 {
  padding-left: 172px;
  padding-right: 172px;
}
.py_172 {
  padding-top: 172px;
  padding-bottom: 172px;
}
.m_172 {
  margin: 172px;
}
.p_172 {
  padding: 172px;
}
.mb_172 {
  margin-bottom: 172px;
}
.pb_172 {
  padding-bottom: 172px;
}
.mx_172 {
  margin-left: 172px;
  margin-right: 172px;
}
.my_172 {
  margin-top: 172px;
  margin-bottom: 172px;
}
.px_172 {
  padding-left: 172px;
  padding-right: 172px;
}
.py_172 {
  padding-top: 172px;
  padding-bottom: 172px;
}
.m_172 {
  margin: 172px;
}
.p_172 {
  padding: 172px;
}
.mr_172 {
  margin-right: 172px;
}
.pr_172 {
  padding-right: 172px;
}
.mx_172 {
  margin-left: 172px;
  margin-right: 172px;
}
.my_172 {
  margin-top: 172px;
  margin-bottom: 172px;
}
.px_172 {
  padding-left: 172px;
  padding-right: 172px;
}
.py_172 {
  padding-top: 172px;
  padding-bottom: 172px;
}
.m_172 {
  margin: 172px;
}
.p_172 {
  padding: 172px;
}
.ml_172 {
  margin-left: 172px;
}
.pl_172 {
  padding-left: 172px;
}
.mx_172 {
  margin-left: 172px;
  margin-right: 172px;
}
.my_172 {
  margin-top: 172px;
  margin-bottom: 172px;
}
.px_172 {
  padding-left: 172px;
  padding-right: 172px;
}
.py_172 {
  padding-top: 172px;
  padding-bottom: 172px;
}
.gapX_172 {
  column-gap: 172px;
}
.gapY_172 {
  row-gap: 172px;
}
.m_173 {
  margin: 173px;
}
.p_173 {
  padding: 173px;
}
.mt_173 {
  margin-top: 173px;
}
.pt_173 {
  padding-top: 173px;
}
.mx_173 {
  margin-left: 173px;
  margin-right: 173px;
}
.my_173 {
  margin-top: 173px;
  margin-bottom: 173px;
}
.px_173 {
  padding-left: 173px;
  padding-right: 173px;
}
.py_173 {
  padding-top: 173px;
  padding-bottom: 173px;
}
.m_173 {
  margin: 173px;
}
.p_173 {
  padding: 173px;
}
.mb_173 {
  margin-bottom: 173px;
}
.pb_173 {
  padding-bottom: 173px;
}
.mx_173 {
  margin-left: 173px;
  margin-right: 173px;
}
.my_173 {
  margin-top: 173px;
  margin-bottom: 173px;
}
.px_173 {
  padding-left: 173px;
  padding-right: 173px;
}
.py_173 {
  padding-top: 173px;
  padding-bottom: 173px;
}
.m_173 {
  margin: 173px;
}
.p_173 {
  padding: 173px;
}
.mr_173 {
  margin-right: 173px;
}
.pr_173 {
  padding-right: 173px;
}
.mx_173 {
  margin-left: 173px;
  margin-right: 173px;
}
.my_173 {
  margin-top: 173px;
  margin-bottom: 173px;
}
.px_173 {
  padding-left: 173px;
  padding-right: 173px;
}
.py_173 {
  padding-top: 173px;
  padding-bottom: 173px;
}
.m_173 {
  margin: 173px;
}
.p_173 {
  padding: 173px;
}
.ml_173 {
  margin-left: 173px;
}
.pl_173 {
  padding-left: 173px;
}
.mx_173 {
  margin-left: 173px;
  margin-right: 173px;
}
.my_173 {
  margin-top: 173px;
  margin-bottom: 173px;
}
.px_173 {
  padding-left: 173px;
  padding-right: 173px;
}
.py_173 {
  padding-top: 173px;
  padding-bottom: 173px;
}
.gapX_173 {
  column-gap: 173px;
}
.gapY_173 {
  row-gap: 173px;
}
.m_174 {
  margin: 174px;
}
.p_174 {
  padding: 174px;
}
.mt_174 {
  margin-top: 174px;
}
.pt_174 {
  padding-top: 174px;
}
.mx_174 {
  margin-left: 174px;
  margin-right: 174px;
}
.my_174 {
  margin-top: 174px;
  margin-bottom: 174px;
}
.px_174 {
  padding-left: 174px;
  padding-right: 174px;
}
.py_174 {
  padding-top: 174px;
  padding-bottom: 174px;
}
.m_174 {
  margin: 174px;
}
.p_174 {
  padding: 174px;
}
.mb_174 {
  margin-bottom: 174px;
}
.pb_174 {
  padding-bottom: 174px;
}
.mx_174 {
  margin-left: 174px;
  margin-right: 174px;
}
.my_174 {
  margin-top: 174px;
  margin-bottom: 174px;
}
.px_174 {
  padding-left: 174px;
  padding-right: 174px;
}
.py_174 {
  padding-top: 174px;
  padding-bottom: 174px;
}
.m_174 {
  margin: 174px;
}
.p_174 {
  padding: 174px;
}
.mr_174 {
  margin-right: 174px;
}
.pr_174 {
  padding-right: 174px;
}
.mx_174 {
  margin-left: 174px;
  margin-right: 174px;
}
.my_174 {
  margin-top: 174px;
  margin-bottom: 174px;
}
.px_174 {
  padding-left: 174px;
  padding-right: 174px;
}
.py_174 {
  padding-top: 174px;
  padding-bottom: 174px;
}
.m_174 {
  margin: 174px;
}
.p_174 {
  padding: 174px;
}
.ml_174 {
  margin-left: 174px;
}
.pl_174 {
  padding-left: 174px;
}
.mx_174 {
  margin-left: 174px;
  margin-right: 174px;
}
.my_174 {
  margin-top: 174px;
  margin-bottom: 174px;
}
.px_174 {
  padding-left: 174px;
  padding-right: 174px;
}
.py_174 {
  padding-top: 174px;
  padding-bottom: 174px;
}
.gapX_174 {
  column-gap: 174px;
}
.gapY_174 {
  row-gap: 174px;
}
.m_175 {
  margin: 175px;
}
.p_175 {
  padding: 175px;
}
.mt_175 {
  margin-top: 175px;
}
.pt_175 {
  padding-top: 175px;
}
.mx_175 {
  margin-left: 175px;
  margin-right: 175px;
}
.my_175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.px_175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py_175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.m_175 {
  margin: 175px;
}
.p_175 {
  padding: 175px;
}
.mb_175 {
  margin-bottom: 175px;
}
.pb_175 {
  padding-bottom: 175px;
}
.mx_175 {
  margin-left: 175px;
  margin-right: 175px;
}
.my_175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.px_175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py_175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.m_175 {
  margin: 175px;
}
.p_175 {
  padding: 175px;
}
.mr_175 {
  margin-right: 175px;
}
.pr_175 {
  padding-right: 175px;
}
.mx_175 {
  margin-left: 175px;
  margin-right: 175px;
}
.my_175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.px_175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py_175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.m_175 {
  margin: 175px;
}
.p_175 {
  padding: 175px;
}
.ml_175 {
  margin-left: 175px;
}
.pl_175 {
  padding-left: 175px;
}
.mx_175 {
  margin-left: 175px;
  margin-right: 175px;
}
.my_175 {
  margin-top: 175px;
  margin-bottom: 175px;
}
.px_175 {
  padding-left: 175px;
  padding-right: 175px;
}
.py_175 {
  padding-top: 175px;
  padding-bottom: 175px;
}
.gapX_175 {
  column-gap: 175px;
}
.gapY_175 {
  row-gap: 175px;
}
.m_176 {
  margin: 176px;
}
.p_176 {
  padding: 176px;
}
.mt_176 {
  margin-top: 176px;
}
.pt_176 {
  padding-top: 176px;
}
.mx_176 {
  margin-left: 176px;
  margin-right: 176px;
}
.my_176 {
  margin-top: 176px;
  margin-bottom: 176px;
}
.px_176 {
  padding-left: 176px;
  padding-right: 176px;
}
.py_176 {
  padding-top: 176px;
  padding-bottom: 176px;
}
.m_176 {
  margin: 176px;
}
.p_176 {
  padding: 176px;
}
.mb_176 {
  margin-bottom: 176px;
}
.pb_176 {
  padding-bottom: 176px;
}
.mx_176 {
  margin-left: 176px;
  margin-right: 176px;
}
.my_176 {
  margin-top: 176px;
  margin-bottom: 176px;
}
.px_176 {
  padding-left: 176px;
  padding-right: 176px;
}
.py_176 {
  padding-top: 176px;
  padding-bottom: 176px;
}
.m_176 {
  margin: 176px;
}
.p_176 {
  padding: 176px;
}
.mr_176 {
  margin-right: 176px;
}
.pr_176 {
  padding-right: 176px;
}
.mx_176 {
  margin-left: 176px;
  margin-right: 176px;
}
.my_176 {
  margin-top: 176px;
  margin-bottom: 176px;
}
.px_176 {
  padding-left: 176px;
  padding-right: 176px;
}
.py_176 {
  padding-top: 176px;
  padding-bottom: 176px;
}
.m_176 {
  margin: 176px;
}
.p_176 {
  padding: 176px;
}
.ml_176 {
  margin-left: 176px;
}
.pl_176 {
  padding-left: 176px;
}
.mx_176 {
  margin-left: 176px;
  margin-right: 176px;
}
.my_176 {
  margin-top: 176px;
  margin-bottom: 176px;
}
.px_176 {
  padding-left: 176px;
  padding-right: 176px;
}
.py_176 {
  padding-top: 176px;
  padding-bottom: 176px;
}
.gapX_176 {
  column-gap: 176px;
}
.gapY_176 {
  row-gap: 176px;
}
.m_177 {
  margin: 177px;
}
.p_177 {
  padding: 177px;
}
.mt_177 {
  margin-top: 177px;
}
.pt_177 {
  padding-top: 177px;
}
.mx_177 {
  margin-left: 177px;
  margin-right: 177px;
}
.my_177 {
  margin-top: 177px;
  margin-bottom: 177px;
}
.px_177 {
  padding-left: 177px;
  padding-right: 177px;
}
.py_177 {
  padding-top: 177px;
  padding-bottom: 177px;
}
.m_177 {
  margin: 177px;
}
.p_177 {
  padding: 177px;
}
.mb_177 {
  margin-bottom: 177px;
}
.pb_177 {
  padding-bottom: 177px;
}
.mx_177 {
  margin-left: 177px;
  margin-right: 177px;
}
.my_177 {
  margin-top: 177px;
  margin-bottom: 177px;
}
.px_177 {
  padding-left: 177px;
  padding-right: 177px;
}
.py_177 {
  padding-top: 177px;
  padding-bottom: 177px;
}
.m_177 {
  margin: 177px;
}
.p_177 {
  padding: 177px;
}
.mr_177 {
  margin-right: 177px;
}
.pr_177 {
  padding-right: 177px;
}
.mx_177 {
  margin-left: 177px;
  margin-right: 177px;
}
.my_177 {
  margin-top: 177px;
  margin-bottom: 177px;
}
.px_177 {
  padding-left: 177px;
  padding-right: 177px;
}
.py_177 {
  padding-top: 177px;
  padding-bottom: 177px;
}
.m_177 {
  margin: 177px;
}
.p_177 {
  padding: 177px;
}
.ml_177 {
  margin-left: 177px;
}
.pl_177 {
  padding-left: 177px;
}
.mx_177 {
  margin-left: 177px;
  margin-right: 177px;
}
.my_177 {
  margin-top: 177px;
  margin-bottom: 177px;
}
.px_177 {
  padding-left: 177px;
  padding-right: 177px;
}
.py_177 {
  padding-top: 177px;
  padding-bottom: 177px;
}
.gapX_177 {
  column-gap: 177px;
}
.gapY_177 {
  row-gap: 177px;
}
.m_178 {
  margin: 178px;
}
.p_178 {
  padding: 178px;
}
.mt_178 {
  margin-top: 178px;
}
.pt_178 {
  padding-top: 178px;
}
.mx_178 {
  margin-left: 178px;
  margin-right: 178px;
}
.my_178 {
  margin-top: 178px;
  margin-bottom: 178px;
}
.px_178 {
  padding-left: 178px;
  padding-right: 178px;
}
.py_178 {
  padding-top: 178px;
  padding-bottom: 178px;
}
.m_178 {
  margin: 178px;
}
.p_178 {
  padding: 178px;
}
.mb_178 {
  margin-bottom: 178px;
}
.pb_178 {
  padding-bottom: 178px;
}
.mx_178 {
  margin-left: 178px;
  margin-right: 178px;
}
.my_178 {
  margin-top: 178px;
  margin-bottom: 178px;
}
.px_178 {
  padding-left: 178px;
  padding-right: 178px;
}
.py_178 {
  padding-top: 178px;
  padding-bottom: 178px;
}
.m_178 {
  margin: 178px;
}
.p_178 {
  padding: 178px;
}
.mr_178 {
  margin-right: 178px;
}
.pr_178 {
  padding-right: 178px;
}
.mx_178 {
  margin-left: 178px;
  margin-right: 178px;
}
.my_178 {
  margin-top: 178px;
  margin-bottom: 178px;
}
.px_178 {
  padding-left: 178px;
  padding-right: 178px;
}
.py_178 {
  padding-top: 178px;
  padding-bottom: 178px;
}
.m_178 {
  margin: 178px;
}
.p_178 {
  padding: 178px;
}
.ml_178 {
  margin-left: 178px;
}
.pl_178 {
  padding-left: 178px;
}
.mx_178 {
  margin-left: 178px;
  margin-right: 178px;
}
.my_178 {
  margin-top: 178px;
  margin-bottom: 178px;
}
.px_178 {
  padding-left: 178px;
  padding-right: 178px;
}
.py_178 {
  padding-top: 178px;
  padding-bottom: 178px;
}
.gapX_178 {
  column-gap: 178px;
}
.gapY_178 {
  row-gap: 178px;
}
.m_179 {
  margin: 179px;
}
.p_179 {
  padding: 179px;
}
.mt_179 {
  margin-top: 179px;
}
.pt_179 {
  padding-top: 179px;
}
.mx_179 {
  margin-left: 179px;
  margin-right: 179px;
}
.my_179 {
  margin-top: 179px;
  margin-bottom: 179px;
}
.px_179 {
  padding-left: 179px;
  padding-right: 179px;
}
.py_179 {
  padding-top: 179px;
  padding-bottom: 179px;
}
.m_179 {
  margin: 179px;
}
.p_179 {
  padding: 179px;
}
.mb_179 {
  margin-bottom: 179px;
}
.pb_179 {
  padding-bottom: 179px;
}
.mx_179 {
  margin-left: 179px;
  margin-right: 179px;
}
.my_179 {
  margin-top: 179px;
  margin-bottom: 179px;
}
.px_179 {
  padding-left: 179px;
  padding-right: 179px;
}
.py_179 {
  padding-top: 179px;
  padding-bottom: 179px;
}
.m_179 {
  margin: 179px;
}
.p_179 {
  padding: 179px;
}
.mr_179 {
  margin-right: 179px;
}
.pr_179 {
  padding-right: 179px;
}
.mx_179 {
  margin-left: 179px;
  margin-right: 179px;
}
.my_179 {
  margin-top: 179px;
  margin-bottom: 179px;
}
.px_179 {
  padding-left: 179px;
  padding-right: 179px;
}
.py_179 {
  padding-top: 179px;
  padding-bottom: 179px;
}
.m_179 {
  margin: 179px;
}
.p_179 {
  padding: 179px;
}
.ml_179 {
  margin-left: 179px;
}
.pl_179 {
  padding-left: 179px;
}
.mx_179 {
  margin-left: 179px;
  margin-right: 179px;
}
.my_179 {
  margin-top: 179px;
  margin-bottom: 179px;
}
.px_179 {
  padding-left: 179px;
  padding-right: 179px;
}
.py_179 {
  padding-top: 179px;
  padding-bottom: 179px;
}
.gapX_179 {
  column-gap: 179px;
}
.gapY_179 {
  row-gap: 179px;
}
.m_180 {
  margin: 180px;
}
.p_180 {
  padding: 180px;
}
.mt_180 {
  margin-top: 180px;
}
.pt_180 {
  padding-top: 180px;
}
.mx_180 {
  margin-left: 180px;
  margin-right: 180px;
}
.my_180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.px_180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py_180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.m_180 {
  margin: 180px;
}
.p_180 {
  padding: 180px;
}
.mb_180 {
  margin-bottom: 180px;
}
.pb_180 {
  padding-bottom: 180px;
}
.mx_180 {
  margin-left: 180px;
  margin-right: 180px;
}
.my_180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.px_180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py_180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.m_180 {
  margin: 180px;
}
.p_180 {
  padding: 180px;
}
.mr_180 {
  margin-right: 180px;
}
.pr_180 {
  padding-right: 180px;
}
.mx_180 {
  margin-left: 180px;
  margin-right: 180px;
}
.my_180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.px_180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py_180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.m_180 {
  margin: 180px;
}
.p_180 {
  padding: 180px;
}
.ml_180 {
  margin-left: 180px;
}
.pl_180 {
  padding-left: 180px;
}
.mx_180 {
  margin-left: 180px;
  margin-right: 180px;
}
.my_180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
.px_180 {
  padding-left: 180px;
  padding-right: 180px;
}
.py_180 {
  padding-top: 180px;
  padding-bottom: 180px;
}
.gapX_180 {
  column-gap: 180px;
}
.gapY_180 {
  row-gap: 180px;
}
.m_181 {
  margin: 181px;
}
.p_181 {
  padding: 181px;
}
.mt_181 {
  margin-top: 181px;
}
.pt_181 {
  padding-top: 181px;
}
.mx_181 {
  margin-left: 181px;
  margin-right: 181px;
}
.my_181 {
  margin-top: 181px;
  margin-bottom: 181px;
}
.px_181 {
  padding-left: 181px;
  padding-right: 181px;
}
.py_181 {
  padding-top: 181px;
  padding-bottom: 181px;
}
.m_181 {
  margin: 181px;
}
.p_181 {
  padding: 181px;
}
.mb_181 {
  margin-bottom: 181px;
}
.pb_181 {
  padding-bottom: 181px;
}
.mx_181 {
  margin-left: 181px;
  margin-right: 181px;
}
.my_181 {
  margin-top: 181px;
  margin-bottom: 181px;
}
.px_181 {
  padding-left: 181px;
  padding-right: 181px;
}
.py_181 {
  padding-top: 181px;
  padding-bottom: 181px;
}
.m_181 {
  margin: 181px;
}
.p_181 {
  padding: 181px;
}
.mr_181 {
  margin-right: 181px;
}
.pr_181 {
  padding-right: 181px;
}
.mx_181 {
  margin-left: 181px;
  margin-right: 181px;
}
.my_181 {
  margin-top: 181px;
  margin-bottom: 181px;
}
.px_181 {
  padding-left: 181px;
  padding-right: 181px;
}
.py_181 {
  padding-top: 181px;
  padding-bottom: 181px;
}
.m_181 {
  margin: 181px;
}
.p_181 {
  padding: 181px;
}
.ml_181 {
  margin-left: 181px;
}
.pl_181 {
  padding-left: 181px;
}
.mx_181 {
  margin-left: 181px;
  margin-right: 181px;
}
.my_181 {
  margin-top: 181px;
  margin-bottom: 181px;
}
.px_181 {
  padding-left: 181px;
  padding-right: 181px;
}
.py_181 {
  padding-top: 181px;
  padding-bottom: 181px;
}
.gapX_181 {
  column-gap: 181px;
}
.gapY_181 {
  row-gap: 181px;
}
.m_182 {
  margin: 182px;
}
.p_182 {
  padding: 182px;
}
.mt_182 {
  margin-top: 182px;
}
.pt_182 {
  padding-top: 182px;
}
.mx_182 {
  margin-left: 182px;
  margin-right: 182px;
}
.my_182 {
  margin-top: 182px;
  margin-bottom: 182px;
}
.px_182 {
  padding-left: 182px;
  padding-right: 182px;
}
.py_182 {
  padding-top: 182px;
  padding-bottom: 182px;
}
.m_182 {
  margin: 182px;
}
.p_182 {
  padding: 182px;
}
.mb_182 {
  margin-bottom: 182px;
}
.pb_182 {
  padding-bottom: 182px;
}
.mx_182 {
  margin-left: 182px;
  margin-right: 182px;
}
.my_182 {
  margin-top: 182px;
  margin-bottom: 182px;
}
.px_182 {
  padding-left: 182px;
  padding-right: 182px;
}
.py_182 {
  padding-top: 182px;
  padding-bottom: 182px;
}
.m_182 {
  margin: 182px;
}
.p_182 {
  padding: 182px;
}
.mr_182 {
  margin-right: 182px;
}
.pr_182 {
  padding-right: 182px;
}
.mx_182 {
  margin-left: 182px;
  margin-right: 182px;
}
.my_182 {
  margin-top: 182px;
  margin-bottom: 182px;
}
.px_182 {
  padding-left: 182px;
  padding-right: 182px;
}
.py_182 {
  padding-top: 182px;
  padding-bottom: 182px;
}
.m_182 {
  margin: 182px;
}
.p_182 {
  padding: 182px;
}
.ml_182 {
  margin-left: 182px;
}
.pl_182 {
  padding-left: 182px;
}
.mx_182 {
  margin-left: 182px;
  margin-right: 182px;
}
.my_182 {
  margin-top: 182px;
  margin-bottom: 182px;
}
.px_182 {
  padding-left: 182px;
  padding-right: 182px;
}
.py_182 {
  padding-top: 182px;
  padding-bottom: 182px;
}
.gapX_182 {
  column-gap: 182px;
}
.gapY_182 {
  row-gap: 182px;
}
.m_183 {
  margin: 183px;
}
.p_183 {
  padding: 183px;
}
.mt_183 {
  margin-top: 183px;
}
.pt_183 {
  padding-top: 183px;
}
.mx_183 {
  margin-left: 183px;
  margin-right: 183px;
}
.my_183 {
  margin-top: 183px;
  margin-bottom: 183px;
}
.px_183 {
  padding-left: 183px;
  padding-right: 183px;
}
.py_183 {
  padding-top: 183px;
  padding-bottom: 183px;
}
.m_183 {
  margin: 183px;
}
.p_183 {
  padding: 183px;
}
.mb_183 {
  margin-bottom: 183px;
}
.pb_183 {
  padding-bottom: 183px;
}
.mx_183 {
  margin-left: 183px;
  margin-right: 183px;
}
.my_183 {
  margin-top: 183px;
  margin-bottom: 183px;
}
.px_183 {
  padding-left: 183px;
  padding-right: 183px;
}
.py_183 {
  padding-top: 183px;
  padding-bottom: 183px;
}
.m_183 {
  margin: 183px;
}
.p_183 {
  padding: 183px;
}
.mr_183 {
  margin-right: 183px;
}
.pr_183 {
  padding-right: 183px;
}
.mx_183 {
  margin-left: 183px;
  margin-right: 183px;
}
.my_183 {
  margin-top: 183px;
  margin-bottom: 183px;
}
.px_183 {
  padding-left: 183px;
  padding-right: 183px;
}
.py_183 {
  padding-top: 183px;
  padding-bottom: 183px;
}
.m_183 {
  margin: 183px;
}
.p_183 {
  padding: 183px;
}
.ml_183 {
  margin-left: 183px;
}
.pl_183 {
  padding-left: 183px;
}
.mx_183 {
  margin-left: 183px;
  margin-right: 183px;
}
.my_183 {
  margin-top: 183px;
  margin-bottom: 183px;
}
.px_183 {
  padding-left: 183px;
  padding-right: 183px;
}
.py_183 {
  padding-top: 183px;
  padding-bottom: 183px;
}
.gapX_183 {
  column-gap: 183px;
}
.gapY_183 {
  row-gap: 183px;
}
.m_184 {
  margin: 184px;
}
.p_184 {
  padding: 184px;
}
.mt_184 {
  margin-top: 184px;
}
.pt_184 {
  padding-top: 184px;
}
.mx_184 {
  margin-left: 184px;
  margin-right: 184px;
}
.my_184 {
  margin-top: 184px;
  margin-bottom: 184px;
}
.px_184 {
  padding-left: 184px;
  padding-right: 184px;
}
.py_184 {
  padding-top: 184px;
  padding-bottom: 184px;
}
.m_184 {
  margin: 184px;
}
.p_184 {
  padding: 184px;
}
.mb_184 {
  margin-bottom: 184px;
}
.pb_184 {
  padding-bottom: 184px;
}
.mx_184 {
  margin-left: 184px;
  margin-right: 184px;
}
.my_184 {
  margin-top: 184px;
  margin-bottom: 184px;
}
.px_184 {
  padding-left: 184px;
  padding-right: 184px;
}
.py_184 {
  padding-top: 184px;
  padding-bottom: 184px;
}
.m_184 {
  margin: 184px;
}
.p_184 {
  padding: 184px;
}
.mr_184 {
  margin-right: 184px;
}
.pr_184 {
  padding-right: 184px;
}
.mx_184 {
  margin-left: 184px;
  margin-right: 184px;
}
.my_184 {
  margin-top: 184px;
  margin-bottom: 184px;
}
.px_184 {
  padding-left: 184px;
  padding-right: 184px;
}
.py_184 {
  padding-top: 184px;
  padding-bottom: 184px;
}
.m_184 {
  margin: 184px;
}
.p_184 {
  padding: 184px;
}
.ml_184 {
  margin-left: 184px;
}
.pl_184 {
  padding-left: 184px;
}
.mx_184 {
  margin-left: 184px;
  margin-right: 184px;
}
.my_184 {
  margin-top: 184px;
  margin-bottom: 184px;
}
.px_184 {
  padding-left: 184px;
  padding-right: 184px;
}
.py_184 {
  padding-top: 184px;
  padding-bottom: 184px;
}
.gapX_184 {
  column-gap: 184px;
}
.gapY_184 {
  row-gap: 184px;
}
.m_185 {
  margin: 185px;
}
.p_185 {
  padding: 185px;
}
.mt_185 {
  margin-top: 185px;
}
.pt_185 {
  padding-top: 185px;
}
.mx_185 {
  margin-left: 185px;
  margin-right: 185px;
}
.my_185 {
  margin-top: 185px;
  margin-bottom: 185px;
}
.px_185 {
  padding-left: 185px;
  padding-right: 185px;
}
.py_185 {
  padding-top: 185px;
  padding-bottom: 185px;
}
.m_185 {
  margin: 185px;
}
.p_185 {
  padding: 185px;
}
.mb_185 {
  margin-bottom: 185px;
}
.pb_185 {
  padding-bottom: 185px;
}
.mx_185 {
  margin-left: 185px;
  margin-right: 185px;
}
.my_185 {
  margin-top: 185px;
  margin-bottom: 185px;
}
.px_185 {
  padding-left: 185px;
  padding-right: 185px;
}
.py_185 {
  padding-top: 185px;
  padding-bottom: 185px;
}
.m_185 {
  margin: 185px;
}
.p_185 {
  padding: 185px;
}
.mr_185 {
  margin-right: 185px;
}
.pr_185 {
  padding-right: 185px;
}
.mx_185 {
  margin-left: 185px;
  margin-right: 185px;
}
.my_185 {
  margin-top: 185px;
  margin-bottom: 185px;
}
.px_185 {
  padding-left: 185px;
  padding-right: 185px;
}
.py_185 {
  padding-top: 185px;
  padding-bottom: 185px;
}
.m_185 {
  margin: 185px;
}
.p_185 {
  padding: 185px;
}
.ml_185 {
  margin-left: 185px;
}
.pl_185 {
  padding-left: 185px;
}
.mx_185 {
  margin-left: 185px;
  margin-right: 185px;
}
.my_185 {
  margin-top: 185px;
  margin-bottom: 185px;
}
.px_185 {
  padding-left: 185px;
  padding-right: 185px;
}
.py_185 {
  padding-top: 185px;
  padding-bottom: 185px;
}
.gapX_185 {
  column-gap: 185px;
}
.gapY_185 {
  row-gap: 185px;
}
.m_186 {
  margin: 186px;
}
.p_186 {
  padding: 186px;
}
.mt_186 {
  margin-top: 186px;
}
.pt_186 {
  padding-top: 186px;
}
.mx_186 {
  margin-left: 186px;
  margin-right: 186px;
}
.my_186 {
  margin-top: 186px;
  margin-bottom: 186px;
}
.px_186 {
  padding-left: 186px;
  padding-right: 186px;
}
.py_186 {
  padding-top: 186px;
  padding-bottom: 186px;
}
.m_186 {
  margin: 186px;
}
.p_186 {
  padding: 186px;
}
.mb_186 {
  margin-bottom: 186px;
}
.pb_186 {
  padding-bottom: 186px;
}
.mx_186 {
  margin-left: 186px;
  margin-right: 186px;
}
.my_186 {
  margin-top: 186px;
  margin-bottom: 186px;
}
.px_186 {
  padding-left: 186px;
  padding-right: 186px;
}
.py_186 {
  padding-top: 186px;
  padding-bottom: 186px;
}
.m_186 {
  margin: 186px;
}
.p_186 {
  padding: 186px;
}
.mr_186 {
  margin-right: 186px;
}
.pr_186 {
  padding-right: 186px;
}
.mx_186 {
  margin-left: 186px;
  margin-right: 186px;
}
.my_186 {
  margin-top: 186px;
  margin-bottom: 186px;
}
.px_186 {
  padding-left: 186px;
  padding-right: 186px;
}
.py_186 {
  padding-top: 186px;
  padding-bottom: 186px;
}
.m_186 {
  margin: 186px;
}
.p_186 {
  padding: 186px;
}
.ml_186 {
  margin-left: 186px;
}
.pl_186 {
  padding-left: 186px;
}
.mx_186 {
  margin-left: 186px;
  margin-right: 186px;
}
.my_186 {
  margin-top: 186px;
  margin-bottom: 186px;
}
.px_186 {
  padding-left: 186px;
  padding-right: 186px;
}
.py_186 {
  padding-top: 186px;
  padding-bottom: 186px;
}
.gapX_186 {
  column-gap: 186px;
}
.gapY_186 {
  row-gap: 186px;
}
.m_187 {
  margin: 187px;
}
.p_187 {
  padding: 187px;
}
.mt_187 {
  margin-top: 187px;
}
.pt_187 {
  padding-top: 187px;
}
.mx_187 {
  margin-left: 187px;
  margin-right: 187px;
}
.my_187 {
  margin-top: 187px;
  margin-bottom: 187px;
}
.px_187 {
  padding-left: 187px;
  padding-right: 187px;
}
.py_187 {
  padding-top: 187px;
  padding-bottom: 187px;
}
.m_187 {
  margin: 187px;
}
.p_187 {
  padding: 187px;
}
.mb_187 {
  margin-bottom: 187px;
}
.pb_187 {
  padding-bottom: 187px;
}
.mx_187 {
  margin-left: 187px;
  margin-right: 187px;
}
.my_187 {
  margin-top: 187px;
  margin-bottom: 187px;
}
.px_187 {
  padding-left: 187px;
  padding-right: 187px;
}
.py_187 {
  padding-top: 187px;
  padding-bottom: 187px;
}
.m_187 {
  margin: 187px;
}
.p_187 {
  padding: 187px;
}
.mr_187 {
  margin-right: 187px;
}
.pr_187 {
  padding-right: 187px;
}
.mx_187 {
  margin-left: 187px;
  margin-right: 187px;
}
.my_187 {
  margin-top: 187px;
  margin-bottom: 187px;
}
.px_187 {
  padding-left: 187px;
  padding-right: 187px;
}
.py_187 {
  padding-top: 187px;
  padding-bottom: 187px;
}
.m_187 {
  margin: 187px;
}
.p_187 {
  padding: 187px;
}
.ml_187 {
  margin-left: 187px;
}
.pl_187 {
  padding-left: 187px;
}
.mx_187 {
  margin-left: 187px;
  margin-right: 187px;
}
.my_187 {
  margin-top: 187px;
  margin-bottom: 187px;
}
.px_187 {
  padding-left: 187px;
  padding-right: 187px;
}
.py_187 {
  padding-top: 187px;
  padding-bottom: 187px;
}
.gapX_187 {
  column-gap: 187px;
}
.gapY_187 {
  row-gap: 187px;
}
.m_188 {
  margin: 188px;
}
.p_188 {
  padding: 188px;
}
.mt_188 {
  margin-top: 188px;
}
.pt_188 {
  padding-top: 188px;
}
.mx_188 {
  margin-left: 188px;
  margin-right: 188px;
}
.my_188 {
  margin-top: 188px;
  margin-bottom: 188px;
}
.px_188 {
  padding-left: 188px;
  padding-right: 188px;
}
.py_188 {
  padding-top: 188px;
  padding-bottom: 188px;
}
.m_188 {
  margin: 188px;
}
.p_188 {
  padding: 188px;
}
.mb_188 {
  margin-bottom: 188px;
}
.pb_188 {
  padding-bottom: 188px;
}
.mx_188 {
  margin-left: 188px;
  margin-right: 188px;
}
.my_188 {
  margin-top: 188px;
  margin-bottom: 188px;
}
.px_188 {
  padding-left: 188px;
  padding-right: 188px;
}
.py_188 {
  padding-top: 188px;
  padding-bottom: 188px;
}
.m_188 {
  margin: 188px;
}
.p_188 {
  padding: 188px;
}
.mr_188 {
  margin-right: 188px;
}
.pr_188 {
  padding-right: 188px;
}
.mx_188 {
  margin-left: 188px;
  margin-right: 188px;
}
.my_188 {
  margin-top: 188px;
  margin-bottom: 188px;
}
.px_188 {
  padding-left: 188px;
  padding-right: 188px;
}
.py_188 {
  padding-top: 188px;
  padding-bottom: 188px;
}
.m_188 {
  margin: 188px;
}
.p_188 {
  padding: 188px;
}
.ml_188 {
  margin-left: 188px;
}
.pl_188 {
  padding-left: 188px;
}
.mx_188 {
  margin-left: 188px;
  margin-right: 188px;
}
.my_188 {
  margin-top: 188px;
  margin-bottom: 188px;
}
.px_188 {
  padding-left: 188px;
  padding-right: 188px;
}
.py_188 {
  padding-top: 188px;
  padding-bottom: 188px;
}
.gapX_188 {
  column-gap: 188px;
}
.gapY_188 {
  row-gap: 188px;
}
.m_189 {
  margin: 189px;
}
.p_189 {
  padding: 189px;
}
.mt_189 {
  margin-top: 189px;
}
.pt_189 {
  padding-top: 189px;
}
.mx_189 {
  margin-left: 189px;
  margin-right: 189px;
}
.my_189 {
  margin-top: 189px;
  margin-bottom: 189px;
}
.px_189 {
  padding-left: 189px;
  padding-right: 189px;
}
.py_189 {
  padding-top: 189px;
  padding-bottom: 189px;
}
.m_189 {
  margin: 189px;
}
.p_189 {
  padding: 189px;
}
.mb_189 {
  margin-bottom: 189px;
}
.pb_189 {
  padding-bottom: 189px;
}
.mx_189 {
  margin-left: 189px;
  margin-right: 189px;
}
.my_189 {
  margin-top: 189px;
  margin-bottom: 189px;
}
.px_189 {
  padding-left: 189px;
  padding-right: 189px;
}
.py_189 {
  padding-top: 189px;
  padding-bottom: 189px;
}
.m_189 {
  margin: 189px;
}
.p_189 {
  padding: 189px;
}
.mr_189 {
  margin-right: 189px;
}
.pr_189 {
  padding-right: 189px;
}
.mx_189 {
  margin-left: 189px;
  margin-right: 189px;
}
.my_189 {
  margin-top: 189px;
  margin-bottom: 189px;
}
.px_189 {
  padding-left: 189px;
  padding-right: 189px;
}
.py_189 {
  padding-top: 189px;
  padding-bottom: 189px;
}
.m_189 {
  margin: 189px;
}
.p_189 {
  padding: 189px;
}
.ml_189 {
  margin-left: 189px;
}
.pl_189 {
  padding-left: 189px;
}
.mx_189 {
  margin-left: 189px;
  margin-right: 189px;
}
.my_189 {
  margin-top: 189px;
  margin-bottom: 189px;
}
.px_189 {
  padding-left: 189px;
  padding-right: 189px;
}
.py_189 {
  padding-top: 189px;
  padding-bottom: 189px;
}
.gapX_189 {
  column-gap: 189px;
}
.gapY_189 {
  row-gap: 189px;
}
.m_190 {
  margin: 190px;
}
.p_190 {
  padding: 190px;
}
.mt_190 {
  margin-top: 190px;
}
.pt_190 {
  padding-top: 190px;
}
.mx_190 {
  margin-left: 190px;
  margin-right: 190px;
}
.my_190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.px_190 {
  padding-left: 190px;
  padding-right: 190px;
}
.py_190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.m_190 {
  margin: 190px;
}
.p_190 {
  padding: 190px;
}
.mb_190 {
  margin-bottom: 190px;
}
.pb_190 {
  padding-bottom: 190px;
}
.mx_190 {
  margin-left: 190px;
  margin-right: 190px;
}
.my_190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.px_190 {
  padding-left: 190px;
  padding-right: 190px;
}
.py_190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.m_190 {
  margin: 190px;
}
.p_190 {
  padding: 190px;
}
.mr_190 {
  margin-right: 190px;
}
.pr_190 {
  padding-right: 190px;
}
.mx_190 {
  margin-left: 190px;
  margin-right: 190px;
}
.my_190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.px_190 {
  padding-left: 190px;
  padding-right: 190px;
}
.py_190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.m_190 {
  margin: 190px;
}
.p_190 {
  padding: 190px;
}
.ml_190 {
  margin-left: 190px;
}
.pl_190 {
  padding-left: 190px;
}
.mx_190 {
  margin-left: 190px;
  margin-right: 190px;
}
.my_190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
.px_190 {
  padding-left: 190px;
  padding-right: 190px;
}
.py_190 {
  padding-top: 190px;
  padding-bottom: 190px;
}
.gapX_190 {
  column-gap: 190px;
}
.gapY_190 {
  row-gap: 190px;
}
.m_191 {
  margin: 191px;
}
.p_191 {
  padding: 191px;
}
.mt_191 {
  margin-top: 191px;
}
.pt_191 {
  padding-top: 191px;
}
.mx_191 {
  margin-left: 191px;
  margin-right: 191px;
}
.my_191 {
  margin-top: 191px;
  margin-bottom: 191px;
}
.px_191 {
  padding-left: 191px;
  padding-right: 191px;
}
.py_191 {
  padding-top: 191px;
  padding-bottom: 191px;
}
.m_191 {
  margin: 191px;
}
.p_191 {
  padding: 191px;
}
.mb_191 {
  margin-bottom: 191px;
}
.pb_191 {
  padding-bottom: 191px;
}
.mx_191 {
  margin-left: 191px;
  margin-right: 191px;
}
.my_191 {
  margin-top: 191px;
  margin-bottom: 191px;
}
.px_191 {
  padding-left: 191px;
  padding-right: 191px;
}
.py_191 {
  padding-top: 191px;
  padding-bottom: 191px;
}
.m_191 {
  margin: 191px;
}
.p_191 {
  padding: 191px;
}
.mr_191 {
  margin-right: 191px;
}
.pr_191 {
  padding-right: 191px;
}
.mx_191 {
  margin-left: 191px;
  margin-right: 191px;
}
.my_191 {
  margin-top: 191px;
  margin-bottom: 191px;
}
.px_191 {
  padding-left: 191px;
  padding-right: 191px;
}
.py_191 {
  padding-top: 191px;
  padding-bottom: 191px;
}
.m_191 {
  margin: 191px;
}
.p_191 {
  padding: 191px;
}
.ml_191 {
  margin-left: 191px;
}
.pl_191 {
  padding-left: 191px;
}
.mx_191 {
  margin-left: 191px;
  margin-right: 191px;
}
.my_191 {
  margin-top: 191px;
  margin-bottom: 191px;
}
.px_191 {
  padding-left: 191px;
  padding-right: 191px;
}
.py_191 {
  padding-top: 191px;
  padding-bottom: 191px;
}
.gapX_191 {
  column-gap: 191px;
}
.gapY_191 {
  row-gap: 191px;
}
.m_192 {
  margin: 192px;
}
.p_192 {
  padding: 192px;
}
.mt_192 {
  margin-top: 192px;
}
.pt_192 {
  padding-top: 192px;
}
.mx_192 {
  margin-left: 192px;
  margin-right: 192px;
}
.my_192 {
  margin-top: 192px;
  margin-bottom: 192px;
}
.px_192 {
  padding-left: 192px;
  padding-right: 192px;
}
.py_192 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.m_192 {
  margin: 192px;
}
.p_192 {
  padding: 192px;
}
.mb_192 {
  margin-bottom: 192px;
}
.pb_192 {
  padding-bottom: 192px;
}
.mx_192 {
  margin-left: 192px;
  margin-right: 192px;
}
.my_192 {
  margin-top: 192px;
  margin-bottom: 192px;
}
.px_192 {
  padding-left: 192px;
  padding-right: 192px;
}
.py_192 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.m_192 {
  margin: 192px;
}
.p_192 {
  padding: 192px;
}
.mr_192 {
  margin-right: 192px;
}
.pr_192 {
  padding-right: 192px;
}
.mx_192 {
  margin-left: 192px;
  margin-right: 192px;
}
.my_192 {
  margin-top: 192px;
  margin-bottom: 192px;
}
.px_192 {
  padding-left: 192px;
  padding-right: 192px;
}
.py_192 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.m_192 {
  margin: 192px;
}
.p_192 {
  padding: 192px;
}
.ml_192 {
  margin-left: 192px;
}
.pl_192 {
  padding-left: 192px;
}
.mx_192 {
  margin-left: 192px;
  margin-right: 192px;
}
.my_192 {
  margin-top: 192px;
  margin-bottom: 192px;
}
.px_192 {
  padding-left: 192px;
  padding-right: 192px;
}
.py_192 {
  padding-top: 192px;
  padding-bottom: 192px;
}
.gapX_192 {
  column-gap: 192px;
}
.gapY_192 {
  row-gap: 192px;
}
.m_193 {
  margin: 193px;
}
.p_193 {
  padding: 193px;
}
.mt_193 {
  margin-top: 193px;
}
.pt_193 {
  padding-top: 193px;
}
.mx_193 {
  margin-left: 193px;
  margin-right: 193px;
}
.my_193 {
  margin-top: 193px;
  margin-bottom: 193px;
}
.px_193 {
  padding-left: 193px;
  padding-right: 193px;
}
.py_193 {
  padding-top: 193px;
  padding-bottom: 193px;
}
.m_193 {
  margin: 193px;
}
.p_193 {
  padding: 193px;
}
.mb_193 {
  margin-bottom: 193px;
}
.pb_193 {
  padding-bottom: 193px;
}
.mx_193 {
  margin-left: 193px;
  margin-right: 193px;
}
.my_193 {
  margin-top: 193px;
  margin-bottom: 193px;
}
.px_193 {
  padding-left: 193px;
  padding-right: 193px;
}
.py_193 {
  padding-top: 193px;
  padding-bottom: 193px;
}
.m_193 {
  margin: 193px;
}
.p_193 {
  padding: 193px;
}
.mr_193 {
  margin-right: 193px;
}
.pr_193 {
  padding-right: 193px;
}
.mx_193 {
  margin-left: 193px;
  margin-right: 193px;
}
.my_193 {
  margin-top: 193px;
  margin-bottom: 193px;
}
.px_193 {
  padding-left: 193px;
  padding-right: 193px;
}
.py_193 {
  padding-top: 193px;
  padding-bottom: 193px;
}
.m_193 {
  margin: 193px;
}
.p_193 {
  padding: 193px;
}
.ml_193 {
  margin-left: 193px;
}
.pl_193 {
  padding-left: 193px;
}
.mx_193 {
  margin-left: 193px;
  margin-right: 193px;
}
.my_193 {
  margin-top: 193px;
  margin-bottom: 193px;
}
.px_193 {
  padding-left: 193px;
  padding-right: 193px;
}
.py_193 {
  padding-top: 193px;
  padding-bottom: 193px;
}
.gapX_193 {
  column-gap: 193px;
}
.gapY_193 {
  row-gap: 193px;
}
.m_194 {
  margin: 194px;
}
.p_194 {
  padding: 194px;
}
.mt_194 {
  margin-top: 194px;
}
.pt_194 {
  padding-top: 194px;
}
.mx_194 {
  margin-left: 194px;
  margin-right: 194px;
}
.my_194 {
  margin-top: 194px;
  margin-bottom: 194px;
}
.px_194 {
  padding-left: 194px;
  padding-right: 194px;
}
.py_194 {
  padding-top: 194px;
  padding-bottom: 194px;
}
.m_194 {
  margin: 194px;
}
.p_194 {
  padding: 194px;
}
.mb_194 {
  margin-bottom: 194px;
}
.pb_194 {
  padding-bottom: 194px;
}
.mx_194 {
  margin-left: 194px;
  margin-right: 194px;
}
.my_194 {
  margin-top: 194px;
  margin-bottom: 194px;
}
.px_194 {
  padding-left: 194px;
  padding-right: 194px;
}
.py_194 {
  padding-top: 194px;
  padding-bottom: 194px;
}
.m_194 {
  margin: 194px;
}
.p_194 {
  padding: 194px;
}
.mr_194 {
  margin-right: 194px;
}
.pr_194 {
  padding-right: 194px;
}
.mx_194 {
  margin-left: 194px;
  margin-right: 194px;
}
.my_194 {
  margin-top: 194px;
  margin-bottom: 194px;
}
.px_194 {
  padding-left: 194px;
  padding-right: 194px;
}
.py_194 {
  padding-top: 194px;
  padding-bottom: 194px;
}
.m_194 {
  margin: 194px;
}
.p_194 {
  padding: 194px;
}
.ml_194 {
  margin-left: 194px;
}
.pl_194 {
  padding-left: 194px;
}
.mx_194 {
  margin-left: 194px;
  margin-right: 194px;
}
.my_194 {
  margin-top: 194px;
  margin-bottom: 194px;
}
.px_194 {
  padding-left: 194px;
  padding-right: 194px;
}
.py_194 {
  padding-top: 194px;
  padding-bottom: 194px;
}
.gapX_194 {
  column-gap: 194px;
}
.gapY_194 {
  row-gap: 194px;
}
.m_195 {
  margin: 195px;
}
.p_195 {
  padding: 195px;
}
.mt_195 {
  margin-top: 195px;
}
.pt_195 {
  padding-top: 195px;
}
.mx_195 {
  margin-left: 195px;
  margin-right: 195px;
}
.my_195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.px_195 {
  padding-left: 195px;
  padding-right: 195px;
}
.py_195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.m_195 {
  margin: 195px;
}
.p_195 {
  padding: 195px;
}
.mb_195 {
  margin-bottom: 195px;
}
.pb_195 {
  padding-bottom: 195px;
}
.mx_195 {
  margin-left: 195px;
  margin-right: 195px;
}
.my_195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.px_195 {
  padding-left: 195px;
  padding-right: 195px;
}
.py_195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.m_195 {
  margin: 195px;
}
.p_195 {
  padding: 195px;
}
.mr_195 {
  margin-right: 195px;
}
.pr_195 {
  padding-right: 195px;
}
.mx_195 {
  margin-left: 195px;
  margin-right: 195px;
}
.my_195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.px_195 {
  padding-left: 195px;
  padding-right: 195px;
}
.py_195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.m_195 {
  margin: 195px;
}
.p_195 {
  padding: 195px;
}
.ml_195 {
  margin-left: 195px;
}
.pl_195 {
  padding-left: 195px;
}
.mx_195 {
  margin-left: 195px;
  margin-right: 195px;
}
.my_195 {
  margin-top: 195px;
  margin-bottom: 195px;
}
.px_195 {
  padding-left: 195px;
  padding-right: 195px;
}
.py_195 {
  padding-top: 195px;
  padding-bottom: 195px;
}
.gapX_195 {
  column-gap: 195px;
}
.gapY_195 {
  row-gap: 195px;
}
.m_196 {
  margin: 196px;
}
.p_196 {
  padding: 196px;
}
.mt_196 {
  margin-top: 196px;
}
.pt_196 {
  padding-top: 196px;
}
.mx_196 {
  margin-left: 196px;
  margin-right: 196px;
}
.my_196 {
  margin-top: 196px;
  margin-bottom: 196px;
}
.px_196 {
  padding-left: 196px;
  padding-right: 196px;
}
.py_196 {
  padding-top: 196px;
  padding-bottom: 196px;
}
.m_196 {
  margin: 196px;
}
.p_196 {
  padding: 196px;
}
.mb_196 {
  margin-bottom: 196px;
}
.pb_196 {
  padding-bottom: 196px;
}
.mx_196 {
  margin-left: 196px;
  margin-right: 196px;
}
.my_196 {
  margin-top: 196px;
  margin-bottom: 196px;
}
.px_196 {
  padding-left: 196px;
  padding-right: 196px;
}
.py_196 {
  padding-top: 196px;
  padding-bottom: 196px;
}
.m_196 {
  margin: 196px;
}
.p_196 {
  padding: 196px;
}
.mr_196 {
  margin-right: 196px;
}
.pr_196 {
  padding-right: 196px;
}
.mx_196 {
  margin-left: 196px;
  margin-right: 196px;
}
.my_196 {
  margin-top: 196px;
  margin-bottom: 196px;
}
.px_196 {
  padding-left: 196px;
  padding-right: 196px;
}
.py_196 {
  padding-top: 196px;
  padding-bottom: 196px;
}
.m_196 {
  margin: 196px;
}
.p_196 {
  padding: 196px;
}
.ml_196 {
  margin-left: 196px;
}
.pl_196 {
  padding-left: 196px;
}
.mx_196 {
  margin-left: 196px;
  margin-right: 196px;
}
.my_196 {
  margin-top: 196px;
  margin-bottom: 196px;
}
.px_196 {
  padding-left: 196px;
  padding-right: 196px;
}
.py_196 {
  padding-top: 196px;
  padding-bottom: 196px;
}
.gapX_196 {
  column-gap: 196px;
}
.gapY_196 {
  row-gap: 196px;
}
.m_197 {
  margin: 197px;
}
.p_197 {
  padding: 197px;
}
.mt_197 {
  margin-top: 197px;
}
.pt_197 {
  padding-top: 197px;
}
.mx_197 {
  margin-left: 197px;
  margin-right: 197px;
}
.my_197 {
  margin-top: 197px;
  margin-bottom: 197px;
}
.px_197 {
  padding-left: 197px;
  padding-right: 197px;
}
.py_197 {
  padding-top: 197px;
  padding-bottom: 197px;
}
.m_197 {
  margin: 197px;
}
.p_197 {
  padding: 197px;
}
.mb_197 {
  margin-bottom: 197px;
}
.pb_197 {
  padding-bottom: 197px;
}
.mx_197 {
  margin-left: 197px;
  margin-right: 197px;
}
.my_197 {
  margin-top: 197px;
  margin-bottom: 197px;
}
.px_197 {
  padding-left: 197px;
  padding-right: 197px;
}
.py_197 {
  padding-top: 197px;
  padding-bottom: 197px;
}
.m_197 {
  margin: 197px;
}
.p_197 {
  padding: 197px;
}
.mr_197 {
  margin-right: 197px;
}
.pr_197 {
  padding-right: 197px;
}
.mx_197 {
  margin-left: 197px;
  margin-right: 197px;
}
.my_197 {
  margin-top: 197px;
  margin-bottom: 197px;
}
.px_197 {
  padding-left: 197px;
  padding-right: 197px;
}
.py_197 {
  padding-top: 197px;
  padding-bottom: 197px;
}
.m_197 {
  margin: 197px;
}
.p_197 {
  padding: 197px;
}
.ml_197 {
  margin-left: 197px;
}
.pl_197 {
  padding-left: 197px;
}
.mx_197 {
  margin-left: 197px;
  margin-right: 197px;
}
.my_197 {
  margin-top: 197px;
  margin-bottom: 197px;
}
.px_197 {
  padding-left: 197px;
  padding-right: 197px;
}
.py_197 {
  padding-top: 197px;
  padding-bottom: 197px;
}
.gapX_197 {
  column-gap: 197px;
}
.gapY_197 {
  row-gap: 197px;
}
.m_198 {
  margin: 198px;
}
.p_198 {
  padding: 198px;
}
.mt_198 {
  margin-top: 198px;
}
.pt_198 {
  padding-top: 198px;
}
.mx_198 {
  margin-left: 198px;
  margin-right: 198px;
}
.my_198 {
  margin-top: 198px;
  margin-bottom: 198px;
}
.px_198 {
  padding-left: 198px;
  padding-right: 198px;
}
.py_198 {
  padding-top: 198px;
  padding-bottom: 198px;
}
.m_198 {
  margin: 198px;
}
.p_198 {
  padding: 198px;
}
.mb_198 {
  margin-bottom: 198px;
}
.pb_198 {
  padding-bottom: 198px;
}
.mx_198 {
  margin-left: 198px;
  margin-right: 198px;
}
.my_198 {
  margin-top: 198px;
  margin-bottom: 198px;
}
.px_198 {
  padding-left: 198px;
  padding-right: 198px;
}
.py_198 {
  padding-top: 198px;
  padding-bottom: 198px;
}
.m_198 {
  margin: 198px;
}
.p_198 {
  padding: 198px;
}
.mr_198 {
  margin-right: 198px;
}
.pr_198 {
  padding-right: 198px;
}
.mx_198 {
  margin-left: 198px;
  margin-right: 198px;
}
.my_198 {
  margin-top: 198px;
  margin-bottom: 198px;
}
.px_198 {
  padding-left: 198px;
  padding-right: 198px;
}
.py_198 {
  padding-top: 198px;
  padding-bottom: 198px;
}
.m_198 {
  margin: 198px;
}
.p_198 {
  padding: 198px;
}
.ml_198 {
  margin-left: 198px;
}
.pl_198 {
  padding-left: 198px;
}
.mx_198 {
  margin-left: 198px;
  margin-right: 198px;
}
.my_198 {
  margin-top: 198px;
  margin-bottom: 198px;
}
.px_198 {
  padding-left: 198px;
  padding-right: 198px;
}
.py_198 {
  padding-top: 198px;
  padding-bottom: 198px;
}
.gapX_198 {
  column-gap: 198px;
}
.gapY_198 {
  row-gap: 198px;
}
.m_199 {
  margin: 199px;
}
.p_199 {
  padding: 199px;
}
.mt_199 {
  margin-top: 199px;
}
.pt_199 {
  padding-top: 199px;
}
.mx_199 {
  margin-left: 199px;
  margin-right: 199px;
}
.my_199 {
  margin-top: 199px;
  margin-bottom: 199px;
}
.px_199 {
  padding-left: 199px;
  padding-right: 199px;
}
.py_199 {
  padding-top: 199px;
  padding-bottom: 199px;
}
.m_199 {
  margin: 199px;
}
.p_199 {
  padding: 199px;
}
.mb_199 {
  margin-bottom: 199px;
}
.pb_199 {
  padding-bottom: 199px;
}
.mx_199 {
  margin-left: 199px;
  margin-right: 199px;
}
.my_199 {
  margin-top: 199px;
  margin-bottom: 199px;
}
.px_199 {
  padding-left: 199px;
  padding-right: 199px;
}
.py_199 {
  padding-top: 199px;
  padding-bottom: 199px;
}
.m_199 {
  margin: 199px;
}
.p_199 {
  padding: 199px;
}
.mr_199 {
  margin-right: 199px;
}
.pr_199 {
  padding-right: 199px;
}
.mx_199 {
  margin-left: 199px;
  margin-right: 199px;
}
.my_199 {
  margin-top: 199px;
  margin-bottom: 199px;
}
.px_199 {
  padding-left: 199px;
  padding-right: 199px;
}
.py_199 {
  padding-top: 199px;
  padding-bottom: 199px;
}
.m_199 {
  margin: 199px;
}
.p_199 {
  padding: 199px;
}
.ml_199 {
  margin-left: 199px;
}
.pl_199 {
  padding-left: 199px;
}
.mx_199 {
  margin-left: 199px;
  margin-right: 199px;
}
.my_199 {
  margin-top: 199px;
  margin-bottom: 199px;
}
.px_199 {
  padding-left: 199px;
  padding-right: 199px;
}
.py_199 {
  padding-top: 199px;
  padding-bottom: 199px;
}
.gapX_199 {
  column-gap: 199px;
}
.gapY_199 {
  row-gap: 199px;
}
.m_200 {
  margin: 200px;
}
.p_200 {
  padding: 200px;
}
.mt_200 {
  margin-top: 200px;
}
.pt_200 {
  padding-top: 200px;
}
.mx_200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my_200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.px_200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.m_200 {
  margin: 200px;
}
.p_200 {
  padding: 200px;
}
.mb_200 {
  margin-bottom: 200px;
}
.pb_200 {
  padding-bottom: 200px;
}
.mx_200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my_200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.px_200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.m_200 {
  margin: 200px;
}
.p_200 {
  padding: 200px;
}
.mr_200 {
  margin-right: 200px;
}
.pr_200 {
  padding-right: 200px;
}
.mx_200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my_200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.px_200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.m_200 {
  margin: 200px;
}
.p_200 {
  padding: 200px;
}
.ml_200 {
  margin-left: 200px;
}
.pl_200 {
  padding-left: 200px;
}
.mx_200 {
  margin-left: 200px;
  margin-right: 200px;
}
.my_200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
.px_200 {
  padding-left: 200px;
  padding-right: 200px;
}
.py_200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.gapX_200 {
  column-gap: 200px;
}
.gapY_200 {
  row-gap: 200px;
}
.mx-undefined {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
}
.my-undefined {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.px-undefined {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.py-undefined {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
html #ggTheme ._zIndex_1 {
  z-index: 1;
}
html #ggTheme ._zIndex_2 {
  z-index: 2;
}
html #ggTheme ._zIndex_3 {
  z-index: 3;
}
html #ggTheme ._zIndex_4 {
  z-index: 4;
}
html #ggTheme ._zIndex_5 {
  z-index: 5;
}
html #ggTheme ._zIndex_6 {
  z-index: 6;
}
html #ggTheme ._zIndex_7 {
  z-index: 7;
}
html #ggTheme ._zIndex_8 {
  z-index: 8;
}
html #ggTheme ._zIndex_9 {
  z-index: 9;
}
html #ggTheme ._zIndex_10 {
  z-index: 10;
}
html #ggTheme ._zIndex_11 {
  z-index: 11;
}
html #ggTheme ._zIndex_12 {
  z-index: 12;
}
html #ggTheme ._zIndex_13 {
  z-index: 13;
}
html #ggTheme ._zIndex_14 {
  z-index: 14;
}
html #ggTheme ._zIndex_15 {
  z-index: 15;
}
html #ggTheme ._zIndex_16 {
  z-index: 16;
}
html #ggTheme ._zIndex_17 {
  z-index: 17;
}
html #ggTheme ._zIndex_18 {
  z-index: 18;
}
html #ggTheme ._zIndex_19 {
  z-index: 19;
}
html #ggTheme ._zIndex_20 {
  z-index: 20;
}
html #ggTheme ._zIndex_21 {
  z-index: 21;
}
html #ggTheme ._zIndex_22 {
  z-index: 22;
}
html #ggTheme ._zIndex_23 {
  z-index: 23;
}
html #ggTheme ._zIndex_24 {
  z-index: 24;
}
html #ggTheme ._zIndex_25 {
  z-index: 25;
}
html #ggTheme ._zIndex_26 {
  z-index: 26;
}
html #ggTheme ._zIndex_27 {
  z-index: 27;
}
html #ggTheme ._zIndex_28 {
  z-index: 28;
}
html #ggTheme ._zIndex_29 {
  z-index: 29;
}
html #ggTheme ._zIndex_30 {
  z-index: 30;
}
html #ggTheme ._zIndex_31 {
  z-index: 31;
}
html #ggTheme ._zIndex_32 {
  z-index: 32;
}
html #ggTheme ._zIndex_33 {
  z-index: 33;
}
html #ggTheme ._zIndex_34 {
  z-index: 34;
}
html #ggTheme ._zIndex_35 {
  z-index: 35;
}
html #ggTheme ._zIndex_36 {
  z-index: 36;
}
html #ggTheme ._zIndex_37 {
  z-index: 37;
}
html #ggTheme ._zIndex_38 {
  z-index: 38;
}
html #ggTheme ._zIndex_39 {
  z-index: 39;
}
html #ggTheme ._zIndex_40 {
  z-index: 40;
}
html #ggTheme ._zIndex_41 {
  z-index: 41;
}
html #ggTheme ._zIndex_42 {
  z-index: 42;
}
html #ggTheme ._zIndex_43 {
  z-index: 43;
}
html #ggTheme ._zIndex_44 {
  z-index: 44;
}
html #ggTheme ._zIndex_45 {
  z-index: 45;
}
html #ggTheme ._zIndex_46 {
  z-index: 46;
}
html #ggTheme ._zIndex_47 {
  z-index: 47;
}
html #ggTheme ._zIndex_48 {
  z-index: 48;
}
html #ggTheme ._zIndex_49 {
  z-index: 49;
}
html #ggTheme ._zIndex_50 {
  z-index: 50;
}
html #ggTheme ._zIndex_51 {
  z-index: 51;
}
html #ggTheme ._zIndex_52 {
  z-index: 52;
}
html #ggTheme ._zIndex_53 {
  z-index: 53;
}
html #ggTheme ._zIndex_54 {
  z-index: 54;
}
html #ggTheme ._zIndex_55 {
  z-index: 55;
}
html #ggTheme ._zIndex_56 {
  z-index: 56;
}
html #ggTheme ._zIndex_57 {
  z-index: 57;
}
html #ggTheme ._zIndex_58 {
  z-index: 58;
}
html #ggTheme ._zIndex_59 {
  z-index: 59;
}
html #ggTheme ._zIndex_60 {
  z-index: 60;
}
html #ggTheme ._zIndex_61 {
  z-index: 61;
}
html #ggTheme ._zIndex_62 {
  z-index: 62;
}
html #ggTheme ._zIndex_63 {
  z-index: 63;
}
html #ggTheme ._zIndex_64 {
  z-index: 64;
}
html #ggTheme ._zIndex_65 {
  z-index: 65;
}
html #ggTheme ._zIndex_66 {
  z-index: 66;
}
html #ggTheme ._zIndex_67 {
  z-index: 67;
}
html #ggTheme ._zIndex_68 {
  z-index: 68;
}
html #ggTheme ._zIndex_69 {
  z-index: 69;
}
html #ggTheme ._zIndex_70 {
  z-index: 70;
}
html #ggTheme ._zIndex_71 {
  z-index: 71;
}
html #ggTheme ._zIndex_72 {
  z-index: 72;
}
html #ggTheme ._zIndex_73 {
  z-index: 73;
}
html #ggTheme ._zIndex_74 {
  z-index: 74;
}
html #ggTheme ._zIndex_75 {
  z-index: 75;
}
html #ggTheme ._zIndex_76 {
  z-index: 76;
}
html #ggTheme ._zIndex_77 {
  z-index: 77;
}
html #ggTheme ._zIndex_78 {
  z-index: 78;
}
html #ggTheme ._zIndex_79 {
  z-index: 79;
}
html #ggTheme ._zIndex_80 {
  z-index: 80;
}
html #ggTheme ._zIndex_81 {
  z-index: 81;
}
html #ggTheme ._zIndex_82 {
  z-index: 82;
}
html #ggTheme ._zIndex_83 {
  z-index: 83;
}
html #ggTheme ._zIndex_84 {
  z-index: 84;
}
html #ggTheme ._zIndex_85 {
  z-index: 85;
}
html #ggTheme ._zIndex_86 {
  z-index: 86;
}
html #ggTheme ._zIndex_87 {
  z-index: 87;
}
html #ggTheme ._zIndex_88 {
  z-index: 88;
}
html #ggTheme ._zIndex_89 {
  z-index: 89;
}
html #ggTheme ._zIndex_90 {
  z-index: 90;
}
html #ggTheme ._zIndex_91 {
  z-index: 91;
}
html #ggTheme ._zIndex_92 {
  z-index: 92;
}
html #ggTheme ._zIndex_93 {
  z-index: 93;
}
html #ggTheme ._zIndex_94 {
  z-index: 94;
}
html #ggTheme ._zIndex_95 {
  z-index: 95;
}
html #ggTheme ._zIndex_96 {
  z-index: 96;
}
html #ggTheme ._zIndex_97 {
  z-index: 97;
}
html #ggTheme ._zIndex_98 {
  z-index: 98;
}
html #ggTheme ._zIndex_99 {
  z-index: 99;
}
html #ggTheme ._zIndex_100 {
  z-index: 100;
}
.position-side.top-0 {
  top: 0 !important;
}
.position-side.top-50 {
  top: 50% !important;
}
.position-side.bottom-0 {
  bottom: 0 !important;
}
.position-side.bottom-50 {
  bottom: 50% !important;
}
.position-side.right-0 {
  right: 0 !important;
  justify-content: flex-end;
}
.position-side.right-50 {
  right: 50% !important;
  transform: translateX(-50%);
}
.position-side.left-0 {
  left: 0 !important;
  justify-content: flex-start;
}
.position-side.left-50 {
  left: 50% !important;
  transform: translateX(-50%);
  justify-content: center;
}
.top-u {
  top: unset;
}
.bottom-u {
  bottom: unset;
}
.right-u {
  right: unset;
}
.left-u {
  left: unset;
}
.boxSpaceX_1 {
  -webkit-border-horizontal-spacing: 1rem;
}
.boxSpaceY_1 {
  -webkit-border-vertical-spacing: 1rem;
}
.boxSpaceX_2 {
  -webkit-border-horizontal-spacing: 2rem;
}
.boxSpaceY_2 {
  -webkit-border-vertical-spacing: 2rem;
}
.boxSpaceX_3 {
  -webkit-border-horizontal-spacing: 3rem;
}
.boxSpaceY_3 {
  -webkit-border-vertical-spacing: 3rem;
}
.boxSpaceX_4 {
  -webkit-border-horizontal-spacing: 4rem;
}
.boxSpaceY_4 {
  -webkit-border-vertical-spacing: 4rem;
}
.boxSpaceX_5 {
  -webkit-border-horizontal-spacing: 5rem;
}
.boxSpaceY_5 {
  -webkit-border-vertical-spacing: 5rem;
}
.boxSpaceX_6 {
  -webkit-border-horizontal-spacing: 6rem;
}
.boxSpaceY_6 {
  -webkit-border-vertical-spacing: 6rem;
}
.boxSpaceX_7 {
  -webkit-border-horizontal-spacing: 7rem;
}
.boxSpaceY_7 {
  -webkit-border-vertical-spacing: 7rem;
}
.boxSpaceX_8 {
  -webkit-border-horizontal-spacing: 8rem;
}
.boxSpaceY_8 {
  -webkit-border-vertical-spacing: 8rem;
}
.boxSpaceX_9 {
  -webkit-border-horizontal-spacing: 9rem;
}
.boxSpaceY_9 {
  -webkit-border-vertical-spacing: 9rem;
}
.boxSpaceX_10 {
  -webkit-border-horizontal-spacing: 10rem;
}
.boxSpaceY_10 {
  -webkit-border-vertical-spacing: 10rem;
}
.boxSpaceX_0 {
  -webkit-border-horizontal-spacing: 0;
}
.w_0 {
  width: 0 !important;
}
.h_fit {
  height: fit-content !important;
}
.h_100 {
  height: 100% !important;
}
.w_fit {
  width: fit-content !important;
}
._zIndex_0 {
  z-index: 0;
}
@media screen and (max-width: 520px) {
  .no-pad-sm {
    padding: 0 !important;
  }
}
.mp-0 {
  margin: 0 !important;
  padding: 0 !important;
}
.p0 {
  padding: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.dyn_w_32_960 {
  width: 320px !important;
}
@media screen and (min-width: 350px) {
  .dyn_w_32_960 {
    width: 350px !important;
  }
}
@media screen and (min-width: 370px) {
  .dyn_w_32_960 {
    width: 92% !important;
  }
}
@media screen and (min-width: 769px) {
  .dyn_w_32_960 {
    max-width: 700px !important;
  }
}
@media screen and (min-width: 1000px) {
  .dyn_w_32_960 {
    max-width: 900px !important;
  }
}
@media screen and (min-width: 1200px) {
  .dyn_w_32_960 {
    max-width: 100% !important;
  }
}
html body #ggTheme {
}
html body #ggTheme .primary-color,
html body #ggTheme .picker__footer .picker__button--close {
  background-color: var(--primaryColor);
}
html body #ggTheme .secondary-color {
  background-color: var(--secondaryColor);
}
html body #ggTheme .gradient-color-1 {
  stop-color: var(--primaryColor);
}
html body #ggTheme .gradient-color-2 {
  stop-color: var(--secondaryColorDark);
}
@media (hover: hover) {
  html body #ggTheme .text-from-papa-to-white:hover,
  html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:hover,
  .table-top_grid .btn-group .dropdown-menu html body #ggTheme a:hover {
    color: #fff !important;
    transition: color 0.2s ease-out;
  }
  html body #ggTheme .text-from-papa-to-white:hover span,
  html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:hover span,
  .table-top_grid .btn-group .dropdown-menu html body #ggTheme a:hover span {
    color: #fff !important;
    transition: color 0.2s ease-out;
  }
}
html body #ggTheme .text-from-papa-to-white:focus,
html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:focus,
.table-top_grid .btn-group .dropdown-menu html body #ggTheme a:focus {
  color: #fff !important;
  transition: color 0.2s ease-out;
}
html body #ggTheme .text-from-papa-to-white:focus span,
html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:focus span,
.table-top_grid .btn-group .dropdown-menu html body #ggTheme a:focus span {
  color: #fff !important;
  transition: color 0.2s ease-out;
}
html body #ggTheme .text-from-papa-to-white:active,
html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:active,
.table-top_grid .btn-group .dropdown-menu html body #ggTheme a:active {
  color: #fff !important;
  transition: color 0.2s ease-out;
}
html body #ggTheme .text-from-papa-to-white:active span,
html body #ggTheme .table-top_grid .btn-group .dropdown-menu a:active span,
.table-top_grid .btn-group .dropdown-menu html body #ggTheme a:active span {
  color: #fff !important;
  transition: color 0.2s ease-out;
}
html body #ggTheme .text-from-papa-to-white-papa[papaTarget] {
  color: inherit;
}
html body #ggTheme .text-from-papa-to-white-papa[papaTarget] .hijo-target {
  color: inherit;
  transition: color 0.2s ease-out;
}
@media (hover: hover) {
  html body #ggTheme .text-from-papa-to-white-papa[papaTarget]:hover .hijo-target {
    color: #fff;
  }
}
html body #ggTheme .text-from-papa-to-white-papa[papaTarget]:focus .hijo-target {
  color: #fff;
}
html body #ggTheme .text-from-papa-to-white-papa[papaTarget]:active .hijo-target {
  color: #fff;
}
html body #ggTheme .btn.disabled,
html body #ggTheme .btn:disabled {
  background-color: lightgrey;
  transition: all 0.3s;
}
html body #ggTheme .btn-not-disabled:not(:disabled):not(.disabled) {
  background-color: var(--primaryColor);
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s;
}
html body #ggTheme .C-gradient {
  background-image:
    linear-gradient(
      45deg,
      var(--primaryColor) 0%,
      var(--secondaryColor) 99%,
      var(--tertiaryColor) 100%);
}
html body #ggTheme .C-gradient-primary {
  background-image:
    linear-gradient(
      45deg,
      var(--primaryColorDark) 0%,
      var(--primaryColor) 99%,
      var(--primaryColorLight) 100%);
}
html body #ggTheme .C-gradient-secondary {
  background-image:
    linear-gradient(
      45deg,
      var(--secondaryColorDark) 0%,
      var(--secondaryColor) 99%,
      var(--secondaryColorLight) 100%);
}
html body #ggTheme .C-gradient-accent {
  background-image:
    linear-gradient(
      45deg,
      var(--tertiaryColorDark) 0%,
      var(--tertiaryColor) 99%,
      var(--tertiaryColorLight) 100%);
}
@supports (-webkit-text-fill-color: transparent) {
  html body #ggTheme .mixed-text-mitad {
    background:
      linear-gradient(
        to right,
        var(--primaryColor),
        50%,
        var(--secondaryColor) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  html body #ggTheme .mixed-text-gradient {
    background:
      radial-gradient(
        160px,
        var(--secondaryColor),
        var(--primaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  html body #ggTheme .mixed-text-gradient-2 {
    background:
      radial-gradient(
        75px,
        var(--secondaryColor),
        var(--primaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
}
html body #ggTheme .mixed-text-gradient-3 {
  color: black;
}
@supports (-webkit-text-fill-color: transparent) {
  html body #ggTheme .mixed-text-gradient-3 {
    background:
      radial-gradient(
        75px,
        var(--secondaryColor),
        var(--tertiaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
}
@supports (-webkit-text-fill-color: transparent) {
  html body #ggTheme .mixed-text-gradient-4 {
    background:
      linear-gradient(
        to right,
        var(--tertiaryColor),
        var(--primaryColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
  }
}
@media (hover: hover) {
  html body #ggTheme .secondary-gradient-hover:hover {
    background:
      linear-gradient(
        -130deg,
        var(--secondaryColor),
        10%),
      var(--secondaryColorDark);
  }
}
html body #ggTheme .secondary-gradient-hover:focus {
  background:
    linear-gradient(
      -130deg,
      var(--secondaryColor),
      10%),
    var(--secondaryColorDark);
}
html body #ggTheme .secondary-gradient-hover:active {
  background:
    linear-gradient(
      -130deg,
      var(--secondaryColor),
      10%),
    var(--secondaryColorDark);
}
html body #ggTheme .mixed-gradient,
html body #ggTheme #photos-content .ng-overlay,
html body #ggTheme .bolita-bg {
  background:
    linear-gradient(
      to top,
      var(--primaryColor),
      var(--secondaryColor));
}
html body #ggTheme .mixed-transparent-gradient {
  background:
    linear-gradient(
      to top,
      var(--primaryColor),
      var(--secondaryColor));
}
@media (hover: hover) {
  html body #ggTheme .mixed-gradient-hover:hover {
    background-image:
      linear-gradient(
        181deg,
        rgba(var(--tertiaryColorLight), 1) 0.4%,
        var(--tertiaryColorDark) 89.6%);
  }
}
html body #ggTheme .mixed-gradient-hover:focus {
  background-image:
    linear-gradient(
      181deg,
      rgba(var(--tertiaryColorLight), 1) 0.4%,
      var(--tertiaryColorDark) 89.6%);
}
html body #ggTheme .mixed-gradient-hover:active {
  background-image:
    linear-gradient(
      181deg,
      rgba(var(--tertiaryColorLight), 1) 0.4%,
      var(--tertiaryColorDark) 89.6%);
}
html body #ggTheme .mixed-gradient-border {
  border-image:
    linear-gradient(
      to bottom,
      var(--tertiaryColor),
      10%),
    var(--primaryColor) 1 100%;
}
html body #ggTheme .mixed-gradient-border-accent {
  border-image:
    linear-gradient(
      to right,
      var(--secondaryColor),
      var(--tertiaryColor)) 1 100%;
}
html body #ggTheme .primary-half-secondary-half {
  background:
    linear-gradient(
      to top,
      var(--primaryColor) 0%,
      var(--primaryColor) 50%,
      var(--tertiaryColor) 50%,
      var(--tertiaryColor) 100%);
}
html body #ggTheme .mixed-gradient-divider-line {
  background-image:
    radial-gradient(
      circle farthest-corner at 35% 56%,
      var(--primaryColor),
      var(--tertiaryColor) 56%,
      var(--secondaryColor) 90%,
      var(--primaryColor));
}
html body #ggTheme #change-linear-gradient-svg {
  fill: var(--tertiaryColor);
}
html body #ggTheme .child-colors-work-station .child-color-1:nth-of-type(n) {
  background-color: var(--primaryColor);
}
html body #ggTheme .child-colors-work-station .child-color-1:nth-of-type(n) .order-items__flex {
  background-color: var(--primaryColorLight);
  color: white;
}
html body #ggTheme .child-colors-work-station .child-color-1:nth-of-type(2n) {
  background-color: var(--secondaryColor);
}
html body #ggTheme .child-colors-work-station .child-color-1:nth-of-type(2n) .order-items__flex {
  background-color: var(--secondaryColorLight);
  color: white;
}
html body #ggTheme .gg-stripped-table tr:nth-of-type(2n) {
  background-color: var(--grayColorVeryLight);
}
html body #ggTheme .primaryColor-w-opacity {
  background: var(--primaryColor);
  background: rgba(var(--primaryColor), 0.3);
}
html body #ggTheme .secondaryColor-w-opacity {
  background: var(--secondaryColor);
  background: rgba(var(--secondaryColor), 0.3);
}
html body #ggTheme .mixed-color-loader .mat-progress-bar-buffer {
  background-color: var(--primaryColor);
}
html body #ggTheme .mixed-color-loader .mat-progress-bar-fill::after {
  background-color: var(--contrastColorLight);
}
html body #ggTheme .footer-color {
  background: var(--primaryColorDark);
}
html body #ggTheme .hr-secondary-color {
  border-color: var(--secondaryColor);
}
html body #ggTheme .input100:focus ~ .focus-input100 ~ .symbol-input100 {
  color: var(--tertiaryColorLight);
}
@media (hover: hover) {
  html body #ggTheme .dropdown-menu a:hover {
    background: var(--primaryColor);
  }
}
html body #ggTheme .dropdown-menu a:focus {
  background: var(--primaryColor);
}
html body #ggTheme .dropdown-menu a:active {
  background: var(--primaryColor);
}
html body #ggTheme .ggMDB_tooltip._primaryColor .tooltip-top .arrow::before {
  border-top-color: var(--primaryColor);
}
html body #ggTheme .gg-text-area textarea.md-textarea:focus:not([readonly]) {
  border-bottom: 1px solid var(--tertiaryColor);
  box-shadow: 0 1px 0 0 var(--primaryColor);
}
html body #ggTheme .gg-active-text-area.md-form label.active {
  color: var(--primaryColor);
}
html body #ggTheme .cc-datos__grid input[type=text]:focus:not([readonly]) {
  box-shadow: inset 1px -4px 0 1px var(--tertiaryColor);
}
html body #ggTheme input[type=search-md]:focus:not([readonly]),
html body #ggTheme input[type=search]:focus {
  border-color: var(--tertiaryColor);
  box-shadow: 0 1px 0 0 var(--tertiaryColor);
  border-bottom: 1px solid var(--tertiaryColor);
}
html body #ggTheme input[type=search-md]:focus:not([readonly]) + label,
html body #ggTheme input[type=search]:focus + label {
  color: var(--tertiaryColor);
}
html body #ggTheme .lever::after {
  background-color: var(--primaryColor);
}
html body #ggTheme .switch label input[type=checkbox]:checked + .lever {
  background-color: var(--primaryColorLight);
}
html body #ggTheme .switch label input[type=checkbox]:checked + .lever::after {
  background-color: var(--primaryColor);
}
html body #ggTheme .picker__button--today::before {
  border-color: var(--primaryColor);
  border-top: 0.66em solid;
}
html body #ggTheme .alert-secondary {
  color: #fff;
  background: var(--secondaryColorDark) !important;
}
html body #ggTheme .btn-anim-bg-hvr-3:hover {
  animation: zigzag 1s linear infinite;
  background:
    linear-gradient(
      135deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em -0.5em 0,
    linear-gradient(
      225deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em -0.5em 0,
    linear-gradient(
      315deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em 0 0,
    linear-gradient(
      45deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em 0 0;
  background-size: 0.75em 0.75em;
}
html body #ggTheme .btn-anim-bg-hvr-3:hover span {
  color: var(--tertiaryColorDark);
}
html body #ggTheme .btn-anim-bg-3 {
  animation: zigzag 1s linear infinite;
  background:
    linear-gradient(
      135deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em -0.5em 0,
    linear-gradient(
      225deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em -0.5em 0,
    linear-gradient(
      315deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em 0 0,
    linear-gradient(
      45deg,
      var(--tertiaryColorLight),
      0.25) 0.25em,
    transparent 0.25em 0 0;
  background-size: 0.75em 0.75em;
}
html body #ggTheme .btn-anim-bg-3 span {
  color: var(--tertiaryColorDark);
}
html body #ggTheme .anim-bg-change {
  animation: bgColorchange 3s !important;
  animation-play-state: running !important;
  animation-iteration-count: infinite !important;
  z-index: 1299 !important;
}
@keyframes bgColorchange {
  0% {
    background: var(--primaryColorDark);
  }
  20% {
    background: var(--primaryColor);
  }
  40% {
    background: var(--secondaryColorDark);
  }
  60% {
    background: var(--secondaryColor);
  }
  80% {
    background: var(--tertiaryColor);
  }
  100% {
    background: var(--tertiaryColorDark);
  }
}
@media (hover: hover) {
  html body #ggTheme .noHoverBg:hover {
    background-color: transparent !important;
  }
}
html body #ggTheme .noHoverText[papaTarget] [hijoTargetText] {
  transition: color 0.2s ease-in-out;
}
html body #ggTheme .noHoverText[papaTarget]:hover [hijoTargetText] {
  color: transparent;
  fill: transparent;
  stroke: transparent;
}
html body #ggTheme .noHoverText[papaTarget]:hover.f_targetText {
  color: transparent !important;
  fill: transparent !important;
  stroke: transparent !important;
}
@font-face {
  font-family: "Roboto", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Assistant", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Annie Use Your Telescope", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Julius Sans One";
  font-display: swap;
}
@font-face {
  font-family: "Montserrat", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Zen Dots", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Nunito", sans-serif;
  font-display: swap;
}
@font-face {
  font-family: "Gorditas", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Caveat", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Amatic SC", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Chelsea", cursive;
  font-display: swap;
}
@font-face {
  font-family: "Sailors Rough";
  font-display: swap;
  src: url(https://gograb.io/shared/fonts/woff/sailors.woff) format("woff");
}
@font-face {
  font-family: "Avenir Book";
  font-display: swap;
  src:
    url(/assets/fonts/avenir-book.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff/avenir-book.woff) format("woff"),
    url(https://gograb.io/shared/fonts/otf/avenir-book.otf) format("otf");
}
@font-face {
  font-family: "Avenir Thin";
  font-display: swap;
  src:
    url(/assets/fonts/avenir-thin.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff2/avenir-thin.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/otf/avenir-thin.otf) format("otf");
}
@font-face {
  font-family: "Avenir Heavy";
  font-display: swap;
  src:
    url(/assets/fonts/avenir-heavy.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff/avenir-heavy.woff) format("woff"),
    url(https://gograb.io/shared/fonts/otf/avenir-heavy.otf) format("otf");
}
@font-face {
  font-family: "Gotham Thin";
  font-display: swap;
  src:
    url(https://gograb.io/shared/fonts/woff2/gotham-thin.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff/gotham-thin.woff) format("woff"),
    url(https://gograb.io/shared/fonts/otf/gotham-thin.otf) format("otf");
}
@font-face {
  font-family: "Gotham Book";
  font-display: swap;
  src:
    url(https://gograb.io/shared/fonts/woff2/gotham-book.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff/gotham-book.woff) format("woff"),
    url(https://gograb.io/shared/fonts/otf/gotham-book.otf) format("otf");
}
@font-face {
  font-family: "Gotham Bold";
  font-display: swap;
  src:
    url(https://gograb.io/shared/fonts/woff2/gotham-bold.woff2) format("woff2"),
    url(https://gograb.io/shared/fonts/woff/gotham-bold.woff) format("woff"),
    url(https://gograb.io/shared/fonts/otf/gotham-bold.otf) format("otf");
}
@font-face {
  font-family: "Gotham Black";
  font-display: swap;
  src: url(https://gograb.io/shared/fonts/woff/gotham-black.woff) format("woff"), url(https://gograb.io/shared/fonts/otf/gotham-black.ttf) format("ttf");
}
.font-Assistant-900 {
  font-family: Assistant !important;
  font-weight: 900 !important;
}
.font-Assistant-800 {
  font-family: Assistant !important;
  font-weight: 800 !important;
}
.font-Assistant-700 {
  font-family: Assistant !important;
  font-weight: 700 !important;
}
.font-Assistant-600 {
  font-family: Assistant !important;
  font-weight: 600 !important;
}
.font-Assistant-500 {
  font-family: Assistant !important;
  font-weight: 500 !important;
}
.font-Assistant-400 {
  font-family: Assistant !important;
  font-weight: 400 !important;
}
.font-Assistant-300 {
  font-family: Assistant !important;
  font-weight: 300 !important;
}
.font-Assistant-200 {
  font-family: Assistant !important;
  font-weight: 200 !important;
}
.font-Assistant-100 {
  font-family: Assistant !important;
  font-weight: 100 !important;
}
.font-Annie-use-900 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 900 !important;
}
.font-Annie-use-800 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 800 !important;
}
.font-Annie-use-700 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 700 !important;
}
.font-Annie-use-600 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 600 !important;
}
.font-Annie-use-500 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 500 !important;
}
.font-Annie-use-400 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 400 !important;
}
.font-Annie-use-300 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 300 !important;
}
.font-Annie-use-200 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 200 !important;
}
.font-Annie-use-100 {
  font-family: Annie Use Your Telescope !important;
  font-weight: 100 !important;
}
.font-Gorditas-900 {
  font-family: Gorditas !important;
  font-weight: 900 !important;
}
.font-Gorditas-800 {
  font-family: Gorditas !important;
  font-weight: 800 !important;
}
.font-Gorditas-700 {
  font-family: Gorditas !important;
  font-weight: 700 !important;
}
.font-Gorditas-600 {
  font-family: Gorditas !important;
  font-weight: 600 !important;
}
.font-Gorditas-500 {
  font-family: Gorditas !important;
  font-weight: 500 !important;
}
.font-Gorditas-400 {
  font-family: Gorditas !important;
  font-weight: 400 !important;
}
.font-Gorditas-300 {
  font-family: Gorditas !important;
  font-weight: 300 !important;
}
.font-Gorditas-200 {
  font-family: Gorditas !important;
  font-weight: 200 !important;
}
.font-Gorditas-100 {
  font-family: Gorditas !important;
  font-weight: 100 !important;
}
.font-Montserrat-900 {
  font-family: Montserrat !important;
  font-weight: 900 !important;
}
.font-Montserrat-800 {
  font-family: Montserrat !important;
  font-weight: 800 !important;
}
.font-Montserrat-700 {
  font-family: Montserrat !important;
  font-weight: 700 !important;
}
.font-Montserrat-600 {
  font-family: Montserrat !important;
  font-weight: 600 !important;
}
.font-Montserrat-500 {
  font-family: Montserrat !important;
  font-weight: 500 !important;
}
.font-Montserrat-400 {
  font-family: Montserrat !important;
  font-weight: 400 !important;
}
.font-Montserrat-300 {
  font-family: Montserrat !important;
  font-weight: 300 !important;
}
.font-Montserrat-200 {
  font-family: Montserrat !important;
  font-weight: 200 !important;
}
.font-Montserrat-100 {
  font-family: Montserrat !important;
  font-weight: 100 !important;
}
.font-ZenDots-900 {
  font-family: Zen Dots !important;
  font-weight: 900 !important;
}
.font-ZenDots-800 {
  font-family: Zen Dots !important;
  font-weight: 800 !important;
}
.font-ZenDots-700 {
  font-family: Zen Dots !important;
  font-weight: 700 !important;
}
.font-ZenDots-600 {
  font-family: Zen Dots !important;
  font-weight: 600 !important;
}
.font-ZenDots-500 {
  font-family: Zen Dots !important;
  font-weight: 500 !important;
}
.font-ZenDots-400 {
  font-family: Zen Dots !important;
  font-weight: 400 !important;
}
.font-ZenDots-300 {
  font-family: Zen Dots !important;
  font-weight: 300 !important;
}
.font-ZenDots-200 {
  font-family: Zen Dots !important;
  font-weight: 200 !important;
}
.font-ZenDots-100 {
  font-family: Zen Dots !important;
  font-weight: 100 !important;
}
.font-Nunito-900 {
  font-family: Nunito !important;
  font-weight: 900 !important;
}
.font-Nunito-800 {
  font-family: Nunito !important;
  font-weight: 800 !important;
}
.font-Nunito-700 {
  font-family: Nunito !important;
  font-weight: 700 !important;
}
.font-Nunito-600 {
  font-family: Nunito !important;
  font-weight: 600 !important;
}
.font-Nunito-500 {
  font-family: Nunito !important;
  font-weight: 500 !important;
}
.font-Nunito-400 {
  font-family: Nunito !important;
  font-weight: 400 !important;
}
.font-Nunito-300 {
  font-family: Nunito !important;
  font-weight: 300 !important;
}
.font-Nunito-200 {
  font-family: Nunito !important;
  font-weight: 200 !important;
}
.font-Nunito-100 {
  font-family: Nunito !important;
  font-weight: 100 !important;
}
.font-Roboto-900 {
  font-family: Roboto !important;
  font-weight: 900 !important;
}
.font-Roboto-800 {
  font-family: Roboto !important;
  font-weight: 800 !important;
}
.font-Roboto-700 {
  font-family: Roboto !important;
  font-weight: 700 !important;
}
.font-Roboto-600 {
  font-family: Roboto !important;
  font-weight: 600 !important;
}
.font-Roboto-500 {
  font-family: Roboto !important;
  font-weight: 500 !important;
}
.font-Roboto-400 {
  font-family: Roboto !important;
  font-weight: 400 !important;
}
.font-Roboto-300 {
  font-family: Roboto !important;
  font-weight: 300 !important;
}
.font-Roboto-200 {
  font-family: Roboto !important;
  font-weight: 200 !important;
}
.font-Roboto-100 {
  font-family: Roboto !important;
  font-weight: 100 !important;
}
.font-Caveat-900 {
  font-family: Caveat !important;
  font-weight: 900 !important;
}
.font-Caveat-800 {
  font-family: Caveat !important;
  font-weight: 800 !important;
}
.font-Caveat-700 {
  font-family: Caveat !important;
  font-weight: 700 !important;
}
.font-Caveat-600 {
  font-family: Caveat !important;
  font-weight: 600 !important;
}
.font-Caveat-500 {
  font-family: Caveat !important;
  font-weight: 500 !important;
}
.font-Caveat-400 {
  font-family: Caveat !important;
  font-weight: 400 !important;
}
.font-Caveat-300 {
  font-family: Caveat !important;
  font-weight: 300 !important;
}
.font-Caveat-200 {
  font-family: Caveat !important;
  font-weight: 200 !important;
}
.font-Caveat-100 {
  font-family: Caveat !important;
  font-weight: 100 !important;
}
.font-Chelsea-market-900 {
  font-family: Chelsea Market !important;
  font-weight: 900 !important;
}
.font-Chelsea-market-800 {
  font-family: Chelsea Market !important;
  font-weight: 800 !important;
}
.font-Chelsea-market-700 {
  font-family: Chelsea Market !important;
  font-weight: 700 !important;
}
.font-Chelsea-market-600 {
  font-family: Chelsea Market !important;
  font-weight: 600 !important;
}
.font-Chelsea-market-500 {
  font-family: Chelsea Market !important;
  font-weight: 500 !important;
}
.font-Chelsea-market-400 {
  font-family: Chelsea Market !important;
  font-weight: 400 !important;
}
.font-Chelsea-market-300 {
  font-family: Chelsea Market !important;
  font-weight: 300 !important;
}
.font-Chelsea-market-200 {
  font-family: Chelsea Market !important;
  font-weight: 200 !important;
}
.font-Chelsea-market-100 {
  font-family: Chelsea Market !important;
  font-weight: 100 !important;
}
.font-Amatic-900 {
  font-family: Amatic SC !important;
  font-weight: 900 !important;
}
.font-Amatic-800 {
  font-family: Amatic SC !important;
  font-weight: 800 !important;
}
.font-Amatic-700 {
  font-family: Amatic SC !important;
  font-weight: 700 !important;
}
.font-Amatic-600 {
  font-family: Amatic SC !important;
  font-weight: 600 !important;
}
.font-Amatic-500 {
  font-family: Amatic SC !important;
  font-weight: 500 !important;
}
.font-Amatic-400 {
  font-family: Amatic SC !important;
  font-weight: 400 !important;
}
.font-Amatic-300 {
  font-family: Amatic SC !important;
  font-weight: 300 !important;
}
.font-Amatic-200 {
  font-family: Amatic SC !important;
  font-weight: 200 !important;
}
.font-Amatic-100 {
  font-family: Amatic SC !important;
  font-weight: 100 !important;
}
.font-Julius-sans-one-900 {
  font-family: Julius Sans One !important;
  font-weight: 900 !important;
}
.font-Julius-sans-one-800 {
  font-family: Julius Sans One !important;
  font-weight: 800 !important;
}
.font-Julius-sans-one-700 {
  font-family: Julius Sans One !important;
  font-weight: 700 !important;
}
.font-Julius-sans-one-600 {
  font-family: Julius Sans One !important;
  font-weight: 600 !important;
}
.font-Julius-sans-one-500 {
  font-family: Julius Sans One !important;
  font-weight: 500 !important;
}
.font-Julius-sans-one-400 {
  font-family: Julius Sans One !important;
  font-weight: 400 !important;
}
.font-Julius-sans-one-300 {
  font-family: Julius Sans One !important;
  font-weight: 300 !important;
}
.font-Julius-sans-one-200 {
  font-family: Julius Sans One !important;
  font-weight: 200 !important;
}
.font-Julius-sans-one-100 {
  font-family: Julius Sans One !important;
  font-weight: 100 !important;
}
.font-GoGrab {
  font-family: "Avenir Book" !important;
}
.font-GoGrab-thin {
  font-family: "Avenir Thin" !important;
}
.font-GoGrab-heavy,
.deckSection._v1 h3,
b,
.table-top_grid .tableTop_btn_container button span {
  font-family: "Avenir Heavy" !important;
}
.font-Gotham-book {
  font-family: "Gotham Book" !important;
}
.font-Gotham-black {
  font-family: "Gotham Black" !important;
}
.font-Gotham-thin {
  font-family: "Gotham Thin" !important;
}
.font-Gotham-bold {
  font-family: "Gotham Bold" !important;
}
.peso-thickest {
  font-weight: 900 !important;
}
.peso-thick {
  font-weight: 800 !important;
}
.peso-boldest {
  font-weight: 700 !important;
}
.peso-bolder {
  font-weight: 600 !important;
}
.peso-bold {
  font-weight: 500 !important;
}
.peso-normal {
  font-weight: 400 !important;
}
.peso-light {
  font-weight: 300 !important;
}
.peso-thin {
  font-weight: 200 !important;
}
.peso-very-thin {
  font-weight: 100 !important;
}
.fSize font {
  font-size: inherit !important;
}
.fontSize_2px {
  font-size: 2px;
}
.fontSize_4px {
  font-size: 4px;
}
.fontSize_6px {
  font-size: 6px;
}
.fontSize_8px {
  font-size: 8px;
}
.fontSize_10px {
  font-size: 10px;
}
.fontSize_12px {
  font-size: 12px;
}
.fontSize_14px {
  font-size: 14px;
}
.fontSize_16px {
  font-size: 16px;
}
.fontSize_18px {
  font-size: 18px;
}
.fontSize_20px {
  font-size: 20px;
}
.fontSize_22px {
  font-size: 22px;
}
.fontSize_24px {
  font-size: 24px;
}
.fontSize_26px {
  font-size: 26px;
}
.fontSize_28px {
  font-size: 28px;
}
.fontSize_30px {
  font-size: 30px;
}
.fontSize_32px {
  font-size: 32px;
}
.fontSize_34px {
  font-size: 34px;
}
.fontSize_36px {
  font-size: 36px;
}
.fontSize_38px {
  font-size: 38px;
}
.fontSize_40px {
  font-size: 40px;
}
.fontSize_42px {
  font-size: 42px;
}
.fontSize_44px {
  font-size: 44px;
}
.fontSize_46px {
  font-size: 46px;
}
.fontSize_48px {
  font-size: 48px;
}
.fontSize_50px {
  font-size: 50px;
}
.fontSize_52px {
  font-size: 52px;
}
.fontSize_54px {
  font-size: 54px;
}
.fontSize_56px {
  font-size: 56px;
}
.fontSize_58px {
  font-size: 58px;
}
.fontSize_60px {
  font-size: 60px;
}
.fontSize_62px {
  font-size: 62px;
}
.fontSize_64px {
  font-size: 64px;
}
.fontSize_66px {
  font-size: 66px;
}
.fontSize_68px {
  font-size: 68px;
}
.fontSize_70px {
  font-size: 70px;
}
.fontSize_72px {
  font-size: 72px;
}
.fontSize_74px {
  font-size: 74px;
}
.fontSize_76px {
  font-size: 76px;
}
.fontSize_78px {
  font-size: 78px;
}
.fontSize_80px {
  font-size: 80px;
}
.fontSize_82px {
  font-size: 82px;
}
.fontSize_84px {
  font-size: 84px;
}
.fontSize_86px {
  font-size: 86px;
}
.fontSize_88px {
  font-size: 88px;
}
.fontSize_90px {
  font-size: 90px;
}
.fontSize_92px {
  font-size: 92px;
}
.fontSize_94px {
  font-size: 94px;
}
.fontSize_96px {
  font-size: 96px;
}
.fontSize_98px {
  font-size: 98px;
}
.fontSize_100px {
  font-size: 100px;
}
.fontSize_1em {
  font-size: 1em;
}
.fontSize_2em {
  font-size: 2em;
}
.fontSize_3em {
  font-size: 3em;
}
.fontSize_4em {
  font-size: 4em;
}
.fontSize_5em {
  font-size: 5em;
}
.letterSpacing_1 {
  letter-spacing: 0.1px;
}
.letterSpacing_n-1 {
  letter-spacing: -0.1px;
}
.letterSpacing_2 {
  letter-spacing: 0.2px;
}
.letterSpacing_n-2 {
  letter-spacing: -0.2px;
}
.letterSpacing_3 {
  letter-spacing: 0.3px;
}
.letterSpacing_n-3 {
  letter-spacing: -0.3px;
}
.letterSpacing_4 {
  letter-spacing: 0.4px;
}
.letterSpacing_n-4 {
  letter-spacing: -0.4px;
}
.letterSpacing_5 {
  letter-spacing: 0.5px;
}
.letterSpacing_n-5 {
  letter-spacing: -0.5px;
}
.letterSpacing_6 {
  letter-spacing: 0.6px;
}
.letterSpacing_n-6 {
  letter-spacing: -0.6px;
}
.letterSpacing_7 {
  letter-spacing: 0.7px;
}
.letterSpacing_n-7 {
  letter-spacing: -0.7px;
}
.letterSpacing_8 {
  letter-spacing: 0.8px;
}
.letterSpacing_n-8 {
  letter-spacing: -0.8px;
}
.letterSpacing_9 {
  letter-spacing: 0.9px;
}
.letterSpacing_n-9 {
  letter-spacing: -0.9px;
}
.letterSpacing_10 {
  letter-spacing: 1px;
}
.letterSpacing_n-10 {
  letter-spacing: -1px;
}
.letterSpacing_11 {
  letter-spacing: 1.1px;
}
.letterSpacing_n-11 {
  letter-spacing: -1.1px;
}
.letterSpacing_12 {
  letter-spacing: 1.2px;
}
.letterSpacing_n-12 {
  letter-spacing: -1.2px;
}
.letterSpacing_13 {
  letter-spacing: 1.3px;
}
.letterSpacing_n-13 {
  letter-spacing: -1.3px;
}
.letterSpacing_14 {
  letter-spacing: 1.4px;
}
.letterSpacing_n-14 {
  letter-spacing: -1.4px;
}
.letterSpacing_15 {
  letter-spacing: 1.5px;
}
.letterSpacing_n-15 {
  letter-spacing: -1.5px;
}
.letterSpacing_16 {
  letter-spacing: 1.6px;
}
.letterSpacing_n-16 {
  letter-spacing: -1.6px;
}
.letterSpacing_17 {
  letter-spacing: 1.7px;
}
.letterSpacing_n-17 {
  letter-spacing: -1.7px;
}
.letterSpacing_18 {
  letter-spacing: 1.8px;
}
.letterSpacing_n-18 {
  letter-spacing: -1.8px;
}
.letterSpacing_19 {
  letter-spacing: 1.9px;
}
.letterSpacing_n-19 {
  letter-spacing: -1.9px;
}
.letterSpacing_20 {
  letter-spacing: 2px;
}
.letterSpacing_n-20 {
  letter-spacing: -2px;
}
.letterSpacing_21 {
  letter-spacing: 2.1px;
}
.letterSpacing_n-21 {
  letter-spacing: -2.1px;
}
.letterSpacing_22 {
  letter-spacing: 2.2px;
}
.letterSpacing_n-22 {
  letter-spacing: -2.2px;
}
.letterSpacing_23 {
  letter-spacing: 2.3px;
}
.letterSpacing_n-23 {
  letter-spacing: -2.3px;
}
.letterSpacing_24 {
  letter-spacing: 2.4px;
}
.letterSpacing_n-24 {
  letter-spacing: -2.4px;
}
.letterSpacing_25 {
  letter-spacing: 2.5px;
}
.letterSpacing_n-25 {
  letter-spacing: -2.5px;
}
.letterSpacing_26 {
  letter-spacing: 2.6px;
}
.letterSpacing_n-26 {
  letter-spacing: -2.6px;
}
.letterSpacing_27 {
  letter-spacing: 2.7px;
}
.letterSpacing_n-27 {
  letter-spacing: -2.7px;
}
.letterSpacing_28 {
  letter-spacing: 2.8px;
}
.letterSpacing_n-28 {
  letter-spacing: -2.8px;
}
.letterSpacing_29 {
  letter-spacing: 2.9px;
}
.letterSpacing_n-29 {
  letter-spacing: -2.9px;
}
.letterSpacing_30 {
  letter-spacing: 3px;
}
.letterSpacing_n-30 {
  letter-spacing: -3px;
}
.letterSpacing_31 {
  letter-spacing: 3.1px;
}
.letterSpacing_n-31 {
  letter-spacing: -3.1px;
}
.letterSpacing_32 {
  letter-spacing: 3.2px;
}
.letterSpacing_n-32 {
  letter-spacing: -3.2px;
}
.letterSpacing_33 {
  letter-spacing: 3.3px;
}
.letterSpacing_n-33 {
  letter-spacing: -3.3px;
}
.letterSpacing_34 {
  letter-spacing: 3.4px;
}
.letterSpacing_n-34 {
  letter-spacing: -3.4px;
}
.letterSpacing_35 {
  letter-spacing: 3.5px;
}
.letterSpacing_n-35 {
  letter-spacing: -3.5px;
}
.letterSpacing_36 {
  letter-spacing: 3.6px;
}
.letterSpacing_n-36 {
  letter-spacing: -3.6px;
}
.letterSpacing_37 {
  letter-spacing: 3.7px;
}
.letterSpacing_n-37 {
  letter-spacing: -3.7px;
}
.letterSpacing_38 {
  letter-spacing: 3.8px;
}
.letterSpacing_n-38 {
  letter-spacing: -3.8px;
}
.letterSpacing_39 {
  letter-spacing: 3.9px;
}
.letterSpacing_n-39 {
  letter-spacing: -3.9px;
}
.letterSpacing_40 {
  letter-spacing: 4px;
}
.letterSpacing_n-40 {
  letter-spacing: -4px;
}
.letterSpacing_41 {
  letter-spacing: 4.1px;
}
.letterSpacing_n-41 {
  letter-spacing: -4.1px;
}
.letterSpacing_42 {
  letter-spacing: 4.2px;
}
.letterSpacing_n-42 {
  letter-spacing: -4.2px;
}
.letterSpacing_43 {
  letter-spacing: 4.3px;
}
.letterSpacing_n-43 {
  letter-spacing: -4.3px;
}
.letterSpacing_44 {
  letter-spacing: 4.4px;
}
.letterSpacing_n-44 {
  letter-spacing: -4.4px;
}
.letterSpacing_45 {
  letter-spacing: 4.5px;
}
.letterSpacing_n-45 {
  letter-spacing: -4.5px;
}
.letterSpacing_46 {
  letter-spacing: 4.6px;
}
.letterSpacing_n-46 {
  letter-spacing: -4.6px;
}
.letterSpacing_47 {
  letter-spacing: 4.7px;
}
.letterSpacing_n-47 {
  letter-spacing: -4.7px;
}
.letterSpacing_48 {
  letter-spacing: 4.8px;
}
.letterSpacing_n-48 {
  letter-spacing: -4.8px;
}
.letterSpacing_49 {
  letter-spacing: 4.9px;
}
.letterSpacing_n-49 {
  letter-spacing: -4.9px;
}
.letterSpacing_50 {
  letter-spacing: 5px;
}
.letterSpacing_n-50 {
  letter-spacing: -5px;
}
.letterSpacing_51 {
  letter-spacing: 5.1px;
}
.letterSpacing_n-51 {
  letter-spacing: -5.1px;
}
.letterSpacing_52 {
  letter-spacing: 5.2px;
}
.letterSpacing_n-52 {
  letter-spacing: -5.2px;
}
.letterSpacing_53 {
  letter-spacing: 5.3px;
}
.letterSpacing_n-53 {
  letter-spacing: -5.3px;
}
.letterSpacing_54 {
  letter-spacing: 5.4px;
}
.letterSpacing_n-54 {
  letter-spacing: -5.4px;
}
.letterSpacing_55 {
  letter-spacing: 5.5px;
}
.letterSpacing_n-55 {
  letter-spacing: -5.5px;
}
.letterSpacing_56 {
  letter-spacing: 5.6px;
}
.letterSpacing_n-56 {
  letter-spacing: -5.6px;
}
.letterSpacing_57 {
  letter-spacing: 5.7px;
}
.letterSpacing_n-57 {
  letter-spacing: -5.7px;
}
.letterSpacing_58 {
  letter-spacing: 5.8px;
}
.letterSpacing_n-58 {
  letter-spacing: -5.8px;
}
.letterSpacing_59 {
  letter-spacing: 5.9px;
}
.letterSpacing_n-59 {
  letter-spacing: -5.9px;
}
.letterSpacing_60 {
  letter-spacing: 6px;
}
.letterSpacing_n-60 {
  letter-spacing: -6px;
}
.letterSpacing_61 {
  letter-spacing: 6.1px;
}
.letterSpacing_n-61 {
  letter-spacing: -6.1px;
}
.letterSpacing_62 {
  letter-spacing: 6.2px;
}
.letterSpacing_n-62 {
  letter-spacing: -6.2px;
}
.letterSpacing_63 {
  letter-spacing: 6.3px;
}
.letterSpacing_n-63 {
  letter-spacing: -6.3px;
}
.letterSpacing_64 {
  letter-spacing: 6.4px;
}
.letterSpacing_n-64 {
  letter-spacing: -6.4px;
}
.letterSpacing_65 {
  letter-spacing: 6.5px;
}
.letterSpacing_n-65 {
  letter-spacing: -6.5px;
}
.letterSpacing_66 {
  letter-spacing: 6.6px;
}
.letterSpacing_n-66 {
  letter-spacing: -6.6px;
}
.letterSpacing_67 {
  letter-spacing: 6.7px;
}
.letterSpacing_n-67 {
  letter-spacing: -6.7px;
}
.letterSpacing_68 {
  letter-spacing: 6.8px;
}
.letterSpacing_n-68 {
  letter-spacing: -6.8px;
}
.letterSpacing_69 {
  letter-spacing: 6.9px;
}
.letterSpacing_n-69 {
  letter-spacing: -6.9px;
}
.letterSpacing_70 {
  letter-spacing: 7px;
}
.letterSpacing_n-70 {
  letter-spacing: -7px;
}
.letterSpacing_71 {
  letter-spacing: 7.1px;
}
.letterSpacing_n-71 {
  letter-spacing: -7.1px;
}
.letterSpacing_72 {
  letter-spacing: 7.2px;
}
.letterSpacing_n-72 {
  letter-spacing: -7.2px;
}
.letterSpacing_73 {
  letter-spacing: 7.3px;
}
.letterSpacing_n-73 {
  letter-spacing: -7.3px;
}
.letterSpacing_74 {
  letter-spacing: 7.4px;
}
.letterSpacing_n-74 {
  letter-spacing: -7.4px;
}
.letterSpacing_75 {
  letter-spacing: 7.5px;
}
.letterSpacing_n-75 {
  letter-spacing: -7.5px;
}
.letterSpacing_76 {
  letter-spacing: 7.6px;
}
.letterSpacing_n-76 {
  letter-spacing: -7.6px;
}
.letterSpacing_77 {
  letter-spacing: 7.7px;
}
.letterSpacing_n-77 {
  letter-spacing: -7.7px;
}
.letterSpacing_78 {
  letter-spacing: 7.8px;
}
.letterSpacing_n-78 {
  letter-spacing: -7.8px;
}
.letterSpacing_79 {
  letter-spacing: 7.9px;
}
.letterSpacing_n-79 {
  letter-spacing: -7.9px;
}
.letterSpacing_80 {
  letter-spacing: 8px;
}
.letterSpacing_n-80 {
  letter-spacing: -8px;
}
.letterSpacing_81 {
  letter-spacing: 8.1px;
}
.letterSpacing_n-81 {
  letter-spacing: -8.1px;
}
.letterSpacing_82 {
  letter-spacing: 8.2px;
}
.letterSpacing_n-82 {
  letter-spacing: -8.2px;
}
.letterSpacing_83 {
  letter-spacing: 8.3px;
}
.letterSpacing_n-83 {
  letter-spacing: -8.3px;
}
.letterSpacing_84 {
  letter-spacing: 8.4px;
}
.letterSpacing_n-84 {
  letter-spacing: -8.4px;
}
.letterSpacing_85 {
  letter-spacing: 8.5px;
}
.letterSpacing_n-85 {
  letter-spacing: -8.5px;
}
.letterSpacing_86 {
  letter-spacing: 8.6px;
}
.letterSpacing_n-86 {
  letter-spacing: -8.6px;
}
.letterSpacing_87 {
  letter-spacing: 8.7px;
}
.letterSpacing_n-87 {
  letter-spacing: -8.7px;
}
.letterSpacing_88 {
  letter-spacing: 8.8px;
}
.letterSpacing_n-88 {
  letter-spacing: -8.8px;
}
.letterSpacing_89 {
  letter-spacing: 8.9px;
}
.letterSpacing_n-89 {
  letter-spacing: -8.9px;
}
.letterSpacing_90 {
  letter-spacing: 9px;
}
.letterSpacing_n-90 {
  letter-spacing: -9px;
}
.letterSpacing_91 {
  letter-spacing: 9.1px;
}
.letterSpacing_n-91 {
  letter-spacing: -9.1px;
}
.letterSpacing_92 {
  letter-spacing: 9.2px;
}
.letterSpacing_n-92 {
  letter-spacing: -9.2px;
}
.letterSpacing_93 {
  letter-spacing: 9.3px;
}
.letterSpacing_n-93 {
  letter-spacing: -9.3px;
}
.letterSpacing_94 {
  letter-spacing: 9.4px;
}
.letterSpacing_n-94 {
  letter-spacing: -9.4px;
}
.letterSpacing_95 {
  letter-spacing: 9.5px;
}
.letterSpacing_n-95 {
  letter-spacing: -9.5px;
}
.letterSpacing_96 {
  letter-spacing: 9.6px;
}
.letterSpacing_n-96 {
  letter-spacing: -9.6px;
}
.letterSpacing_97 {
  letter-spacing: 9.7px;
}
.letterSpacing_n-97 {
  letter-spacing: -9.7px;
}
.letterSpacing_98 {
  letter-spacing: 9.8px;
}
.letterSpacing_n-98 {
  letter-spacing: -9.8px;
}
.letterSpacing_99 {
  letter-spacing: 9.9px;
}
.letterSpacing_n-99 {
  letter-spacing: -9.9px;
}
.letterSpacing_100 {
  letter-spacing: 10px;
}
.letterSpacing_n-100 {
  letter-spacing: -10px;
}
.lineHeight_1 {
  line-height: 0.1;
}
.lineHeight_2 {
  line-height: 0.2;
}
.lineHeight_3 {
  line-height: 0.3;
}
.lineHeight_4 {
  line-height: 0.4;
}
.lineHeight_5 {
  line-height: 0.5;
}
.lineHeight_6 {
  line-height: 0.6;
}
.lineHeight_7 {
  line-height: 0.7;
}
.lineHeight_8 {
  line-height: 0.8;
}
.lineHeight_9 {
  line-height: 0.9;
}
.lineHeight_10 {
  line-height: 1;
}
.lineHeight_11 {
  line-height: 1.1;
}
.lineHeight_12 {
  line-height: 1.2;
}
.lineHeight_13 {
  line-height: 1.3;
}
.lineHeight_14 {
  line-height: 1.4;
}
.lineHeight_15 {
  line-height: 1.5;
}
.lineHeight_16 {
  line-height: 1.6;
}
.lineHeight_17 {
  line-height: 1.7;
}
.lineHeight_18 {
  line-height: 1.8;
}
.lineHeight_19 {
  line-height: 1.9;
}
.lineHeight_20 {
  line-height: 2;
}
.lineHeight_21 {
  line-height: 2.1;
}
.lineHeight_22 {
  line-height: 2.2;
}
.lineHeight_23 {
  line-height: 2.3;
}
.lineHeight_24 {
  line-height: 2.4;
}
.lineHeight_25 {
  line-height: 2.5;
}
.lineHeight_26 {
  line-height: 2.6;
}
.lineHeight_27 {
  line-height: 2.7;
}
.lineHeight_28 {
  line-height: 2.8;
}
.lineHeight_29 {
  line-height: 2.9;
}
.lineHeight_30 {
  line-height: 3;
}
.lineHeight_31 {
  line-height: 3.1;
}
.lineHeight_32 {
  line-height: 3.2;
}
.lineHeight_33 {
  line-height: 3.3;
}
.lineHeight_34 {
  line-height: 3.4;
}
.lineHeight_35 {
  line-height: 3.5;
}
.lineHeight_36 {
  line-height: 3.6;
}
.lineHeight_37 {
  line-height: 3.7;
}
.lineHeight_38 {
  line-height: 3.8;
}
.lineHeight_39 {
  line-height: 3.9;
}
.lineHeight_40 {
  line-height: 4;
}
.lineHeight_41 {
  line-height: 4.1;
}
.lineHeight_42 {
  line-height: 4.2;
}
.lineHeight_43 {
  line-height: 4.3;
}
.lineHeight_44 {
  line-height: 4.4;
}
.lineHeight_45 {
  line-height: 4.5;
}
.lineHeight_46 {
  line-height: 4.6;
}
.lineHeight_47 {
  line-height: 4.7;
}
.lineHeight_48 {
  line-height: 4.8;
}
.lineHeight_49 {
  line-height: 4.9;
}
.lineHeight_50 {
  line-height: 5;
}
.lineHeight_51 {
  line-height: 5.1;
}
.lineHeight_52 {
  line-height: 5.2;
}
.lineHeight_53 {
  line-height: 5.3;
}
.lineHeight_54 {
  line-height: 5.4;
}
.lineHeight_55 {
  line-height: 5.5;
}
.lineHeight_56 {
  line-height: 5.6;
}
.lineHeight_57 {
  line-height: 5.7;
}
.lineHeight_58 {
  line-height: 5.8;
}
.lineHeight_59 {
  line-height: 5.9;
}
.lineHeight_60 {
  line-height: 6;
}
.lineHeight_61 {
  line-height: 6.1;
}
.lineHeight_62 {
  line-height: 6.2;
}
.lineHeight_63 {
  line-height: 6.3;
}
.lineHeight_64 {
  line-height: 6.4;
}
.lineHeight_65 {
  line-height: 6.5;
}
.lineHeight_66 {
  line-height: 6.6;
}
.lineHeight_67 {
  line-height: 6.7;
}
.lineHeight_68 {
  line-height: 6.8;
}
.lineHeight_69 {
  line-height: 6.9;
}
.lineHeight_70 {
  line-height: 7;
}
.lineHeight_71 {
  line-height: 7.1;
}
.lineHeight_72 {
  line-height: 7.2;
}
.lineHeight_73 {
  line-height: 7.3;
}
.lineHeight_74 {
  line-height: 7.4;
}
.lineHeight_75 {
  line-height: 7.5;
}
.lineHeight_76 {
  line-height: 7.6;
}
.lineHeight_77 {
  line-height: 7.7;
}
.lineHeight_78 {
  line-height: 7.8;
}
.lineHeight_79 {
  line-height: 7.9;
}
.lineHeight_80 {
  line-height: 8;
}
.lineHeight_81 {
  line-height: 8.1;
}
.lineHeight_82 {
  line-height: 8.2;
}
.lineHeight_83 {
  line-height: 8.3;
}
.lineHeight_84 {
  line-height: 8.4;
}
.lineHeight_85 {
  line-height: 8.5;
}
.lineHeight_86 {
  line-height: 8.6;
}
.lineHeight_87 {
  line-height: 8.7;
}
.lineHeight_88 {
  line-height: 8.8;
}
.lineHeight_89 {
  line-height: 8.9;
}
.lineHeight_90 {
  line-height: 9;
}
.lineHeight_91 {
  line-height: 9.1;
}
.lineHeight_92 {
  line-height: 9.2;
}
.lineHeight_93 {
  line-height: 9.3;
}
.lineHeight_94 {
  line-height: 9.4;
}
.lineHeight_95 {
  line-height: 9.5;
}
.lineHeight_96 {
  line-height: 9.6;
}
.lineHeight_97 {
  line-height: 9.7;
}
.lineHeight_98 {
  line-height: 9.8;
}
.lineHeight_99 {
  line-height: 9.9;
}
.lineHeight_100 {
  line-height: 10;
}
.letterSpacing_1vh {
  letter-spacing: 1px;
}
.letterSpacing_2vh {
  letter-spacing: 2px;
}
.letterSpacing_3vh {
  letter-spacing: 3px;
}
.letterSpacing_4vh {
  letter-spacing: 4px;
}
._al_left {
  text-align: left;
}
._al_center {
  text-align: center;
}
._al_right {
  text-align: right;
}
._al_justify {
  text-align: justify;
}
.font_style_italic {
  font-style: italic;
}
.font_style_normal {
  font-style: normal;
}
.font_style_normal i {
  font-style: normal;
}
.stroke_width_thick {
  -webkit-text-stroke-width: thick;
}
.stroke_width_med {
  -webkit-text-stroke-width: medium;
}
.stroke_width_thin {
  -webkit-text-stroke-width: thin;
}
.text-emphasis-none {
  -webkit-text-emphasis-style: none;
}
.text-emphasis-dot {
  -webkit-text-emphasis-style: dot;
}
.text-emphasis-cir {
  -webkit-text-emphasis-style: circle;
}
.text-emphasis-doCir {
  -webkit-text-emphasis-style: double-circle;
}
.text-emphasis-tri {
  -webkit-text-emphasis-style: triangle;
}
.text-emphasis-sesame {
  -webkit-text-emphasis-style: sesame;
}
.text-shadow-dark {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.textBg-img {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text !important;
  background-position: bottom;
  background-attachment: fixed;
  background-size: cover;
}
.cdk-overlay-container {
  z-index: 12002;
}
.cdk-overlay-pane {
  max-height: calc(100vh - 16px);
  overflow: hidden;
}
.context-menu-overlay {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 16px);
  overflow: hidden;
}
.testDiv {
  pointer-events: all;
  min-height: 70vh;
  background-color: white;
}
.cdk-drag {
  will-change: transform;
}
.cdk-drop-list-dragging .cdk-drag {
  z-index: 50000;
  cursor: move !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drop-list-dragging .cdk-drag:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
  background-color: rgba(200, 200, 200, 0.59) !important;
}
.inner-drag-content-box {
  border: 2px solid #000;
  padding: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.cdk-drag-animating {
  transition: transform 300ms cubic-bezier(0, 0, 0.2, 1);
}
.cdk-drag-placeholder {
  opacity: 0;
}
.relativeBox {
  position: relative;
}
.absoluteBox {
  position: absolute;
}
.fixedBox {
  position: fixed;
}
.cursors-styles {
  cursor: url("./media/editing-icon.svg"), crosshair !important;
}
.break-word {
  word-wrap: break-word;
  word-break: break-all;
}
.alert_text {
  color: red;
  font-size: 10px;
  letter-spacing: 1.1px;
  font-family: "Avenir Heavy", sans-serif;
  font-weight: bolder;
}
textarea[v1] {
  pointer-events: all;
  color: black;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 10px;
  padding: 1rem;
  min-width: 100%;
  resize: none;
  min-height: 120px !important;
}
body {
}
body .bor_t_w_0 {
  border-top-width: 0;
}
body .bor_r_w_0 {
  border-right-width: 0;
}
body .bor_b_w_0 {
  border-bottom-width: 0;
}
body .bor_l_w_0 {
  border-left-width: 0;
}
body .borderStyles {
}
body .borderStyles.border-none {
  border: none;
}
body .borderStyles.border-0 {
  border: 0;
}
body .borderStyles.border-solid-0,
body .borderStyles.border-dashed-0 {
  border: none;
}
body .borderStyles.border-solid-1 {
  border-style: solid;
  border-width: 1px;
}
body .borderStyles.border-width-0 {
  border-width: 0;
}
body .borderStyles.border-solid {
  border-style: solid;
}
body .borderStyles.border-dashed {
  border-style: dashed;
}
body .borderStyles.border-dotted {
  border-style: dotted;
}
body .borderStyles.border-solid-2 {
  border-style: solid;
  border-width: 2px;
}
body .borderStyles.border-solid-3 {
  border-style: solid;
  border-width: 3px;
}
body .borderStyles.border-solid-4 {
  border-style: solid;
  border-width: 4px;
}
body .borderStyles.border-solid-5 {
  border-style: solid;
  border-width: 5px;
}
body .borderStyles.border-dashed-1 {
  border-style: dashed;
  border-width: 1px;
}
body .borderStyles.border-dashed-2 {
  border-style: dashed;
  border-width: 2px;
}
body .borderStyles.border-r-solid-1 {
  border-right: 1px solid;
}
body .borderStyles.border-b-solid-1 {
  border-bottom: 1px solid;
}
body .borderStyles.border-b-solid-3 {
  border-bottom: 3px solid;
}
body .borderStyles.border-r-solid-5 {
  border-right: 5px solid;
}
body .borderStyles.border-r-solid-12 {
  border-right: 12px solid;
}
body .borderStyles.border-l-solid-12 {
  border-left: 12px solid;
}
body .borderStyles.border-on-hover:hover,
body .borderStyles.border-on-hover:focus,
body .borderStyles.border-on-hover:active {
  border: 3px solid;
  transition: border 0.2s ease-in-out;
}
body .borderStyles.border-radius-box-w {
  border-radius: var(--box-width) !important;
}
body .borderStyles.border-radius-t-5 {
  border-radius: 5px 5px 0 0;
}
body .borderStyles.border-radius-r-20 {
  border-radius: 0 20px 20px 0;
}
body .borderStyles.border-radius-l-25 {
  border-radius: 25px 0 0 25px;
}
body .borderStyles.border-radius-r-25 {
  border-radius: 0 25px 25px 0;
}
body .borderStyles.border-width-thin {
  border-width: thin;
}
body .borderStyles.border-width-md {
  border-width: medium;
}
body .borderStyles.border-width-thick {
  border-width: thick;
}
.ggBg.bg1 {
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  background-color: #f2f3f4;
  border-radius: 0 300px 0 0;
}
.ggChip._html {
  max-width: 120px;
  border-radius: 5rem;
  padding: 1rem 1.7rem;
  color: white;
  margin: 1rem;
  cursor: pointer;
  pointer-events: all;
}
.ggChip._html i {
  margin-left: 0.6rem;
}
.tooltip-class {
  background: black !important;
  color: white !important;
}
hr.dotted-line {
  border-style: dotted !important;
  border-color: gray;
}
.ggLabel {
  margin-top: 1rem;
}
.ggLabel._v1 {
  padding: 0.5rem 1rem;
  display: flex;
  text-transform: uppercase;
  border-radius: 0.5rem !important;
}
.dangerColor span {
  color: #ffffff;
}
.ggDisabled {
  background-color: darkgray !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
  padding: 2rem;
  position: relative;
}
.ggDisabled::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: all;
  border-radius: 1rem;
  background-color: rgba(0, 0, 0, 0.2784313725);
  cursor: not-allowed !important;
}
.ggDisabled h2 {
  color: #f8f8fd !important;
}
.mdb-sortable {
  -webkit-user-select: none;
  user-select: none;
}
.mdb-sortable-placeholder {
  opacity: 0;
}
.scrollSnap-y {
  scroll-snap-type: y mandatory;
}
.scrollSnap-x {
  scroll-snap-type: x mandatory;
}
.center-all,
.positions-styles > div:first-child,
#loading-message {
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.max-h-100px {
  max-height: 100px !important;
}
.ggBox_v1,
.fixed_new_section,
.css-grid-table_subgrid.css-grid-head {
  display: flex;
  flex-direction: column;
  margin: 0.5rem 0;
  padding: 1.4rem 1.6rem;
  word-wrap: break-word;
  background-clip: border-box;
  width: 100%;
}
.ggBox_v1,
.fixed_new_section,
.css-grid-table_subgrid.css-grid-head {
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
}
.box-simple {
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0.8rem 0;
  padding: 1rem;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01), 0 0 0 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.box-simple:hover {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.11);
}
.box-simple-hvr {
  border: 0;
  padding: 1.6rem;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.box-simple-hvr:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01), 0 0 0 0 rgba(0, 0, 0, 0.06);
}
.nice-box {
  padding: 1.6rem;
  border-radius: 15px;
  letter-spacing: 0.5px;
  width: auto;
  margin: auto;
}
.nice-box p {
  line-height: 2.5rem;
}
.nice-box-simple {
  padding: 1.6rem;
  border-radius: 15px;
  letter-spacing: 0.5px;
}
.apex-card {
  position: relative;
  border: 0;
  margin: 18px 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}
@media (hover: hover) {
  .r-shadow-on-hov:hover {
    box-shadow: none !important;
  }
}
.r-shadow-on-hov:focus {
  box-shadow: none !important;
}
.r-shadow-on-hov:active {
  box-shadow: none !important;
}
.box-shadow-inner {
  box-shadow: inset 0 0 8px 1px #aba8a8;
}
._box_v1 {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
  outline: none !important;
}
.box-shadow-base {
  box-shadow: 0 0.5rem 0.5rem -1px #f8f8fd;
}
.box-shadow-base:hover,
.box-shadow-base:active {
  box-shadow: 0 0.5rem 0.5rem -1px #d3d3d3;
  transition: box-shadow 0.2s;
}
.shadow_v1_hover:hover,
.shadow_v1,
.catBox_v4,
.change-design-box-trigger,
._hover_v1:hover {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06) !important;
}
.no-box-shadow {
  box-shadow: none !important;
}
.shadow_v0 {
  box-shadow: none !important;
}
.remove_shadow_hover:hover {
  box-shadow: none !important;
}
.shadow_v2_hover:hover,
.shadow_v2,
._hover_v2:hover {
  box-shadow: rgb(207, 211, 214) 0 14px 90px -10px !important;
}
.remove_shadow_hover.shadow_v2_hover:hover,
.remove_shadow_hover.shadow_v2:hover,
.remove_shadow_hover._hover_v2:hover {
  box-shadow: none !important;
}
.shadow_v3_hover:hover,
.shadow_v3,
._hover_v3:hover {
  box-shadow: 21px 0 13px -12px rgb(173, 168, 173) !important;
}
.shadow_v4_hover:hover,
.shadow_v4,
._hover_v4:hover {
  box-shadow: 7px -3px 7px 3px rgba(68, 68, 68, 0.25) !important;
}
.shadow_v5_hover:hover,
.shadow_v5 {
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.06), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}
.shadow_v6_hover:hover,
.shadow_v6 {
  box-shadow: -2px 2px 12px #e3e3e3 !important;
}
.shadow_v7_hover:hover,
.shadow_v7 {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1) !important;
}
.shadow_v8_hover:hover,
.shadow_v8 {
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 25px !important;
}
.shadow_v10,
.shadow_v9_hover:hover,
.shadow_v9 {
  box-shadow: -2px -5px 5px 2px #e3e3e3 !important;
}
.shadow_v10_hover:hover {
  --shadowOffset: 0 0 #0000;
  --boxShadow1: 4px 0 4px rgba(0, 0, 0, 0.15);
  --boxShadow2: 0 0 #000000;
  box-shadow:
    var(--shadowOffset, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, --boxShadow2),
    var(--boxShadow1);
}
.no-outline {
  outline: none !important;
}
._hover_remove_shadow:hover {
  box-shadow: none !important;
}
.sticky-container {
  overflow: visible !important;
}
.sticky-heading,
.sticky-footer,
.sticky-heading-w-style-1 {
  position: relative;
}
@supports (position: sticky) {
  .sticky-heading {
    position: sticky !important;
    top: 0;
    z-index: 899;
  }
  .sticky-heading.searchInputs {
    bottom: 70px !important;
    z-index: 3000 !important;
  }
  .sticky-heading.sticky-padding {
    padding-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: -1rem !important;
  }
  @media screen and (max-width: 700px) {
    .sticky-heading.sticky-padding {
      top: 0 !important;
      padding-top: 3rem;
      margin-top: -1rem;
    }
  }
  .sticky-footer {
    position: sticky !important;
    bottom: 0;
    max-height: fit-content !important;
    z-index: 1000;
  }
}
.vertical-scroll {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  overflow-y: scroll;
  cursor: all-scroll;
  z-index: 998;
  width: 100%;
  pointer-events: all;
}
.vertical-scroll > div:last-of-type {
  margin-bottom: 5rem !important;
}
.content_fontSize._xs h1,
.content_fontSize._xs h2,
.content_fontSize._xs h3 {
  font-size: 20px !important;
  letter-spacing: 2.4px !important;
}
.content_fontSize._xs p,
.content_fontSize._xs span {
  font-size: 14px !important;
  letter-spacing: 1px !important;
}
.content_fontSize._xs strong {
  font-size: 16px !important;
  letter-spacing: 1.2px !important;
}
.content_fontSize._sm h1,
.content_fontSize._sm h2,
.content_fontSize._sm h3 {
  font-size: 25px !important;
  letter-spacing: 3px !important;
}
.content_fontSize._sm p,
.content_fontSize._sm span {
  font-size: 16px !important;
  letter-spacing: 1px !important;
}
.content_fontSize._sm strong {
  font-size: 18px !important;
  letter-spacing: 1.2px !important;
}
.content_fontSize._md h1,
.content_fontSize._md h2,
.content_fontSize._md h3 {
  font-size: 25px !important;
  letter-spacing: 3px !important;
}
.content_fontSize._md p,
.content_fontSize._md span {
  font-size: 16px !important;
  letter-spacing: 1px !important;
}
.content_fontSize._md strong {
  font-size: 18px !important;
  letter-spacing: 1.2px !important;
}
.content_fontSize._lg h1,
.content_fontSize._lg h2,
.content_fontSize._lg h3 {
  font-size: 32px !important;
  letter-spacing: 3px !important;
}
.content_fontSize._lg p,
.content_fontSize._lg span {
  font-size: 24px !important;
  letter-spacing: 1px !important;
}
.content_fontSize._lg strong {
  font-size: 26px !important;
  letter-spacing: 1.2px !important;
}
#ggTheme.darkContrast .nice-box-simple > h1,
#ggTheme.darkContrast .nice-box-simple > h2,
#ggTheme.darkContrast .nice-box-simple > h3,
#ggTheme.darkContrast .nice-box-simple > h4,
#ggTheme.darkContrast .nice-box-simple > h5,
#ggTheme.darkContrast .nice-box-simple > h6,
#ggTheme.darkContrast .nice-box-simple > p,
#ggTheme.darkContrast .ggBox_v1 > h1,
#ggTheme.darkContrast .fixed_new_section > h1,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h1,
#ggTheme.darkContrast .ggBox_v1 > h2,
#ggTheme.darkContrast .fixed_new_section > h2,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h2,
#ggTheme.darkContrast .ggBox_v1 > h3,
#ggTheme.darkContrast .fixed_new_section > h3,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h3,
#ggTheme.darkContrast .ggBox_v1 > h4,
#ggTheme.darkContrast .fixed_new_section > h4,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h4,
#ggTheme.darkContrast .ggBox_v1 > h5,
#ggTheme.darkContrast .fixed_new_section > h5,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h5,
#ggTheme.darkContrast .ggBox_v1 > h6,
#ggTheme.darkContrast .fixed_new_section > h6,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > h6,
#ggTheme.darkContrast .ggBox_v1 > p,
#ggTheme.darkContrast .fixed_new_section > p,
#ggTheme.darkContrast .css-grid-table_subgrid.css-grid-head > p {
  color: var(--grayColorDark);
}
@media screen and (min-width: 769px) {
  .full_width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.inherit_width {
  width: inherit;
}
.pointer-events-all-NC {
  pointer-events: all !important;
}
.pointer-events-none {
  pointer-events: none !important;
}
.pointer-events-none.ov_pointerEvents {
  pointer-events: all !important;
  cursor: pointer !important;
}
.pointer-events-all,
.sticky-top-bar .view_only {
  pointer-events: all !important;
  cursor: pointer;
}
.pointer-events-all.ov_pointerEvents,
.sticky-top-bar .ov_pointerEvents.view_only {
  pointer-events: none !important;
  cursor: unset;
}
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-auto.ov_pointerEvents {
  pointer-events: none;
  cursor: unset;
}
.inherit-pointer-events {
  pointer-events: inherit !important;
  cursor: inherit !important;
}
.smoothScrollFix {
  scroll-behavior: smooth !important;
}
.svg-hidden svg {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.svg-hover-visible:hover svg {
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.svg-click-visible svg {
  visibility: visible;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 500px) {
  .hiddenOn-500 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .hiddenOn-600 {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .hiddenOn-700 {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .hiddenOn-768 {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .hiddenOn-1100 {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .hiddenOn-900 {
    display: none;
  }
}
.visibleOn-500 {
  display: none !important;
}
@media screen and (max-width: 500px) {
  .visibleOn-500 {
    display: block !important;
  }
}
.visibleOn-600 {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .visibleOn-600 {
    display: block !important;
  }
}
.visibleOn-620 {
  display: none !important;
}
@media screen and (max-width: 620px) {
  .visibleOn-620 {
    display: block !important;
  }
}
.visibleOn-700 {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .visibleOn-700 {
    display: block !important;
  }
}
.visibleOn-768 {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .visibleOn-768 {
    display: block !important;
  }
}
.visibleOn-1000 {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .visibleOn-1000 {
    display: block !important;
  }
}
.contentEditable-papa._v1 [contenteditable=true] {
  background-color: transparent;
  font-family: Nunito, sans-serif;
  min-width: 95%;
  height: auto;
}
.contentEditable-papa._v1 [contenteditable=true]:focus {
  outline: none;
  color: white !important;
  font-size: 1.2em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.contentEditable-papa._v2 [contenteditable=true] {
  background-color: transparent;
}
.contentEditable-papa._v2 [contenteditable=true]:focus {
  white-space: initial;
  display: flex !important;
  flex-direction: column !important;
}
.content-wrapper {
  width: 90%;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
@media screen and (min-width: 769px) {
  .content-wrapper-60 {
    width: 60%;
    margin: 20%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-60-no-tb {
    width: 60%;
    margin: 3% 20%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-80 {
    width: 80%;
    margin: 1% 10% 1% 10%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-80-no-tb {
    width: 80%;
    margin: 0 10% 0 10%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-90 {
    width: 90%;
    margin: 5% 5% 3% 5%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-90-no-tb {
    width: 90%;
    margin: 0 5% 0 5%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-90-no-t {
    width: 90%;
    margin: 0 5% 5% 5%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-97 {
    width: 97%;
    margin: 1% 1.5%;
  }
}
@media screen and (min-width: 769px) {
  .content-wrapper-97-no-tb,
  #tableTopSection {
    width: 97%;
    margin: 0 1.5%;
  }
}
.content-wrapper-100 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}
.text-vertical-middle {
  position: relative;
  top: 45%;
}
.text-uppercase,
.table-top_grid .tableTop_btn_container button span {
  text-transform: uppercase;
}
.text-justify {
  text-align: justify;
}
.texto-tachado {
  text-decoration: line-through !important;
  text-decoration-color: red !important;
}
.text-line-through {
  text-decoration: line-through !important;
  text-decoration-color: red !important;
}
.texto-con-linea-abajo {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.no-wrap {
  white-space: nowrap !important;
  flex-wrap: nowrap !important;
}
.white-space-initial {
  white-space: initial !important;
}
.letter-space-1 {
  letter-spacing: 1px;
}
.letter-space-2 {
  letter-spacing: 2px;
}
.letter-space-n-1 {
  letter-spacing: -1px;
}
.fa-05x {
  font-size: 0.5em;
}
.fa-1-2x {
  font-size: 1.2em;
}
.fa-1-5x {
  font-size: 1.52em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.isInactive {
  pointer-events: none;
}
.force-select-all {
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}
div [cap]::first-letter,
h1 [cap]::first-letter,
h2 [cap]::first-letter,
h3 [cap]::first-letter,
h4 [cap]::first-letter,
h5 [cap]::first-letter,
p [cap]::first-letter,
span [cap]::first-letter {
  text-transform: uppercase !important;
}
.T,
[T] {
  text-transform: uppercase;
}
.C::first-letter,
[C]::first-letter {
  text-transform: uppercase;
}
.C-B::first-letter {
  text-transform: uppercase;
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-uppercase,
.table-top_grid .tableTop_btn_container button span {
  text-transform: uppercase;
}
.cool-underline::after {
  display: block;
  height: 3px;
  content: "";
  margin: 5px 0 10px 0;
}
.u-w-100.cool-underline::after {
  width: 100px;
}
.u-w-150.cool-underline::after {
  width: 150px;
}
.u-w-200.cool-underline::after {
  width: 200px;
}
.underline-normal {
  border-color: inherit;
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  line-height: 1.2em !important;
  width: fit-content !important;
}
.underline-accent {
  border-bottom-style: solid !important;
  border-bottom-width: 2px !important;
  line-height: 1.2em !important;
  width: fit-content !important;
}
.invisible-hr {
  margin: 0 !important;
  background-color: transparent !important;
  border: transparent !important;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.tags-btn.w_evenColors:nth-child(even) {
  background: var(--primaryColor);
}
.tags-btn.w_evenColors:nth-child(odd) {
  background: var(--secondaryColor);
}
button:focus,
a:focus,
div:focus,
span:focus,
p:focus {
  outline: 0 !important;
}
._w_topRound_edges {
  border-radius: 1.2rem 1.2rem 0 0 !important;
}
._w_bottomRound_edges {
  border-radius: 0 0 1.2rem 1.2rem !important;
}
a.text-not-clickable {
  background: lightgray;
  padding: 0.3rem 0.5rem;
  color: darkgray;
  text-decoration-line: underline;
  pointer-events: auto;
  cursor: not-allowed;
}
.text-not-clickable {
  background: lightgray;
  padding: 0.3rem 0.5rem;
  color: darkgray;
  text-decoration-line: underline;
  pointer-events: auto;
  cursor: not-allowed;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.overflow-gg-auto {
  overflow: auto;
}
.overflow-gg-scroll {
  overflow: scroll;
}
.overflow-f-auto {
  overflow: auto !important;
}
.overflow-scroll-y-contain {
  overscroll-behavior-y: contain !important;
}
._h_100vh {
  height: 100vh !important;
}
._min-height-none {
  min-height: 0;
}
._min-height-45px {
  min-height: 45px;
}
._min-height-60px {
  min-height: 60px;
}
._min-height-85px {
  min-height: 85px;
}
._min-height-100px {
  min-height: 100px;
}
._min-height-125px {
  min-height: 125px;
}
._min-height-150px {
  min-height: 150px;
}
._min-height-200px {
  min-height: 200px;
}
._min-height-250px {
  min-height: 250px;
}
._min-height-300px {
  min-height: 300px;
}
._min-height-350px {
  min-height: 350px;
}
._min-height-400px {
  min-height: 400px;
}
._min-height-450px {
  min-height: 450px;
}
._min-height-100vh {
  min-height: 100vh;
}
._imgStyle_w_100 {
  position: relative;
  width: 100%;
}
._imgStyle_h_100 {
  position: relative;
  height: 100%;
}
._imgStyle_wh_100 {
  position: relative;
  width: 100%;
  height: 100%;
}
._imgStyle_w_90 {
  position: relative;
  width: 90%;
}
._bgStyle_v1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  height: 110%;
  width: 100%;
}
._bgStyle_v2 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: fixed !important;
  height: 100% !important;
  width: 100% !important;
  background-size: auto 85%;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg_attachment_scroll {
  background-attachment: scroll !important;
}
.bg_attachment_fixed {
  background-attachment: fixed !important;
}
.bg_attachment_initial {
  background-attachment: initial !important;
}
.bg_size_contain {
  background-size: contain !important;
}
.bg_size_cover {
  background-size: cover !important;
}
.bg_size_10 {
  background-size: 10%;
}
.bg_size_20 {
  background-size: 20%;
}
.bg_size_30 {
  background-size: 30%;
}
.bg_size_40 {
  background-size: 40%;
}
.bg_size_50 {
  background-size: 50%;
}
.bg_size_60 {
  background-size: 60%;
}
.bg_size_70 {
  background-size: 70%;
}
.bg_size_80 {
  background-size: 80%;
}
.bg_size_90 {
  background-size: 90%;
}
.bg_size_100 {
  background-size: 100%;
}
.bg_size_initial {
  background-size: initial;
}
.bg_pos_top_left {
  background-position-y: top;
  background-position-x: left;
}
.bg_pos_top_center {
  background-position-y: top;
  background-position-x: center;
}
.bg_pos_top_right {
  background-position-y: top;
  background-position-x: right;
}
.bg_pos_middle_left {
  background-position-y: center;
  background-position-x: left;
}
.bg_pos_middle_center {
  background-position-y: center;
  background-position-x: center;
}
.bg_pos_middle_right {
  background-position-y: center;
  background-position-x: right;
}
.bg_pos_bottom_left {
  background-position-y: bottom;
  background-position-x: left;
}
.bg_pos_bottom_center {
  background-position-y: bottom;
  background-position-x: center;
}
.bg_pos_bottom_right {
  background-position-y: bottom;
  background-position-x: right;
}
.bg_pos_left {
  background-position-x: left;
}
.bg_pos_center {
  background-position-x: center;
}
.bg_pos_right {
  background-position-x: right;
}
.bg_repeat {
  background-repeat: repeat;
}
.bg_repeat-x {
  background-repeat: repeat-x;
}
.bg_no_repeat {
  background-repeat: no-repeat;
}
.overlay_0 {
  box-shadow: none;
}
.awesomeBg.overlay_1 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1) !important;
}
.awesomeBg.overlay_2 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2) !important;
}
.awesomeBg.overlay_3 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3) !important;
}
.awesomeBg.overlay_4 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4) !important;
}
.awesomeBg.overlay_5 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
}
.awesomeBg.overlay_6 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.6) !important;
}
.awesomeBg.overlay_7 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.7) !important;
}
.awesomeBg.overlay_8 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8) !important;
}
.awesomeBg.overlay_9 {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.9) !important;
}
.hoverEffect {
  transform: scale(1);
  transition: all 0.4s ease-in-out 0.2s;
}
.hoverEffect::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.hoverEffect:hover {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8) !important;
  cursor: zoom-in;
  transform: scale(1.1);
}
.hoverEffect:hover::after {
  opacity: 1;
  background: red;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
._slideImgBg_v1 {
  background-attachment: scroll !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
._slideImgBg_v2 {
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.image-as-bg ._slideImgBg_v1,
.image-as-bg ._slideImgBg_v2,
.image-as-bg ._slideImgBg_v3 {
  height: 200px !important;
  width: 100%;
  position: relative;
  background-image: url(https://gograb.io/media/logos/tacos_sample.png);
}
.image-as-bg .bg-text {
  position: absolute;
  right: unset;
  left: 0;
  bottom: -3rem;
}
.bg-fixed-cover-center {
  background-image: inherit;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}
.bg-repeat {
  background-repeat: repeat;
}
.full-bg-svg {
  background-image: url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 101 50' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='backgrounds' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='bg-1'%3E%3Crect id='Rectangle' x='0' y='0' width='100' height='50'%3E%3C/rect%3E%3Cg id='Group' opacity='0.549804688'%3E%3Cpath d='M30.375,44.1125 C23.54375,42.75 16.4125,42.1 9.41875,42.9 C6.21875,43.25625 3.0625,43.9375 0,44.9875 L0,50 L52.7375,50 C45.49375,47.925 38.3125,45.74375 31.0125,44.2375 C30.8,44.19375 30.5875,44.15625 30.375,44.1125 Z' id='change-primary-color' fill='%23F8FBFD' opacity='0'%3E%3C/path%3E%3Cpath d='M100,0 L0,0 L0,44.9875 C3.0625,43.9375 6.21875,43.25 9.41875,42.89375 C16.4125,42.1 23.54375,42.74375 30.375,44.10625 C30.5875,44.15 30.8,44.19375 31.0125,44.23125 C38.3125,45.73125 45.49375,47.91875 52.7375,49.99375 L100,49.99375 L100,0 Z' id='Path' fill='%23FFFFFF' opacity='0.15327381'%3E%3C/path%3E%3Cpath d='M29.9,36.3125 C30.1,36.3625 30.3,36.41875 30.49375,36.46875 C42.75625,39.75 54.7875,44.8125 67.5875,47.50625 C78.475,49.79375 89.43125,49.33125 100,46.86875 L100,0 L0,0 L0,35.93125 C3.26875,34.83125 6.65625,34.2 10.06875,34 C16.775,33.5875 23.48125,34.6375 29.9,36.3125 Z' id='Path' fill='%23FFFFFF' opacity='0.247558594'%3E%3C/path%3E%3Cpath d='M0,0 L0,26.8375 C3.475,25.6875 7.09375,25.13125 10.7125,25.10625 C17.1375,25.05625 23.4125,26.525 29.41875,28.5125 C29.60625,28.575 29.7875,28.6375 29.975,28.7 C41.45,32.575 52.83125,37.83125 65.125,40.70625 C76.79375,43.4375 88.64375,42.85625 99.99375,39.91875 L99.99375,0 L0,0 Z' id='Path' fill='%23FFFFFF' opacity='0.353004092'%3E%3C/path%3E%3Cpath d='M11.3625,16.2125 C17.5,16.5875 23.35625,18.4125 28.94375,20.71875 C29.11875,20.7875 29.2875,20.8625 29.4625,20.93125 C40.15,25.40625 50.88125,30.8375 62.66875,33.9125 C75.09375,37.15 87.88125,36.4625 100,32.9875 L100,0 L0,0 L0,17.7 C3.6875,16.475 7.5375,15.98125 11.3625,16.2125 Z' id='Path' fill='%23FFFFFF' opacity='0.450125558'%3E%3C/path%3E%3Cpath d='M100,0 L0,0 L0,8.51875 C3.89375,7.2125 7.98125,6.8 12.0125,7.31875 C17.8625,8.075 23.29375,10.3 28.46875,12.91875 C28.63125,13 28.7875,13.08125 28.95,13.1625 C38.85,18.23125 48.93125,23.84375 60.21875,27.1125 C73.375,30.925 87.14375,30.175 100.00625,26.075 L100.00625,0 L100,0 Z' id='Path' fill='%23FFFFFF' opacity='0.560523624'%3E%3C/path%3E%3Cpath d='M28.43125,5.39375 C37.54375,11.0625 46.975,16.83125 57.75625,20.3125 C70.79375,24.525 84.7125,24.1125 97.625,19.98125 C98.425,19.725 99.2125,19.45625 100.00625,19.175 L100.00625,0 L18.00625,0 C21.50625,1.33125 24.8,3.1625 27.9875,5.125 C28.1375,5.2125 28.28125,5.30625 28.43125,5.39375 Z' id='Path' fill='%23FFFFFF' opacity='0.639857701'%3E%3C/path%3E%3Cpath d='M100,0 L31.125,0 C38.50625,5.3625 46.34375,10.28125 55.3,13.5125 C67.2875,17.8375 80.3,18.18125 92.4875,14.83125 C95.0375,14.13125 97.55625,13.25625 100.00625,12.225 L100.00625,0 L100,0 Z' id='Path' fill='%23FFFFFF' opacity='0.695033482'%3E%3C/path%3E%3Cpath d='M87.34375,9.675 C90.29375,9.0125 93.19375,8.09375 96.00625,6.9375 C97.3625,6.38125 98.69375,5.7625 100,5.09375 L100,0 L40.2125,0 C44.14375,2.60625 48.31875,4.8875 52.84375,6.7125 C63.775,11.13125 75.8875,12.25625 87.34375,9.675 Z' id='change-primary-color' fill='%23FFFFFF' opacity='0.802548363'%3E%3C/path%3E%3Cpath d='M82.20625,4.525 C86.9125,3.7375 91.5125,2.20625 95.75625,0 L50.56875,0 C60.425,4.4375 71.54375,6.3125 82.20625,4.525 Z' id='change-primary-color-light' fill='%23F8FBFD' opacity='0.952869234'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
.bg-test-1 {
  background-color: #ffaa00;
  background-image: url(data:image/svg+xml;\ );
  background-attachment: fixed;
  background-size: cover;
}
.clip-path-top-circle {
  clip-path: circle(95.5% at 50% 100%);
}
.image-zoom .image-zoom-lens {
  position: absolute;
  z-index: 999;
  width: 200px;
  height: 200px;
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow:
    0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.flex_no_wrap {
  flex-wrap: nowrap;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-all-scroll {
  cursor: all-scroll;
}
.cursor-context-menu {
  cursor: context-menu;
}
.cursor-grab {
  cursor: grabbing;
}
.flex-tags-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tag-btn-sm {
  justify-self: center;
  font-weight: 200;
  height: 20px;
  padding: 2px 8px;
  margin-right: 5px;
  line-height: 160%;
  font-size: 10px;
  letter-spacing: 1px;
  border: none;
  width: fit-content;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-y: hidden !important;
  text-align: center;
}
.tag-btn-md {
  justify-self: center;
  font-weight: 200;
  height: 40px;
  padding: 2px 8px;
  margin-right: 5px;
  line-height: 160%;
  font-size: 10px;
  letter-spacing: 1px;
  border: none;
  width: fit-content;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow-y: hidden !important;
  text-align: center;
}
.bolita-bg {
  color: #ffffff;
  border-radius: 11.25px;
  border: 1px solid;
  padding: 1px 2px;
}
.bolita-pa-num {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 5%;
  border-radius: 11.25px;
  border: 1px solid;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 5px 8px 5px 8px;
}
.tag-tooltip {
  font-size: 10px;
  display: inline-block;
}
.tag-tooltip .box-tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-bottom: 11px;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.tag-tooltip:hover > .box-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tag-tooltip .tag-tooltip-text {
  position: relative;
  top: unset;
  bottom: unset;
  left: -50%;
  width: auto;
  padding: 8px 16px;
  white-space: nowrap;
  color: #fff;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  border-radius: 30px;
  z-index: 970;
}
.tooltip-style .tooltip-style-trigger {
  position: absolute;
}
.tooltip-style .box-tooltip-style {
  display: flex;
  flex-direction: column;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin-bottom: 11px;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
}
.tooltip-style:hover > .box-tooltip-style {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tooltip-style .style-tooltip-text {
  position: absolute;
  width: auto;
  padding: 8px 16px;
  white-space: nowrap;
  font-size: 11px;
  line-height: 3.3rem;
  text-align: center;
  border-radius: 30px;
  z-index: 970;
}
@media screen and (max-width: 600px) {
  .tooltip-style .style-tooltip-text {
    font-size: 9px;
  }
}
._multi-lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  width: 210px;
  flex-wrap: wrap;
  height: 40px;
}
._multi-lines span {
  white-space: normal;
}
.status-tag {
  width: fit-content;
  text-align: center;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  color: inherit;
  background-color: inherit;
  border-radius: 5em;
  padding: 0.5rem 0.6rem;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.max-lines-3 {
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  max-height: 3.6em;
  line-height: 1.2em;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent !important;
  z-index: -1;
}
.truncate-one-line-text {
  text-align: left !important;
  margin-right: 0 !important;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 1.2em;
  margin-right: -1em;
  padding-right: 1em;
}
.truncate-one-line-text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.truncate-one-line-text::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent !important;
  z-index: -1;
}
.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate-popular-search {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 145px;
}
.truncate-180 {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 180px;
}
.truncate-183 {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 183px;
}
.block-with-text {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  content: "...";
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.clip-circle-60px {
  clip-path: circle(60px at center);
}
.clip-circle {
  clip-path: circle(41% at center);
}
.gg-circle-75 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: visible;
  z-index: 10;
  transition: background-color 0.1s linear;
}
.ggCircle {
  border-radius: 50%;
  overflow: visible;
  z-index: 10;
  transition: background-color 0.1s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gg-square {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 10px;
  overflow: visible;
  transition: background-color 0.1s linear;
}
.opacity-1 {
  opacity: 1;
  z-index: 100000;
}
.opacity-0 {
  opacity: 0;
}
.opacity-05 {
  opacity: 0.5;
}
.opacity-85 {
  opacity: 0.85;
}
.z-index-10 {
  z-index: 10;
}
.z-index-1 {
  z-index: 1;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.z-index-899 {
  z-index: 899;
}
.z-index-900 {
  z-index: 900;
}
.z-index-999 {
  z-index: 999;
}
.z-index-1001 {
  z-index: 1002;
}
.z-index-2000 {
  z-index: 2000 !important;
}
.z-index-2001 {
  z-index: 2001;
}
.z-index-2010 {
  z-index: 2010 !important;
}
.z-index-3000 {
  z-index: 3000 !important;
}
.z-index-3001 {
  z-index: 3001 !important;
}
.max-height-34px {
  max-height: 34px !important;
}
#back-to-top-btn {
  position: fixed;
  right: -35px;
  left: unset;
  bottom: -7px;
  top: unset;
  z-index: 999;
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding-left: 6px;
  padding-right: 40px;
  transition: all 0.3s ease-in;
}
#back-to-top-btn:hover {
  padding-left: 10px;
  padding-right: 50px;
}
.hr-dashed-3 {
  border: none;
  border-top: 3px dashed !important;
  height: 1px;
  width: 100%;
}
.hr-dashed-1 {
  border: none;
  border-top: 1px dashed !important;
  height: 1px;
  width: 100%;
}
.grow {
  transition: scale 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
#ggTheme .ggVisible-s {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: all !important;
}
#ggTheme .ggHidden-s {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
#ggTheme .ggVisible,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._top-title,
#ggTheme .visible {
  visibility: visible;
  display: flex;
  flex-direction: column;
  pointer-events: all;
  opacity: 1;
}
#ggTheme .ggVisible._fixed,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._fixed._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._fixed._top-title,
#ggTheme .visible._fixed {
  position: fixed !important;
}
#ggTheme .ggVisible._tran_Left--300,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._tran_Left--300._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._tran_Left--300._top-title,
#ggTheme .visible._tran_Left--300 {
  left: 0 !important;
  transition: 0.5s all ease-in 0.3s !important;
}
#ggTheme .ggVisible._tran_Top--300,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._tran_Top--300._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._tran_Top--300._top-title,
#ggTheme .visible._tran_Top--300 {
  top: 0 !important;
  transition: 0.5s all ease-in 0.3s !important;
}
#ggTheme .ggVisible._tranX--300,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._tranX--300._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._tranX--300._top-title,
#ggTheme .visible._tranX--300 {
  transform: translateX(0);
  transition: 0.5s all ease-in 0.3s !important;
}
#ggTheme .ggVisible._tranY--300,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group ._tranY--300._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme ._tranY--300._top-title,
#ggTheme .visible._tranY--300 {
  transform: translateY(0);
  transition: 0.5s all ease-in 0.3s !important;
}
#ggTheme .ggHidden,
#ggTheme .hidden {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
#ggTheme .ggHidden.ggVisible,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group .ggHidden._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme .ggHidden._top-title,
#ggTheme .ggHidden .visible,
#ggTheme .hidden.ggVisible,
#ggTheme .gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group .hidden._top-title,
.gg_layout .gg_sideNav .gg_sideNav_content.gg_sideNav_content_hover.gg_sideNav_content .top-title_group #ggTheme .hidden._top-title,
#ggTheme .hidden .visible {
  visibility: visible !important;
  display: flex !important;
  flex-direction: column !important;
  pointer-events: all !important;
  opacity: 1 !important;
}
#ggTheme .ggHidden._tran_Left--300,
#ggTheme .hidden._tran_Left--300 {
  left: -300px !important;
  transition: 0.5s all ease-in !important;
}
#ggTheme .ggHidden._tran_Top--300,
#ggTheme .hidden._tran_Top--300 {
  top: -300px !important;
  transition: 0.5s all ease-in !important;
}
#ggTheme .ggHidden._tranX--300,
#ggTheme .hidden._tranX--300 {
  transform: translateX(-300px) !important;
  transition: 0.5s all ease-in !important;
}
#ggTheme .ggHidden._tranY--300,
#ggTheme .hidden._tranY--300 {
  transform: translateY(-300px) !important;
  transition: 0.5s all ease-in !important;
}
.show-only-on-hover img {
  position: absolute;
  right: 1rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.2s ease-in-out;
}
.show-only-on-hover:hover img,
.show-only-on-hover:active img,
.show-only-on-hover:focus img {
  visibility: visible;
  opacity: 1;
  width: 50px;
  display: block;
  transform: translateY(-45px);
}
.trans-ease-in-hover:hover,
.trans-ease-in,
.btn-ContrastColor_6 span,
.btn-ContrastColor_6,
.btn-tertiaryColor_6 span,
.btn-tertiaryColor_6,
.btn-secondary_6 span,
.btn-secondary_6,
.btn-ContrastColor_5 span,
.btn-ContrastColor_5,
.btn-tertiaryColor_5 span,
.btn-tertiaryColor_5,
.btn-secondary_5 span,
.btn-secondary_5,
.btn-primaryColor_5 span,
.btn-primaryColor_5,
.btn-ContrastColor_4 span,
.btn-ContrastColor_4,
.btn-tertiaryColor_4 span,
.btn-tertiaryColor_4,
.btn-secondary_4 span,
.btn-secondary_4,
.btn-primaryColor_4 span,
.btn-primaryColor_4,
.btn-ContrastColor_3:hover span,
.btn-ContrastColor_3 span,
.btn-ContrastColor_3,
.btn-tertiaryColor_3 span,
.btn-tertiaryColor_3,
.btn-secondary_3 span,
.btn-secondary_3,
.btn-primaryColor_3 span,
.btn-primaryColor_3,
.btn-ContrastColor_2 span,
.btn-ContrastColor_2,
.btn-tertiaryColor_2 span,
.btn-tertiaryColor_2,
.btn-secondary_2 span,
.btn-secondary_2,
.btn-primaryColor_2,
.btn-ContrastColor_1 span,
.btn-ContrastColor_1,
.btn-tertiaryColor_1 span,
.btn-tertiaryColor_1,
.btn-secondaryColor_1 span,
.btn-secondaryColor_1,
.btn-primaryColor_1:hover span,
.btn-primaryColor_1 span,
.btn-primaryColor_1 {
  transition-property: all;
  transition-timing-function: ease-in;
}
.trans-ease-out-hover:hover,
.trans-ease-out {
  transition-property: all;
  transition-timing-function: ease-out;
}
.trans-ease-in-out-hover:hover,
.trans-ease-in-out {
  transition-property: all;
  transition-timing-function: ease-in-out;
}
.line-height-1-5 {
  line-height: 1.5rem;
}
.line-height-2 {
  line-height: 2rem;
}
.btn-back-fixed-left {
  position: fixed;
  bottom: 2.5rem;
  left: -15px;
}
@media screen and (max-width: 600px) {
  .btn-back-fixed-left {
    padding-right: 0.5rem !important;
  }
  .btn-back-fixed-left span {
    display: none;
  }
}
.dot {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.dot .inner {
  background: #fff;
  position: absolute;
  width: 45%;
  height: 45%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.change-design-box-trigger {
  color: #000000;
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: unset;
  top: unset;
  right: unset;
  z-index: 10;
}
@media (hover: hover) {
  .change-design-box-trigger:hover span:first-child {
    background: white;
    opacity: 1;
  }
}
.change-design-box-trigger:focus span:first-child {
  background: white;
  opacity: 1;
}
.change-design-box-trigger:active span:first-child {
  background: white;
  opacity: 1;
}
.change-design-box-trigger span:first-child {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
}
@media (hover: hover) {
  .change-design-box-trigger span:first-child:hover h3 {
    visibility: visible;
    opacity: 1;
  }
}
.change-design-box-trigger span:first-child:focus h3 {
  visibility: visible;
  opacity: 1;
}
.change-design-box-trigger span:first-child:active h3 {
  visibility: visible;
  opacity: 1;
}
.change-design-box-trigger span:first-child i {
  background: transparent;
  opacity: 0.6;
  padding: 0.75rem;
}
.change-design-box-trigger span:first-child h3 {
  width: 93%;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.fixedBtns-container {
  position: absolute;
  bottom: 180px;
  right: 145px;
  z-index: 7005;
}
.fixed-bottom-btn {
  position: fixed !important;
  padding: 0.5rem;
  z-index: 1000;
  top: unset;
  bottom: unset;
  left: 0;
  transition: all 1.2s ease-in-out !important;
}
.scroll-selector {
  transition: all 0.3s ease-in;
}
.scroll-selector._padding.before-scroll {
  padding-top: 6rem !important;
}
.scroll-selector._padding.scroll-up {
  padding-top: 6rem !important;
}
.scroll-selector._padding.scroll-down {
  padding-top: 0 !important;
}
.scroll-selector._top-margin.before-scroll {
  margin-top: 7rem !important;
}
.scroll-selector._top-margin.scroll-up {
  margin-top: 7rem !important;
}
.scroll-selector._top-margin.scroll-down {
  margin-top: 0 !important;
}
.inView-show {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in;
}
.inView-hide {
  visibility: hidden;
  opacity: 0;
}
._switch_sm {
  --switch_width: 90px !important;
  --switch_right: 50px !important;
}
._switch_sm .onoffswitch {
  width: var(--switch_width);
}
._switch_sm .onoffswitch-switch {
  right: var(--switch_right);
}
._switch_md {
  --switch_width: 200px !important;
  --switch_right: 150px !important;
}
._switch_md .onoffswitch {
  width: var(--switch_width);
}
._switch_md .onoffswitch-switch {
  right: var(--switch_right);
}
.onoffswitch {
  position: relative;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner::before,
.onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-weight: bold;
}
.onoffswitch-inner::before {
  content: "ON";
  padding-left: 10px;
  color: #ffffff;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #eeeeee;
  color: #999999;
  text-align: right;
}
.img_color::before {
  content: "IMG" !important;
}
.img_color::after {
  content: "COLOR" !important;
}
.show_hide::before {
  content: "SHOW" !important;
}
.show_hide::after {
  content: "HIDE" !important;
}
.onoffswitch-switch {
  display: block;
  width: 25px;
  margin: 7.5px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0.5rem;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0.5rem;
}
._el_header {
  left: 0 !important;
  margin-left: -1rem;
  overflow: visible;
  display: flex;
}
._el_header.subHeader {
  top: 5.6rem !important;
}
._el_header ._losBtns {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
._el_header ._losBtns a {
  max-height: 35px;
  display: flex;
  align-items: center;
  padding: 0.6rem !important;
  margin: 0.7rem 0.5rem !important;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-uppercase,
.table-top_grid .tableTop_btn_container button span {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-none {
  text-transform: none;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.drag_item_2 {
  position: relative;
  padding: 0.5rem;
  border: 1px solid black;
  border-radius: 10px;
  margin: 1rem 0.5rem !important;
  font-size: 10px;
  letter-spacing: 1px;
}
.drag_item_2 .drag_item_box {
  background: white;
  padding: 1rem;
  text-transform: uppercase;
}
.drag_item_2.isHidden {
  display: none !important;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background:
    radial-gradient(
      rgba(0, 0, 0, 0.2) 0,
      rgba(0, 0, 0, 0.3) 40%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -ms-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background:
    radial-gradient(
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0.3) 40%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.5) 60%,
      rgba(255, 255, 255, 0) 70%);
}
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.waves-float:active {
  -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}
input[type=range][v1] {
  -webkit-appearance: none;
}
input[type=range][v1]:focus {
  outline: none;
}
input[type=range][v1]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}
input[type=range][v1]::-webkit-slider-runnable-track {
  background-color: var(--secondaryColor);
  animation: 0.2s;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #000000;
  border: 1px solid #000000;
}
input[type=range][v1]::-webkit-slider-thumb {
  width: 16px;
  height: 36px;
  background: #fff !important;
  border: 1px solid #000000;
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
}
#credential_picker_container {
  border: none;
  height: 330px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 391px;
  z-index: 9999;
}
#credential_picker_container iframe {
  border: none;
  width: 391px;
  height: 330px;
}
#g_a11y_announcement {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.L5Fo6c-sM5MNb {
  border: 0;
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.L5Fo6c-bF1uUb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.L5Fo6c-bF1uUb:focus {
  border: none;
  outline: none;
}
.ggTable_B {
  position: sticky;
  pointer-events: all;
  overflow-y: hidden;
  overflow-x: scroll;
  padding: 0;
  width: 94vw;
  margin: 1rem auto 0 auto !important;
}
.ggTable_B.noMargin {
  margin: 0 !important;
}
.ggTable_B.justMini {
  width: calc(100vw - 40px);
  overflow-x: hidden;
}
.ggTable_B gg-table-head {
  pointer-events: none;
  display: contents;
}
.ggTable_B .tableHead {
  position: sticky !important;
  width: 100%;
  top: 0 !important;
  z-index: 890;
}
.ggTable_B .tableHead .sticky-heading {
  width: fit-content;
}
.ggTable_B .tableHead .tableHead_subGrid {
  pointer-events: all;
  cursor: pointer;
  display: grid;
  grid-gap: 1rem;
  grid-template-rows: 80px;
  align-items: center;
  padding: 0 0 0 2rem;
  gap: 0 2rem;
  width: 100%;
}
.ggTable_B .tableHead .tableHead_subGrid.table-has-select-all {
  padding: 0 0 0 1rem;
}
.ggTable_B .tableHead .tableHead_subGrid.has_scrollable_content {
  padding: 0 0 0 3rem;
}
.ggTable_B .tableHead .tableHead_subGrid.has_scrollable_content.table-has-select-all {
  padding: 0 0 0 1rem;
}
.ggTable_B .tableHead .tableHead_subGrid.ovPadding {
  padding: 0 0 0 3rem;
}
.ggTable_B .tableHead .tableHead_subGrid.ovPadding > .each-header:first-child {
  padding-left: 0.5rem;
}
.ggTable_B .tableHead .tableHead_subGrid .each-header {
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 1.1px;
  font-weight: bolder;
  grid-row: 1;
  width: 100%;
}
.ggTable_B .tableHead .tableHead_subGrid .each-header._center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ggTable_B .tableHead .tableHead_subGrid .each-header .eachHead-filter {
  position: absolute;
  width: 200px;
  height: 240px;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ggTable_B .tableHead .tableHead_subGrid .each-header .eachHead-filter h3 {
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: 2px;
}
.ggTable_B .tableHead_actions {
  position: absolute;
  top: 0;
}
.ggTable_B .ggTable_container {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  margin: auto;
  min-width: 1100px;
}
.ggTable_B virtual-scroller,
.ggTable_B cdk-virtual-scroll-viewport {
  min-width: 800px;
  direction: rtl;
  height: 91vh;
}
.ggTable_B virtual-scroller.vertical.selfScroll,
.ggTable_B cdk-virtual-scroll-viewport.vertical.selfScroll {
  overflow-x: visible;
  overflow-y: auto;
  width: 100%;
}
.ggTable_B virtual-scroller.vertical.selfScroll [hasLowInfoBar],
.ggTable_B cdk-virtual-scroll-viewport.vertical.selfScroll [hasLowInfoBar] {
}
.ggTable_B virtual-scroller.vertical.selfScroll[hasLowInfoBar],
.ggTable_B cdk-virtual-scroll-viewport.vertical.selfScroll[hasLowInfoBar] {
  height: calc(100vh - 221px);
}
@media screen and (min-width: 768px) {
  .ggTable_B virtual-scroller.vertical.selfScroll[hasLowInfoBar],
  .ggTable_B cdk-virtual-scroll-viewport.vertical.selfScroll[hasLowInfoBar] {
    height: calc(100vh - 216px);
  }
}
.ggTable_B virtual-scroller .scrollable-content,
.ggTable_B cdk-virtual-scroll-viewport .scrollable-content {
  max-width: none !important;
}
.ggTable_B virtual-scroller .scrollable-content > gg-table-column:last-child,
.ggTable_B cdk-virtual-scroll-viewport .scrollable-content > gg-table-column:last-child {
  padding-bottom: 40rem !important;
}
.paintStripes:nth-of-type(odd):not(:hover),
.virtualCol:nth-of-type(odd):not(:hover),
gg-table-column:nth-of-type(odd):not(:hover) {
  background-color: #fff !important;
}
.paintStripes:nth-of-type(2n):not(:hover),
.virtualCol:nth-of-type(2n):not(:hover),
gg-table-column:nth-of-type(2n):not(:hover) {
  background-color: var(--grayColorVeryLight) !important;
}
.virtualCol,
gg-table-column {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 75px;
  z-index: 1;
  position: relative;
  padding: 0;
  grid-column: 1;
  transition: background-color 0.3s ease-in 0.3s;
}
.virtualCol [tableActions],
gg-table-column [tableActions] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  position: relative;
  background: white;
  z-index: 30000;
  height: 100%;
  align-items: center;
}
.virtualCol [tableActions] [leftActions],
gg-table-column [tableActions] [leftActions] {
}
.virtualCol [tableActions][leftActions],
gg-table-column [tableActions][leftActions] {
  left: 0;
  right: unset;
}
.virtualCol [tableActions] [absActions],
gg-table-column [tableActions] [absActions] {
}
.virtualCol [tableActions][absActions],
gg-table-column [tableActions][absActions] {
  position: absolute;
  right: 0;
}
.virtualCol [tableActions] .act_container,
gg-table-column [tableActions] .act_container {
  display: flex;
  flex-direction: row;
}
.virtualCol[hvrFx_papa]:hover [hvrFx_hijo],
gg-table-column[hvrFx_papa]:hover [hvrFx_hijo] {
  max-width: none;
  overflow: visible;
  background-color: white;
  color: black;
  white-space: initial;
  width: 100%;
  z-index: 5000;
  padding: 2rem 3rem;
  border-radius: 2rem;
  pointer-events: none;
}
.virtualCol[hvrFx_papa] [hvrFx_hijo],
gg-table-column[hvrFx_papa] [hvrFx_hijo] {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[hvrFx_papa] {
}
.css-grid-table_flex {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: scroll;
}
.css-grid-table_flex._infinite {
  overflow-y: scroll !important;
}
.css-grid-table_flex._infinite .css-grid-head {
  position: sticky !important;
  top: -3rem !important;
  z-index: 1500;
}
.css-grid-table_subgrid {
  display: grid !important;
  grid-gap: 1rem;
  align-items: center;
  align-content: center;
  font-size: 13px;
  border-radius: 4px;
  border-top: 1px solid #f8f8fd;
  text-transform: capitalize;
  transition: all 0.3s ease-in 0.1s;
}
.css-grid-table_subgrid.css-grid-head {
  overflow: hidden;
}
.css-grid-table_subgrid.css-grid-body {
  position: relative;
}
.css-grid-table_subgrid.css-grid-body.allow_overflow {
  overflow: visible;
}
.css-grid-table_subgrid.css-grid-body > span:first-child {
  padding: 0 1rem;
}
@media screen and (max-width: 600px) {
  .css-grid-table_subgrid.css-grid-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  .css-grid-table_subgrid.css-grid-body {
    font-size: 10px;
  }
}
.css-grid-table__subgrid-hover {
  transition: all 0.3s ease-in 0.2s;
}
.css-grid-table__subgrid-hover:hover {
  border: 1px solid;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 600px) {
  .css-grid-table__subgrid-hover:hover {
    font-size: 15px;
    padding: 0 !important;
  }
}
.css-grid-table__subgrid-hover:hover span:nth-child(1) {
  max-height: 100px;
}
.css-grid-table__subgrid-hover:hover span:nth-child(1) img {
  width: 110%;
  height: 110%;
}
.css-grid-table__subgrid-hover:hover .actions-desktop {
  bottom: 0;
  left: 6rem;
}
.css-grid-table__subgrid-hover:hover .actions-desktop._mini {
  opacity: 1 !important;
  transform: translateY(16px) !important;
}
@media screen and (min-width: 768px) {
  .css-grid-table__subgrid-hover:hover .actions-desktop._mini {
    transform: translate(0) !important;
  }
}
.losFiltros {
  display: flex;
}
.losFiltros .btn-group button {
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .losFiltros .btn-group button {
    padding: 1rem 3rem;
  }
}
#header-actions {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
  right: 5rem;
}
#tableTopSection {
  overflow: visible;
  z-index: 835;
  position: relative;
}
#tableTopSection .css-grid-head {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
#tableTopSection .table-top_grid .search-bar-icon {
  margin-left: 2rem;
  justify-self: end;
  margin-right: 2rem;
  z-index: 1003;
}
#tableTopSection .table-top_grid select {
  width: fit-content;
}
.tableGridRule {
  display: grid;
  align-items: center;
  justify-items: start;
  direction: ltr;
  grid-gap: 1rem;
  height: 75px;
  align-content: center;
  background-color: red !important;
}
.tableGridRule.addExtraPad > div:first-child {
  padding-left: 1rem !important;
}
.each-header .check {
  border: 1px solid black !important;
}
.table-top_grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 53px;
  grid-template-rows: 1fr;
  grid-gap: 5px;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 1.5rem;
  align-items: center;
  padding: 0;
}
.table-top_grid.with-lg-btns {
  grid-template-columns: 100px 1fr !important;
}
@media screen and (min-width: 768px) {
  .table-top_grid.with-lg-btns {
    grid-template-columns: 240px 1fr !important;
  }
}
@media screen and (max-width: 500px) {
  .table-top_grid {
    padding-left: 0.5rem;
    grid-template-columns: 50px 1fr;
  }
}
.table-top_grid .tableTop_btn_container {
  position: relative;
}
.table-top_grid .tableTop_btn_container button {
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #fff !important;
}
.table-top_grid .tableTop_btn_container button svg-icon svg {
  height: 40px !important;
}
.table-top_grid .tableTop_btn_container button::after {
  margin-top: 1.5rem !important;
}
.table-top_grid .tableTop_btn_container button span {
  margin-left: 1rem;
  margin-right: 1rem;
  color: #44474b;
}
.table-top_grid .btn-group .ggDropToggle {
  max-width: 100px;
  min-height: 53px;
}
.table-top_grid .btn-group .dropdown-toggle {
  font-size: 18px !important;
}
.table-top_grid .btn-group button:nth-child(1) {
  border-radius: 1rem 0 0 1rem;
}
.css-grid-body {
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.css-grid-body:nth-child(even) {
  background-color: #f8f8fd !important;
}
.css-grid-body:nth-child(odd) {
  background-color: white !important;
}
.css-grid-body .actions {
  transition: all 0.3s ease-in;
}
.css-grid-body.tableHover {
  transition: all 0.3s ease-in 0.2s;
}
@media (hover: hover) {
  .css-grid-body.tableHover {
    border: 1px solid;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    margin-bottom: 1rem !important;
  }
}
@media screen and (hover: hover) and (max-width: 600px) {
  .css-grid-body.tableHover {
    font-size: 15px;
    padding: 0 !important;
  }
}
@media (hover: hover) {
  .css-grid-body.tableHover span:nth-child(1) {
    max-height: 100px;
  }
  .css-grid-body.tableHover span:nth-child(1) img {
    width: 110%;
    height: 110%;
  }
  .css-grid-body.tableHover .actions._mini {
    opacity: 1 !important;
    transform: translateY(25px) !important;
  }
}
@media screen and (hover: hover) and (min-width: 768px) {
  .css-grid-body.tableHover .actions._mini {
    transform: translate(0) !important;
  }
}
.sticky-top-bar {
  background-color: #fff;
}
.sticky-top-bar.infinite-scroll-table {
  transition: all 0.3s ease-in 0.25s;
}
.sticky-top-bar.infinite-scroll-table.before-scroll {
  margin-top: 7rem;
}
.sticky-top-bar.infinite-scroll-table.scroll-up {
  margin-top: 7rem !important;
}
.sticky-top-bar.infinite-scroll-table.scroll-down {
  margin-top: 0 !important;
}
.sticky-top-bar .view_only {
  width: 100%;
  display: flex;
  margin-top: -1rem;
  margin-left: 3rem;
}
.drawAnimShort {
  animation: animateText 3s linear 3s;
}
.drawAnim_2 {
  padding: 3rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in;
}
.drawAnim_2 .animateText {
  position: relative;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 4px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #000,
      #fff,
      #000) no-repeat;
  background-size: 80%;
  animation: animateText 2s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@keyframes animateText {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.textAnim_0_1_0 {
  position: relative;
  letter-spacing: 4px;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      #000,
      #fff,
      #000) no-repeat;
  background-size: 80%;
  animation: textAnim1 3s linear infinite;
  animation-play-state: paused;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.textAnim_0_1_0.playAnim {
  animation-play-state: running;
}
@keyframes textAnim1 {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-500px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes animateDisplay {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    z-index: -1;
    pointer-events: none;
    animation-timing-function: ease-out;
    opacity: 0;
  }
}
@keyframes anim-simply-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-slide-from-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-to-top {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100vh, 0);
  }
}
@keyframes anim-slide-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes anim-slide-to-bottom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes anim-slide-to-bottom-short {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 200px, 0);
  }
}
@keyframes anim-slide-from-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-to-right {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(200px, 0, 0);
  }
}
@keyframes anim-slide-from-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-to-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0px, -200px, 0);
  }
}
@keyframes anim-slide-from-top-short {
  0% {
    transform: translate3d(0, -150px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-from-bottom-short {
  0% {
    transform: translate3d(0, -150px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-from-right-short {
  0% {
    transform: translate3d(150px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-slide-from-left-short {
  0% {
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slide-rotate-ver-right {
  0% {
    transform: translateX(0) rotateY(0);
  }
  100% {
    transform: translateX(150px) rotateY(-90deg);
  }
}
@keyframes slide-rotate-ver-left {
  0% {
    transform: translateX(0) rotateY(0);
  }
  100% {
    transform: translateX(-150px) rotateY(90deg);
  }
}
@keyframes scale-in-hor-right {
  0% {
    transform: scaleX(0);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flip-vertical-fwd {
  0% {
    transform: translateZ(160px) rotateY(180deg);
  }
  100% {
    transform: translateZ(0) rotateY(0);
  }
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1) translateY(0);
    transform-origin: center;
  }
}
@keyframes kenburns-scale {
  0% {
    transform: scale(1.25);
    transform-origin: bottom;
  }
  100% {
    transform: scale(1);
    transform-origin: center;
  }
}
@-webkit-keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes scale-up-hor-center {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes ggAlgoTop {
  0% {
    transform: translateZ(0) translateY(0);
  }
  100% {
    transform: translateZ(20px) translateY(-10px);
  }
}
@keyframes captureFx {
  0% {
    opacity: 1;
    background-color: black;
  }
  50% {
    opacity: 0.5;
    background-color: #353333;
  }
  75% {
    opacity: 0;
    background-color: #fff;
  }
  100% {
    opacity: 1;
    background-color: transparent;
  }
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 220;
  }
  100% {
    stroke-dashoffset: 40;
  }
}
.animated-svg.pauseSVG .animated_path {
  animation-play-state: paused !important;
}
.animated-svg.playSVG .animated_path,
html body #ggTheme #low-info-bar .new-full-w-grid:hover ._section-info #saveBtn_low svg-icon.animated-svg .animated_path {
  animation-play-state: running !important;
}
@media screen and (max-width: 769px) {
  .animated-svg.playSVG._not_in_mini .animated_path,
  html body #ggTheme #low-info-bar .new-full-w-grid:hover ._section-info #saveBtn_low svg-icon.animated-svg._not_in_mini .animated_path {
    animation-play-state: paused !important;
  }
}
.playSVG.tmbAnimate,
html body #ggTheme #low-info-bar .new-full-w-grid:hover ._section-info #saveBtn_low svg-icon.tmbAnimate {
  visibility: visible !important;
}
.playAnim {
  animation-play-state: running;
}
.pauseAnim {
  animation-play-state: paused;
}
.ggAnimContainer {
  display: block !important;
}
.ggAnimPro {
  animation-play-state: paused;
}
.ggAnimPro.ggPaused {
  animation-play-state: paused !important;
}
.ggAnimPro.ggPaused.startTrans {
  opacity: 0;
}
.ggAnimPro.ggPlay {
  animation-play-state: running !important;
  animation-fill-mode: forwards;
}
.ggAnimPro.ggPlay.ggReverse {
  animation-play-state: revert !important;
  animation-fill-mode: backwards;
}
@media screen and (max-width: 769px) {
  .ggAnimPro.ggPlay._not_in_mini {
    animation-play-state: paused !important;
  }
}
.translate-algo .translate-target:target {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out 5s;
  transform: translateY(-100%);
}
.translate-algo.target-papa .translate-target {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
  transform: translateY(0) !important;
  transition: all 0.5s ease-in-out !important;
}
.delay-0 {
  animation-delay: 0s !important;
}
.delay-25 {
  animation-delay: 0.25s !important;
}
.delay-50 {
  animation-delay: 0.5s !important;
}
.delay-100 {
  animation-delay: 1s !important;
}
.delay-200 {
  animation-delay: 2s !important;
}
.delay-300 {
  animation-delay: 3s !important;
}
.animate-display {
  animation-delay: 2s !important;
  animation: animateDisplay 3s both;
}
.ggAnimDelay_2 {
  animation-delay: 2s;
  opacity: 0;
  opacity: 1 !important;
}
._will-change-opacity {
  will-change: opacity;
}
._will-change-transform {
  will-change: transform;
}
.NO_ESTA {
  opacity: 0;
}
.NO_ESTA svg {
  opacity: 1;
}
.ggAnims {
  transition-property: opacity, transform;
  transition-duration: 65ms;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  backface-visibility: hidden;
}
.ggAnims.TA_AQUI {
  opacity: 1;
}
.ggAnims.TA_AQUI._f_opacity {
  opacity: 1 !important;
}
.ggAnims.TA_AQUI.simply-show,
.ggAnims.TA_AQUI.tranY__200,
.ggAnims.TA_AQUI.tranY_200,
.ggAnims.TA_AQUI.tranY__100vh,
.ggAnims.TA_AQUI.tranY__100,
.ggAnims.TA_AQUI.tranY_100,
.ggAnims.TA_AQUI.tranX__300,
.ggAnims.TA_AQUI.tranX__200,
.ggAnims.TA_AQUI.tranX_200 {
  transform: translate3d(0, 0, 0);
}
.ggAnims.TA_AQUI.bounce-in-top {
  animation: bounce-in-top 1.1s forwards;
}
.ggAnims.TA_AQUI.ggAnim-simply-show {
  animation-name: anim-simply-show;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-top {
  animation: anim-slide-from-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-bottom {
  animation: anim-slide-from-bottom 0.3s ease-in-out both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-right {
  animation: anim-slide-from-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-left {
  animation: anim-slide-from-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-top-short {
  animation: anim-slide-from-top-short 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-bottom-short {
  animation: anim-slide-from-bottom-short 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-right-short {
  animation: anim-slide-from-right-short 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.ggAnim-slide-from-left-short {
  animation: anim-slide-from-left-short 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.slide-rotate-ver-right {
  animation: slide-rotate-ver-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.slide-rotate-ver-left {
  animation: slide-rotate-ver-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.scale-in-hor-right {
  animation: scale-in-hor-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.slide-top {
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI.flip-vertical-fwd {
  animation: flip-vertical-fwd 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.ggAnims.TA_AQUI.ggAnim-rotationScale {
  animation: rotationScale1;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-play-state: running;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-slide-from-left {
  animation: anim-slide-to-left 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI._reverseAnim.bounce-in-top {
  animation: anim-slide-to-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-slide-from-top {
  animation: anim-slide-to-top 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-slide-from-bottom {
  animation: anim-slide-to-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-fill-mode: forwards;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-slide-from-bottom-short {
  animation: anim-slide-to-bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-fill-mode: forwards;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-slide-from-right {
  animation: anim-slide-to-right 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ggAnims.TA_AQUI._reverseAnim.ggAnim-rotationScale {
  animation: reverseRotationScale1;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-play-state: running;
}
._3D_space {
  overflow: visible !important;
}
._3D_space .image_3d {
  overflow: visible !important;
  pointer-events: none;
}
._3D_space .image_3d img {
  perspective: 3000px !important;
  position: absolute !important;
  left: -10% !important;
  top: 15% !important;
  transform-style: preserve-3d !important;
  transform: rotateX(70deg) rotateZ(-60deg) translate3d(-120px, 0px, 70px) !important;
  box-shadow: -80px 60px 15px 5px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.4s !important;
  animation: none !important;
}
@media screen and (min-width: 769px) {
  ._3D_space.activated3D .image_3d img {
    top: 0 !important;
    transform: rotateX(0deg) rotateZ(0deg) translate3d(0px, 0px, 0px) !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  }
}
.bgAnims.kenburns-bottom {
  animation: kenburns-scale 2s ease-in both 1s;
}
.tranX_200 {
  transform: translateX(200px);
}
.tranX__200 {
  transform: translateX(-200px);
}
.tranX__300 {
  transform: translateX(-300px);
}
.tranY_100 {
  transform: translateY(100px);
}
.tranY__100 {
  transform: translateY(-100px);
}
.tranY__100vh {
  transform: translateY(-100vh);
}
.tranY_200 {
  transform: translateY(200px);
}
.tranY__200 {
  transform: translateY(-200px);
}
.staggerOnHover:hover svg #effect {
  opacity: 0;
}
.staggerAlgo + .staggerAlgo,
.staggerOnHover:hover svg #effect + .staggerAlgo,
.staggerOnHover:hover svg .staggerAlgo + #effect,
.staggerOnHover:hover svg #effect + #effect {
  position: relative;
}
.staggerAlgo:nth-child(1),
.staggerOnHover:hover svg #effect:nth-child(1) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(2),
.staggerOnHover:hover svg #effect:nth-child(2) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(3),
.staggerOnHover:hover svg #effect:nth-child(3) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 0.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(4),
.staggerOnHover:hover svg #effect:nth-child(4) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 1.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(5),
.staggerOnHover:hover svg #effect:nth-child(5) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(6),
.staggerOnHover:hover svg #effect:nth-child(6) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 1.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(7),
.staggerOnHover:hover svg #effect:nth-child(7) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 2.1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(8),
.staggerOnHover:hover svg #effect:nth-child(8) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 2.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(9),
.staggerOnHover:hover svg #effect:nth-child(9) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 2.7s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(10),
.staggerOnHover:hover svg #effect:nth-child(10) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(11),
.staggerOnHover:hover svg #effect:nth-child(11) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 3.3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(12),
.staggerOnHover:hover svg #effect:nth-child(12) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 3.6s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(13),
.staggerOnHover:hover svg #effect:nth-child(13) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 3.9s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.staggerAlgo:nth-child(14),
.staggerOnHover:hover svg #effect:nth-child(14) {
  animation-name: inherit;
  animation-duration: 0.25s;
  animation-timing-function: ease;
  animation-delay: 4.2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes staggerThis {
  0% {
    opacity: 0;
    transform: scale(0.6) translateY(-8px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes ggProgressBarAnim {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.scale-up-hor-center {
  animation: scale-up-hor-center 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}
.ggAnim_entrance {
  transition: all 0.3s ease-in;
}
.ggAnim_entrance.fromBottom {
  opacity: 0;
  transform: translate3d(0, 300px, 0);
}
.ggAnim_entrance.fromBottom.showAnim {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.ggAnim_entrance.fromLeft {
  opacity: 0;
  transform: translate3d(-300px, 0, 0);
}
.ggAnim_entrance.fromLeft.showAnim {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
[hvrFx_papa]:hover .tijeras_inCard svg {
  opacity: 1;
  right: 0;
  transform: translateX(-260px);
}
.hvr_anim_circle::after {
  content: "";
  position: absolute;
  width: var(--afterDims);
  height: var(--afterDims);
  background-color: transparent;
  border-radius: 0;
  transition: all 1s ease-in 0.1s;
  z-index: -1;
}
.hvr_anim_circle::after:hover::after {
  pointer-events: none;
  animation: anim_circle_out 1s;
}
.hvr_anim_circle:hover::after {
  border-radius: 50%;
  background-color: var(--whiteColor);
}
@keyframes anim_circle_out {
  0% {
    border-radius: 0;
    background-color: transparent;
  }
  100% {
    border-radius: 50%;
    background-color: var(--whiteColor);
  }
}
.scissors_lane {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.scissors_lane hr {
  position: absolute;
  top: 0;
}
.scissors_lane .svg-tijeras svg {
  width: 100%;
  margin-top: -3rem;
}
.tijeras_inCard {
  position: relative;
  width: 100%;
  height: 0;
}
.tijeras_inCard svg {
  position: absolute;
  right: 100%;
  top: -3.8rem;
  opacity: 0;
  transition: all 1.3s ease-in 0.1s;
  transform: translateX(300px);
}
.v-align {
  position: absolute;
  text-align: center;
  left: 0;
  width: 100%;
  max-height: 90vh;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5000;
}
.hero-btn {
  position: relative;
  width: 200px;
  margin: auto;
  height: 66px;
}
.hero-btn .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primaryColor);
  border: none;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-appearance: none;
  box-shadow: 0 15px 40px rgba(var(--primaryColor), 0.5);
  transform: perspective(600px) rotateX(0deg) scale(1);
  transition: all 0.2s linear;
}
.hero-btn .btn:hover {
  background-color: var(--primaryColorDark);
  box-shadow: 0 20px 40px rgba(var(--primaryColor), 0.5);
}
.hero-btn .btn:active {
  transform: perspective(600px) rotateX(15deg) scale(0.9);
  font-size: 21px;
  box-shadow: 0 20px 40px rgba(var(--primaryColor), 0.5);
}
.active .hero-btn .btn:active {
  transform: perspective(600px) rotateX(0deg) scale(1);
  font-size: 22px;
  box-shadow: 0 15px 40px rgba(var(--primaryColor), 0.5);
}
.particles-circle {
  position: absolute;
  background-color: var(--primaryColor);
  width: 30px;
  height: 30px;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  z-index: -1;
  border-radius: 50%;
  transform: scale(0);
  visibility: hidden;
}
.particles-circle:nth-of-type(odd) {
  border: solid 2px var(--primaryColor);
  background-color: transparent;
}
@keyframes particles-1 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 25px;
    top: 246px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(1) {
  animation: particles-1 1.5s 0.025s;
}
@keyframes particles-2 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 26px;
    top: 173px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(2) {
  animation: particles-2 1.5s 0.05s;
}
@keyframes particles-3 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 232px;
    top: 244px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(3) {
  animation: particles-3 1.5s 0.075s;
}
@keyframes particles-4 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 67px;
    top: 25px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(4) {
  animation: particles-4 1.5s 0.1s;
}
@keyframes particles-5 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 222px;
    top: -74px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(5) {
  animation: particles-5 1.5s 0.125s;
}
@keyframes particles-6 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 158px;
    top: 125px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(6) {
  animation: particles-6 1.5s 0.15s;
}
@keyframes particles-7 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -150px;
    top: -124px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(7) {
  animation: particles-7 1.5s 0.175s;
}
@keyframes particles-8 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -72px;
    top: -103px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(8) {
  animation: particles-8 1.5s 0.2s;
}
@keyframes particles-9 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -184px;
    top: -105px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(9) {
  animation: particles-9 1.5s 0.225s;
}
@keyframes particles-10 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -240px;
    top: 42px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(10) {
  animation: particles-10 1.5s 0.25s;
}
@keyframes particles-11 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -55px;
    top: -77px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(11) {
  animation: particles-11 1.5s 0.275s;
}
@keyframes particles-12 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 56px;
    top: -49px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(12) {
  animation: particles-12 1.5s 0.3s;
}
@keyframes particles-13 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 119px;
    top: -219px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(13) {
  animation: particles-13 1.5s 0.325s;
}
@keyframes particles-14 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -12px;
    top: 196px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(14) {
  animation: particles-14 1.5s 0.35s;
}
@keyframes particles-15 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -53px;
    top: 216px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(15) {
  animation: particles-15 1.5s 0.375s;
}
@keyframes particles-16 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 76px;
    top: -191px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(16) {
  animation: particles-16 1.5s 0.4s;
}
@keyframes particles-17 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 176px;
    top: 113px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(17) {
  animation: particles-17 1.5s 0.425s;
}
@keyframes particles-18 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 84px;
    top: 97px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(18) {
  animation: particles-18 1.5s 0.45s;
}
@keyframes particles-19 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -38px;
    top: -181px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(19) {
  animation: particles-19 1.5s 0.475s;
}
@keyframes particles-20 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -114px;
    top: 245px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(20) {
  animation: particles-20 1.5s 0.5s;
}
@keyframes particles-21 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -45px;
    top: -156px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(21) {
  animation: particles-21 1.5s 0.525s;
}
@keyframes particles-22 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -68px;
    top: 48px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(22) {
  animation: particles-22 1.5s 0.55s;
}
@keyframes particles-23 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 101px;
    top: 33px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(23) {
  animation: particles-23 1.5s 0.575s;
}
@keyframes particles-24 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 134px;
    top: 203px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(24) {
  animation: particles-24 1.5s 0.6s;
}
@keyframes particles-25 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 179px;
    top: 49px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(25) {
  animation: particles-25 1.5s 0.625s;
}
@keyframes particles-26 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -118px;
    top: -194px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(26) {
  animation: particles-26 1.5s 0.65s;
}
@keyframes particles-27 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -26px;
    top: 2px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(27) {
  animation: particles-27 1.5s 0.675s;
}
@keyframes particles-28 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -98px;
    top: -9px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(28) {
  animation: particles-28 1.5s 0.7s;
}
@keyframes particles-29 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 166px;
    top: 106px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(29) {
  animation: particles-29 1.5s 0.725s;
}
@keyframes particles-30 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -135px;
    top: 210px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(30) {
  animation: particles-30 1.5s 0.75s;
}
@keyframes particles-31 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -117px;
    top: -52px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(31) {
  animation: particles-31 1.5s 0.775s;
}
@keyframes particles-32 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 4px;
    top: -133px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(32) {
  animation: particles-32 1.5s 0.8s;
}
@keyframes particles-33 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -165px;
    top: -213px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(33) {
  animation: particles-33 1.5s 0.825s;
}
@keyframes particles-34 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: 85px;
    top: 143px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(34) {
  animation: particles-34 1.5s 0.85s;
}
@keyframes particles-35 {
  from {
    transform: scale(1);
    visibility: visible;
  }
  to {
    left: -153px;
    top: 131px;
    transform: scale(0);
    visibility: hidden;
  }
}
.activeParticles .particles-circle:nth-of-type(35) {
  animation: particles-35 1.5s 0.875s;
}
.wrap__sparks {
  transform: translateZ(-100px);
}
.opacity-flick {
  animation: 3.3s linear infinite both flick, 3.3s linear infinite both flick2;
}
@keyframes flick {
  0% {
    opacity: 1;
  }
  15.1515% {
    opacity: 0.6;
  }
  30.303% {
    opacity: 1;
  }
  45.4545% {
    opacity: 0.49;
  }
  60.6061% {
    opacity: 1;
  }
  78.7879% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flick2 {
  0% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 1;
  }
}
@keyframes screen-content-1_t {
  0% {
    transform: translate(100px, 53px);
  }
  40% {
    transform: translate(100px, 53px);
  }
  50% {
    transform: translate(100px, 333px);
  }
  100% {
    transform: translate(100px, 333px);
  }
}
@keyframes screen-content-1_o {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anim001_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  13.75% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-2_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  16.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-3_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  17.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-4_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  18.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-5_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  18.75% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-6_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  18.75% {
    opacity: 0;
  }
  21.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-7_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  22.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-8_o {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 0;
  }
  21.25% {
    opacity: 0;
  }
  23.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-9_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  26.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-10_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  26.25% {
    opacity: 0;
  }
  27.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-11_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  27.5% {
    opacity: 0;
  }
  28.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-12_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  27.5% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-13_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  28.75% {
    opacity: 0;
  }
  32.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-14_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  31.25% {
    opacity: 0;
  }
  33.75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-15_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  32.5% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim001-16_o {
  0% {
    opacity: 0;
  }
  23.75% {
    opacity: 0;
  }
  33.75% {
    opacity: 0;
  }
  36.25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes login-btn_t {
  0% {
    transform: translate(0px, -10px);
  }
  37.5% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, -10px);
  }
}
@keyframes login-btn_ft {
  0% {
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
  }
  36.25% {
    filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.5));
  }
  38.75% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  }
  100% {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
  }
}
@keyframes logo_t {
  0% {
    transform: translate(21px, 275px);
  }
  12.5% {
    transform: translate(21px, 21.5px);
  }
  100% {
    transform: translate(21px, 21.5px);
  }
}
@keyframes back-login-2_t {
  0% {
    transform: translate(99.876853px, 59px);
  }
  51.2499% {
    transform: translate(99.876853px, 57px);
  }
  100% {
    transform: translate(99.876853px, 57px);
  }
}
@keyframes back-login-2_o {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bike-guy_t {
  0% {
    transform: translate(-199.858156px, 2.262411px);
  }
  66.6666% {
    transform: translate(2514.680851px, 2.262411px);
  }
  67.5% {
    transform: translate(2514.680851px, 2.262411px);
  }
  100% {
    transform: translate(2514.680851px, 2.262411px);
  }
}
@keyframes a0_t {
  0% {
    transform: translate(46.897111px, 133.047814px);
  }
  100% {
    transform: translate(46.897111px, 133.047814px);
  }
}
@keyframes a1_t {
  0% {
    transform: rotate(4deg);
  }
  12.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  12.5083% {
    transform: rotate(4deg);
  }
  25% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  25.0083% {
    transform: rotate(4deg);
  }
  37.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  37.5083% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  50.0083% {
    transform: rotate(4deg);
  }
  62.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  62.5083% {
    transform: rotate(4deg);
  }
  75% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  75.0083% {
    transform: rotate(4deg);
  }
  87.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  87.5083% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wheel-shadow-left_t {
  0% {
    transform: translate(-4.1117px, 9.609155px);
  }
  100% {
    transform: translate(-4.1117px, 9.609155px);
  }
}
@keyframes wheel-shadow-left_do {
  0% {
    stroke-dashoffset: 9px;
  }
  100% {
    stroke-dashoffset: 9px;
  }
}
@keyframes wheel-shadow-left_d {
  0% {
    d: path("M0,0C2.59146,1.88891,5.31027,1.62711,8.10993,0");
  }
  100% {
    d: path("M0,0C2.59146,1.88891,5.31027,1.62711,8.10993,0");
  }
}
@keyframes a2_t {
  0% {
    transform: translate(174.975175px, 132.737589px);
  }
  100% {
    transform: translate(174.975175px, 132.737589px);
  }
}
@keyframes a3_t {
  0% {
    transform: rotate(75deg);
  }
  12.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  12.5083% {
    transform: rotate(75deg);
  }
  25% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  25.0083% {
    transform: rotate(75deg);
  }
  37.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  37.5083% {
    transform: rotate(75deg);
  }
  50% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  50.0083% {
    transform: rotate(75deg);
  }
  62.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  62.5083% {
    transform: rotate(75deg);
  }
  75% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  75.0083% {
    transform: rotate(75deg);
  }
  87.5% {
    transform: rotate(360deg);
    animation-timing-function: steps(1);
  }
  87.5083% {
    transform: rotate(75deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wheel-shadow-right_t {
  0% {
    transform: translate(-2.472628px, 4.2295px);
  }
  100% {
    transform: translate(-2.472628px, 4.2295px);
  }
}
@keyframes wheel-shadow-right_do {
  0% {
    stroke-dashoffset: 9px;
  }
  100% {
    stroke-dashoffset: 9px;
  }
}
@keyframes wheel-shadow-right_d {
  0% {
    d: path("M0,0C2.59146,1.88891,2.46161,1.25065,5.26127,-0.376457");
  }
  100% {
    d: path("M0,0C2.59146,1.88891,2.46161,1.25065,5.26127,-0.376457");
  }
}
@keyframes credit-card-primary_t {
  0% {
    transform: translate(348.5px, 326.5px) rotate(-90deg);
  }
  30% {
    transform: translate(348.5px, 326.5px) rotate(-90deg);
  }
  67.5% {
    transform: translate(348.5px, 251.499px) rotate(-90deg);
  }
  92.5% {
    transform: translate(348.5px, 326.5px) rotate(-90deg);
  }
  100% {
    transform: translate(348.5px, 326.5px) rotate(-90deg);
  }
}
@keyframes change-third-color_o {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  92.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-third-color_f {
  0% {
    fill: #ffffff;
  }
  65% {
    fill: #fc0de8;
  }
  100% {
    fill: #fc0de8;
  }
}
@keyframes change-accent-color-3_o {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  87.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-accent-color-3_f {
  0% {
    fill: #ffffff;
  }
  65% {
    fill: #ffaa00;
  }
  100% {
    fill: #ffaa00;
  }
}
@keyframes change-secondary-color_o {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-secondary-color_f {
  0% {
    fill: #ffffff;
  }
  65% {
    fill: #0eefa0;
  }
  100% {
    fill: #0eefa0;
  }
}
@keyframes change-primary-color_o {
  0% {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  72.5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color_f {
  0% {
    fill: #ffffff;
  }
  67.5% {
    fill: #ff0000;
  }
  100% {
    fill: #ff0000;
  }
}
@keyframes cloud-2_t {
  0% {
    transform: translate(112.15205px, 90.099981px) scale(0.75, 0.75);
  }
  100% {
    transform: translate(1487.5px, -4.273534px) scale(0.75, 0.75);
  }
}
@keyframes cloud-1_t {
  0% {
    transform: translate(1560.059992px, 48.323528px);
  }
  100% {
    transform: translate(0.00003px, 126.349414px);
  }
}
@keyframes Path-2_fo {
  0% {
    fill-opacity: 1;
  }
  20% {
    fill-opacity: 0.2;
  }
  30% {
    fill-opacity: 0.85;
  }
  40% {
    fill-opacity: 0.3;
  }
  52% {
    fill-opacity: 1;
  }
  62% {
    fill-opacity: 0.4;
  }
  100% {
    fill-opacity: 0.4;
  }
}
@keyframes Path-4_fo {
  0% {
    fill-opacity: 1;
  }
  14% {
    fill-opacity: 0.2;
  }
  24% {
    fill-opacity: 0.85;
  }
  34% {
    fill-opacity: 0.3;
  }
  46% {
    fill-opacity: 1;
  }
  56% {
    fill-opacity: 0.4;
  }
  66% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes Path-6_fo {
  0% {
    fill-opacity: 1;
  }
  20% {
    fill-opacity: 0.2;
  }
  30% {
    fill-opacity: 0.85;
  }
  40% {
    fill-opacity: 0.3;
  }
  52% {
    fill-opacity: 1;
  }
  62% {
    fill-opacity: 0.4;
  }
  100% {
    fill-opacity: 0.4;
  }
}
@keyframes bad_t {
  0% {
    transform: translate(84px, 67.146704px) scale(1, 0.199685) translate(-9px, -54px);
  }
  16.6666% {
    transform: translate(84px, 67.146704px) scale(1, 0.416379) translate(-9px, -54px);
  }
  33.3333% {
    transform: translate(84px, 67.146704px) scale(1, 0.785344) translate(-9px, -54px);
  }
  50% {
    transform: translate(84px, 67.146704px) scale(1, 0.381239) translate(-9px, -54px);
  }
  66.6666% {
    transform: translate(84px, 67.146704px) scale(1, 0.592077) translate(-9px, -54px);
  }
  83.3333% {
    transform: translate(84px, 67.146704px) scale(1, 0.908332) translate(-9px, -54px);
  }
  100% {
    transform: translate(84px, 67.146704px) scale(1, 0.199685) translate(-9px, -54px);
  }
}
@keyframes maso_t {
  0% {
    transform: translate(59px, 68.213789px) scale(1, 0.516238) translate(-9px, -64px);
  }
  16.6666% {
    transform: translate(59px, 68.213789px) scale(1, 0.649658) translate(-9px, -64px);
  }
  33.3333% {
    transform: translate(59px, 68.213789px) scale(1, 0.382817) translate(-9px, -64px);
  }
  50% {
    transform: translate(59px, 68.213789px) scale(1, 1.099334) translate(-9px, -64px);
  }
  66.6666% {
    transform: translate(59px, 68.213789px) scale(1, 1.524302) translate(-9px, -64px);
  }
  83.3333% {
    transform: translate(59px, 68.213789px) scale(1, 1.306877) translate(-9px, -64px);
  }
  100% {
    transform: translate(59px, 68.213789px) scale(1, 0.516238) translate(-9px, -64px);
  }
}
@keyframes good_t {
  0% {
    transform: translate(35px, 67.146704px) scale(1, 1.067085) translate(-9px, -54px);
  }
  16.6666% {
    transform: translate(35px, 67.146704px) scale(1, 1.067085) translate(-9px, -54px);
  }
  33.3333% {
    transform: translate(35px, 67.146704px) scale(1, 2.161641) translate(-9px, -54px);
  }
  50% {
    transform: translate(35px, 67.146704px) scale(1, 1.622835) translate(-9px, -54px);
  }
  66.6666% {
    transform: translate(35px, 67.146704px) scale(1, 2.190924) translate(-9px, -54px);
  }
  83.3333% {
    transform: translate(35px, 67.146704px) scale(1, 2.589172) translate(-9px, -54px);
  }
  100% {
    transform: translate(35px, 67.146704px) scale(1, 1.067085) translate(-9px, -54px);
  }
}
@keyframes perfect_t {
  0% {
    transform: translate(10px, 67.146704px) scale(1, 1.067085) translate(-9px, -65px);
  }
  16.6666% {
    transform: translate(10px, 67.146704px) scale(1, 1.548581) translate(-9px, -65px);
  }
  33.3333% {
    transform: translate(10px, 67.146704px) scale(1, 1.22746) translate(-9px, -65px);
  }
  50% {
    transform: translate(10px, 67.146704px) scale(1, 3.232034) translate(-9px, -65px);
  }
  66.6666% {
    transform: translate(10px, 67.146704px) scale(1, 1.310173) translate(-9px, -65px);
  }
  83.3333% {
    transform: translate(10px, 67.146704px) scale(1, 3.056877) translate(-9px, -65px);
  }
  100% {
    transform: translate(10px, 67.146704px) scale(1, 1.067085) translate(-9px, -65px);
  }
}
@keyframes pin-primary_t {
  0% {
    transform: translate(106.451228px, 1.524272px);
  }
  33.3333% {
    transform: translate(106.451228px, 99.746885px);
  }
  66.6666% {
    transform: translate(106.451233px, -61.475728px);
  }
  100% {
    transform: translate(106.451233px, -61.475728px);
  }
}
@keyframes pin-primary_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pin-secondary_t {
  0% {
    transform: translate(106.451px, 1.524285px);
  }
  33.3333% {
    transform: translate(106.451px, 1.524285px);
  }
  66.6666% {
    transform: translate(106.451px, 99.746885px);
  }
  100% {
    transform: translate(106.451px, -61.475722px);
  }
}
@keyframes pin-secondary_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 0;
  }
  66.6667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cloud1_t {
  0% {
    transform: translate(-192.932192px, 43.085308px);
  }
  50% {
    transform: translate(430.262701px, 70.251862px);
  }
  100% {
    transform: translate(1205px, 36.085308px);
  }
}
@keyframes cloud2_t {
  0% {
    transform: translate(1004px, -68.514836px);
  }
  50% {
    transform: translate(420.797569px, -294.654708px);
  }
  75% {
    transform: translate(988.797607px, -130.91468px);
  }
  100% {
    transform: translate(988.797607px, -130.91468px);
  }
}
@keyframes mis-creaciones_t {
  0% {
    transform: translate(1219px, 110.671718px);
  }
  20% {
    transform: translate(1219px, 110.671718px);
  }
  55% {
    transform: translate(639px, 66.515245px);
  }
  75% {
    transform: translate(-159.984311px, 85.338421px);
  }
  100% {
    transform: translate(-159.984311px, 85.338421px);
  }
}
@keyframes accent_t {
  0% {
    transform: translate(154.5px, 35px) rotate(0deg) scale(0.85, 0.85) translate(-30.62px, -6.52198px);
  }
  13.3333% {
    transform: translate(154.5px, 35px) rotate(0deg) scale(0.85, 0.85) translate(-30.62px, -6.52198px);
  }
  46.6666% {
    transform: translate(154.5px, 35px) rotate(2deg) scale(0.85, 0.85) translate(-30.62px, -6.52198px);
  }
  80% {
    transform: translate(154.5px, 35px) rotate(-2deg) scale(0.85, 0.85) translate(-30.62px, -6.52198px);
  }
  100% {
    transform: translate(154.5px, 35px) rotate(0deg) scale(0.85, 0.85) translate(-30.62px, -6.52198px);
  }
}
@keyframes secondary_t {
  0% {
    transform: translate(96.5px, 56.5px) rotate(0deg) scale(0.85, 0.85) translate(-30.6137px, -2.87912px);
  }
  6.6666% {
    transform: translate(96.5px, 56.5px) rotate(0deg) scale(0.85, 0.85) translate(-30.6137px, -2.87912px);
  }
  40% {
    transform: translate(96.5px, 56.5px) rotate(2deg) scale(0.85, 0.85) translate(-30.6137px, -2.87912px);
  }
  73.3333% {
    transform: translate(96.5px, 56.5px) rotate(-2deg) scale(0.85, 0.85) translate(-30.6137px, -2.87912px);
  }
  100% {
    transform: translate(96.5px, 56.5px) rotate(0deg) scale(0.85, 0.85) translate(-30.6137px, -2.87912px);
  }
}
@keyframes primary_t {
  0% {
    transform: translate(37px, 41.5px) rotate(0deg) scale(0.85, 0.85) translate(-37.3832px, -6.41209px);
  }
  33.3333% {
    transform: translate(37px, 41.5px) rotate(2deg) scale(0.85, 0.85) translate(-37.3832px, -6.41209px);
  }
  66.6666% {
    transform: translate(37px, 41.5px) rotate(-2deg) scale(0.85, 0.85) translate(-37.3832px, -6.41209px);
  }
  100% {
    transform: translate(37px, 41.5px) rotate(0deg) scale(0.85, 0.85) translate(-37.3832px, -6.41209px);
  }
}
@keyframes abierto0_t {
  0% {
    transform: translate(52px, 23.5px);
  }
  100% {
    transform: translate(52px, 23.5px);
  }
}
@keyframes abierto1_t {
  0% {
    transform: rotate(-3deg);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  23.8095% {
    transform: rotate(24deg);
    animation-timing-function: cubic-bezier(0.487132, -0.262102, 0.441457, 1.165835);
  }
  59.5238% {
    transform: rotate(-11.647518deg);
  }
  85.7142% {
    transform: rotate(26deg);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes abierto-sign_t {
  0% {
    transform: translate(-24.520101px, 0.120924px);
  }
  100% {
    transform: translate(-24.520101px, 0.120924px);
  }
}
@keyframes abierto-sign_o {
  0% {
    opacity: 0.95;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes closed-sign_t {
  0% {
    transform: translate(57.189681px, 27.591686px) rotate(0deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  6.9767% {
    transform: translate(57.189681px, 27.591686px) rotate(24deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  23.2558% {
    transform: translate(57.189681px, 27.591686px) rotate(80deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  53.4883% {
    transform: translate(57.189681px, 27.591686px) rotate(-20deg) translate(-25.5px, -3.5px);
  }
  69.7674% {
    transform: translate(57.189681px, 27.591686px) rotate(26deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    transform: translate(57.189681px, 27.591686px) rotate(-4deg) translate(-25.5px, -3.5px);
  }
}
@keyframes open-sign-0 {
  0% {
    transform: translate(45px, 23.5px);
  }
  100% {
    transform: translate(45px, 23.5px);
  }
}
@keyframes open-sign-1 {
  0% {
    transform: rotate(-3deg);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  23.8095% {
    transform: rotate(24deg);
    animation-timing-function: cubic-bezier(0.487132, -0.262102, 0.441457, 1.165835);
  }
  59.5238% {
    transform: rotate(-11.647518deg);
  }
  85.7142% {
    transform: rotate(26deg);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes open-sign_t {
  0% {
    transform: translate(-24.520101px, 0.120924px);
  }
  100% {
    transform: translate(-24.520101px, 0.120924px);
  }
}
@keyframes open-sign_o {
  0% {
    opacity: 0.95;
  }
  100% {
    opacity: 0.95;
  }
}
@keyframes closed-sign-en_t {
  0% {
    transform: translate(57.1897px, 27.5917px) rotate(0deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  6.9767% {
    transform: translate(57.1897px, 27.5917px) rotate(24deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  23.2558% {
    transform: translate(57.1897px, 27.5917px) rotate(80deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  53.4883% {
    transform: translate(57.1897px, 27.5917px) rotate(-20deg) translate(-25.5px, -3.5px);
  }
  69.7674% {
    transform: translate(57.1897px, 27.5917px) rotate(26deg) translate(-25.5px, -3.5px);
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
  }
  100% {
    transform: translate(57.1897px, 27.5917px) rotate(-4deg) translate(-25.5px, -3.5px);
  }
}
@keyframes tijeras_t {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-2927.069912px, 0px);
  }
}
@keyframes low-part_t {
  0% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  2% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  6% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  10% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  10.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  12% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  16% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  20% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  20.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  22% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  26% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  30% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  30.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  32% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  36% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  40% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  40.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  42% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  46% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  50% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  50.0199% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  52% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  56% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  60% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  60.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  62% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  66% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  70% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  70.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  72% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  76% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  80% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  80.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  82% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  86% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  90% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: steps(1);
  }
  90.02% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  92% {
    transform: translate(124.5px, 50px) rotate(3deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  96% {
    transform: translate(124.5px, 50px) rotate(-10deg) translate(-89.5px, -50px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  100% {
    transform: translate(124.5px, 50px) rotate(0deg) translate(-89.5px, -50px);
  }
}
@keyframes top-part_t {
  0% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  2% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  6% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  10% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  10.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  12% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  16% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  20% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  20.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  22% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  26% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  30% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  30.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  32% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  36% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  40% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  40.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  42% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  46% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  50% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  50.0199% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  52% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  56% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  60% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  60.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  62% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  66% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  70% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  70.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  72% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  76% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  80% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  80.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  82% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  86% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  90% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: steps(1);
  }
  90.02% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  92% {
    transform: translate(125px, 50px) rotate(-1deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  96% {
    transform: translate(125px, 50px) rotate(10deg) translate(-123px, -49px);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  100% {
    transform: translate(125px, 50px) rotate(0deg) translate(-123px, -49px);
  }
}
@keyframes the-bg_t {
  0% {
    transform: translate(40.4689px, 969.229px);
  }
  47.3076% {
    transform: translate(40.4689px, 969.229px);
  }
  48.0769% {
    transform: translate(40.4689px, 402.184px);
  }
  86.1538% {
    transform: translate(40.4689px, 402.184px);
  }
  87.6923% {
    transform: translate(40.4689px, 947.492px);
  }
  100% {
    transform: translate(40.4689px, 947.492px);
  }
}
@keyframes the-bg_o {
  0% {
    opacity: 1;
  }
  47.3077% {
    opacity: 1;
  }
  48.0769% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes building-4_t {
  0% {
    transform: translate(389.989px, 1008.48px);
  }
  48.4615% {
    transform: translate(389.989px, 1008.48px);
  }
  49.2307% {
    transform: translate(389.989px, 440.521px);
  }
  89.6153% {
    transform: translate(389.989px, 440.521px);
  }
  91.1538% {
    transform: translate(389.989px, 965.493px);
  }
  100% {
    transform: translate(389.989px, 965.493px);
  }
}
@keyframes building-5_t {
  0% {
    transform: translate(495.989px, 1244.48px);
  }
  49.2307% {
    transform: translate(495.989px, 1244.48px);
  }
  50% {
    transform: translate(495.989px, 676.85px);
  }
  88.4615% {
    transform: translate(495.989px, 676.85px);
  }
  90.3846% {
    transform: translate(495.989px, 1023.95px);
  }
  100% {
    transform: translate(495.989px, 1023.95px);
  }
}
@keyframes building-2_t {
  0% {
    transform: translate(227.989px, 1184.48px);
  }
  48.0769% {
    transform: translate(227.989px, 1184.48px);
  }
  48.8461% {
    transform: translate(227.989px, 617.375px);
  }
  87.6923% {
    transform: translate(227.989px, 617.375px);
  }
  89.6153% {
    transform: translate(227.989px, 967px);
  }
  100% {
    transform: translate(227.989px, 967px);
  }
}
@keyframes change-secondary-color-light_t {
  0% {
    transform: translate(93.9889px, 243.479px);
  }
  48.8461% {
    transform: translate(93.9889px, 243.479px);
  }
  49.2307% {
    transform: translate(93.9889px, -342.521px);
  }
  49.6153% {
    transform: translate(93.9889px, -324.521px);
  }
  90.3846% {
    transform: translate(93.9889px, -324.521px);
  }
  91.923% {
    transform: translate(93.9889px, 15.4791px);
  }
  100% {
    transform: translate(93.9889px, 15.4791px);
  }
}
@keyframes phone-map_t {
  0% {
    transform: translate(361.989px, 791.552px);
  }
  50.3846% {
    transform: translate(361.989px, 791.552px);
  }
  53.8461% {
    transform: translate(361.989px, 326.552px);
  }
  55.3846% {
    transform: translate(361.989px, 351.342px);
  }
  91.1538% {
    transform: translate(361.989px, 351.342px);
  }
  93.0769% {
    transform: translate(361.989px, 827.468px);
  }
  100% {
    transform: translate(361.989px, 827.468px);
  }
}
@keyframes building-1_t {
  0% {
    transform: translate(93.9889px, 1216.48px);
  }
  47.6923% {
    transform: translate(93.9889px, 1216.48px);
  }
  48.4615% {
    transform: translate(93.9889px, 649.883px);
  }
  86.5384% {
    transform: translate(93.9889px, 649.883px);
  }
  88.4615% {
    transform: translate(93.9889px, 1007.88px);
  }
  100% {
    transform: translate(93.9889px, 1007.88px);
  }
}
@keyframes nav-circle_t {
  0% {
    transform: translate(589.389px, 557.117px) scale(1, 1);
  }
  53.8461% {
    transform: translate(589.389px, 557.117px) scale(1, 1);
  }
  54.6153% {
    transform: translate(589.389px, 575.117px) scale(1, 1);
  }
  81.923% {
    transform: translate(589.389px, 575.117px) scale(1, 1);
  }
  83.0769% {
    transform: translate(589.389px, 575.117px) scale(0, 0);
  }
  100% {
    transform: translate(589.389px, 575.117px) scale(0, 0);
  }
}
@keyframes nav-circle_o {
  0% {
    opacity: 0;
  }
  53.4615% {
    opacity: 0;
  }
  54.6154% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a0_t {
  0% {
    transform: translate(589.941px, 414.327px);
  }
  55% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  57.6923% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  57.6961% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  60.3846% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  60.3884% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  63.0769% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  63.0807% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  65.7692% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  65.773% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  68.4615% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  68.4653% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  71.1538% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  71.1576% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  73.8461% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  73.85% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  76.5384% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  76.5423% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  79.2307% {
    transform: translate(586.789px, 453.148px);
    animation-timing-function: steps(1);
  }
  79.2346% {
    transform: translate(589.941px, 414.327px);
    animation-timing-function: cubic-bezier(0, 0, 0.468726, 0.609157);
  }
  80.7692% {
    transform: translate(587.554016px, 443.725464px);
  }
  100% {
    transform: translate(587.554016px, 443.725464px);
  }
}
@keyframes marker_t {
  0% {
    transform: scale(1, 1);
  }
  81.5384% {
    transform: scale(1, 1);
  }
  82.6923% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes marker_o {
  0% {
    opacity: 0;
  }
  54.6154% {
    opacity: 0;
  }
  55.7692% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bike_t {
  0% {
    transform: translate(681.984px, 803.039px) rotate(0deg) scale(1, 1) translate(0px, 0px);
  }
  7.6923% {
    transform: translate(681.984px, 803.039px) rotate(0deg) scale(1, 1) translate(0px, 0px);
  }
  19.2307% {
    transform: translate(1454.99px, 803.039px) rotate(0deg) scale(1, 1) translate(0px, 0px);
  }
  19.6153% {
    transform: translate(1472.64px, -150.94px) rotate(0deg) scale(0.5, 1) translate(0px, 0px);
  }
  20% {
    transform: translate(1090.54px, -150.94px) rotate(-27.224623deg) scale(0, 1) translate(-25.019779px, -65.469879px);
  }
  20.3846% {
    transform: translate(1040.5px, -20px) rotate(-54.449245deg) scale(-0.5, 1) translate(-50.039557px, -130.939758px);
  }
  20.7692% {
    transform: translate(1037.764706px, -6.035412px) rotate(-81.673868deg) scale(-1, 1) translate(-50.039557px, -130.939758px);
  }
  25% {
    transform: translate(1007.676471px, 147.575059px) rotate(-81.673868deg) scale(-0.995926, 1) translate(-50.039557px, -130.939758px);
  }
  26.923% {
    transform: translate(994px, 217.398px) rotate(4.457141deg) scale(-0.994074, 1) translate(-50.039557px, -130.939758px);
  }
  27.3076% {
    transform: translate(977.159167px, 215.253367px) rotate(8.159045deg) scale(-0.993704, 1) translate(-50.039557px, -130.939758px);
  }
  36.5384% {
    transform: translate(572.979167px, 163.782167px) rotate(8.159045deg) scale(-0.984815, 1) translate(-50.039557px, -130.939758px);
  }
  38.4615% {
    transform: translate(488.775px, 153.059px) rotate(-46.393386deg) scale(-0.982963, 1) translate(-50.039557px, -130.939758px);
  }
  40% {
    transform: translate(441.687px, 199.6286px) rotate(30.258104deg) scale(-0.981481, 1) translate(-50.039557px, -130.939758px);
  }
  40.3846% {
    transform: translate(429.915px, 211.271px) rotate(27.799024deg) scale(-0.981111, 1) translate(-50.039557px, -130.939758px);
  }
  41.5384% {
    transform: translate(361.6968px, 176.1512px) rotate(20.421785deg) scale(-0.98, 1) translate(-50.039557px, -130.939758px);
  }
  41.923% {
    transform: translate(338.9574px, 164.4446px) rotate(30.258104deg) scale(-0.979629, 1) translate(-50.039557px, -130.939758px);
  }
  42.3076% {
    transform: translate(316.218px, 152.738px) rotate(14.745208deg) scale(-0.979259, 1) translate(-50.039557px, -130.939758px);
  }
  43.0769% {
    transform: translate(279.1395px, 164.1325px) rotate(-16.280583deg) scale(-0.978518, 1) translate(-50.039557px, -130.939758px);
  }
  43.8461% {
    transform: translate(242.061px, 175.527px) rotate(-7.104991deg) scale(-0.977777, 1) translate(-50.039557px, -130.939758px);
  }
  46.1538% {
    transform: translate(-115px, 35.543px) rotate(20.421785deg) scale(-0.975555, 1) translate(-50.039557px, -130.939758px);
  }
  46.923% {
    transform: translate(-316px, 35.543px) rotate(20.421785deg) scale(-0.974814, 1) translate(-50.039557px, -130.939758px);
  }
  47.6923% {
    transform: translate(-315.184px, 902.633px) rotate(0.599286deg) scale(-0.974074, 1) translate(-50.039557px, -130.939758px);
  }
  48.4615% {
    transform: translate(-252.806px, 909.852px) rotate(1.775948deg) scale(-0.973333, 1) translate(-50.039557px, -130.939758px);
  }
  48.8461% {
    transform: translate(-222.028px, 893.195px) rotate(2.364279deg) scale(-0.315555, 1) translate(-50.039557px, -130.939758px);
  }
  49.6153% {
    transform: translate(-167.857545px, 899.886818px) rotate(3.540941deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  51.5384% {
    transform: translate(-32.431409px, 916.616364px) rotate(6.482597deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  53.0769% {
    transform: translate(75.9095px, 930px) rotate(1.120371deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  56.5384% {
    transform: translate(253.320031px, 930px) rotate(0.432639deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  57.6923% {
    transform: translate(312.456875px, 930px) rotate(-2.31829deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  58.4615% {
    transform: translate(351.881437px, 930px) rotate(-0.248121deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  59.2307% {
    transform: translate(391.306px, 930px) rotate(-2.65867deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  60% {
    transform: translate(426.74875px, 930px) rotate(-5.069219deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  61.1538% {
    transform: translate(479.912875px, 930px) rotate(-35.820976deg) scale(0.71, 0.71) translate(-50.039557px, -130.939758px);
  }
  62.3076% {
    transform: translate(533.077px, 930px) rotate(-39.831489deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  62.6923% {
    transform: translate(540.767389px, 922.284278px) rotate(-41.168327deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  66.5384% {
    transform: translate(617.671278px, 845.127056px) rotate(-41.168327deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  69.2307% {
    transform: translate(671.504px, 791.117px) rotate(-89.04895deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  75.3846% {
    transform: translate(671.504px, 709.499px) rotate(-89.04895deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  76.923% {
    transform: translate(671.504px, 675.432714px) rotate(-89.04895deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  78.0769% {
    transform: translate(671.504px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  84.6153% {
    transform: translate(671.504px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  85% {
    transform: translate(671.504px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  88.4615% {
    transform: translate(765.208px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  88.8461% {
    transform: translate(765.208px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  89.2307% {
    transform: translate(-193.792px, 649.883px) rotate(-1.087095deg) scale(0.42, 0.42) translate(-50.039557px, -130.939758px);
  }
  89.6153% {
    transform: translate(-193.896px, 781.83px) rotate(-1.087095deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  90% {
    transform: translate(-194px, 913.777px) rotate(-1.087095deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
  100% {
    transform: translate(734.498px, 933.014px) rotate(-1.087095deg) scale(1, 1) translate(-50.039557px, -130.939758px);
  }
}
@keyframes bike_o {
  0% {
    opacity: 1;
  }
  85.7692% {
    opacity: 1;
  }
  87.3077% {
    opacity: 0;
  }
  89.2308% {
    opacity: 0;
  }
  89.6154% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes burger-3_t {
  0% {
    transform: translate(655.842px, 600.217px) rotate(-1.08709deg) scale(0.65, 0.65);
  }
  79.6153% {
    transform: translate(655.842px, 600.217px) rotate(-1.08709deg) scale(0.65, 0.65);
  }
  79.9038% {
    transform: translate(668.159851px, 574.693237px) rotate(-1.08709deg) scale(0.65, 0.65);
  }
  80.1923% {
    transform: translate(672.134399px, 546.905212px) rotate(-1.08709deg) scale(0.65, 0.65);
  }
  80.3846% {
    transform: translate(665.514933px, 529.396708px) rotate(-1.08709deg) scale(0.65, 0.65);
  }
  80.4807% {
    transform: translate(662.2052px, 520.642456px) rotate(-1.08709deg) scale(0.595833, 0.595833);
  }
  80.7692% {
    transform: translate(643.802px, 499.117px) rotate(-1.08709deg) scale(0.433333, 0.433333);
  }
  81.1538% {
    transform: translate(646.939px, 502.252px) rotate(-1.08709deg) scale(0.216667, 0.216667);
  }
  81.5384% {
    transform: translate(646.939px, 502.252px) rotate(-1.08709deg) scale(0, 0);
  }
  100% {
    transform: translate(646.939px, 502.252px) rotate(-1.08709deg) scale(0, 0);
  }
}
@keyframes burger-3_o {
  0% {
    opacity: 0;
  }
  79.6154% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes receipt_t {
  0% {
    transform: translate(77.3555px, 87.6836px);
  }
  52.5% {
    transform: translate(77.3555px, 87.6836px);
  }
  60% {
    transform: translate(77.3555px, -132.098px);
  }
  100% {
    transform: translate(77.3555px, -132.098px);
  }
}
@keyframes credit-card_t {
  0% {
    transform: translate(218.355px, 416.645px) rotate(90deg);
  }
  31.25% {
    transform: translate(218.355px, 416.645px) rotate(90deg);
    animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  }
  37.5% {
    transform: translate(218.355px, 285.174px) rotate(90deg);
  }
  47.5% {
    transform: translate(218.355px, 285.174px) rotate(90deg);
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  }
  50% {
    transform: translate(218.355px, 416.645px) rotate(90deg);
  }
  100% {
    transform: translate(218.355px, 416.645px) rotate(90deg);
  }
}
@keyframes Path-14_f {
  0% {
    fill: #495059;
  }
  2.5% {
    fill: #8b9ba6;
  }
  5% {
    fill: #495059;
  }
  100% {
    fill: #495059;
  }
}
@keyframes Path-18_f {
  0% {
    fill: #495059;
  }
  7.5% {
    fill: #495059;
  }
  10% {
    fill: #8b9ba6;
  }
  12.5% {
    fill: #495059;
  }
  100% {
    fill: #495059;
  }
}
@keyframes Path-19_f {
  0% {
    fill: #495059;
  }
  15% {
    fill: #495059;
  }
  17.5% {
    fill: #8b9ba6;
  }
  20% {
    fill: #495059;
  }
  100% {
    fill: #495059;
  }
}
@keyframes Path-21_f {
  0% {
    fill: #495059;
  }
  22.5% {
    fill: #495059;
  }
  25% {
    fill: #8b9ba6;
  }
  27.5% {
    fill: #495059;
  }
  100% {
    fill: #495059;
  }
}
@keyframes a0_o {
  0% {
    opacity: 0;
  }
  26.25% {
    opacity: 0;
  }
  28.75% {
    opacity: 1;
  }
  38.75% {
    opacity: 1;
  }
  42.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes a1_t {
  0% {
    transform: translate(-40.4609px, 168.045px);
  }
  38.75% {
    transform: translate(-40.4609px, 168.045px);
  }
  42.5% {
    transform: translate(151.855px, 168.045px);
  }
  100% {
    transform: translate(151.855px, 168.045px);
  }
}
@keyframes a1_o {
  0% {
    opacity: 0;
  }
  38.75% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56.25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes a1_f {
  0% {
    fill: #ffffff;
  }
  46.25% {
    fill: #ffffff;
  }
  48.75% {
    fill: #01e673;
  }
  100% {
    fill: #01e673;
  }
}
@keyframes nice_t {
  0% {
    transform: translate(117.8px, 212.0745px) scale(0.7, 0.7);
  }
  41.25% {
    transform: translate(117.8px, 212.0745px) scale(0.7, 0.7);
  }
  42.5% {
    transform: translate(117.8px, 117.1745px) scale(0.7, 0.7);
  }
  56.25% {
    transform: translate(117.8px, 116.1745px) scale(0.7, 0.7);
  }
  57.4999% {
    transform: translate(117.8px, 216.40855px) scale(0.7, 0.7);
  }
  100% {
    transform: translate(117.8px, 216.40855px) scale(0.7, 0.7);
  }
}
@keyframes nice_o {
  0% {
    opacity: 0;
  }
  41.25% {
    opacity: 0;
  }
  42.5% {
    opacity: 1;
  }
  56.25% {
    opacity: 1;
  }
  57.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -474;
  stroke-width: 8px;
}
.inside-svg-text {
  color: #000;
  text-align: left;
  margin-left: 1.6rem;
  font-size: 22px;
  letter-spacing: 8px;
  line-height: 32px;
  position: relative;
  top: -48px;
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
.gg-animation-entrance {
  -webkit-animation: animation 1800ms linear both;
  animation: animation 1800ms linear both;
  animation-delay: 1000ms;
}
#color-animation-border {
  animation: animatedBorderColors 3s infinite !important;
}
@keyframes animation {
  0% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        500, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        500, 0, 0, 1);
  }
  1.78% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.621, 1, 0, 0,
        0, 0, 1, 0,
        282.728, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.621, 1, 0, 0,
        0, 0, 1, 0,
        282.728, 0, 0, 1);
  }
  3.56% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.829, 1, 0, 0,
        0, 0, 1, 0,
        149.309, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.829, 1, 0, 0,
        0, 0, 1, 0,
        149.309, 0, 0, 1);
  }
  5.34% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.695, 1, 0, 0,
        0, 0, 1, 0,
        72.484, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.695, 1, 0, 0,
        0, 0, 1, 0,
        72.484, 0, 0, 1);
  }
  7.06% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.477, 1, 0, 0,
        0, 0, 1, 0,
        31.997, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.477, 1, 0, 0,
        0, 0, 1, 0,
        31.997, 0, 0, 1);
  }
  7.12% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.47, 1, 0, 0,
        0, 0, 1, 0,
        31.079, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.47, 1, 0, 0,
        0, 0, 1, 0,
        31.079, 0, 0, 1);
  }
  10.51% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.146, 1, 0, 0,
        0, 0, 1, 0,
        1.766, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.146, 1, 0, 0,
        0, 0, 1, 0,
        1.766, 0, 0, 1);
  }
  10.68% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.135, 1, 0, 0,
        0, 0, 1, 0,
        1.214, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.135, 1, 0, 0,
        0, 0, 1, 0,
        1.214, 0, 0, 1);
  }
  14.01% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        -0.003, 1, 0, 0,
        0, 0, 1, 0,
        -2.88, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        -0.003, 1, 0, 0,
        0, 0, 1, 0,
        -2.88, 0, 0, 1);
  }
  14.24% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        -0.007, 1, 0, 0,
        0, 0, 1, 0,
        -2.886, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        -0.007, 1, 0, 0,
        0, 0, 1, 0,
        -2.886, 0, 0, 1);
  }
  17.46% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        -0.033, 1, 0, 0,
        0, 0, 1, 0,
        -1.99, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        -0.033, 1, 0, 0,
        0, 0, 1, 0,
        -1.99, 0, 0, 1);
  }
  31.36% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.002, 1, 0, 0,
        0, 0, 1, 0,
        -0.01, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.002, 1, 0, 0,
        0, 0, 1, 0,
        -0.01, 0, 0, 1);
  }
  36.48% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0.001, 1, 0, 0,
        0, 0, 1, 0,
        0.003, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0.001, 1, 0, 0,
        0, 0, 1, 0,
        0.003, 0, 0, 1);
  }
  44.34% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, 0, 0, 1);
  }
  44.44% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, 0, 0, 1);
  }
  45.27% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -7.992, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -7.992, 0, 1);
  }
  46.45% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -15.312, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -15.312, 0, 1);
  }
  48.45% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -19.275, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0.001, -19.275, 0, 1);
  }
  50.95% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -15.606, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -15.606, 0, 1);
  }
  53.4% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -9.111, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -9.111, 0, 1);
  }
  55.56% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -4.058, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -4.058, 0, 1);
  }
  55.9% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -3.395, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -3.395, 0, 1);
  }
  58.35% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.013, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.013, 0, 1);
  }
  62.35% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -1.622, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -1.622, 0, 1);
  }
  72.25% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.002, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.002, 0, 1);
  }
  76.25% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.137, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.137, 0, 1);
  }
  86.15% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1);
  }
  90.16% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.011, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, -0.011, 0, 1);
  }
  100% {
    -webkit-transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1);
    transform:
      matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1);
  }
}
@keyframes cloud-2_t {
  0% {
    transform: translate(112.15205px, 90.099981px) scale(0.75, 0.75);
  }
  100% {
    transform: translate(1487.5px, -4.273534px) scale(0.75, 0.75);
  }
}
@keyframes cloud-1_t {
  0% {
    transform: translate(1560.059992px, 48.323528px);
  }
  100% {
    transform: translate(0.00003px, 126.349414px);
  }
}
@keyframes Path-2_fo {
  0% {
    fill-opacity: 1;
  }
  20% {
    fill-opacity: 0.2;
  }
  30% {
    fill-opacity: 0.85;
  }
  40% {
    fill-opacity: 0.3;
  }
  52% {
    fill-opacity: 1;
  }
  62% {
    fill-opacity: 0.4;
  }
  100% {
    fill-opacity: 0.4;
  }
}
@keyframes Path-4_fo {
  0% {
    fill-opacity: 1;
  }
  14% {
    fill-opacity: 0.2;
  }
  24% {
    fill-opacity: 0.85;
  }
  34% {
    fill-opacity: 0.3;
  }
  46% {
    fill-opacity: 1;
  }
  56% {
    fill-opacity: 0.4;
  }
  66% {
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes Path-6_fo {
  0% {
    fill-opacity: 1;
  }
  20% {
    fill-opacity: 0.2;
  }
  30% {
    fill-opacity: 0.85;
  }
  40% {
    fill-opacity: 0.3;
  }
  52% {
    fill-opacity: 1;
  }
  62% {
    fill-opacity: 0.4;
  }
  100% {
    fill-opacity: 0.4;
  }
}
@keyframes change-primary-color-2_t {
  0% {
    transform: translate(46.332px, 115.936px) rotate(0deg) translate(-47.331963px, -116.935706px);
  }
  100% {
    transform: translate(46.332px, 115.936px) rotate(360deg) translate(-47.331963px, -116.935706px);
  }
}
@keyframes change-primary-color-5_t {
  0% {
    transform: translate(154.729px, 114.79px) rotate(0deg) translate(-153.728827px, -113.789859px);
  }
  100% {
    transform: translate(154.729px, 114.79px) rotate(360deg) translate(-153.728827px, -113.789859px);
  }
}
@keyframes tijeras-right_t {
  0% {
    transform: translate(74.5px, 200px) rotate(0deg) translate(-31.864px, -50px);
  }
  7.1428% {
    transform: translate(74.5px, 135.25px) rotate(22.599016deg) translate(-31.864px, -50px);
  }
  14.2857% {
    transform: translate(74.5px, 70.5px) rotate(5.495035deg) translate(-31.864px, -50px);
  }
  21.4285% {
    transform: translate(74.5px, 5.75px) rotate(20.064545deg) translate(-31.864px, -50px);
  }
  28.5714% {
    transform: translate(74.5px, -59px) rotate(0deg) translate(-31.864px, -50px);
  }
  100% {
    transform: translate(74.5px, -59px) rotate(0deg) translate(-31.864px, -50px);
  }
}
@keyframes change-accent-color-dark-2_o {
  0% {
    opacity: 0;
  }
  14.2857% {
    opacity: 0;
  }
  18.5714% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-accent-color-dark-3_o {
  0% {
    opacity: 0;
  }
  14.2857% {
    opacity: 0;
  }
  22.8571% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-accent-color-dark-4_o {
  0% {
    opacity: 0;
  }
  14.2857% {
    opacity: 0;
  }
  25.7143% {
    opacity: 0.941736;
  }
  100% {
    opacity: 0.941736;
  }
}
@keyframes tijeras-left_t {
  0% {
    transform: translate(75px, 200px) rotate(0deg) translate(-51.364px, -50px);
  }
  7.1428% {
    transform: translate(75px, 135.25px) rotate(-13.647303deg) translate(-51.364px, -50px);
  }
  14.2857% {
    transform: translate(75px, 70.5px) rotate(0.32213deg) translate(-51.364px, -50px);
  }
  21.4285% {
    transform: translate(75px, 5.75px) rotate(-21.078386deg) translate(-51.364px, -50px);
  }
  28.5714% {
    transform: translate(75px, -59px) rotate(0deg) translate(-51.364px, -50px);
  }
  100% {
    transform: translate(75px, -59px) rotate(0deg) translate(-51.364px, -50px);
  }
}
.anim-coupon-tijeras-right_t {
  animation: tijeras-right_t 7s linear both;
  animation-iteration-count: 0;
  animation-play-state: paused;
}
.anim-change-accent-color-dark-2_o {
  animation: change-accent-color-dark-2_o 7s linear both;
  animation-iteration-count: 0;
  animation-play-state: paused;
}
.anim-change-accent-color-dark-3_o {
  animation: change-accent-color-dark-3_o 7s linear both;
  animation-iteration-count: 0;
  animation-play-state: paused;
}
.anim-change-accent-color-dark-4_o {
  animation: change-accent-color-dark-4_o 7s linear both;
  animation-iteration-count: 0;
  animation-play-state: paused;
}
.anim-coupon-tijeras-left_t {
  animation: tijeras-left_t 7s linear both;
  animation-iteration-count: 0;
  animation-play-state: paused;
}
.playCouponAnimation:hover #anim-coupon .anim-coupon-tijeras-right_t {
  animation: tijeras-right_t 7s linear both;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.playCouponAnimation:hover #anim-coupon .anim-coupon-tijeras-left_t {
  animation: tijeras-left_t 7s linear both;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.playCouponAnimation:hover #anim-coupon .anim-change-accent-color-dark-2_o {
  animation: change-accent-color-dark-2_o 7s linear both;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.playCouponAnimation:hover #anim-coupon .anim-change-accent-color-dark-3_o {
  animation: change-accent-color-dark-3_o 7s linear both;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.playCouponAnimation:hover #anim-coupon .anim-change-accent-color-dark-4_o {
  animation: change-accent-color-dark-4_o 7s linear both;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@keyframes halftone {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
@keyframes stripes-move {
  100% {
    background-position: 5em 0px;
  }
}
@keyframes sawtooth {
  100% {
    background-position: 1em 0;
  }
}
@keyframes zigzag {
  100% {
    background-position:
      1em 0,
      1em 0,
      -0.75em 0,
      -0.75em 0;
  }
}
@keyframes blinds {
  100% {
    background-position: 0 0, 0 -3em;
    background-size: 0 0, 1em 6em;
  }
}
@keyframes pulse {
  50% {
    background-position: 0.66em 0.66em, -0.33em -0.33em;
  }
  100% {
    background-size: 2em 2em, 1em 1em;
    background-position: -1.5em -1.5em, -1em -1em;
  }
}
.play-animated-click-launch .anim-theSmoke_o {
  animation: theSmoke_o 3s linear both;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.play-animated-click-launch .anim-theRocket {
  animation: 3s linear both theRocket_t, 3s linear both theRocket_o;
  animation-iteration-count: 1;
  animation-play-state: running;
}
@keyframes theSmoke_o {
  0% {
    opacity: 0;
  }
  3.3333% {
    opacity: 0.25;
  }
  6.6667% {
    opacity: 0.5;
  }
  10% {
    opacity: 0.75;
  }
  20% {
    opacity: 1;
  }
  46.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes theRocket_t {
  0% {
    transform: translate(621px, 985px) rotate(0deg) translate(-136px, -352px);
  }
  3.3333% {
    transform: translate(621px, 985px) rotate(1.080854deg) translate(-136px, -352px);
  }
  6.6666% {
    transform: translate(621px, 985px) rotate(-0.927912deg) translate(-136px, -352px);
  }
  10% {
    transform: translate(621px, 985px) rotate(1.82406deg) translate(-136px, -352px);
  }
  16.6666% {
    transform: translate(621px, 985px) rotate(0.023652deg) translate(-136px, -352px);
  }
  100% {
    transform: translate(621px, -9px) rotate(0.023652deg) translate(-136px, -352px);
  }
}
@keyframes theRocket_o {
  0% {
    opacity: 1;
  }
  46.6667% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-secondary-color_so {
  0% {
    stroke-opacity: 1;
  }
  50% {
    stroke-opacity: 1;
  }
  75% {
    stroke-opacity: 0;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes change-secondary-color-light_so {
  0% {
    stroke-opacity: 1;
  }
  25% {
    stroke-opacity: 1;
  }
  50% {
    stroke-opacity: 0;
  }
  100% {
    stroke-opacity: 0;
  }
}
@keyframes change-primary-color-light_so {
  0% {
    stroke-opacity: 1;
  }
  25% {
    stroke-opacity: 0;
  }
  100% {
    stroke-opacity: 0;
  }
}
.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 2s cubic-bezier(0.23, 1, 0.32, 1) both;
}
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
}
.play-animated-bike-slide .delivery-bike_t {
  animation: delivery-bike_t 2.6s linear both;
  animation-iteration-count: 1;
  animation-play-state: running;
}
.play-animated-bike-slide .allSmoke {
  animation:
    2.6s linear both smoke3_o,
    2.6s linear both smoke2_o,
    2.6s linear both smoke1_o;
  animation-iteration-count: 1;
  animation-play-state: running;
}
@keyframes delivery-bike_t {
  0% {
    transform: translate(-154.289724px, 0.582439px);
  }
  100% {
    transform: translate(430.710276px, 0.582439px);
  }
}
@keyframes smoke3_o {
  0% {
    opacity: 0;
  }
  11.5385% {
    opacity: 0;
  }
  15.3846% {
    opacity: 0.7;
  }
  34.6154% {
    opacity: 0;
  }
  61.5385% {
    opacity: 0;
  }
  73.0769% {
    opacity: 0;
  }
  76.9231% {
    opacity: 0.7;
  }
  96.1538% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes smoke2_o {
  0% {
    opacity: 0;
  }
  7.6923% {
    opacity: 0;
  }
  11.5385% {
    opacity: 0.7;
  }
  30.7692% {
    opacity: 0;
  }
  61.5385% {
    opacity: 0;
  }
  69.2308% {
    opacity: 0;
  }
  73.0769% {
    opacity: 0.7;
  }
  92.3077% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes smoke1_o {
  0% {
    opacity: 0;
  }
  3.8462% {
    opacity: 0;
  }
  7.6923% {
    opacity: 0.7;
  }
  26.9231% {
    opacity: 0;
  }
  61.5385% {
    opacity: 0;
  }
  65.3846% {
    opacity: 0;
  }
  69.2308% {
    opacity: 0.7;
  }
  88.4615% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.move-to-Right {
  animation: 7s linear both moveToRight;
  animation-play-state: paused;
  animation-iteration-count: 1;
}
@keyframes moveToRight {
  0% {
    transform: translate(-154.289724px, 0.582439px);
  }
  100% {
    transform: translate(430.710276px, 0.582439px);
  }
}
.tracking-in-expand-fwd {
  animation: tracking-in-expand-fwd 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-play-state: paused;
  animation-delay: 2s;
}
.tracking-in-expand-fwd._play {
  animation-play-state: running;
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px);
    transform: translateZ(-700px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.hamburger {
  padding: 7.5px 7.5px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger-box {
  width: 20px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -5px;
}
.hamburger-inner::after {
  bottom: -5px;
}
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -10px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -5px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes change-primary-color-dark_o {
  0% {
    opacity: 0;
  }
  66.6667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-light_o {
  0% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-primary-color_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-light-2_o {
  0% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-primary-color-2_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-dark-2_o {
  0% {
    opacity: 0;
  }
  66.6667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-dark-3_o {
  0% {
    opacity: 0;
  }
  66.6667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-light-3_o {
  0% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-primary-color-3_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-light-4_o {
  0% {
    opacity: 1;
  }
  33.3333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes change-primary-color-4_o {
  0% {
    opacity: 0;
  }
  33.3333% {
    opacity: 1;
  }
  66.6667% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes change-primary-color-dark-4_o {
  0% {
    opacity: 0;
  }
  66.6667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes big-circle_t {
  0% {
    transform: translate(101.5px, 103.5px) rotate(0deg) translate(-56.5px, -56.5px);
  }
  100% {
    transform: translate(101.5px, 103.5px) rotate(360deg) translate(-56.5px, -56.5px);
  }
}
.glow-on-hover-container {
  position: static;
  width: fit-content;
  height: fit-content;
}
.glow-on-hover-container .glow-on-hover {
  position: relative;
  margin: 0;
}
.glow-on-hover-container .glow-on-hover:hover {
  z-index: 1;
  background: inherit !important;
}
.glow-on-hover-container .glow-on-hover:hover [glow_content] {
  z-index: 2;
}
.glow-on-hover-container .glow-on-hover:hover:after {
  content: "";
  z-index: 1;
}
.glow-on-hover-container .glow-on-hover:before {
  content: "";
  background:
    linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}
.glow-on-hover-container .glow-on-hover:active {
  color: #000;
}
.glow-on-hover-container .glow-on-hover:hover:before {
  opacity: 1;
  z-index: 1;
}
.glow-on-hover-container .glow-on-hover:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.glow-on-hover-container .glow-on-hover:after:hover {
  background: inherit;
}
.glow-on-hover-container .glow-on-hover:active:after {
  background: transparent;
}
@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.fi.fi-spin {
  animation-name: rotate360;
  transform: rotate(0deg);
  animation-play-state: running;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.ggTransform {
  transform: translate(0, 0) scale(1);
}
.ggTransform.initAnim {
  transition: all 3s ease-in;
}
.ggTransform.initAnim.slowX_Y {
  animation: slowX_Y cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-play-state: running;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.ggTransform.initAnim.fastY {
  animation: fastY cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-play-state: running;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slowX_Y {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(20px, 20px, 0);
  }
}
@keyframes fastY {
  0% {
    transform: translate3d(0, -300px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes ggAnim-textEnter {
  0% {
    color: black;
    transform: scale(1);
  }
  50% {
    transform: translate3d(60vw, 0, 0) scale(2);
  }
  100% {
    color: gray;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.ggAnim-enterLeave {
  animation: ggAnim-enterLeave 2s forwards;
  animation-iteration-count: 1;
  opacity: 0;
  display: none;
}
@keyframes ggAnim-enterLeave {
  0% {
    opacity: 0;
    display: none;
  }
  10% {
    display: block;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes ggAnim-rotationTest {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(300px, 0, 0) scale(1);
  }
  75% {
    transform: translate3d(100px, -300px, 0);
  }
  85% {
    transform: translate3d(300px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes scaleTest {
  0% {
    transform: translate3d(100px, 2000px, 0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: translate3d(300px, 0, 0);
  }
}
@keyframes ggAnim-enterAndScale {
  0% {
    opacity: 0;
    transform: translate3d(100px, -200vh, 0) scale(5);
  }
  12% {
    opacity: 1;
    transform: translate3d(100px, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes ggAnim-simpleEntrance {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  30% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes ggAnim-enterAndLeave {
  0% {
    opacity: 0;
    transform: scale(5);
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(5);
  }
}
@keyframes ggAnim-enterFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.media-placeholder {
  position: var(--mediaPlaceholderPosition, relative) !important;
}
.media-placeholder::before {
  content: "" !important;
  display: block !important;
  padding-top: var(--mediaPlaceholderRatio) !important;
  background-color: var(--mediaPlaceholderBgColor) !important;
}
.media-placeholder__media {
  position: var(--mediaPlaceholderMediaPosition, absolute) !important;
  top: var(--mediaPlaceholderMediaTop, 0) !important;
  left: var(--mediaPlaceholderMediaLeft, 0) !important;
  max-width: var(--mediaPlaceholderMediaMaxWidth, 100%) !important;
}
.photobox {
  --mediaPlaceholderRatio: var(--photoboxPlaceholderRatio, 50%);
  display: var(--photoboxDisplay, inline-flex);
  position: var(--photoboxPosition, relative);
  cursor: pointer;
}
.photobox__previewbox {
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
.photobox__previewbox::after {
  content: "";
  width: var(--photoboxOverlayWidth, 100%);
  height: var(--photoboxOverlayHeight, 100%);
  background-color: var(--photoboxOverlayBackgroundColor, rgba(0, 0, 0, 0.8));
  position: absolute;
  top: var(--photoboxOverlayTop, 0);
  left: var(--photoboxOverlayLeft, 0);
  z-index: var(--photoboxOverlayZindex, 2);
}
.photobox__info-wrapper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  display: flex;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--photoboxInfoZindex, 2);
}
.photobox__info {
  margin: auto;
  font-size: 20px;
  color: white;
}
.photobox:hover .photobox__info-wrapper {
  opacity: 1;
  transition-delay: 0.3s;
}
.photobox_flat .photobox__previewbox::after {
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
}
.photobox_flat:hover .photobox__previewbox::after {
  opacity: 1;
}
.photobox_rounded {
  --photoboxOverlayWidth: 0;
  --photoboxOverlayHeight: 0;
  --photoboxOverlayTop: 50%;
  --photoboxOverlayLeft: 50%;
}
.photobox_rounded .photobox__previewbox::after {
  padding: 45%;
  border-radius: 50%;
}
.photobox_rounded .photobox__previewbox::after {
  transition: transform 0.25s ease;
  will-change: transform;
  transform: translate(-50%, -50%) scale(0);
}
.photobox_rounded:hover .photobox__previewbox::after {
  transform: translate(-50%, -50%) scale(2);
  transition-duration: 0.8s;
}
.photobox_triangular .photobox__previewbox::after {
  opacity: 0;
  clip-path: polygon(0 100%, 50% 0, 50% 0, 100% 100%);
  transition: clip-path 0.1s ease-out, opacity 0.1s ease-out;
  will-change: clip-path;
}
.photobox_triangular:hover .photobox__previewbox::after {
  opacity: 1;
  transition-duration: 0.4s;
  clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);
}
.photobox_scale-sliding .photobox__preview {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transform: scale(1) translate(0, 0);
}
.photobox_scale-sliding:hover .photobox__preview {
  transform: scale(1.2) translate(4%, 4%);
}
.photobox_scaled .photobox__preview {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transform: scale(1);
}
.photobox_scaled:hover .photobox__preview {
  transform: scale(1.2);
}
.photobox_scale-rotated .photobox__preview {
  transition: transform 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9);
  transform: scale(1) rotate(0);
}
.photobox_scale-rotated:hover .photobox__preview {
  transform: scale(1.2) rotate(5deg);
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
    height: 0 !important;
  }
  @page {
    size: auto;
    margin: 0;
  }
  .fn {
    float: footnote;
  }
  .fn::footnote-marker {
    font-weight: bold;
  }
  @page :right {
    @top-right {
      content: string(doctitle);
      margin: 30pt 0 10pt 0;
      font-size: 8pt;
    }
  }
}
.ggInput {
  display: flex;
  flex-direction: column;
}
.ggInput .inputContainer {
  position: relative;
}
.ggInput .inputContainer input {
  font-size: 16px;
  transition: all 0.2s ease-in;
}
.ggInput .inputContainer input .ggInput_symbol i {
  transition: all 0.2s ease-in;
}
.ggInput .inputContainer input:focus ~ .ggInput_symbol i {
  color: var(--secondaryColor);
  margin-left: 1rem;
}
.ggInput .inputLabel.top {
  order: -1;
}
.ggInput .inputLabel.top input {
  order: 1;
  font-size: 16px;
}
.ggInput .inputLabel.bottom {
  order: 1;
}
.ggInput .inputLabel.bottom input {
  order: -1;
}
.ggInput._v1 {
  min-height: 45px;
  width: 100%;
}
.ggInput._v1 input {
  padding-left: 5rem;
  min-height: 45px;
  width: 100%;
  font-size: 16px;
}
.ggInput._v1 input::placeholder {
  padding-left: 1rem;
  font-size: 20px;
  letter-spacing: 2px;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.ggInput._v1 input:focus {
  padding-left: 6rem;
}
.ggInput._v1 input:focus::placeholder {
  opacity: 0;
}
button,
a {
  outline: none !important;
  border: none;
  cursor: pointer;
  pointer-events: all;
  color: darkgray;
}
button.notDisabled [flexText],
a.notDisabled [flexText] {
  color: inherit;
}
[unBtn] {
  padding: 0.5rem;
}
.btn_save {
  transition: all 0.3s ease-in 0.1s;
}
.btn_save:hover {
  background-color: var(--successColor);
}
.btn_save:hover span {
  color: white;
}
.btnSimple,
html body #ggTheme .picker__footer .picker__button--close,
[btnSimple] {
  border: 2px solid;
  font: inherit;
  font-size: 9px;
  letter-spacing: 2px;
  min-height: fit-content;
  text-align: center;
  border-radius: 10px;
  line-height: 1.2rem;
  padding: 0.84rem 2.14rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--btn-background, #ffffff);
}
.btnSimple span,
html body #ggTheme .picker__footer .picker__button--close span,
[btnSimple] span {
  color: gray;
}
@media screen and (max-width: 600px) {
  .btnSimple,
  html body #ggTheme .picker__footer .picker__button--close,
  [btnSimple] {
    padding: 0.6rem 1rem;
  }
}
.btnNotActive:not(:active) {
  background: inherit;
  color: inherit;
}
.btnNotActive:not(:active) span {
  background: inherit;
  color: inherit;
}
@media screen and (max-width: 769px) {
  ._hoverRemoverMini,
  .btn-secondary_4,
  .btn-ContrastColor_3,
  .btn-tertiaryColor_3,
  .btn-secondary_3,
  .btn-primaryColor_3,
  .btn-ContrastColor_2,
  .btn-tertiaryColor_2,
  .btn-secondary_2,
  .btn-primaryColor_2,
  .btn-ContrastColor_1,
  .btn-tertiaryColor_1,
  .btn-secondaryColor_1,
  .btn-primaryColor_1 {
    transition-delay: 0.2s !important;
  }
  ._hoverRemoverMini:not(:active) [hijoTargetBg],
  .btn-secondary_4:not(:active) [hijoTargetBg],
  .btn-ContrastColor_3:not(:active) [hijoTargetBg],
  .btn-tertiaryColor_3:not(:active) [hijoTargetBg],
  .btn-secondary_3:not(:active) [hijoTargetBg],
  .btn-primaryColor_3:not(:active) [hijoTargetBg],
  .btn-ContrastColor_2:not(:active) [hijoTargetBg],
  .btn-tertiaryColor_2:not(:active) [hijoTargetBg],
  .btn-secondary_2:not(:active) [hijoTargetBg],
  .btn-primaryColor_2:not(:active) [hijoTargetBg],
  .btn-ContrastColor_1:not(:active) [hijoTargetBg],
  .btn-tertiaryColor_1:not(:active) [hijoTargetBg],
  .btn-secondaryColor_1:not(:active) [hijoTargetBg],
  .btn-primaryColor_1:not(:active) [hijoTargetBg] {
    background: inherit !important;
    fill: none !important;
    stroke: none !important;
  }
}
[btn_v1],
[btn_v2] {
}
.ggBtn,
[ggBtn] {
  max-width: 100%;
}
.ggBtn a,
.ggBtn button,
[ggBtn] a,
[ggBtn] button {
  color: white;
  max-width: 100%;
}
.ggBtn a[flexText],
.ggBtn button[flexText],
[ggBtn] a[flexText],
[ggBtn] button[flexText] {
  color: gray;
}
.ggBtn.isSelected,
[ggBtn].isSelected {
  border: 1px solid red;
}
.ggBtn.isSelected a,
.ggBtn.isSelected button,
[ggBtn].isSelected a,
[ggBtn].isSelected button {
  background-color: black !important;
  color: white !important;
}
.ggBtn.btn_v1 button,
.ggBtn.btn_v1 a,
.ggBtn[btn_v1] button,
.ggBtn[btn_v1] a,
[ggBtn].btn_v1 button,
[ggBtn].btn_v1 a,
[ggBtn][btn_v1] button,
[ggBtn][btn_v1] a {
  background-color: var(--btn-background, #ffffff);
  border: 2px solid;
  margin: 0.375rem;
  padding: 0.84rem 2.14rem;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  display: flex;
  align-items: center;
  color: #000;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 600px) {
  .ggBtn.btn_v1 button,
  .ggBtn.btn_v1 a,
  .ggBtn[btn_v1] button,
  .ggBtn[btn_v1] a,
  [ggBtn].btn_v1 button,
  [ggBtn].btn_v1 a,
  [ggBtn][btn_v1] button,
  [ggBtn][btn_v1] a {
    padding: 0.6rem 1rem;
  }
}
.ggBtn.btn_v2,
.ggBtn[btn_v2],
[ggBtn].btn_v2,
[ggBtn][btn_v2] {
  z-index: 2;
}
.ggBtn.btn_v2:hover button::after,
.ggBtn[btn_v2]:hover button::after,
[ggBtn].btn_v2:hover button::after,
[ggBtn][btn_v2]:hover button::after {
  top: 0;
  left: 0;
}
.ggBtn.btn_v2 button,
.ggBtn.btn_v2 a,
.ggBtn[btn_v2] button,
.ggBtn[btn_v2] a,
[ggBtn].btn_v2 button,
[ggBtn].btn_v2 a,
[ggBtn][btn_v2] button,
[ggBtn][btn_v2] a {
  padding: 13px 33px !important;
  border-width: 1.5pt !important;
  border-style: solid !important;
  border-radius: var(--border-rad) !important;
  border-color: rgba(0, 0, 0, 0.9) !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
.ggBtn.btn_v2 button::after,
.ggBtn.btn_v2 a::after,
.ggBtn[btn_v2] button::after,
.ggBtn[btn_v2] a::after,
[ggBtn].btn_v2 button::after,
[ggBtn].btn_v2 a::after,
[ggBtn][btn_v2] button::after,
[ggBtn][btn_v2] a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--btn-background, rgba(0, 0, 0, 0.831372549));
  border-radius: var(--border-rad);
  left: 7px;
  top: 7px;
  z-index: -1;
}
.btn-primaryColor_1 {
  color: white;
  padding: 1rem;
}
.btn-primaryColor_1 span {
  color: white;
}
.btn-primaryColor_1:hover span {
  color: white;
}
.btn-secondaryColor_1 {
  color: white;
  padding: 1rem;
}
.btn-secondaryColor_1 span {
  color: #fff;
}
.btn-secondaryColor_1:hover span {
  color: white;
}
.btn-tertiaryColor_1 {
  color: white;
  padding: 1rem;
}
.btn-tertiaryColor_1 span {
  color: white;
}
.btn-tertiaryColor_1:hover span {
  color: white;
}
.btn-ContrastColor_1 {
  color: white;
  padding: 1rem;
}
.btn-ContrastColor_1 span {
  color: white;
}
.btn-ContrastColor_1:hover {
  color: white;
}
.btn-ContrastColor_1:hover span {
  color: white;
}
.btn-primaryColor_2 {
  color: white;
  padding: 1rem;
  border-radius: 10px !important;
}
.btn-primaryColor_2 span {
  color: white;
}
.btn-primaryColor_2:hover span {
  color: white;
}
.btn-secondary_2 {
  color: white;
  padding: 1rem;
  border-radius: 10px !important;
}
.btn-secondary_2 span {
  color: white;
}
.btn-secondary_2:hover span {
  color: white;
}
.btn-tertiaryColor_2 {
  color: white;
  padding: 1rem;
  border-radius: 10px !important;
}
.btn-tertiaryColor_2 span {
  color: white;
}
.btn-tertiaryColor_2:hover span {
  color: white;
}
.btn-ContrastColor_2 {
  color: white;
  padding: 1rem;
  border-radius: 10px !important;
}
.btn-ContrastColor_2 span {
  color: white;
}
.btn-ContrastColor_2:hover span {
  color: white;
}
.btn-primaryColor_3 {
  color: white;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-primaryColor_3 span {
  color: white;
}
.btn-primaryColor_3:hover span {
  color: white;
}
.btn-secondary_3 {
  color: white;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-secondary_3 span {
  color: white;
}
.btn-secondary_3:hover span {
  color: white;
}
.btn-tertiaryColor_3 {
  color: white;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-tertiaryColor_3 span {
  color: white;
}
.btn-tertiaryColor_3:hover span {
  color: white;
}
.btn-ContrastColor_3 {
  color: white;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-ContrastColor_3 span {
  color: white;
}
.btn-ContrastColor_3:hover span {
  color: white;
}
.btn-primaryColor_4 {
  border: 1px solid;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-primaryColor_4:hover span {
  color: white;
}
.btn-secondary_4 {
  border: 1px solid;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-secondary_4:hover span {
  color: white;
}
.btn-tertiaryColor_4 {
  background-color: white;
  border: var(--tertiaryColor);
  border: 1px solid;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-tertiaryColor_4:hover {
  background-color: var(--tertiaryColor);
  border: var(--tertiaryColor);
}
.btn-tertiaryColor_4:hover span {
  color: white;
}
.btn-ContrastColor_4 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-ContrastColor_4:hover span {
  color: white;
}
.btn-primaryColor_5 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-primaryColor_5:hover span {
  color: white;
}
.btn-secondary_5 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-secondary_5:hover span {
  color: white;
}
.btn-tertiaryColor_5 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-tertiaryColor_5:hover span {
  color: white;
}
.btn-ContrastColor_5 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn-ContrastColor_5:hover span {
  color: white;
}
.btn-primaryColor_6:not(:active) {
  background: inherit;
  color: inherit;
}
.btn-secondary_6 {
  padding: 1rem;
  border-radius: 15px !important;
}
.btn-secondary_6:hover span {
  color: white;
}
.btn-tertiaryColor_6 {
  padding: 1rem;
  border-radius: 15px !important;
}
.btn-tertiaryColor_6:hover span {
  color: white;
}
.btn-ContrastColor_6 {
  padding: 1rem;
  border-radius: 15px !important;
}
.btn-ContrastColor_6:hover span {
  color: white;
}
.btn-primaryColor_7:not(:active) {
  background: inherit;
  color: inherit;
}
.btn-secondary_7:not(:active) {
  background: inherit;
  color: inherit;
}
.btn-tertiaryColor_7:not(:active) {
  background: inherit;
  color: inherit;
}
.btn-ContrastColor_7:not(:active) {
  background: inherit;
  color: inherit;
}
button.successBtn {
  background-color: var(--successColor);
  color: white;
}
button.successBtn span {
  color: white;
}
button.isDisabled {
  pointer-events: inherit;
  cursor: not-allowed;
  color: darkgray;
  background-color: rgba(0, 0, 0, 0.58) !important;
}
button.isDisabled span {
  color: darkgray;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
    height: 0 !important;
  }
  @page {
    size: auto;
    margin: 0;
  }
  .fn {
    float: footnote;
  }
  .fn::footnote-marker {
    font-weight: bold;
  }
  @page :right {
    @top-right {
      content: string(doctitle);
      margin: 30pt 0 10pt 0;
      font-size: 8pt;
    }
  }
}
.btn_not_allowed {
  background-color: #3d3b3b !important;
  color: darkgray !important;
  position: relative;
}
.btn_not_allowed::after {
  content: "";
  color: white;
  cursor: not-allowed !important;
  pointer-events: all !important;
  font-size: 12px;
  letter-spacing: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload_input_btn {
  pointer-events: all;
  width: 100%;
  height: fit-content;
  border: 1px solid gray;
  border-radius: 5px;
  background-color: #e6e5e5;
  left: 0;
  padding: 0.5rem;
  margin: 0.9rem 0 0 -0.2rem;
  display: block;
  position: relative;
}
.upload_input_btn > div {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 30px;
  overflow: hidden;
}
.caroSlide {
  pointer-events: all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  cursor: grab;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.caroSlide img {
  display: inline-block;
  -webkit-user-select: none;
  user-select: none;
}
app-product {
  height: fit-content;
}
html body #ggTheme {
  --boxShadow-1: 0 0.5rem 0.5rem -1px #f8f8fd;
}
.resetBtn {
  border-radius: 0 1rem 1rem 0;
  left: -1rem;
  position: relative;
  transform: translateX(0);
  transition: all 0.3s ease-in;
}
.resetBtn:hover {
  transform: translateX(1rem);
}
.resetBtn span {
  color: white !important;
}
.colors_list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  pointer-events: all;
}
.colors_list .gg-circle-75 {
  min-width: 60px;
  min-height: 60px;
  pointer-events: all;
}
.textDiv p {
  display: flex;
  flex-direction: column;
}
.textDiv img {
  width: fit-content;
}
.innerScroll {
  height: 120%;
  overflow-y: scroll;
  padding-bottom: 20rem;
  pointer-events: auto;
}
.objectFit_cover {
  object-fit: cover;
}
.objectFit_contain {
  object-fit: contain;
}
.objectFit_fill {
  object-fit: fill;
}
.objectFit_none {
  object-fit: none;
}
.objectFit_scaleDown {
  object-fit: scale-down;
}
.seoHere {
  opacity: 0;
  display: block;
  height: 0;
  width: 0;
}
.rowGrid {
  display: grid;
  grid-template-areas: "theRow1" "theRow2" "theRow3" "theRow4" "theRow5" "theRow6" "theRow7" "theRow8" "theRow9" "theRow10";
}
.rowGrid .theRow1 {
  grid-area: theRow1;
}
.rowGrid .theRow2 {
  grid-area: theRow2;
}
.rowGrid .theRow3 {
  grid-area: theRow3;
}
.rowGrid .theRow4 {
  grid-area: theRow4;
}
.rowGrid .theRow5 {
  grid-area: theRow5;
}
.rowGrid .theRow6 {
  grid-area: theRow6;
}
.rowGrid .theRow7 {
  grid-area: theRow7;
}
.rowGrid .theRow8 {
  grid-area: theRow8;
}
.rowGrid .theRow9 {
  grid-area: theRow9;
}
.rowGrid .theRow10 {
  grid-area: theRow10;
}
.btn_header_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem;
  z-index: 3001;
}
.emptyBlock {
  display: block;
  width: 100%;
}
#fakeInputAqui {
  display: none !important;
  opacity: 0 !important;
}
.fakeInput {
  opacity: 0 !important;
  position: absolute !important;
}
.fakeInput input {
  opacity: 0 !important;
  position: absolute !important;
}
.fake-input-class {
  display: none !important;
  opacity: 0 !important;
}
.invisibleDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
}
[isToggle] {
  cursor: pointer;
  pointer-events: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.droppable-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.droppable-content a span {
  color: #fff;
}
.gDropdown-item {
  position: relative;
  padding: 1.2rem;
  z-index: 3000;
}
.gDropdown-item:hover {
  background-color: rgba(136, 169, 238, 0.58);
}
.overlayBg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 4999;
  transition: all 0.5s ease-in;
  animation: control-overlay 0.3s ease-out;
  animation-fill-mode: both;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlayBg.revertAnim {
  background-color: inherit;
  animation: revert-overlay 0.3s ease-out;
  animation-fill-mode: revert;
}
@keyframes control-overlay {
  0% {
    background-color: inherit;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes revert-overlay {
  0% {
    background-color: rgba(0, 0, 0, 0.7);
  }
  100% {
    background-color: inherit;
  }
}
.tooltip-container {
  text-align: center;
  z-index: 100000;
  position: fixed;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
  line-height: initial;
  color: white;
  width: auto;
  background: rgba(17, 17, 17, 0.9333333333);
  box-sizing: border-box;
  opacity: 0;
  border-radius: 5px;
  transform: translate(-50%, -30%);
  animation: tooltip-slide 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
  box-shadow: 0 0.5rem 0.5rem -1px #f8f8fd;
}
.gSelect-container {
  z-index: 100000;
  position: fixed;
  width: auto;
  background-color: #f8f8fd;
  box-sizing: border-box;
  opacity: 0;
  border-radius: 5px;
  transform: translate(-50%, -30%);
  animation: tooltip-slide 0.18s ease-out 0.5s;
  animation-fill-mode: forwards;
  overscroll-behavior-y: contain;
  overflow-y: scroll;
  pointer-events: all;
}
.gSelect-container li {
  padding: 4px 16px;
  cursor: pointer;
  font-weight: 700;
  color: black;
}
.gSelect-container li.selected {
  background: #f2f2f2;
}
.gSelect-container li.marked {
  background: #e6e6e6;
}
.gSelect-container li.disabled {
  position: relative;
  background: #e6e6e6;
}
.gSelect-container li.disabled::after {
  content: "--------- N/A -----------";
  color: red;
  position: absolute;
  top: 0;
}
.gSelect-container li:hover {
  background: var(--secondaryColor50);
}
@keyframes tooltip-slide {
  0% {
    opacity: 0;
    transform: translate(-50%, -30%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.deckSection._v1 h1 {
  font-size: 35px;
  letter-spacing: 2.5px;
}
@media screen and (min-width: 769px) {
  .deckSection._v1 h1 {
    font-size: 45px;
    letter-spacing: 3px;
  }
}
.deckSection._v1 h2 {
  font-size: 30px;
  letter-spacing: 2px;
}
@media screen and (min-width: 769px) {
  .deckSection._v1 h2 {
    font-size: 36px;
    letter-spacing: 2.2px;
  }
}
.deckSection._v1 h3 {
  font-size: 27px;
  letter-spacing: 1.7px;
  font-weight: bolder;
}
@media screen and (min-width: 769px) {
  .deckSection._v1 h3 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.deckSection._v1 li {
  font-size: 28px;
  letter-spacing: 2px;
}
.deckSection._v1 p {
  -webkit-user-select: all;
  user-select: all;
  font-size: 25px;
  letter-spacing: 1.4px;
}
gselect .dropdown-list li.opt_v1 [label] {
  background-color: var(--secondaryColor);
  padding: 0.1rem 0.5rem;
  color: white;
}
gselect .dropdown-list li.opt_v1 [text] {
  margin-left: 2rem;
}
.ggBadge {
  padding: 0.6rem 1.1rem;
}
.fullSize_photo {
  width: 100vw;
  margin: auto;
  display: flex;
  justify-content: center;
  background: black;
  height: 100%;
  min-height: 100vh;
}
.fullSize_photo .mnb_deck_img {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 769px) {
  .fullSize_photo .mnb_deck_img {
    max-width: 75vw !important;
  }
}
.closePanel_btn {
  position: fixed;
  width: 100vw;
  background-color: white;
}
.closePanel_btn .closePanel_btn_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}
.closePanel_btn .closePanel_btn_flex i {
  display: flex;
  align-items: center;
}
.ggAlert {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.38);
}
.only_premium {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  padding: 0.5rem 0;
  border: 1px solid lightgray;
}
.only_premium svg-icon svg {
  padding-left: 1rem;
  margin-right: 1rem;
}
.clear-criteria-btn {
  position: fixed !important;
  top: 14px;
  left: 10px;
  height: 20px;
  width: fit-content;
  z-index: 1000;
  display: flex;
  align-items: center;
  pointer-events: all;
  min-width: 90px;
  min-height: 30px;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  border-radius: 0.5rem;
}
.gg_btns_group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gg_btns_group button:nth-child(1) {
  border-bottom-left-radius: 1.5rem;
  border-top-left-radius: 1.5rem;
}
.gg_btns_group button:nth-child(2) {
  margin-right: -1rem;
  margin-left: -1rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.gg_btns_group button:last-child {
  padding-right: 2rem;
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.gg_btns_group button.selectedBtn {
  background-color: var(--secondaryColor) !important;
}
app-box-container #edit_layer {
  fill-opacity: 0;
  transition: all 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
app-box-container:hover .rotate-icon #edit_layer,
app-box-container:hover .drag-icon #edit_layer {
  fill-opacity: 100%;
}
app-box-container:hover .rotate-icon #hand_fills,
app-box-container:hover .drag-icon #hand_fills {
  fill-opacity: 100%;
}
.drag-icon,
.rotate-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -85%);
  z-index: 11000;
  padding: 2rem 2rem 1rem 2rem;
  cursor: move !important;
  pointer-events: all;
  opacity: 0;
  display: none;
}
.drag-icon.styleVisible,
.styleVisible.rotate-icon {
  opacity: 1;
  display: flex;
}
.drag-icon a,
.rotate-icon a {
  position: relative;
  margin: 0.2rem 1rem;
}
.rotate-icon {
  top: -3.7rem;
  left: unset;
  right: -3rem;
}
[enterAnimClass] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 500000;
  pointer-events: all;
}
.front_addonsContainer._v2 {
  background-color: black !important;
}
.front_addonsContainer .front_addonsFlex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.front_addonsContainer .front_addonsFlex .eachAddon {
  margin: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: fit-content;
  width: fit-content;
  border-radius: 8px;
  pointer-events: all;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.front_addonsContainer .front_addonsFlex .eachAddon .addonColor {
  height: 25px;
  width: 25px;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  margin-right: 1rem;
}
.front_addonsContainer .front_addonsFlex .eachAddon .optionPrice {
  margin-left: 1rem;
}
.front_addonsContainer .front_addonsFlex .eachAddon.isSelected {
  border: 2px solid #0eefa0 !important;
  padding: 1rem;
}
.powerBar_outsideLogo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6000;
}
.btn_back_market {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.btn_back_market button {
  background-color: black !important;
  font-size: 12px;
  letter-spacing: 1.1px;
}
.btn_back_market button span {
  color: white;
}
.btn_back_market i {
  color: white;
}
select {
  position: relative;
}
.gSelect {
  padding: 0.7rem 1.2rem;
  width: 100%;
  margin: 1rem 0;
  cursor: pointer;
  pointer-events: all;
  position: relative;
}
.gSelect:focus-visible {
  outline-color: var(--secondaryColor50);
}
[papaHover] {
  pointer-events: none;
}
[papaHover] .tooltip_content {
  pointer-events: all;
  display: flex;
}
[papaHover] .showOnHover,
[papaHover] [showOnHover] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
[papaHover] .showOnHover.from_left,
[papaHover] .showOnHover[fromLeft],
[papaHover] [showOnHover].from_left,
[papaHover] [showOnHover][fromLeft] {
  transform: translateX(-150px);
}
[papaHover] .showOnHover.from_right,
[papaHover] .showOnHover[fromRight],
[papaHover] [showOnHover].from_right,
[papaHover] [showOnHover][fromRight] {
  transform: translateX(150px);
}
[papaHover] .showOnHover.from_top,
[papaHover] .showOnHover[fromTop],
[papaHover] [showOnHover].from_top,
[papaHover] [showOnHover][fromTop] {
  transform: translateY(150px);
}
[papaHover] .showOnHover.from_bottom,
[papaHover] .showOnHover[fromBottom],
[papaHover] [showOnHover].from_bottom,
[papaHover] [showOnHover][fromBottom] {
  transform: translateY(-200px);
}
@media (hover: hover) {
  [papaHover]:hover .showOnHover,
  [papaHover]:hover [showOnHover] {
    pointer-events: all !important;
    transform: translateX(0) !important;
    opacity: 1;
  }
}
.loginDropBox {
  margin-top: 1rem;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#FS-body1 {
  height: 100%;
}
#elFooter {
  height: 83px;
}
#invest .eachSection {
  position: relative;
  max-width: 600px;
  margin: 3rem;
}
#invest .eachSection h1 {
  color: white;
  font-size: 26px;
  letter-spacing: 3px;
}
#invest .eachSection h2 {
  color: white;
  font-size: 22px;
  letter-spacing: 2.5px;
}
#invest .eachSection h3 {
  color: white;
  font-size: 19px;
  letter-spacing: 2px;
}
#invest .eachSection p {
  color: white;
  font-size: 20px;
  letter-spacing: 1.2px;
  hyphens: auto;
}
#invest .eachSection p span {
  color: white;
}
#invest .eachSection span {
  color: white;
}
.ggTabs {
  display: flex;
  align-items: center;
  height: 60px;
  justify-content: flex-start;
  overflow: scroll hidden;
  flex-wrap: nowrap;
  width: 100vw;
}
.ggTabs._v1 li span {
  font-size: 16px;
  letter-spacing: 1px;
}
.ggTabs._v1 li.activeTab span {
  font-size: 20px;
  letter-spacing: 2px;
}
.ggTabs._v2 li.activeTab {
  background-color: rgba(73, 80, 89, 0.6196078431) !important;
  max-height: 80%;
  display: flex;
  align-items: center;
  border-radius: 1rem;
}
.ggTabs._stickyTabs {
  position: sticky;
  z-index: 3000;
  top: 0;
}
@media screen and (max-width: 860px) {
  .ggTabs._stickyTabs {
    z-index: 6000;
  }
}
.ggTabs li {
  padding: 1rem 1.5rem;
  transition: all 0.3s ease-in;
  white-space: nowrap;
  min-width: fit-content;
}
.ggTabs li.activeTab {
  background-color: rgba(73, 80, 89, 0.6196078431) !important;
}
.ggTabs li:last-child {
  margin-right: 15rem;
}
.ggTabs li span {
  color: white;
}
scroll-trigger {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
scroll-trigger .stickyContainer {
  opacity: 0;
  position: sticky;
  top: 50%;
  left: 2rem;
  padding: 2rem;
  width: 60%;
  pointer-events: none;
}
scroll-trigger .stickyContainer.stickyInView {
  opacity: 1 !important;
}
.flex-guide {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 7rem;
  left: 1rem;
  z-index: 4000;
}
.flex-guide .guideItem {
  padding: 0.8rem 1rem;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
}
#btn_next {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 3000 !important;
  display: flex;
  flex-wrap: nowrap;
}
#btn_next button {
  height: 50px;
  min-width: 160px;
  border-radius: 0 !important;
}
#btn_next .selectedTheme {
  position: relative;
  z-index: 3000 !important;
  display: flex;
  flex-wrap: nowrap;
  margin-right: 3rem;
}
#btn_next .selectedTheme .sample {
  width: 25px;
}
#btn_next .selectedTheme .name {
  width: 100px;
  margin: 0 1.2rem;
}
.superPowers-by-GoGrab:hover .fa-heart {
  transform: scale(2);
  transition: transform 2s;
}
.addons-title {
  margin: 0 0 3rem 0 !important;
  padding: 0.5rem 1rem !important;
}
.addons-title h3 {
  display: flex;
  align-items: flex-start;
  max-height: 50px !important;
  overflow: hidden;
  line-height: 2rem;
}
.toggleOptions_container {
  position: fixed;
  bottom: 0;
  left: -37rem;
  display: flex;
  margin: 2rem 0 0 1rem;
  z-index: 10000;
  background: black;
  padding: 1rem;
  transition: all 0.5s ease-in 0.8s;
  border-radius: 0 1rem 0 0;
}
.toggleOptions_container .eachOption {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  height: 22px;
  margin: 0;
}
.toggleOptions_container .eachOption i {
  font-size: 20px;
}
.toggleOptions_container .eachOption p {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin-left: 1rem;
}
[section] {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.changeAddressBox {
  min-width: 250px;
}
.swiper-wrapper > .swiper-slide:last-child .ggSwiper_btn {
  margin-left: 5rem;
}
.swiper-wrapper > .swiper-slide:last-child .ggSwiper_btn i {
  right: unset;
  left: -4rem;
}
.swiper-wrapper .ggSwiper_btn {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 50px;
  cursor: pointer;
  pointer-events: all;
  text-transform: uppercase;
}
.swiper-wrapper .ggSwiper_btn i {
  position: absolute;
  right: -4rem;
  top: 1.7rem;
  color: white;
  font-size: 17px;
  background: black;
  border-radius: 50%;
}
[ggSpace] {
  grid-column: 1/end;
  width: 100%;
  border: none;
  margin: 0;
  height: 5px;
}
.addStripes:nth-child(even) {
  background-color: #f8f8fd !important;
}
.addStripes:nth-child(odd) {
  background-color: white !important;
}
.ggProgressBar {
  position: relative;
  padding: 1rem 2rem;
}
.ggProgressBar._full {
  width: 100vw;
}
.ggProgressBar._simple {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.ggProgressBar .theProgress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-height: 100%;
  background-color: #e9ecef;
  transition: all 0.5s linear;
}
.ggProgressBar .theProgress.initAnim {
  animation-name: ggProgressBarAnim;
  animation-duration: 2s;
  animation-delay: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}
.customKeypad_container {
  margin: auto;
  width: 100vw;
}
@media screen and (min-width: 769px) {
  .customKeypad_container {
    width: 80vw;
  }
}
.customKeypad_container .theAmount {
  display: flex;
  width: 295px;
  margin: -2rem auto auto auto;
  font-size: 36px;
  letter-spacing: 36px;
  overflow: hidden;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .customKeypad_container .theAmount {
    margin: -4.5rem auto auto auto;
  }
}
.ggPanel_body {
  width: 90%;
  margin: auto;
  padding: 1rem;
}
.back-arrow.inColorsPanel {
  z-index: 5003;
  position: fixed;
  top: -2rem;
}
.tags_flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .tags_flex {
    max-width: 90%;
  }
}
.tags_flex .tags_txt {
  margin: 0 0.5rem 0.5rem 0;
  pointer-events: all;
}
.load_more {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  min-width: 100%;
  margin: 0 auto 2rem auto;
  position: relative;
  bottom: -10rem;
  z-index: 1;
}
.load_more button {
  white-space: nowrap;
  font-size: 9px;
  margin-right: 3rem;
}
.catBox_btns {
  position: absolute;
  top: 0;
  right: 15px;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .catBox_btns {
    right: 100px;
  }
}
.catBox_btns._addPadIfPanel {
  right: 150px !important;
}
.three_points {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.three_points span {
  max-height: 10px;
}
.three_points span:last-child {
  margin-bottom: 5px;
}
.btn_dynamic_back {
  transition: all 0.35s ease;
}
.btn_dynamic_back.before-scroll {
  width: 70px;
  margin: 1rem 1rem 0 7rem;
  font-size: 18px;
  letter-spacing: 2px;
  z-index: 900;
  max-height: 50px !important;
}
.btn_dynamic_back.before-scroll .btn-prod-name {
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.btn_dynamic_back.scroll-down {
  width: 100% !important;
  top: 0;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  background: black !important;
  color: white !important;
  z-index: 1000;
  display: flex;
}
.btn_dynamic_back.scroll-down i {
  width: 30px;
}
.btn_dynamic_back.scroll-down .btn-prod-name {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.btn_dynamic_back.scroll-up {
  width: 70px;
  margin: 1rem 1rem 0 7rem;
  font-size: 18px;
  letter-spacing: 2px;
  z-index: 1000;
  max-height: 50px !important;
}
.btn_dynamic_back.scroll-up .btn-prod-name {
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.ggLoad_btn {
  display: none;
}
.ggLoad_btn._atTheEnd {
  display: flex;
  align-items: center;
  min-height: 70px;
  margin-top: 5rem;
  width: 100%;
  padding: 1rem 2rem !important;
  font-size: 15px !important;
  letter-spacing: 3px !important;
}
@media screen and (max-width: 769px) {
  ._mini_fullSize {
    width: 100vw !important;
  }
}
#fixedSection #FS-body1 {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
}
.fixed_new_section {
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 5000 !important;
  height: fit-content !important;
  width: fit-content !important;
  background: white;
  visibility: hidden;
  opacity: 0;
}
.fixed_new_section.abs {
  position: absolute !important;
}
#loading-message {
  position: fixed;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  pointer-events: none;
}
#loading-message svg-icon svg {
  pointer-events: none;
}
#sky-fixed {
  position: fixed;
  width: 100vw;
  top: 6rem;
  left: 0;
  z-index: 1500;
  pointer-events: none;
}
#sky-fixed svg-icon svg {
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  #sky-fixed {
    display: none;
  }
}
#sky-abs {
  position: absolute;
  width: 100%;
  top: 6rem;
  z-index: 800;
  pointer-events: none;
  opacity: 0.4;
}
@media screen and (max-width: 600px) {
  #sky-abs {
    display: none;
  }
}
.fixed-close {
  position: fixed;
  background-color: red;
  color: white !important;
  padding: 0 1.6rem;
  z-index: 1001;
  pointer-events: all;
}
@media screen and (min-width: 769px) {
  .fixed-close {
    padding: 1rem 2rem;
  }
}
.fixed-content {
  z-index: 10;
  position: fixed;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100px;
  padding: 0;
  width: 100vw;
}
.container-login100-form-btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem !important;
  justify-content: center;
}
.login100-form-btn {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border-radius: 0;
  background: #ffad00;
  justify-content: center;
  align-items: center;
  padding: 0 25px;
  transition: all 0.4s;
}
#mini-menu {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: scroll;
  min-height: 65px;
  pointer-events: all;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#mini-menu .mini-menu_flex {
  display: flex;
  width: 500px;
  height: 100%;
}
#mini-menu .mini-menu_flex._w_editorOn {
  width: calc(100% - 130px) !important;
}
@media screen and (min-width: 769px) {
  #mini-menu .mini-menu_flex {
    width: 100%;
  }
}
#mini-menu .mini-menu_flex .mini-menu-box {
  display: grid;
  grid-template-columns: 1fr;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-items: center;
  align-content: center;
  pointer-events: all;
  width: 100%;
  height: 80%;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #mini-menu .mini-menu_flex .mini-menu-box._menu {
    margin-left: 2rem;
  }
}
#mini-menu .mini-menu_flex .mini-menu-box svg-icon svg {
  height: 30px;
}
#mini-menu .mini-menu_flex .mini-menu-box span {
  margin-top: 0.3rem;
  font-size: 12px;
}
#painting-skin svg {
  width: 100px;
  position: absolute;
  top: 45%;
  right: -3rem;
}
@media screen and (max-width: 700px) {
  #painting-skin svg {
    display: none;
  }
}
#web-color-papa svg-icon svg {
  width: 35px;
  margin: 0 1rem;
}
.emptySpace {
  display: block;
  position: relative;
  width: 33.3%;
}
.circle-plus-cart {
  position: relative;
  z-index: 900;
}
.circle-plus-cart svg-icon {
  position: absolute;
  width: 35px;
  top: -25px;
  left: -17px;
}
.abs-svg-icon {
  position: relative;
  z-index: 5000;
}
.abs-svg-icon svg-icon {
  position: absolute;
  width: 30px;
  bottom: -14px;
  left: -14px;
}
.fixed-low-subtitle {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-right: 3rem;
  z-index: 3000;
  pointer-events: none;
  background-color: #fff;
}
@media screen and (max-width: 480px) {
  .fixed-low-subtitle {
    display: none;
    margin-left: 0;
  }
}
svg-icon.abs-svg-top-right-2 svg {
  width: 50px;
  position: absolute;
  top: 0;
  bottom: unset;
  right: 2rem;
  left: unset;
}
@media screen and (min-width: 769px) {
  svg-icon.abs-svg-top-right-2 svg {
    width: 130px;
    top: 2rem;
  }
}
svg-icon.abs-svg-top-right-0 svg {
  width: 140px;
  position: absolute;
  top: 0;
  bottom: unset;
  right: 0;
  left: unset;
}
.positions-styles {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.positions-styles > div:first-child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.positions-styles > div:first-child a {
  margin: 1rem;
}
.positions-styles > div:nth-child(2) {
  width: 100%;
  display: flex;
  justify-content: center;
}
.positions-styles-simple {
  display: block;
}
.positions-styles-simple .pos-styles_width {
  display: flex;
  flex-direction: column;
}
.positions-styles-simple .pos-styles_width ._content {
  display: flex;
  flex-direction: row;
}
.positions-styles-simple .pos-styles_length {
  display: flex;
  flex-direction: column;
}
.positions-styles-simple .pos-styles_length ._content {
  display: flex;
  flex-direction: column;
}
.confirm_phone_number {
  display: flex;
  flex-direction: column;
  bottom: 4rem !important;
}
.cpn_container {
  width: 80%;
  margin: 2rem auto;
  min-width: 370px;
}
@media screen and (min-width: 769px) {
  .cpn_container {
    min-width: 550px;
  }
}
.cpn_container .cpn_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  height: 80px;
  margin-left: 120px;
}
@media screen and (max-width: 769px) {
  .cpn_container .cpn_header {
    height: 40px;
  }
}
.cpn_container .cpn_header .cpn_header_content {
  width: 85%;
}
.cpn_container .cpn_header .cpn_header_content h2 {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 769px) {
  .cpn_container .cpn_header .cpn_header_content h2 {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
#product-details #mainGrid > .PD_section:last-child {
  margin-bottom: 15rem !important;
}
.section_content {
  display: flex;
  flex-direction: column;
}
.minimum-not-reached {
  font-family: Nunito, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 400;
  background-color: #f03;
  color: #fff;
  position: relative;
  z-index: 100;
  border: 0 !important;
  transition: padding 0.1s ease-in-out;
  width: fit-content;
  padding: 2px 1.5rem;
  white-space: nowrap;
}
.if-min-not-reached {
  content: "Back to products";
  background-color: black !important;
  position: absolute;
  top: 2.3rem;
  left: 0;
  padding: 4px 6px;
  font-weight: 900;
  transition: all 0.2s ease-out;
}
.eachStore.currentStore_class {
  background-color: var(--secondaryColor) !important;
}
.eachStore.currentStore_class div span {
  color: white !important;
}
@keyframes autofill {
  to {
    color: #666;
    background: transparent;
  }
}
.md-form > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
  transform: translateY(-14px);
}
.form-papa {
  position: relative;
}
button.clear-form-btn {
  position: absolute;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  z-index: 1300;
  max-width: 70px;
}
.input100_symbol {
  font-size: 15px;
  display: flex;
  border-radius: 5px;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  pointer-events: none;
  color: #666;
  transition: all 0.4s;
}
.input100:focus ~ .input100_symbol {
  padding-left: 28px;
}
.input100:focus ~ .search_list_abs {
  visibility: visible;
  opacity: 1;
}
.search_list_abs {
  position: absolute;
  top: 6rem;
  bottom: 0;
  min-height: 38vh;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  z-index: 1000;
  padding-bottom: 1.4rem;
  visibility: hidden;
  opacity: 0;
}
.search_group_flex {
  height: fit-content;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  background-color: transparent;
  padding: 1rem;
  margin-right: -2rem;
}
.search_item_box {
  height: 70px;
  background: white;
  display: grid;
  justify-content: start;
  align-content: center;
  grid-template-columns: auto;
  grid-template-rows: auto;
  cursor: pointer;
  pointer-events: all;
  z-index: 1000;
  border: 0;
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin: 1rem 0;
  transition: all 0.3s ease-in-out;
}
.search_item_box span {
  font-size: 16px;
  letter-spacing: 1.8px;
  padding: 0 1.2rem;
  color: #444;
  transition: all 0.3s ease-in-out;
}
.search_item_box:last-child {
  margin-bottom: 5rem !important;
}
input {
  outline: none;
  border: none;
}
textarea {
  outline: none;
  border: none;
}
textarea:focus,
input:focus {
  border-color: transparent !important;
}
.wrap-input100 {
  position: relative;
  width: 100%;
}
.input100 {
  display: block;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 100%;
  height: 50px;
  padding: 0 30px 0 60px;
}
@media screen and (max-width: 600px) {
  .input100 {
    font-size: 12px;
  }
}
.input100-label {
  margin-top: 1rem;
}
.input100-padding-big-icon {
  padding-left: 60px;
}
.input100-padding-big-icon:focus {
  padding-left: 71px;
}
.focus-input100 {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 0;
}
.symbol-input100 {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 1.8rem;
  left: 0;
  width: 100%;
  height: fit-content;
  padding-left: 20px;
  pointer-events: none;
  color: #666;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .symbol-input100 {
    padding-left: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .symbol-input100-double-line {
    height: 130%;
  }
}
.input100:focus ~ .focus-input100 ~ .symbol-input100 {
  padding-left: 28px;
}
.symbol-input100-r {
  left: 80% !important;
}
@media screen and (max-width: 600px) {
  .symbol-input100-r {
    height: 64% !important;
  }
}
.input-responses {
  position: relative;
  margin-bottom: 4rem;
}
.input-responses span {
  position: absolute !important;
  font-size: 14px !important;
  width: 100% !important;
  margin-top: 0.3rem !important;
}
.w-100-m-auto-sides {
  width: 100%;
  margin: 0 auto;
}
.w-90 {
  width: 90%;
}
.w-90-m-0_10 {
  width: 90%;
  margin: 0 10%;
}
.w-90-m-auto-sides {
  width: 90%;
  margin: 0 auto;
}
.container-login100 {
  width: 100%;
  max-height: 75vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  .container-login100 {
    margin-top: -3rem;
    margin-bottom: 0;
  }
}
#login-form {
  width: 100%;
  pointer-events: all;
  z-index: 2000;
}
.wrap-login100 {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.login100-form {
  width: 290px;
  pointer-events: all;
}
.login-txt-and-lock-icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-bottom: 2rem;
}
.login100-form-title {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
}
.login100-desc {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.login100-desc svg-icon {
  width: 70px;
}
.login100-pic {
  margin: 0.5rem 0 1rem 0;
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
}
.login100-pic img {
  height: 45px;
  z-index: 1000;
}
@media screen and (min-width: 500px) {
  .login100-pic img {
    height: 90px;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .login100-pic img {
    height: 110px;
  }
}
.login100-pic svg-icon {
  width: 190px;
}
.login100-pic svg-icon svg {
  width: 100%;
}
.login-new-store-message {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-height: 700px) {
  .login-new-store-message {
    padding-bottom: 3rem;
  }
}
.login-new-store-message span:first-child {
  white-space: nowrap;
}
.login-new-store-message svg-icon svg {
  width: 45px;
}
.forgot-account {
  margin-top: 1rem;
  text-align: center;
  padding-bottom: 2rem;
}
@media screen and (max-height: 830px) {
  .forgot-account {
    padding-bottom: 0;
  }
}
@media screen and (max-height: 675px) {
  .gg-modal-title {
    padding: 0;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .wrap-login100 {
    display: flex;
    justify-content: center;
  }
  .login100-form {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .login100-form {
    width: 100%;
  }
}
.validate-input {
  position: relative;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.alert-validate::after {
  content: "\f06a";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
}
.alert-validate:hover::before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
.focus-inside-grow:focus-within {
  transform: scale(1.025);
  transition: transform 0.2s ease-in-out;
}
.select-store {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .select-store {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .select-store {
    top: -5rem;
  }
}
@media screen and (max-width: 600px) {
  .select-store {
    width: 65%;
  }
}
@media screen and (max-width: 400px) {
  .select-store {
    width: 100%;
  }
}
button.search-btn {
  opacity: 0;
  position: absolute;
  top: 1rem;
  right: 4.5rem;
  height: auto;
  pointer-events: all;
  padding: 4px 8px;
  font-size: 8px;
  z-index: 999;
}
@media screen and (max-width: 620px) {
  button.search-btn {
    right: 1rem;
  }
}
.clear-input:focus ~ button.search-btn {
  background-color: #fff;
  opacity: 0.97;
}
button.clear-btn {
  opacity: 0;
  position: absolute;
  top: unset;
  bottom: unset;
  right: unset;
  left: unset;
  height: auto;
  pointer-events: all;
  padding: 4px 8px;
  font-size: 8px;
  z-index: 999;
}
@media screen and (max-width: 620px) {
  button.clear-btn {
    right: 6.5rem;
  }
}
.clear-input:focus ~ button.clear-btn {
  background-color: #fff;
  opacity: 0.97;
}
.clear-btn-static {
  position: absolute;
  top: 11px;
  right: 70px;
  background-color: #fff;
  opacity: 0.97;
  z-index: 995;
  padding: 4px 8px !important;
  font-size: 8px;
}
@media screen and (max-width: 450px) {
  .clear-btn-static {
    right: 15px;
  }
}
.input100-plus-minus {
  font-size: 15px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 12px;
  height: 100%;
  pointer-events: all;
  color: #666;
  transition: all 0.4s;
  z-index: 2000;
}
@media screen and (max-width: 600px) {
  .input100-plus-minus {
    padding-left: 15px;
    font-size: 12px;
  }
}
.close-list {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity, top 1s;
  cursor: pointer;
}
input:focus ~ .close-list {
  opacity: 1;
  top: -65%;
  right: 0;
  width: 100px;
  height: 30px;
  font-size: 16px;
}
.focus-search-input:focus ~ .custom-input-symbol {
  left: 6px;
}
.custom-input-symbol {
  position: absolute;
  top: 0;
  left: -2px;
  transition: left 0.2s ease-in-out;
}
.search-results-list li {
  font-family: Nunito, sans-serif;
  font-weight: 200;
  text-align: left;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  letter-spacing: 0.5px;
  border-radius: 1.5rem;
  transition: font-weight 1s ease-in-out;
}
.search-results-list li:hover span:first-child {
  font-family: Nunito, sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 376px) {
  .search-results-list li {
    grid-template-columns: 376px 0;
  }
}
.search-results-list li span:first-child {
  grid-column: 1/end !important;
}
.search-results-list li span:nth-child(2) {
  grid-column: 1/3;
}
.search-results-list li img {
  grid-column: 3;
  justify-self: end;
  height: 50px;
  clip-path: circle(50% at 50% 50%);
}
@media screen and (max-width: 400px) {
  .search-results-list li img {
    display: none;
  }
}
.search-results-list li i {
  grid-column: 3;
  font-size: 50px;
}
#new-address {
  background-image: url(https://gograb.io/media/icons/svg/static/city-30.svg);
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
#new-address .sebm-google-map-container {
  height: 50vh !important;
}
.modal #login-dialog {
  pointer-events: all;
  z-index: 2000;
  overflow: hidden scroll !important;
}
.modal #login-dialog .modal-content {
  padding-top: 0 !important;
}
.modal #login-dialog .modal-content .modal-body .container-login100 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal #login-dialog .modal-content .modal-header svg-icon svg {
  width: 60px;
}
@media screen and (max-height: 675px), screen and (max-width: 450px) {
  .modal #login-dialog .modal-content .modal-header svg-icon svg {
    width: 30px;
  }
}
.catBox_v1 {
  border-style: solid;
  border-width: 0;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.4);
}
.catBox_v1 #catBox-hijo-1 {
  margin: 0 1rem 0 1.5rem;
}
.catBox_v1 #catBox-hijo-2 {
  margin: 0 1rem 0 1.5rem;
}
.catBox_v2 {
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.4);
}
.catBox_v3 {
  border-style: dashed;
  border-width: 1px;
  border-radius: 1.2rem;
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.4);
}
.catBox_v4 {
  border-style: solid;
  border-width: 5px;
  border-radius: 2rem;
}
.catBox_v4 #catBox-hijo-2 img {
  border-radius: 2.5rem !important;
}
.catBox_v4:hover #catBox-hijo-1 .cat-name {
  padding: 1rem;
}
.btn_v1 {
  padding: 1rem;
  color: white;
}
.btn_v2 {
  padding: 1rem;
  border-radius: 10px !important;
}
.btn_v3 {
  padding: 1rem;
  border-radius: 35px !important;
}
.btn_v4 {
  border: 1px solid;
  padding: 1rem;
  border-radius: 35px !important;
}
.btn_v5 {
  padding: 1rem;
  border-radius: 35px !important;
}
.__prodsGrouped_grid app-product:empty {
  width: 100% !important;
  display: flex;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  justify-content: center !important;
}
.pad-for-flags {
  padding-top: 1.5rem !important;
}
.pad-for-flags .CARD_GRID {
  padding-top: 0.5rem !important;
}
.pad-for-flags .bgImgContainer._bgStyle_v1,
.pad-for-flags .bgImgContainer._bgStyle_v2 {
  padding-top: 2rem !important;
  margin-top: -1.5rem !important;
}
.pad-for-flags._inBottom {
  padding-top: 0 !important;
  padding-bottom: 1.5rem !important;
}
.pad-for-flags._inBottom .CARD_GRID {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.selected-cats-bottom-papa .cats-bottom {
  position: relative;
  display: flex;
  width: calc(100% + 20px);
  max-width: 315px;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
}
@media screen and (min-width: 500px) {
  .selected-cats-bottom-papa .cats-bottom {
    max-width: 420px;
  }
}
@media screen and (min-width: 769px) {
  .selected-cats-bottom-papa .cats-bottom {
    max-width: 650px;
  }
}
@media screen and (min-width: 1000px) {
  .selected-cats-bottom-papa .cats-bottom {
    max-width: 90vw;
  }
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box {
  position: relative;
  margin-left: -2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-style: solid;
  border-width: 0 1px;
  color: #fff;
  cursor: pointer;
  height: 52px;
  display: flex !important;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box i {
  position: absolute;
  left: 25px;
  top: 10px;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box h3 {
  margin-left: 2rem;
  padding-left: 1.3rem;
  padding-top: 0;
  padding-bottom: 0.2rem;
  font-size: 13px;
  letter-spacing: 1px;
}
@media screen and (min-width: 769px) {
  .selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box h3 {
    font-size: 16px;
    letter-spacing: 1.5px;
    padding-bottom: 0.8rem;
  }
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:first-child {
  display: inline-flex;
  z-index: 2012;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(2) {
  z-index: 2011;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(3) {
  z-index: 2010;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(4) {
  z-index: 2009;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(5) {
  z-index: 2008;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(6) {
  z-index: 2007;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(7) {
  z-index: 2006;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(8) {
  z-index: 2005;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:nth-child(9) {
  z-index: 2004;
}
.selected-cats-bottom-papa .cats-bottom .bottom-fixed-cats_box:last-child {
  border-radius: 2rem !important;
  padding-right: 2rem !important;
}
.selected-cats-bottom-papa .cats-bottom img {
  width: 35px;
}
@media screen and (max-width: 600px) {
  .selected-cats-bottom-papa .cats-bottom img {
    width: 30px;
  }
}
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  transform: translateX(8px);
}
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover::before,
.hvr-underline-from-left:focus::before,
.hvr-underline-from-left:active::before {
  right: 0;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover::before,
.hvr-underline-from-center:focus::before,
.hvr-underline-from-center:active::before {
  left: 0;
  right: 0;
}
.hvr-grow {
  transform: perspective(1px) translateZ(0);
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-bubble-left::before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.hvr-bubble-left:hover::before,
.hvr-bubble-left:focus::before,
.hvr-bubble-left:active::before {
  transform: translateX(-10px);
}
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top::before {
  position: absolute;
  z-index: -1;
  content: "";
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  transform: translateY(10px);
}
.hvr-bubble-float-top:hover::before,
.hvr-bubble-float-top:focus::before,
.hvr-bubble-float-top:active::before {
  transform: translateY(-10px);
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-wobble-vertical:hover .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:active .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
@-moz-document url-prefix() {
}
.ytp-more-videos-view {
  display: none !important;
}
@media screen and (max-width: 769px) {
  html body.isMini .show-scroll-bar.sc-horizontal::-webkit-scrollbar,
  html.webStyleMode.styleEditorON body.isMini #ggTheme .group_container.horizontalSlider .sc-horizontal.pin-wrap::-webkit-scrollbar,
  html body.isMini #ggTheme .sc-horizontal[templatesContainer]::-webkit-scrollbar,
  html body.isMini .ggTable_B virtual-scroller.sc-horizontal::-webkit-scrollbar,
  .ggTable_B html body.isMini virtual-scroller.sc-horizontal::-webkit-scrollbar,
  html body.isMini .ggTable_B cdk-virtual-scroll-viewport.sc-horizontal::-webkit-scrollbar,
  .ggTable_B html body.isMini cdk-virtual-scroll-viewport.sc-horizontal::-webkit-scrollbar,
  html body.isMini .sc-horizontal.innerScroll::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
    --webkit-scrollbar-width: 10px !important;
    display: block !important;
    background-color: whitesmoke !important;
  }
  html body.isMini #ggTheme .miniFooter {
    position: absolute !important;
    bottom: unset;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    overflow: hidden;
  }
  html body.isMini #ggSideNavPanel {
    height: 100vh !important;
  }
}
html body .gm-style-iw.gm-style-iw-c {
  background-color: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem !important;
  color: var(--primaryColor) !important;
  pointer-events: all;
  cursor: pointer;
}
html body .gm-style.gm-style-iw-tc::after {
  background-color: var(--primaryColor) !important;
}
html #credential_picker_container {
  z-index: 9999999 !important;
}
html.ggSelect-open {
  z-index: unset !important;
  pointer-events: none;
}
html.ggSelect-open .theSlide slide-box {
  overflow: visible !important;
}
html.ggSelect-open .prods_SubContainer {
  z-index: unset;
}
html.ggSelect-open .prods_group [stickyCats] {
  z-index: -1;
}
html.ggSelect-open .__prodsGrouped_grid {
  overflow: visible !important;
}
html.ggSelect-open [getOutOfMyWay],
html.ggSelect-open .getOutOfMyWay {
  z-index: -1 !important;
  transition: z-index 0.1s ease-in;
}
html.ggSelect-open.isAppended_body {
  pointer-events: none;
  overscroll-behavior-y: contain;
  overflow: hidden;
}
html.ggSelect-open.isAppended_body body {
  overflow: auto;
}
html.ggSelect-open.isAppended_body body app-product {
  z-index: 5000;
  pointer-events: all;
}
html.ggSelect-open .dropdown-collection {
  pointer-events: all;
}
html.ggSelect-open .dropdown-collection.dropdown-open {
  pointer-events: all;
  z-index: 6000;
}
html.ggSelect-open [gSel_lowIndex] {
  z-index: -2000;
}
html.ggSelect-open [gSel_allow_overflow],
html.ggSelect-open .gSel_allow_overflow {
  overflow: visible !important;
  pointer-events: none;
}
html.ggSelect-open ._zIndex_1.reverseIndex {
  z-index: -1;
}
html.ggSelect-open ._zIndex_1.increaseIndex {
  z-index: 11;
}
html.ggSelect-open ._zIndex_2.reverseIndex {
  z-index: -2;
}
html.ggSelect-open ._zIndex_2.increaseIndex {
  z-index: 12;
}
html.ggSelect-open ._zIndex_3.reverseIndex {
  z-index: -3;
}
html.ggSelect-open ._zIndex_3.increaseIndex {
  z-index: 13;
}
html.ggSelect-open ._zIndex_4.reverseIndex {
  z-index: -4;
}
html.ggSelect-open ._zIndex_4.increaseIndex {
  z-index: 14;
}
html.ggSelect-open ._zIndex_5.reverseIndex {
  z-index: -5;
}
html.ggSelect-open ._zIndex_5.increaseIndex {
  z-index: 15;
}
html.ggSelect-open ._zIndex_6.reverseIndex {
  z-index: -6;
}
html.ggSelect-open ._zIndex_6.increaseIndex {
  z-index: 16;
}
html.ggSelect-open ._zIndex_7.reverseIndex {
  z-index: -7;
}
html.ggSelect-open ._zIndex_7.increaseIndex {
  z-index: 17;
}
html.ggSelect-open ._zIndex_8.reverseIndex {
  z-index: -8;
}
html.ggSelect-open ._zIndex_8.increaseIndex {
  z-index: 18;
}
html.ggSelect-open ._zIndex_9.reverseIndex {
  z-index: -9;
}
html.ggSelect-open ._zIndex_9.increaseIndex {
  z-index: 19;
}
html.ggSelect-open ._zIndex_10.reverseIndex {
  z-index: -10;
}
html.ggSelect-open ._zIndex_10.increaseIndex {
  z-index: 20;
}
html.ggSelect-open ._zIndex_11.reverseIndex {
  z-index: -11;
}
html.ggSelect-open ._zIndex_11.increaseIndex {
  z-index: 21;
}
html.ggSelect-open ._zIndex_12.reverseIndex {
  z-index: -12;
}
html.ggSelect-open ._zIndex_12.increaseIndex {
  z-index: 22;
}
html.ggSelect-open ._zIndex_13.reverseIndex {
  z-index: -13;
}
html.ggSelect-open ._zIndex_13.increaseIndex {
  z-index: 23;
}
html.ggSelect-open ._zIndex_14.reverseIndex {
  z-index: -14;
}
html.ggSelect-open ._zIndex_14.increaseIndex {
  z-index: 24;
}
html.ggSelect-open ._zIndex_15.reverseIndex {
  z-index: -15;
}
html.ggSelect-open ._zIndex_15.increaseIndex {
  z-index: 25;
}
html.ggSelect-open ._zIndex_16.reverseIndex {
  z-index: -16;
}
html.ggSelect-open ._zIndex_16.increaseIndex {
  z-index: 26;
}
html.ggSelect-open ._zIndex_17.reverseIndex {
  z-index: -17;
}
html.ggSelect-open ._zIndex_17.increaseIndex {
  z-index: 27;
}
html.ggSelect-open ._zIndex_18.reverseIndex {
  z-index: -18;
}
html.ggSelect-open ._zIndex_18.increaseIndex {
  z-index: 28;
}
html.ggSelect-open ._zIndex_19.reverseIndex {
  z-index: -19;
}
html.ggSelect-open ._zIndex_19.increaseIndex {
  z-index: 29;
}
html.ggSelect-open ._zIndex_20.reverseIndex {
  z-index: -20;
}
html.ggSelect-open ._zIndex_20.increaseIndex {
  z-index: 30;
}
html.ggSelect-open ._zIndex_21.reverseIndex {
  z-index: -21;
}
html.ggSelect-open ._zIndex_21.increaseIndex {
  z-index: 31;
}
html.ggSelect-open ._zIndex_22.reverseIndex {
  z-index: -22;
}
html.ggSelect-open ._zIndex_22.increaseIndex {
  z-index: 32;
}
html.ggSelect-open ._zIndex_23.reverseIndex {
  z-index: -23;
}
html.ggSelect-open ._zIndex_23.increaseIndex {
  z-index: 33;
}
html.ggSelect-open ._zIndex_24.reverseIndex {
  z-index: -24;
}
html.ggSelect-open ._zIndex_24.increaseIndex {
  z-index: 34;
}
html.ggSelect-open ._zIndex_25.reverseIndex {
  z-index: -25;
}
html.ggSelect-open ._zIndex_25.increaseIndex {
  z-index: 35;
}
html.ggSelect-open ._zIndex_26.reverseIndex {
  z-index: -26;
}
html.ggSelect-open ._zIndex_26.increaseIndex {
  z-index: 36;
}
html.ggSelect-open ._zIndex_27.reverseIndex {
  z-index: -27;
}
html.ggSelect-open ._zIndex_27.increaseIndex {
  z-index: 37;
}
html.ggSelect-open ._zIndex_28.reverseIndex {
  z-index: -28;
}
html.ggSelect-open ._zIndex_28.increaseIndex {
  z-index: 38;
}
html.ggSelect-open ._zIndex_29.reverseIndex {
  z-index: -29;
}
html.ggSelect-open ._zIndex_29.increaseIndex {
  z-index: 39;
}
html.ggSelect-open ._zIndex_30.reverseIndex {
  z-index: -30;
}
html.ggSelect-open ._zIndex_30.increaseIndex {
  z-index: 40;
}
html.ggSelect-open ._zIndex_31.reverseIndex {
  z-index: -31;
}
html.ggSelect-open ._zIndex_31.increaseIndex {
  z-index: 41;
}
html.ggSelect-open ._zIndex_32.reverseIndex {
  z-index: -32;
}
html.ggSelect-open ._zIndex_32.increaseIndex {
  z-index: 42;
}
html.ggSelect-open ._zIndex_33.reverseIndex {
  z-index: -33;
}
html.ggSelect-open ._zIndex_33.increaseIndex {
  z-index: 43;
}
html.ggSelect-open ._zIndex_34.reverseIndex {
  z-index: -34;
}
html.ggSelect-open ._zIndex_34.increaseIndex {
  z-index: 44;
}
html.ggSelect-open ._zIndex_35.reverseIndex {
  z-index: -35;
}
html.ggSelect-open ._zIndex_35.increaseIndex {
  z-index: 45;
}
html.ggSelect-open ._zIndex_36.reverseIndex {
  z-index: -36;
}
html.ggSelect-open ._zIndex_36.increaseIndex {
  z-index: 46;
}
html.ggSelect-open ._zIndex_37.reverseIndex {
  z-index: -37;
}
html.ggSelect-open ._zIndex_37.increaseIndex {
  z-index: 47;
}
html.ggSelect-open ._zIndex_38.reverseIndex {
  z-index: -38;
}
html.ggSelect-open ._zIndex_38.increaseIndex {
  z-index: 48;
}
html.ggSelect-open ._zIndex_39.reverseIndex {
  z-index: -39;
}
html.ggSelect-open ._zIndex_39.increaseIndex {
  z-index: 49;
}
html.ggSelect-open ._zIndex_40.reverseIndex {
  z-index: -40;
}
html.ggSelect-open ._zIndex_40.increaseIndex {
  z-index: 50;
}
html.ggSelect-open ._zIndex_41.reverseIndex {
  z-index: -41;
}
html.ggSelect-open ._zIndex_41.increaseIndex {
  z-index: 51;
}
html.ggSelect-open ._zIndex_42.reverseIndex {
  z-index: -42;
}
html.ggSelect-open ._zIndex_42.increaseIndex {
  z-index: 52;
}
html.ggSelect-open ._zIndex_43.reverseIndex {
  z-index: -43;
}
html.ggSelect-open ._zIndex_43.increaseIndex {
  z-index: 53;
}
html.ggSelect-open ._zIndex_44.reverseIndex {
  z-index: -44;
}
html.ggSelect-open ._zIndex_44.increaseIndex {
  z-index: 54;
}
html.ggSelect-open ._zIndex_45.reverseIndex {
  z-index: -45;
}
html.ggSelect-open ._zIndex_45.increaseIndex {
  z-index: 55;
}
html.ggSelect-open ._zIndex_46.reverseIndex {
  z-index: -46;
}
html.ggSelect-open ._zIndex_46.increaseIndex {
  z-index: 56;
}
html.ggSelect-open ._zIndex_47.reverseIndex {
  z-index: -47;
}
html.ggSelect-open ._zIndex_47.increaseIndex {
  z-index: 57;
}
html.ggSelect-open ._zIndex_48.reverseIndex {
  z-index: -48;
}
html.ggSelect-open ._zIndex_48.increaseIndex {
  z-index: 58;
}
html.ggSelect-open ._zIndex_49.reverseIndex {
  z-index: -49;
}
html.ggSelect-open ._zIndex_49.increaseIndex {
  z-index: 59;
}
html.ggSelect-open ._zIndex_50.reverseIndex {
  z-index: -50;
}
html.ggSelect-open ._zIndex_50.increaseIndex {
  z-index: 60;
}
html.ggSelect-open ._zIndex_51.reverseIndex {
  z-index: -51;
}
html.ggSelect-open ._zIndex_51.increaseIndex {
  z-index: 61;
}
html.ggSelect-open ._zIndex_52.reverseIndex {
  z-index: -52;
}
html.ggSelect-open ._zIndex_52.increaseIndex {
  z-index: 62;
}
html.ggSelect-open ._zIndex_53.reverseIndex {
  z-index: -53;
}
html.ggSelect-open ._zIndex_53.increaseIndex {
  z-index: 63;
}
html.ggSelect-open ._zIndex_54.reverseIndex {
  z-index: -54;
}
html.ggSelect-open ._zIndex_54.increaseIndex {
  z-index: 64;
}
html.ggSelect-open ._zIndex_55.reverseIndex {
  z-index: -55;
}
html.ggSelect-open ._zIndex_55.increaseIndex {
  z-index: 65;
}
html.ggSelect-open ._zIndex_56.reverseIndex {
  z-index: -56;
}
html.ggSelect-open ._zIndex_56.increaseIndex {
  z-index: 66;
}
html.ggSelect-open ._zIndex_57.reverseIndex {
  z-index: -57;
}
html.ggSelect-open ._zIndex_57.increaseIndex {
  z-index: 67;
}
html.ggSelect-open ._zIndex_58.reverseIndex {
  z-index: -58;
}
html.ggSelect-open ._zIndex_58.increaseIndex {
  z-index: 68;
}
html.ggSelect-open ._zIndex_59.reverseIndex {
  z-index: -59;
}
html.ggSelect-open ._zIndex_59.increaseIndex {
  z-index: 69;
}
html.ggSelect-open ._zIndex_60.reverseIndex {
  z-index: -60;
}
html.ggSelect-open ._zIndex_60.increaseIndex {
  z-index: 70;
}
html.ggSelect-open ._zIndex_61.reverseIndex {
  z-index: -61;
}
html.ggSelect-open ._zIndex_61.increaseIndex {
  z-index: 71;
}
html.ggSelect-open ._zIndex_62.reverseIndex {
  z-index: -62;
}
html.ggSelect-open ._zIndex_62.increaseIndex {
  z-index: 72;
}
html.ggSelect-open ._zIndex_63.reverseIndex {
  z-index: -63;
}
html.ggSelect-open ._zIndex_63.increaseIndex {
  z-index: 73;
}
html.ggSelect-open ._zIndex_64.reverseIndex {
  z-index: -64;
}
html.ggSelect-open ._zIndex_64.increaseIndex {
  z-index: 74;
}
html.ggSelect-open ._zIndex_65.reverseIndex {
  z-index: -65;
}
html.ggSelect-open ._zIndex_65.increaseIndex {
  z-index: 75;
}
html.ggSelect-open ._zIndex_66.reverseIndex {
  z-index: -66;
}
html.ggSelect-open ._zIndex_66.increaseIndex {
  z-index: 76;
}
html.ggSelect-open ._zIndex_67.reverseIndex {
  z-index: -67;
}
html.ggSelect-open ._zIndex_67.increaseIndex {
  z-index: 77;
}
html.ggSelect-open ._zIndex_68.reverseIndex {
  z-index: -68;
}
html.ggSelect-open ._zIndex_68.increaseIndex {
  z-index: 78;
}
html.ggSelect-open ._zIndex_69.reverseIndex {
  z-index: -69;
}
html.ggSelect-open ._zIndex_69.increaseIndex {
  z-index: 79;
}
html.ggSelect-open ._zIndex_70.reverseIndex {
  z-index: -70;
}
html.ggSelect-open ._zIndex_70.increaseIndex {
  z-index: 80;
}
html.ggSelect-open ._zIndex_71.reverseIndex {
  z-index: -71;
}
html.ggSelect-open ._zIndex_71.increaseIndex {
  z-index: 81;
}
html.ggSelect-open ._zIndex_72.reverseIndex {
  z-index: -72;
}
html.ggSelect-open ._zIndex_72.increaseIndex {
  z-index: 82;
}
html.ggSelect-open ._zIndex_73.reverseIndex {
  z-index: -73;
}
html.ggSelect-open ._zIndex_73.increaseIndex {
  z-index: 83;
}
html.ggSelect-open ._zIndex_74.reverseIndex {
  z-index: -74;
}
html.ggSelect-open ._zIndex_74.increaseIndex {
  z-index: 84;
}
html.ggSelect-open ._zIndex_75.reverseIndex {
  z-index: -75;
}
html.ggSelect-open ._zIndex_75.increaseIndex {
  z-index: 85;
}
html.ggSelect-open ._zIndex_76.reverseIndex {
  z-index: -76;
}
html.ggSelect-open ._zIndex_76.increaseIndex {
  z-index: 86;
}
html.ggSelect-open ._zIndex_77.reverseIndex {
  z-index: -77;
}
html.ggSelect-open ._zIndex_77.increaseIndex {
  z-index: 87;
}
html.ggSelect-open ._zIndex_78.reverseIndex {
  z-index: -78;
}
html.ggSelect-open ._zIndex_78.increaseIndex {
  z-index: 88;
}
html.ggSelect-open ._zIndex_79.reverseIndex {
  z-index: -79;
}
html.ggSelect-open ._zIndex_79.increaseIndex {
  z-index: 89;
}
html.ggSelect-open ._zIndex_80.reverseIndex {
  z-index: -80;
}
html.ggSelect-open ._zIndex_80.increaseIndex {
  z-index: 90;
}
html.ggSelect-open ._zIndex_81.reverseIndex {
  z-index: -81;
}
html.ggSelect-open ._zIndex_81.increaseIndex {
  z-index: 91;
}
html.ggSelect-open ._zIndex_82.reverseIndex {
  z-index: -82;
}
html.ggSelect-open ._zIndex_82.increaseIndex {
  z-index: 92;
}
html.ggSelect-open ._zIndex_83.reverseIndex {
  z-index: -83;
}
html.ggSelect-open ._zIndex_83.increaseIndex {
  z-index: 93;
}
html.ggSelect-open ._zIndex_84.reverseIndex {
  z-index: -84;
}
html.ggSelect-open ._zIndex_84.increaseIndex {
  z-index: 94;
}
html.ggSelect-open ._zIndex_85.reverseIndex {
  z-index: -85;
}
html.ggSelect-open ._zIndex_85.increaseIndex {
  z-index: 95;
}
html.ggSelect-open ._zIndex_86.reverseIndex {
  z-index: -86;
}
html.ggSelect-open ._zIndex_86.increaseIndex {
  z-index: 96;
}
html.ggSelect-open ._zIndex_87.reverseIndex {
  z-index: -87;
}
html.ggSelect-open ._zIndex_87.increaseIndex {
  z-index: 97;
}
html.ggSelect-open ._zIndex_88.reverseIndex {
  z-index: -88;
}
html.ggSelect-open ._zIndex_88.increaseIndex {
  z-index: 98;
}
html.ggSelect-open ._zIndex_89.reverseIndex {
  z-index: -89;
}
html.ggSelect-open ._zIndex_89.increaseIndex {
  z-index: 99;
}
html.ggSelect-open ._zIndex_90.reverseIndex {
  z-index: -90;
}
html.ggSelect-open ._zIndex_90.increaseIndex {
  z-index: 100;
}
html.ggSelect-open ._zIndex_91.reverseIndex {
  z-index: -91;
}
html.ggSelect-open ._zIndex_91.increaseIndex {
  z-index: 101;
}
html.ggSelect-open ._zIndex_92.reverseIndex {
  z-index: -92;
}
html.ggSelect-open ._zIndex_92.increaseIndex {
  z-index: 102;
}
html.ggSelect-open ._zIndex_93.reverseIndex {
  z-index: -93;
}
html.ggSelect-open ._zIndex_93.increaseIndex {
  z-index: 103;
}
html.ggSelect-open ._zIndex_94.reverseIndex {
  z-index: -94;
}
html.ggSelect-open ._zIndex_94.increaseIndex {
  z-index: 104;
}
html.ggSelect-open ._zIndex_95.reverseIndex {
  z-index: -95;
}
html.ggSelect-open ._zIndex_95.increaseIndex {
  z-index: 105;
}
html.ggSelect-open ._zIndex_96.reverseIndex {
  z-index: -96;
}
html.ggSelect-open ._zIndex_96.increaseIndex {
  z-index: 106;
}
html.ggSelect-open ._zIndex_97.reverseIndex {
  z-index: -97;
}
html.ggSelect-open ._zIndex_97.increaseIndex {
  z-index: 107;
}
html.ggSelect-open ._zIndex_98.reverseIndex {
  z-index: -98;
}
html.ggSelect-open ._zIndex_98.increaseIndex {
  z-index: 108;
}
html.ggSelect-open ._zIndex_99.reverseIndex {
  z-index: -99;
}
html.ggSelect-open ._zIndex_99.increaseIndex {
  z-index: 109;
}
html.ggSelect-open ._zIndex_100.reverseIndex {
  z-index: -100;
}
html.ggSelect-open ._zIndex_100.increaseIndex {
  z-index: 110;
}
html body .dndDragging {
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}
html body > .captureFx {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 500000000;
  left: 0;
  right: 0;
  background: black;
  opacity: 1;
  animation: captureFx 0.8s ease-in forwards;
}
html body._on-scroll-up .gg_symbol_img {
  transform: translate(100px, 21px) !important;
}
html body._on-scroll-up .checkout-footer.add-transition {
  bottom: 0;
}
html body._on-scroll-up .search-list {
  top: 7rem;
}
html body._on-scroll-up .contactInfo {
  bottom: -10rem;
}
html body._on-scroll-down .checkout-footer.add-transition {
  bottom: -10rem;
}
html body._on-scroll-down .gg_symbol_img {
  transform: translate(97vw, 21px) !important;
}
@media screen and (max-width: 769px) {
  html body._on-scroll-down .gg_symbol_img {
    transform: translate(95vw, 21px) !important;
  }
}
html body._on-scroll-down app-checkout-container .powerBar_opacity {
  opacity: 0.2;
}
html body._on-scroll-down .fixed_guide {
  top: 0;
}
html body._on-scroll-down .notis_v1,
html body._on-scroll-down .notis_v3 {
  top: -30rem;
}
html body._on-scroll-down .inSection-icons {
  position: fixed;
  width: 100vw;
  left: 0;
  padding: 1rem;
}
html body._on-scroll-down .search-list {
  top: 0 !important;
}
html body._on-scroll-down .gg-marketplace-title {
  font-size: 2px;
}
html body._on-scroll-down #prodDet_checkout,
html body._on-scroll-down #add-to-cart-bottom-fixed {
  transform: translate(0);
}
html body .box_grid_num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44%;
  font-size: 3vw;
  color: #f8f8fd;
  opacity: 0.4;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
html body .ggPanel.start_left.borderStyles {
  border-top-left-radius: 0 !important;
}
html body .ggPanel.start_right.borderStyles {
  border-top-right-radius: 0 !important;
}
html body .gs-dev-tools {
  z-index: 10000 !important;
}
html body .color-picker.open {
  z-index: 12001 !important;
}
html body #main-scrollbar {
  width: auto;
  height: 100vh;
  overflow: auto;
  margin: 0;
}
html body .my-swal-container {
  pointer-events: none;
}
html body .swal2-container {
  z-index: 12003 !important;
}
html body .swal2-container h2.swal2-title {
  font-size: 28px !important;
  letter-spacing: 2.5px !important;
}
html body .swal2-container .swal2-content {
  font-size: 18px !important;
  letter-spacing: 1.5px !important;
}
html body .swal2-title {
  font-size: 25px !important;
}
html body .swal2-html-container {
  font-size: 20px !important;
}
html body .swal2-confirm {
  font-size: 20px !important;
}
html body .swal2-cancel {
  font-size: 20px !important;
}
html body .swal2-popup {
  min-width: 35em !important;
}
html body .place_here_container {
  border: 1px solid orange;
  border-radius: 5px;
  padding: 15px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(242, 51, 255, 0.62);
  color: white;
  z-index: 15000;
}
html body .place_here_container span {
  color: white;
}
html body #ggTheme {
}
html body #ggTheme ::-webkit-scrollbar {
  width: 0;
  display: none;
  scrollbar-width: none;
  --webkit-scrollbar-width: 0;
}
html body #ggTheme .mediaContainer gmedia svg {
  height: unset;
}
@media screen and (max-width: 769px) {
  html body #ggTheme .textDiv {
    height: fit-content !important;
  }
}
html body #ggTheme #search-all .PROD_CARD {
  overflow: visible;
}
html body #ggTheme.cart-open .editor_trigger_container {
  right: 285px !important;
}
html body #ggTheme .searchDroppable {
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.42) !important;
  top: 0;
  left: 0;
  z-index: 5001;
}
@media screen and (min-width: 769px) {
  html body #ggTheme .searchDroppable {
    position: sticky;
  }
}
html body #ggTheme .toDropSearchProds .ggDropDown {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.42) !important;
  top: 0;
  left: 35%;
}
@media screen and (min-width: 769px) {
  html body #ggTheme .toDropSearchProds .ggDropDown {
    position: sticky;
  }
}
html body #ggTheme .prodGrouped-catBox.mainCat {
  background-color: white !important;
}
html body #ggTheme .prodGrouped-catBox.mainCat #catBox-hijo-1 h3 {
  color: black !important;
}
html body #ggTheme .invest_eachLink {
  margin: 5rem 0 !important;
  position: relative;
  display: block;
}
html body #ggTheme .invest_eachLink h3:hover span {
  color: #840bea !important;
}
html body #ggTheme .searchProds-open .prodGrouped-catBox {
  top: 75px !important;
}
html body #ggTheme .change-qty svg #edit_fill,
html body #ggTheme .add-to-cart_top svg #edit_fill {
  opacity: 1;
}
html body #ggTheme [subSectionSon] .stylesBox {
  padding: 0.5rem;
  box-shadow: none;
}
html body #ggTheme [subSectionSon] .stylesBox h2 {
  padding: 0.3rem 1rem;
}
html body #ggTheme app-product .prod_card-6 #prodImage .prodImages_container {
  height: 100%;
}
html body #ggTheme app-product .prod_card-6 #prodImage .prodImages_container img {
  height: 100%;
}
html body #ggTheme #ggGrid {
  margin: 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
html body #ggTheme .phone_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-height: 1000px) {
  html body #ggTheme .phone_container {
    margin-top: 5rem;
  }
}
@media screen and (min-height: 1200px) {
  html body #ggTheme .phone_container {
    margin-top: 10rem;
  }
}
@media screen and (min-height: 1500px) {
  html body #ggTheme .phone_container {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 769px) {
  html body #ggTheme.safari_browser .loadMore_btn_2 {
    position: fixed;
    bottom: 8.5rem !important;
    width: 100%;
  }
}
html body #ggTheme.safari_browser .loadMore_btn {
  bottom: 8.5rem !important;
}
html body #ggTheme.safari_browser img {
  max-height: none;
}
html body #ggTheme .imgContainer {
  height: auto;
}
html body #ggTheme [imgStyle] {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: fit-content;
  object-fit: cover;
}
html body #ggTheme .boxPapa {
  display: table;
  width: 100%;
  height: 100%;
}
html body #ggTheme header .darkContrast {
  background: gray;
  color: white;
}
html body #ggTheme header .lightContrast {
  background: #f8f8fd;
  color: black;
}
html body #ggTheme header .dropdown.show .dropdown-menu {
  opacity: 1;
}
html body #ggTheme header .dropdown-menu.fadeInDropdown {
  right: unset;
  left: -29rem;
}
@media screen and (min-width: 768px) {
  html body #ggTheme header .dropdown-menu.fadeInDropdown {
    position: fixed;
    top: 4.3rem;
    bottom: unset;
    right: 0;
    left: unset;
    z-index: 5000;
  }
}
html body #ggTheme header #sidebar-links {
  margin-top: 4rem;
  padding-bottom: 15rem;
  margin-bottom: 15rem;
}
html body #ggTheme header #sidebar-links a {
  color: white !important;
  width: 100% !important;
}
html body #ggTheme header #sidebar-links a li svg-icon svg {
  width: 35px;
  max-height: 45px;
}
html body #ggTheme header #sidebar-links a li span {
  font-size: 14px !important;
  letter-spacing: 1.5px !important;
  text-transform: capitalize;
  margin-left: 1.5rem;
}
html body #ggTheme header .nav-item {
  margin-right: 1rem;
  margin-left: 1rem;
}
html body #ggTheme header .nav-item li a i {
  color: #fff;
}
@media screen and (min-width: 700px) {
  html body #ggTheme header .nav-item {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  html body #ggTheme header .nav-item {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 370px) {
  html body #ggTheme header .nav-item {
    margin-right: 0.2rem;
    margin-left: 0.2rem;
  }
}
html body #ggTheme header .side-nav a {
  font-size: 1.6rem;
  padding-left: 13px !important;
}
@media screen and (max-width: 768px) {
  html body #ggTheme #updatePagePanel.ggPanel {
    top: unset !important;
    height: 285px !important;
  }
  html body #ggTheme #updatePagePanel.ggPanel .panelContent {
    height: fit-content !important;
  }
}
html body #ggTheme .C-FFFFFF.w_colored_outline,
html body #ggTheme .C-FFFFFF00.w_colored_outline,
html body #ggTheme .C-transColor.w_colored_outline {
  position: relative;
}
html body #ggTheme .C-FFFFFF.w_colored_outline::after,
html body #ggTheme .C-FFFFFF00.w_colored_outline::after,
html body #ggTheme .C-transColor.w_colored_outline::after {
  content: "";
  width: 26px;
  height: 30px;
  border-bottom: 3px solid var(--primaryColor);
  border-radius: 50%;
  transform: translateY(-20px) translateX(5px) rotate(27deg);
  position: absolute;
  box-shadow: 0 0 4px 4px rgba(235, 232, 235, 0.72);
  bottom: -22px;
  left: -5px;
}
html body #ggTheme .C-FFFFFF00.is_trans,
html body #ggTheme .C-transColor.is_trans {
  position: relative;
}
html body #ggTheme .C-FFFFFF00.is_trans::before,
html body #ggTheme .C-transColor.is_trans::before {
  content: "";
  border: 1px solid red;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
html body #ggTheme .bg_transColor > .flexText,
html body #ggTheme .bg_transColor > [flexText] {
  color: #666;
}
html body #ggTheme .bg_grayColorVeryLight {
  background-color: #f8f8fd;
}
html body #ggTheme .bg_grayColorVeryLight > .flexText,
html body #ggTheme .bg_grayColorVeryLight > [flexText] {
  color: #484848;
}
html body #ggTheme .bg_grayColorDark {
  background-color: darkgrey;
}
html body #ggTheme .bg_grayColorDark > .flexText,
html body #ggTheme .bg_grayColorDark > [flexText] {
  color: var(--whiteColor);
}
html body #ggTheme .bg_blackColor {
  background-color: black;
}
html body #ggTheme .bg_blackColor > .flexText,
html body #ggTheme .bg_blackColor > [flexText] {
  color: var(--whiteColor);
}
html body #ggTheme .bg_whiteColor {
  background-color: white;
}
html body #ggTheme .bg_whiteColor > .flexText,
html body #ggTheme .bg_whiteColor > [flexText] {
  color: #484848;
}
html body #ggTheme .bg_grayColor {
  background-color: gray;
}
html body #ggTheme .bg_grayColor > .flexText,
html body #ggTheme .bg_grayColor > [flexText] {
  color: #484848;
}
html body #ggTheme .flex_btns {
  background-color: var(--primaryColor);
  display: flex;
  color: var(--whiteColor);
  margin: 0.5rem 1rem;
  min-width: 120px;
  font-size: 12px;
}
html body #ggTheme .ggInput._primary .form-check-input:checked + label:before,
html body #ggTheme .ggInput._primary label.btn input:checked + label:before {
  border-color: transparent var(--primaryColor) var(--primaryColor) transparent;
}
html body #ggTheme .ggInput._secondary .form-check-input:checked + label:before,
html body #ggTheme .ggInput[templatesContainer] .form-check-input:checked + label:before,
html body #ggTheme .ggInput._secondary label.btn input:checked + label:before,
html body #ggTheme .ggInput[templatesContainer] label.btn input:checked + label:before {
  border-color: transparent var(--secondaryColor) var(--secondaryColor) transparent;
}
html body #ggTheme .ggInput._accent .form-check-input:checked + label:before,
html body #ggTheme .ggInput._accent label.btn input:checked + label:before {
  border-color: transparent var(--tertiaryColor) var(--tertiaryColor) transparent;
}
html body #ggTheme .form-check-input[type=checkbox]:checked + label:before,
html body #ggTheme label.btn input[type=checkbox]:checked + label:before {
  height: 2.375rem;
  left: -5px;
  top: -10px;
  transform: rotate(40deg);
  width: 12px;
}
html body #ggTheme .form-check-input[type=checkbox] + label,
html body #ggTheme label.btn input[type=checkbox] + label {
  line-height: 2.5rem;
}
html body #ggTheme .form-check-input[type=radio]:not(:checked) + label,
html body #ggTheme .form-check-input[type=radio]:checked + label,
html body #ggTheme label.btn input[type=radio]:not(:checked) + label,
html body #ggTheme label.btn input[type=radio]:checked + label {
  line-height: 2.5rem !important;
}
html body #ggTheme mdb-select .form-control {
  padding: 2.5rem 1rem !important;
}
html body #ggTheme mdb-select > div > div.single > div.placeholder {
  line-height: 1rem !important;
  overflow: visible !important;
}
html body #ggTheme .imgVis-margin {
  margin-top: -3rem;
  margin-bottom: 2rem;
}
html body #ggTheme .centerCheck {
  height: 29px;
  display: flex;
  align-items: center;
}
html body #ggTheme .fakeScrollBar {
  overflow-y: hidden;
  display: block;
  height: 20px;
  z-index: 300000;
}
html body #ggTheme .fakeScrollBar .show-scroll-bar,
html.webStyleMode.styleEditorON body #ggTheme .fakeScrollBar .group_container.horizontalSlider .pin-wrap,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .fakeScrollBar .pin-wrap,
html body #ggTheme .fakeScrollBar [templatesContainer],
html body #ggTheme .fakeScrollBar .ggTable_B virtual-scroller,
.ggTable_B html body #ggTheme .fakeScrollBar virtual-scroller,
html body #ggTheme .fakeScrollBar .ggTable_B cdk-virtual-scroll-viewport,
.ggTable_B html body #ggTheme .fakeScrollBar cdk-virtual-scroll-viewport,
html body #ggTheme .fakeScrollBar .innerScroll {
  overflow-y: hidden;
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  height: 21px;
  display: block;
  width: calc(100vw - 340px);
  margin: 0 auto 0 340px;
  z-index: 50000;
}
html body #ggTheme .fakeScrollBar .fakeScroll_bar_child {
  width: 100%;
  height: 20px;
}
html body #ggTheme app-styles-guide collapsible-section .group-title {
  font-size: 10px;
}
html body #ggTheme [ggSimpleSection] {
  width: 100vw;
  margin: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  html body #ggTheme [ggSimpleSection] {
    width: 100%;
  }
}
html body #ggTheme [ggSectionContainer] {
  margin: auto;
  width: 100%;
  pointer-events: none;
}
html body #ggTheme [ggSectionContainer] [ggSection] {
  margin: auto;
}
@media screen and (max-width: 600px) {
  html body #ggTheme [ggSectionContainer] [ggSection] {
    width: 100vw !important;
    overflow-x: hidden;
  }
}
html body #ggTheme #main-search .ggSelect._v2 .ng-placeholder {
  margin-left: 9rem;
}
html body #ggTheme .ggActions .scrollable-content {
  background-color: white;
  min-height: 500px;
}
html body #ggTheme app-style-action-edit .ng-input {
  color: black;
  width: 100%;
  border: 1px solid rgba(204, 207, 210, 0.73);
}
html body #ggTheme scroll-trigger {
  pointer-events: none;
}
html body #ggTheme mdb-range-input .range-field {
  pointer-events: none;
}
html body #ggTheme mdb-range-input .range-field .track {
  pointer-events: all;
}
html body #ggTheme mdb-range-input.firstRange .range-field {
  margin-top: 3rem;
}
html body #ggTheme mdb-range-input.marginY .range-field {
  transform: rotate(270deg) !important;
  min-height: 140px;
  left: -45px;
}
html body #ggTheme mdb-range-input.invertedX .range-field {
  transform: rotate(180deg) !important;
}
html body #ggTheme mdb-range-input.marginZ .range-field {
  transform: rotate(143deg) !important;
  min-height: 140px;
  left: 12px;
  position: absolute;
  top: 50px;
}
html body #ggTheme .off_trigger {
  transition: all 0.3s ease-in 0.3s;
}
html body #ggTheme .off_trigger.editor_trigger_container {
  width: 65px !important;
  transition: all 0.3s ease-in 0.1s;
}
html body #ggTheme .off_trigger .editor_trigger ._text {
  transform: translate(200px, 300px);
  transition: all 0.3s ease-in 0s;
}
html body #ggTheme #main_grid .svgBg_1,
html body #ggTheme #main_grid .svgBg_2,
html body #ggTheme #main_grid .svgBg_3,
html body #ggTheme #main_grid .svgBg_4,
html body #ggTheme #main_grid .svgBg_5,
html body #ggTheme #background_styles .svgBg_1,
html body #ggTheme #background_styles .svgBg_2,
html body #ggTheme #background_styles .svgBg_3,
html body #ggTheme #background_styles .svgBg_4,
html body #ggTheme #background_styles .svgBg_5 {
  width: 240px !important;
  height: 240px !important;
  background-attachment: initial !important;
}
html body #ggTheme .phoneInputCSS {
  font-size: 20px;
  letter-spacing: 3px;
}
html body #ggTheme .is_selected {
  background-color: black;
  padding: 0.8rem 1.2rem !important;
  border-style: solid;
  border-color: red;
  border-width: 3px !important;
  transition: all 0.5s ease-in;
}
html body #ggTheme .is_selected span {
  color: white !important;
}
html body #ggTheme .is_selected.morePad {
  padding: 2.6rem 0.2rem !important;
}
html body #ggTheme .is_selected.lessPad {
  padding: 0.2rem !important;
}
html body #ggTheme .scrollSnap {
  scroll-padding: 0;
  scroll-margin: 0;
  scroll-snap-type: both mandatory;
  scroll-snap-stop: always;
}
html body #ggTheme .scroll-snap-center {
  scroll-snap-align: center;
}
html body #ggTheme #sidePanel.C-transColor {
  background-color: #f8f8fd !important;
}
html body #ggTheme .ggPanel.fullPagePanel.bottomPanel {
  margin-top: 9rem;
  top: unset !important;
  bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  html body #ggTheme .ggPanel.fullPagePanel.bottomPanel {
    margin-top: 4rem;
  }
}
html body #ggTheme .ggPanel.fullPagePanel.bottomPanel .panelContent {
  bottom: 0;
  border-radius: 2rem 2rem 0 0;
  background: black;
}
html body #ggTheme .ggPanel.fullPagePanel.bottomPanel .panelContent #unTitle {
  font-size: 16px;
  letter-spacing: 3px;
  padding: 0 2rem !important;
  position: sticky;
  top: 0;
  height: 60px;
  z-index: -1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
html body #ggTheme .btnBottomPanelClose {
  top: 2.5rem;
  right: 1rem;
}
html body #ggTheme [templatesContainer] {
  position: absolute;
  display: block;
  top: -10px;
  bottom: 0;
  margin-left: -2rem;
  height: 100vh;
  background: black;
  color: whitesmoke;
  pointer-events: all;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  z-index: 120000;
  padding: 2rem 2rem 20rem 2rem !important;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 295px;
}
html body #ggTheme .styles-sticky-container {
  position: sticky;
  top: 0;
  bottom: 0;
  margin-left: -2rem;
  min-height: 100vh;
  height: 640px;
  background: black;
  color: whitesmoke;
  pointer-events: all;
  overflow: scroll;
  overscroll-behavior: contain;
  z-index: 6000;
  padding: 2rem !important;
  overflow-x: hidden;
  width: calc(100% + 50px);
}
html body #ggTheme .styles-sticky-container.inActions {
  width: 323px;
  min-height: calc(100vh - 6rem);
}
html body #ggTheme .panelInsidePanel {
  margin-left: -2.7rem;
  padding: 1rem;
}
html body #ggTheme .dropdown-menu.country-dropdown {
  z-index: 3000 !important;
}
html body #ggTheme .iti__country-list {
  z-index: 3000 !important;
}
html body #ggTheme .intro-top-message g-lottie-player svg {
  max-height: 300px;
}
html body #ggTheme .ggTooltip-preScroll {
  top: 8rem !important;
}
html body #ggTheme #landing-content ._onDemand_connect g-lottie-player svg {
  max-height: 800px !important;
}
html body #ggTheme #landing-content ._onDemand_connect h3 {
  max-width: 80%;
}
html body #ggTheme .ggMDB_tooltip > .tooltip .tooltip-inner {
  padding: 0.32rem 0.64rem !important;
  border-radius: 0.4rem !important;
  text-transform: uppercase !important;
}
html body #ggTheme #slide-out.side-nav {
  z-index: 2003 !important;
}
html body #ggTheme .sidenav-gg-bg ul {
  opacity: 0.96;
}
html body #ggTheme #sidenav-overlay {
  z-index: 999 !important;
}
html body #ggTheme agm-map .agm-map-container-inner {
  height: 100vh;
  width: 100%;
}
html body #ggTheme agm-map .gm-style-iw.gm-style-iw-c {
  padding: 1rem !important;
}
html body #ggTheme #new-address agm-map .agm-map-container-inner {
  max-height: 600px !important;
}
html body #ggTheme #location {
  display: flex;
  flex-direction: column;
}
html body #ggTheme #location agm-map {
  height: 100vh !important;
}
@media screen and (max-width: 500px) {
  html body #ggTheme .btn-group .btn {
    padding: 0.5rem !important;
    font-size: 12px !important;
  }
}
html body #ggTheme mdb-select > div > div.single {
  height: 6px !important;
}
html body #ggTheme mdb-select > div > div.single > div.placeholder {
  font-size: 18px !important;
  letter-spacing: 1.5px;
}
html body #ggTheme mdb-select .options .select-dropdown li {
  height: 60px !important;
  line-height: 60px !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html body #ggTheme #landing-nav .lanBurgerOpen .burger-bun-bot,
html body #ggTheme #landing-nav .lanBurgerOpen .burger-bun-top {
  background-color: red !important;
}
html body #ggTheme #landing-nav .lanBurgerOpen .burger-ring path {
  stroke: red;
}
html body #ggTheme #landing-nav .burger-icon .burger-container .burger-bun-top,
html body #ggTheme #landing-nav .burger-icon .burger-container .burger-filling,
html body #ggTheme #landing-nav .burger-icon .burger-container .burger-bun-bot {
  transition: 0.3s all ease-in;
}
html body #ggTheme .drag-scroll-content {
  min-height: fit-content;
  margin-top: 1.5rem;
  z-index: 999;
}
html body #ggTheme .drag-scroll-content > div:first-child {
  margin-left: 2.5rem !important;
}
html body #ggTheme .drag-scroll-content > div:last-child {
  margin-right: 2.5rem !important;
}
html body #ggTheme #store-filter ._store_kinds {
  margin: 0 0 6rem 0;
}
html body #ggTheme #store-filter ._store_kinds:last-child {
  padding-bottom: 20vh !important;
}
html body #ggTheme #store-filter ._store_kinds .drag-scroll-content {
  padding-bottom: 3rem !important;
}
html body #ggTheme #store-filter ._store_kinds .drag-scroll-content div {
  margin: 0 0.5rem !important;
  pointer-events: all;
}
html body #ggTheme #store-filter .drag-scroll-content {
  margin: 0 1rem 0 0 !important;
}
html body #ggTheme #store-by-store .sticky-heading {
  top: 2.2rem !important;
  height: 60px !important;
  margin-top: -1.6rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  html body #ggTheme .dropdown-header {
    max-width: 290px !important;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
  }
}
html body #ggTheme .video-fluid {
  outline: none !important;
}
html body #ggTheme .btn-group .btn-icon {
  min-width: 60px;
  display: flex;
  justify-content: center;
  padding: 0 !important;
  margin: 0;
}
html body #ggTheme .switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  background-color: #818181;
  border-radius: 1.5rem !important;
  vertical-align: middle;
  margin: 0 1rem 1.6rem 1.6rem !important;
  width: 4rem !important;
  height: 1.5rem !important;
  transition: background 0.3s ease;
}
html body #ggTheme .switch label .lever::after {
  border-radius: 2.1rem !important;
  top: -0.3rem !important;
  box-shadow: 0 0.1rem 0.3rem 0.1rem rgba(0, 0, 0, 0.4);
  width: 2.1rem !important;
  height: 2.1rem !important;
  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 1s ease;
}
html body #ggTheme .switch label input[type=checkbox]:checked + .lever::after {
  left: 2.5rem !important;
}
html body #ggTheme .switch.round label .lever {
  width: 54px;
  height: 34px;
  border-radius: 10em;
}
html body #ggTheme .switch.round label .lever::after {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
}
html body #ggTheme .switch.square label .lever {
  width: 54px;
  height: 34px;
  border-radius: 0;
}
html body #ggTheme .switch.square label .lever::after {
  width: 26px;
  height: 26px;
  border-radius: 0;
  left: 4px;
  top: 4px;
}
html body #ggTheme .gm-style .gm-style-iw-d {
  padding-right: 2.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
html body #ggTheme .gm-style .gm-style-iw-d .agm-info-window {
  font-size: 20px !important;
}
html body #ggTheme #checkout,
html body #ggTheme #sub-checkout,
html body #ggTheme #new-store {
  z-index: 1060;
}
html body #ggTheme #checkout .superPowers-by-GoGrab .imgContainer,
html body #ggTheme #sub-checkout .superPowers-by-GoGrab .imgContainer {
  margin-top: 0.7rem;
}
html body #ggTheme #checkout .alert.alert-info,
html body #ggTheme #sub-checkout .alert.alert-info {
  font-size: 18px;
  letter-spacing: 1.4px;
  padding-left: 3rem;
  margin-left: -0.7rem;
}
@media screen and (max-width: 769px) {
  html body #ggTheme #checkout .alert.alert-info,
  html body #ggTheme #sub-checkout .alert.alert-info {
    font-size: 10px;
    letter-spacing: 1.2px;
  }
}
html body #ggTheme #prod-ratings_grid-flex g-lottie-player svg {
  width: 100%;
}
html body #ggTheme #new-drivers div .toggle {
  right: -50px;
}
html body #ggTheme #new-drivers .dropdown-content li span {
  font-size: 1.6rem;
}
html body #ggTheme #new-store .dropdown-item {
  font-size: 2rem;
}
html body #ggTheme #order-history .card {
  box-shadow: none !important;
}
html body #ggTheme .inputVal {
  top: 5.5rem !important;
  left: 6rem !important;
  font-size: 1.5rem !important;
}
html body #ggTheme #store-edit .md-form label.active {
  font-size: 15px;
}
html body #ggTheme #store-edit .form-control {
  font-size: 26px;
}
html body #ggTheme #store-edit #apply-all .form-control {
  color: #fff;
}
html body #ggTheme .picker .picker__frame {
  min-width: 40rem !important;
  max-width: 40rem !important;
  width: 42.8rem !important;
  max-height: 35rem;
  min-height: 400px !important;
}
@media screen and (max-width: 550px) {
  html body #ggTheme .picker .picker__frame {
    min-width: 37rem !important;
    width: 32.8rem !important;
  }
}
html body #ggTheme .picker .md-form input {
  height: 5rem !important;
  font-size: 16px;
}
html body #ggTheme .clockpicker-display-column .clockpicker-span-hours,
html body #ggTheme .clockpicker-span-minutes {
  font-size: 5rem !important;
  font-family: Nunito, sans-serif;
  font-weight: 700;
}
html body #ggTheme .clockpicker-span-am-pm {
  font-size: 3rem !important;
  font-family: "Avenir Book", sans-serif;
  line-height: 7.5rem !important;
}
html body #ggTheme .clockpicker-plate {
  width: 27rem !important;
  height: 27rem !important;
  margin-top: 2rem;
}
html body #ggTheme .clockpicker-plate .clockpicker-canvas,
html body #ggTheme .clockpicker-plate .clockpicker-dial {
  width: 27rem !important;
  height: 27rem !important;
  position: absolute;
  left: -1px;
  top: -1px;
}
html body #ggTheme .clockpicker-plate .clockpicker-dial .clockpicker-tick {
  width: 4rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
}
html body #ggTheme .clockpicker-am-pm-block .clockpicker-button.am-button,
html body #ggTheme .clockpicker-button.pm-button {
  margin-top: -1.6rem !important;
  height: 4.5rem !important;
  width: 4.5rem !important;
}
html body #ggTheme .picker__date-display {
  padding-bottom: 3rem !important;
  margin-bottom: 3.6rem !important;
}
@media screen and (max-width: 330px) {
  html body #ggTheme .picker__date-display {
    margin-top: 5rem !important;
  }
}
@media (min-height: 460px) {
  html body #ggTheme .picker .picker__frame {
    bottom: -100% !important;
    max-height: 100% !important;
  }
}
html body #ggTheme .picker__footer .picker__button--close {
  font-size: 2rem !important;
  color: white !important;
}
html body #ggTheme .picker__footer .picker__button--today {
  font-size: 3rem !important;
}
html body #ggTheme .picker__box .picker__footer .picker__button--close::before {
  content: ">" !important;
  color: #fff !important;
}
html body #ggTheme #subscriptions .modal {
  overflow-y: visible !important;
}
html body #ggTheme .sb-wrapper .sb-icon {
  color: white !important;
}
html body #ggTheme #SDReviews .star {
  margin: 1rem !important;
}
html body #ggTheme #product-details .transOverride {
  background-color: transparent !important;
  box-shadow: none !important;
}
html body #ggTheme #product-details .star {
  margin: 1rem !important;
}
html body #ggTheme #product-details .top-bar {
  top: 5rem !important;
}
html body #ggTheme #main-search {
  pointer-events: auto;
}
@media screen and (max-width: 775px) {
  html body #ggTheme #main-search .content-wrapper {
    padding-right: 0 !important;
  }
}
html body #ggTheme .test_load .load-container .svg-and-txt-holder .imgContainer {
  top: -180px !important;
  position: absolute !important;
  left: 0 !important;
  width: 270px !important;
}
html body #ggTheme .test_load .load-container .svg-and-txt-holder .imgContainer svg {
  top: -150px !important;
}
html body #ggTheme .test_load .load-container .svg-and-txt-holder .imgContainer g-lottie-player svg {
  top: -115px !important;
  position: absolute !important;
  left: 0 !important;
  width: 300px !important;
}
html body #ggTheme .box_align_arrow_center svg-icon svg {
  max-width: 20px !important;
}
html body #ggTheme app-style-text-editor textarea.sm {
  min-height: 3rem;
  line-height: 2rem;
}
html body #ggTheme app-style-text-editor textarea.md {
  min-height: 6rem;
  line-height: 2.2rem;
}
html body #ggTheme app-style-text-editor textarea.lg {
  min-height: 11rem;
  line-height: 2.5rem;
}
html body #ggTheme .gGuide._v1 .guideContainer .eachLink:first-of-type {
  margin-top: 6rem !important;
}
html body #ggTheme .gGuide._v1 .guideContainer .eachLink:first-of-type.no-title {
  margin-top: 10rem !important;
}
html body #ggTheme .gGuide._v1 .guideContainer .eachLink:last-child {
  margin-bottom: 25rem !important;
}
html body #ggTheme .bgGradientClass .modePad {
  min-width: 270px !important;
  height: 60px !important;
  width: 270px !important;
  overflow: visible !important;
}
html body #ggTheme .horizontal-scroll {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: flex-start;
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  cursor: all-scroll;
  width: 100%;
  pointer-events: all;
}
html body #ggTheme .horizontal-scroll > div:last-of-type {
  margin-right: 25rem !important;
}
html body #ggTheme .horizontal-scroll > .last_box:last-of-type {
  padding-right: 25rem !important;
}
html body #ggTheme ._active-item {
  border: 1px solid !important;
  opacity: 0.9 !important;
}
html .ggNgSelect {
  width: 100%;
}
html .ggNgSelect._search .ng-dropdown-panel-items {
  min-height: 80vh;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) {
  background: rgba(0, 0, 0, 0.7490196078);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  margin-bottom: 30rem;
}
@media screen and (min-width: 1200px) {
  html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option:first-child ._v_opt_1.hasTitle {
  height: fit-content;
  width: 500px;
  color: white;
  margin-left: 2rem;
  display: block;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option:first-child ._v_opt_1 .content_grid {
  min-height: fit-content !important;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-optgroup {
  width: 100%;
  grid-column: 1/end;
  margin: 2rem 0 0 0;
  height: 85px;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-optgroup {
    margin: 2rem 0 0 2rem;
  }
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option {
  min-height: 30px;
  margin: 1rem 0;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option:focus,
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option:active,
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option:hover {
  background-color: var(--primaryColor) !important;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-marked {
  background-color: var(--primaryColor) !important;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child {
  width: fit-content;
  font-size: 22px;
  letter-spacing: 2px;
  height: fit-content;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child .ng-option-label {
  color: #cacaca;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child.ng-option-disabled {
  margin: 2rem !important;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1.search_grid {
  display: flex;
  flex-wrap: wrap;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1.search_grid svg {
  height: 60px;
  width: 60px;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 .content_grid {
  display: grid !important;
  grid-template-columns: 45px 1fr;
  grid-gap: 0.5rem 1.3rem;
  grid-template-rows: fit-content(100%) fit-content(100%);
  align-content: center;
  align-items: center;
  min-height: 100px;
  margin-left: 1.2rem;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 .content_grid .search_title {
  width: 100%;
  grid-column: 1/end;
  padding: 0 0.2rem 0 0.2rem;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 .content_grid .search_subtitle {
  width: fit-content;
  grid-column: 1/end;
  padding: 0 0.2rem 0 0.2rem;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 .content_grid .search_title {
  width: 100%;
  grid-column: 1/end;
  padding: 0 0.2rem 0 0.2rem;
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 .content_grid .search_subtitle {
  width: fit-content;
  grid-column: 1/end;
  padding: 0 0.2rem 0 0.2rem;
}
@media screen and (min-width: 769px) {
  html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 {
    grid-template-columns: 60px 1fr;
    grid-gap: 0.5rem 2rem;
    padding: 8px 10px 8px 22px;
  }
}
html .ggNgSelect._search .ng-dropdown-panel-items > div:nth-child(2) .ng-option.ng-option-child ._v_opt_1 > small:nth-child(3) {
  grid-column: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 25px;
}
html .ggNgSelect._v1 {
  height: fit-content;
}
html .ggNgSelect._v1 .ng-value-container {
  margin-top: 1rem;
  min-height: 40px;
  display: flex;
  align-items: center;
}
html .ggNgSelect._v1 .ng-value-container .ng-input {
  padding: 1rem;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items {
  margin-top: 2.5rem;
  padding: 0;
  min-height: 300px;
  max-height: 100%;
  width: 100%;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div {
  background: rgba(0, 0, 0, 0.7490196078);
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  padding: 0 2rem;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-optgroup {
  width: 100%;
  margin: 2rem 0 0 0;
  height: 40px;
}
@media screen and (min-width: 1200px) {
  html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-optgroup {
    margin: 2rem 0 0 2rem;
  }
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-option {
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-option .ng-tag-label {
  color: #cacaca;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-option .ng-option-label {
  color: #cacaca;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-option:hover .ng-option-label {
  color: white;
}
html .ggNgSelect._v1 .ng-dropdown-panel-items > div .ng-option:last-child {
  margin-bottom: 25rem;
}
html .ggNgSelect._v2 {
  height: 100%;
}
html .ggNgSelect._v2 .ng-dropdown-panel-items {
  padding: 0;
  margin: auto;
  width: 90vw !important;
}
html .ggNgSelect._v2 .ng-dropdown-panel-items > div {
  background: rgba(0, 0, 0, 0.7490196078);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
@media screen and (min-width: 1200px) {
  html .ggNgSelect._v2 .ng-dropdown-panel-items > div {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  html .ggNgSelect._v2 .ng-dropdown-panel-items > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
html .ggNgSelect._v2 .ng-dropdown-panel-items > div .ng-optgroup {
  width: 100%;
  grid-column: 1/end;
  margin: 2rem 0 0 0;
  height: 40px;
}
@media screen and (min-width: 1200px) {
  html .ggNgSelect._v2 .ng-dropdown-panel-items > div .ng-optgroup {
    margin: 2rem 0 0 2rem;
  }
}
html .ggNgSelect._v2 .ng-dropdown-panel-items > div .ng-option {
  width: fit-content;
  margin: 3rem 2rem 0 0;
  font-size: 22px;
  letter-spacing: 2px;
}
html .ggNgSelect._v2 .ng-dropdown-panel-items > div .ng-option .ng-option-label {
  color: #cacaca;
}
html .ggNgSelect._v2 .ng-dropdown-panel-items > div .ng-option.ng-option-disabled {
  margin: 2rem !important;
}
html .ggNgSelect._v2:first-child {
  grid-column: 1/end;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
html .ggNgSelect._v2:last-child {
  margin-bottom: 20rem;
}
html .ggNgSelect._v2 img,
html .ggNgSelect._v2 svg {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 45px !important;
  height: 45px !important;
}
@media screen and (min-width: 769px) {
  html .ggNgSelect._v2 img,
  html .ggNgSelect._v2 svg {
    width: 70px;
  }
}
html .ggNgSelect._v2 ._v_opt_1 {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  html .ggNgSelect._v2 ._v_opt_1 {
    grid-template-columns: 60px 1fr;
    grid-gap: 0.5rem 2rem;
    padding: 8px 10px 8px 22px;
  }
}
html .ggNgSelect._v2 ._v_opt_1 > div:nth-child(2) {
  grid-column: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 33px;
}
html .ggNgSelect._v2 ._v_opt_1 > div:nth-child(2) span:first-child {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  html .ggNgSelect._v2 ._v_opt_1 > div:nth-child(2) span:first-child {
    font-size: 18px;
  }
}
html .ggNgSelect._v2 ._v_opt_1 > small:nth-child(3) {
  grid-column: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  height: 25px;
}
html .ggNgSelect .ng-dropdown-panel {
  z-index: 5000 !important;
}
html .ggNgSelect .ng-dropdown-panel .ng-dropdown-panel-items {
  border-radius: 0 0 1rem 1rem;
}
html .ggNgSelect.whiteColor .ng-dropdown-panel-items > div {
  background: white !important;
}
html .ggNgSelect.h30rem .ng-dropdown-panel-items {
  min-height: 300px;
  height: 300px;
  max-height: 35vh;
}
html .ggNgSelect.h50rem .ng-dropdown-panel-items {
  min-height: 500px;
  height: 500px;
  max-height: 35vh;
}
html .ggNgSelect.h75vh .ng-dropdown-panel-items {
  min-height: 75vh;
  height: 75vh;
}
html .ggNgSelect.h100vh .ng-dropdown-panel-items {
  min-height: 100vh;
  height: 100vh;
}
.hidden-scroll-bar::-webkit-scrollbar {
  width: 0;
  height: 0;
  --webkit-scrollbar-width: 10px;
  display: none;
  scrollbar-width: none;
  background-color: whitesmoke;
}
.lightContrast .colorMode_toggle svg #light_path {
  transition: all 0.6s ease-in 0.2s;
}
.lightContrast .colorMode_toggle svg #bulb_outline {
  fill-opacity: 100% !important;
}
.lightContrast[canvasBg],
.lightContrast .canvasBg {
  background: var(--whiteColor);
}
.lightContrast [contrast_bg],
.lightContrast .contrast_bg {
  background: var(--whiteColor);
  color: black;
}
.lightContrast [contrast_text],
.lightContrast .contrast_text {
  color: black;
}
.lightContrast [contrast_bg_box] {
  background: rgba(38, 37, 65, 0.5);
}
.lightContrast .drag_content {
  margin: 1rem;
  padding: 0;
}
.lightContrast .drag_content h3 {
  color: black;
}
.lightContrast .drag_content p {
  color: black;
}
.darkContrast .each_font.selFont {
  background-color: darkgray !important;
}
.darkContrast .drag_content {
  margin: 1rem;
  padding: 0;
}
.darkContrast .drag_content h3 {
  color: white;
}
.darkContrast .drag_content p {
  color: white;
}
.darkContrast .fi-rr-menu-burger:not(.gCol) {
  color: darkgray;
}
.darkContrast[canvasBg],
.darkContrast .canvasBg {
  background: black;
}
.darkContrast [contrast_bg],
.darkContrast .contrast_bg {
  background: rgba(38, 37, 65, 0.5);
}
.darkContrast [contrast_text],
.darkContrast .contrast_text {
  color: whitesmoke;
}
.darkContrast [contrast_bg_box] {
  background: darkgray;
}
.darkContrast .each_image .content_container .img_title {
  color: white !important;
}
.darkContrast .eachVariant.variantActive a span {
  color: white;
}
.darkContrast .SDetails {
  background-color: black;
}
.darkContrast .rightSide_panel {
  background-color: rgba(25, 24, 24, 0.9);
}
.darkContrast .styles_guide_style {
  background-color: black !important;
}
.darkContrast .styles_guide_style .checkbox-content label {
  color: white;
}
.darkContrast .styles_guide_style [anyStyleContainer] {
  background-color: black;
}
.darkContrast .styles_guide_style [anyStyleContainer] p span {
  color: white;
}
.darkContrast .styles_guide_style [anyStyleContainer] h1,
.darkContrast .styles_guide_style [anyStyleContainer] h2,
.darkContrast .styles_guide_style [anyStyleContainer] h3,
.darkContrast .styles_guide_style [anyStyleContainer] h4,
.darkContrast .styles_guide_style [anyStyleContainer] h5,
.darkContrast .styles_guide_style [anyStyleContainer] h6 {
  color: white;
}
.darkContrast .styles_guide_style gselect .selected_label span {
  color: white !important;
}
.darkContrast .styles_guide_style .eachItem {
  background-color: rgba(26, 26, 26, 0.56) !important;
}
.darkContrast .styles_guide_style p {
  color: white;
}
.darkContrast .styles_guide_style .btnSimple,
.darkContrast .styles_guide_style html body #ggTheme .picker__footer .picker__button--close,
html body #ggTheme .picker__footer .darkContrast .styles_guide_style .picker__button--close,
.darkContrast .styles_guide_style [btnSimple],
.darkContrast .styles_guide_style button {
  background-color: #252525;
}
.darkContrast .styles_guide_style .btnSimple span,
.darkContrast .styles_guide_style html body #ggTheme .picker__footer .picker__button--close span,
html body #ggTheme .picker__footer .darkContrast .styles_guide_style .picker__button--close span,
.darkContrast .styles_guide_style [btnSimple] span,
.darkContrast .styles_guide_style button span {
  color: #b5b5b5;
}
.darkContrast .styles_guide_style .colorMode_toggle svg #light_path {
  transition: all 0.4s ease-in;
}
.darkContrast .styles_guide_style .btn-tertiaryColor_4 {
  background-color: black !important;
}
.darkContrast .styles_guide_style .group-title {
  background-color: #252525;
}
.darkContrast .styles_guide_style .group-title._selected {
  background-color: var(--tertiaryColor);
}
.darkContrast .styles_guide_style .group-title span {
  color: black;
}
.darkContrast .styles_guide_style .num-of-boxes .eachBox {
  background-color: white;
  color: black;
}
.darkContrast .styles_guide_style .ggBox_v1,
.darkContrast .styles_guide_style .css-grid-table_subgrid.css-grid-head,
.darkContrast .styles_guide_style .fixed_new_section {
  background-color: gray;
}
.darkContrast .styles_guide_style .ggBox_v1 .selFont,
.darkContrast .styles_guide_style .css-grid-table_subgrid.css-grid-head .selFont,
.darkContrast .styles_guide_style .fixed_new_section .selFont {
  background-color: white !important;
}
.darkContrast .styles_guide_style .ggBox_v1 .selFont span,
.darkContrast .styles_guide_style .css-grid-table_subgrid.css-grid-head .selFont span,
.darkContrast .styles_guide_style .fixed_new_section .selFont span {
  color: black !important;
}
.darkContrast .styles_guide_style .colorMode_toggle {
  color: white;
}
.darkContrast .styles_guide_style .colorMode_toggle svg #light_path,
.darkContrast .styles_guide_style .colorMode_toggle svg #bulb_outline_on {
  fill-opacity: 0 !important;
}
.darkContrast .styles_guide_style .num-of-boxes {
  background-color: gray;
}
.darkContrast .spaceIcons svg g {
  fill: white;
}
.darkContrast .boxArrows #Capa_1 g path {
  fill: white !important;
}
.darkContrast .shadow_v1,
.darkContrast ._hover_v1:hover,
.darkContrast .change-design-box-trigger,
.darkContrast .catBox_v4 {
  box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(248, 248, 253, 0.3490196078) !important;
}
.darkContrast .shadow_v1._hover_remove_shadow:hover,
.darkContrast ._hover_remove_shadow._hover_v1:hover,
.darkContrast ._hover_remove_shadow.change-design-box-trigger:hover,
.darkContrast ._hover_remove_shadow.catBox_v4:hover {
  box-shadow: none !important;
}
.darkContrast gRadio [radioContent] span {
  color: gray;
}
.darkContrast .existingUrls_list li {
  background-color: gray;
}
.darkContrast .existingUrls_list li span {
  color: white;
}
.appStylesMode .lightContrast .filters_list .cat_title,
.appStylesMode .lightContrast .filters_list i {
  color: black;
}
.appStylesMode .lightContrast .eachCard.prodCard_1 {
  background-color: white;
}
.appStylesMode .darkContrast .prods_screen .prods_list {
  background-color: #000000;
}
.appStylesMode .darkContrast .filters_list .cat_title,
.appStylesMode .darkContrast .filters_list i {
  color: white;
}
.appStylesMode .darkContrast .eachCard.prodCard_1 {
  background-color: #424242;
}
.appStylesMode .darkContrast .eachCard.prodCard_1 .prodInfo span {
  color: white;
}
.appStylesMode .darkContrast .mini_add_new_container a span {
  color: white !important;
}
.appStylesMode .darkContrast .mini_add_new_container a span:hover {
  color: var(--secondaryColor) !important;
}
.appStylesMode .darkContrast #transfer #fill1 {
  fill: white;
}
.appStylesMode .darkContrast app-styles-guide gmedia .svgContainer svg #fill1 {
  fill: white;
}
html.styleEditorON {
  background-color: rgba(53, 54, 65, 0.98);
  transition: all 0.3s ease-in;
  width: fit-content;
}
html.styleEditorON .loading-styles-container {
  width: calc(100% - 282px);
  margin: -18rem 0 0 auto;
}
html.styleEditorON.isSelectingAction {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
}
html.styleEditorON.isSelectingAction body {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
}
html.styleEditorON.isSelectingAction body .lightContrast,
html.styleEditorON.isSelectingAction body .darkContrast {
  background-color: rgba(0, 0, 0, 0.3215686275) !important;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5) !important;
}
html.styleEditorON.isSelectingAction body .defaultGrid {
  pointer-events: none !important;
}
html.styleEditorON.isSelectingAction body slide-box {
  pointer-events: all !important;
}
html.styleEditorON.isSelectingAction body slide-box::after {
  content: "CONTROL";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000000;
  pointer-events: none;
  background-color: white;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
html.styleEditorON.hiddenStylesPanel {
  margin: 0 0 0 50px !important;
}
html.styleEditorON.hiddenStylesPanel #newStyles {
  left: -265px !important;
}
html.styleEditorON .adding_screenShot gmedia::before {
  border: none !important;
}
html.styleEditorON #stylesSecondaryPanel {
  right: 95px !important;
}
html.styleEditorON body {
  transition: all 0.3s ease-in;
}
html.styleEditorON body app-root {
  display: block;
  position: relative;
}
html.styleEditorON body iframe {
  pointer-events: none;
}
html.styleEditorON body .dndDragover {
  pointer-events: all;
}
html.styleEditorON body .dndDragging {
  transform-origin: center !important;
  left: auto !important;
  top: auto !important;
}
html.styleEditorON body .dndDraggingSource {
  opacity: 0 !important;
}
html.styleEditorON body #ggTheme app-hamburglar {
  right: 10rem !important;
  left: 35rem !important;
}
html.styleEditorON body #ggTheme app-hamburglar.burger_v1 {
  left: unset !important;
}
html.styleEditorON body #ggTheme app-hamburglar.burger_v4 {
  left: 30rem !important;
}
html.styleEditorON body #ggTheme gg-navbar header.topNav_v3 #ggNavBar {
  width: calc(100vw - 410px);
}
html.styleEditorON body #ggTheme gg-navbar header .notisContainer_abs {
  position: absolute !important;
}
html.styleEditorON body #ggTheme gg-navbar header .notisContainer_abs.notis_v1 {
  right: 0 !important;
}
html.styleEditorON body #ggTheme app-text-box .textDiv {
  position: relative;
}
html.styleEditorON body #ggTheme app-text-container {
  pointer-events: all !important;
}
html.styleEditorON body #ggTheme custom-prod-card {
  pointer-events: all !important;
}
html.styleEditorON body #ggTheme.cleanMode .slide_info {
  display: none !important;
}
html.styleEditorON body #ggTheme.cleanMode .ggGridCol h1 {
  display: none;
}
html.styleEditorON body #ggTheme.underCoverMode .isHidden {
  display: flex;
  opacity: 0.4;
  pointer-events: all;
}
html.styleEditorON body #ggTheme .pointer-events-all,
html.styleEditorON body #ggTheme .sticky-top-bar .view_only,
.sticky-top-bar html.styleEditorON body #ggTheme .view_only {
  cursor: url("./media/editing-icon.svg"), crosshair;
}
html.styleEditorON body #ggTheme button,
html.styleEditorON body #ggTheme a {
  cursor: crosshair;
}
html.styleEditorON body #ggTheme .contextMenu-active {
  cursor: url("./media/right_click_v2.svg"), auto;
}
html.styleEditorON body #ggTheme [editable],
html.styleEditorON body #ggTheme [editAlgo],
html.styleEditorON body #ggTheme [editImg],
html.styleEditorON body #ggTheme [editBox],
html.styleEditorON body #ggTheme .editBox [editText],
html.styleEditorON body #ggTheme [editText_move],
html.styleEditorON body #ggTheme [editProdCard],
html.styleEditorON body #ggTheme [editGrid],
html.styleEditorON body #ggTheme [editGallery] {
}
html.styleEditorON body #ggTheme [editText_move]:hover {
  cursor: url("./media/editing-icon-text-move.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editText_move]:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0px, 0px, 0px);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed rgb(82, 119, 250);
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme .editable {
  cursor: url("./media/editing-icon.svg"), crosshair;
}
html.styleEditorON body #ggTheme .editable .CARD_CONTAINER {
  cursor: url("./media/editing-icon-prod-card.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme .editable [editText],
html.styleEditorON body #ggTheme .editable .editText {
  cursor: url("./media/editing-icon-text.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme .editable [editText]:hover::before,
html.styleEditorON body #ggTheme .editable .editText:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #5277fa;
  z-index: -10;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme .editable [editText_move]:hover {
  cursor: url("./media/editing-icon-text-move.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme .editable [editText_move]:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0px, 0px, 0px);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed rgb(82, 119, 250);
  z-index: 5;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme .editable.showBorder {
  transition: all 0.5s ease-in-out;
}
html.styleEditorON body #ggTheme [preventClick] {
  pointer-events: none !important;
}
html.styleEditorON body #ggTheme [preventClick] [forceStyle] {
  pointer-events: all !important;
  z-index: 100000000;
}
html.styleEditorON body #ggTheme [editAlgo] :hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 35px);
  height: calc(100% + 35px);
  background: transparent;
  border: 1px dashed #ffcc00;
  z-index: -1;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editBox] {
  pointer-events: all !important;
  cursor: url("./media/editing-icon-box.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editBox]:hover {
  overflow: visible !important;
}
html.styleEditorON body #ggTheme [editBox]:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 35px);
  height: calc(100% + 35px);
  background: transparent;
  border: 1px dashed #56ff98;
  z-index: -3;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme .editBox {
  pointer-events: all !important;
  cursor: url("./media/editing-icon-box.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme .editBox:hover {
  overflow: visible !important;
}
html.styleEditorON body #ggTheme .editBox:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 35px);
  height: calc(100% + 35px);
  background: transparent;
  border: 1px dashed #56ff98;
  z-index: -4;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editGrid] {
  cursor: url("./media/editing-icon.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editGrid]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0px, 0px, 0px);
  width: inherit;
  margin: 0 auto;
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #56ff98;
  z-index: 1000;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editProdCard],
html.styleEditorON body #ggTheme .editProdCard {
  cursor:
    url("./media/editing-icon-prod-card.svg"),
    url("./media/editing-icon-prod-card.svg"),
    crosshair !important;
}
html.styleEditorON body #ggTheme [editProdCard].editingHover::before,
html.styleEditorON body #ggTheme .editProdCard.editingHover::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 65px);
  height: calc(100% + 65px);
  background: transparent;
  border: 1px dashed #ff567f;
  z-index: 0;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editProdCard]:hover::before,
html.styleEditorON body #ggTheme .editProdCard:hover::before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 65px);
  height: calc(100% + 65px);
  background: transparent;
  border: 1px dashed #ff567f;
  z-index: 0;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editGallery] {
  cursor: url("./media/editing-icon-img.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editGallery]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #bcf1ff;
  z-index: -12;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editGallery]:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #bcf1ff;
  z-index: -12;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editImg] {
  cursor: url("./media/editing-icon-img.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editImg]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #bcf1ff;
  z-index: -12;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editImg]:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #bcf1ff;
  z-index: -12;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editText],
html.styleEditorON body #ggTheme .editText {
  cursor: url("./media/editing-icon-text.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editText]:hover::before,
html.styleEditorON body #ggTheme .editText:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed #5277fa;
  z-index: -10;
  pointer-events: visible;
  overflow: visible;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [editText_move] {
  cursor: url("./media/editing-icon-text-move.svg"), crosshair !important;
}
html.styleEditorON body #ggTheme [editText_move]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate3d(0px, 0px, 0px);
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  background: transparent;
  border: 1px dashed rgb(82, 119, 250);
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease-in;
}
html.styleEditorON body #ggTheme [onEdit_style] {
  width: 100%;
}
html.styleEditorON body #ggTheme [preventClickOnStylesEditor] {
  pointer-events: none !important;
}
html.styleEditorON body #ggTheme [preventClickOnStylesEditor] [ovPrevent] {
  pointer-events: all !important;
  z-index: 5000;
}
html.styleEditorON body #ggTheme [innerCollapsible] {
  max-width: 235px;
  position: relative;
  display: block;
  margin-left: -1rem;
}
html.styleEditorON body #ggTheme .collapse-icon {
  right: 16rem !important;
  left: unset !important;
}
html.styleEditorON body #ggTheme .theSlide {
  pointer-events: auto !important;
}
html.styleEditorON body #ggTheme .theSlide slide-box:hover .tbd_trigger.styleVisible {
  opacity: 0.5;
}
html.styleEditorON body #ggTheme .theSlide slide-box:hover .tbd_trigger.styleVisible:hover {
  opacity: 1;
}
html.styleEditorON body #ggTheme .theSlide .slideBox.force_hide {
  display: none !important;
}
html.styleEditorON body #ggTheme .theSlide .slideBox.force_hide.flexGrid {
  display: none !important;
}
html.styleEditorON body #ggTheme .theSlide .slideBox .styleVisible {
  opacity: 1 !important;
}
html.styleEditorON body #ggTheme .theSlide app-video-player {
  pointer-events: none !important;
}
html.styleEditorON body #ggTheme #prods-container {
  pointer-events: auto;
}
html.styleEditorON body #ggTheme app-catbox {
  pointer-events: auto;
}
html.styleEditorON #urlsConfigPanel.ggPanel {
  width: calc(100vw - 395px) !important;
  margin-left: 30rem;
  z-index: 20000 !important;
  border-radius: 3rem;
}
html.webStyleMode.styleEditorON {
  margin: 0 0 0 300px;
  overflow-x: hidden;
}
html.webStyleMode.styleEditorON app-horizontal-slider {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  padding-right: 93vw !important;
}
html.webStyleMode.styleEditorON.styleEditor_expanded {
  margin: 0 0 0 550px;
}
html.webStyleMode.styleEditorON.styleEditor_expanded body {
  max-width: calc(100vw - 660px);
}
html.webStyleMode.styleEditorON.resizeClass app-root::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(47, 255, 70, 0.8588235294);
  width: 17px;
  height: 100vh;
  z-index: 500000000000;
}
html.webStyleMode.styleEditorON body {
  margin: 0 auto 0 0;
  width: calc(100vw - 410px);
}
html.webStyleMode.styleEditorON body #ggTheme {
  position: relative;
  height: 100vh;
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.2705882353);
}
html.webStyleMode.styleEditorON body #ggTheme.cleanMode .group_container .theSlide {
  border: none !important;
}
html.webStyleMode.styleEditorON body #ggTheme.cleanMode .group_container .theSlide:hover {
  border: none !important;
}
html.webStyleMode.styleEditorON body #ggTheme .nav_v1 ._link-content {
  margin-left: 2.5rem;
}
html.webStyleMode.styleEditorON body #ggTheme .nav_v2 ._link-content {
  margin-left: 4.5rem;
}
html.webStyleMode.styleEditorON body #ggTheme .iconPlus_newSlide.isFixed {
  left: 30rem;
  bottom: 0;
}
html.webStyleMode.styleEditorON body #ggTheme .noResults-message {
  right: 10rem;
}
html.webStyleMode.styleEditorON body #ggTheme #smooth-content {
  width: calc(100vw - 350px) !important;
  margin: 0 0 0 auto;
}
html.webStyleMode.styleEditorON body #ggTheme app-styles-guide .pointer-events-all,
html.webStyleMode.styleEditorON body #ggTheme app-styles-guide .sticky-top-bar .view_only,
.sticky-top-bar html.webStyleMode.styleEditorON body #ggTheme app-styles-guide .view_only {
  cursor: pointer !important;
}
html.webStyleMode.styleEditorON body #ggTheme app-styles-guide button,
html.webStyleMode.styleEditorON body #ggTheme app-styles-guide a {
  cursor: pointer;
}
html.webStyleMode.styleEditorON body #ggTheme .toggleOptions_container {
  left: 27.2rem;
}
html.webStyleMode.styleEditorON body #ggTheme .alwaysVisible-container {
  left: -10px;
}
html.webStyleMode.styleEditorON body #ggTheme app-panel .startRight {
  right: 10rem;
}
html.webStyleMode.styleEditorON body #ggTheme #products-footer-section {
  left: 30rem;
}
html.webStyleMode.styleEditorON body #ggTheme .iconPlus {
  left: unset;
  right: 175px;
  width: 100px;
}
html.webStyleMode.styleEditorON body #ggTheme .pause_play {
  right: 6px;
  left: unset;
}
html.webStyleMode.styleEditorON body #ggTheme #prodDetailsSection {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme #prodInfo_v2 .gGallery .gGallery_imgContainer {
  min-width: 100% !important;
}
html.webStyleMode.styleEditorON body #ggTheme [ggSectionContainer] {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme #products-footer-section ._content {
  left: 282px;
}
html.webStyleMode.styleEditorON body #ggTheme app-style-each-link app-style-content-lang:nth-of-type(n+2) app-change-lang-flags {
  display: none;
}
html.webStyleMode.styleEditorON body #ggTheme .ggPanel {
  margin-top: 2rem;
}
html.webStyleMode.styleEditorON body #ggTheme .ggPanel.start_right {
  right: 94px;
}
html.webStyleMode.styleEditorON body #ggTheme .ggPanel#newStyles {
  margin-top: 0 !important;
}
html.webStyleMode.styleEditorON body #ggTheme .ggPanel#menuLanding {
  left: 30rem !important;
}
html.webStyleMode.styleEditorON body #ggTheme .ggPanel .sticky-footer {
  bottom: 2rem;
}
html.webStyleMode.styleEditorON body #ggTheme .prodData {
  opacity: 1 !important;
  visibility: visible !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-spacer {
  padding: 0 !important;
  height: fit-content !important;
  display: contents !important;
  pointer-events: all !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.parallaxGroup .parallaxSmooth {
  min-width: 100%;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.parallaxGroup .slideBox {
  opacity: 1 !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider {
  position: relative !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap {
  position: relative !important;
  height: fit-content !important;
  padding-bottom: 0 !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal .animation-wrap app-gg-grid {
  pointer-events: auto;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal .animation-wrap app-gg-grid .slideBox {
  pointer-events: auto;
  opacity: 1 !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalPresentation .lastEditSlide .theSlide .defaultGrid {
  margin-right: 35vw;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .swiper-container {
  width: calc(100vw - 300px) !important;
  overflow: visible;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .swiper-container .swiper-wrapper {
  width: 100vw !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide .editor_line {
  display: none;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide:hover {
  border-bottom: 6px lightblue !important;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide .pin-wrap.pin-horizontal {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide .pin-wrap.pin-horizontal .animation-wrap {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide .pin-wrap.pin-horizontal .animation-wrap app-gg-grid {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .group_container .theSlide .pin-wrap.pin-horizontal .animation-wrap app-gg-grid .slideBox {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .CARD_CONTAINER {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .pDetailsGoBackArrow {
  display: none;
}
html.webStyleMode.styleEditorON body #ggTheme gg-navbar header.topNav_v3 #ggNavBar {
  width: calc(100vw - 410px);
}
html.webStyleMode.styleEditorON body #ggTheme .addCustomStickyBar::after,
html.webStyleMode.styleEditorON body #ggTheme .addCustomStickyBar::before {
  position: fixed;
  padding-left: 370px;
}
html.webStyleMode.styleEditorON body #ggTheme .customBar_container {
  left: 30.5rem;
}
html.webStyleMode.styleEditorON body #ggTheme .customBar_container .custom-group-bar {
  opacity: 1 !important;
  width: calc(100vw - 300px);
  padding: 0 0 0 15px;
}
html.webStyleMode.styleEditorON body #ggTheme .prod-info-gallery {
  z-index: -1;
}
html.webStyleMode.styleEditorON body #ggTheme .optSelected {
  background: black;
  color: white;
  border-color: red;
}
html.webStyleMode.styleEditorON body #ggTheme .optSelected #text-emphasis-sesame #Shape {
  stroke: white !important;
}
html.webStyleMode.styleEditorON body #ggTheme .optSelected #text-underline path {
  fill: white !important;
}
html.webStyleMode.styleEditorON body #ggTheme .optSelected #text-line-through path {
  stroke: white !important;
}
html.webStyleMode.styleEditorON body #ggTheme .optSelected g {
  fill: gray !important;
}
html.webStyleMode.styleEditorON body #ggTheme .iconLink {
  bottom: 1rem;
  left: 31rem;
}
html.webStyleMode.styleEditorON body #ggTheme .ggGrid.gridOn slide-box,
html.webStyleMode.styleEditorON body #ggTheme .ggGrid.gridOn [slideBoxContainer],
html.webStyleMode.styleEditorON body #ggTheme .ggGrid.gridOn .boxContainer {
  border: 1px dotted transparent !important;
}
html.webStyleMode.styleEditorON body #ggTheme #ggGrid {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme #ggSideNavPanel {
  margin-top: 2.1rem !important;
}
html.webStyleMode.styleEditorON body #ggTheme #ggSideNavPanel.nav_v3 {
  max-width: 80vw !important;
}
html.webStyleMode.styleEditorON body #ggTheme .mediaContainer {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .mediaContainer img,
html.webStyleMode.styleEditorON body #ggTheme .mediaContainer svg {
  pointer-events: all;
}
html.webStyleMode.styleEditorON body #ggTheme .editingOurMenu {
  width: calc(100vw - 320px) !important;
  right: 0 !important;
  margin: 0 0 0 auto !important;
}
html.webStyleMode.styleEditorON body #ggTheme .ggSwitch {
  margin-right: 5rem;
}
html.webStyleMode.styleEditorON body #ggTheme #checkout {
  width: calc(200vw - 200px);
}
html.webMobileMode.styleEditorON {
  width: fit-content !important;
}
@media screen and (min-width: 1050px) {
  html.webMobileMode.styleEditorON {
    margin-left: 38vw !important;
    margin-top: 2rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-height: 915px) {
  html.webMobileMode.styleEditorON {
    margin-top: 0 !important;
  }
}
html.webMobileMode.styleEditorON body {
  height: 100vh;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 !important;
  overflow: hidden !important;
}
html.webMobileMode.styleEditorON body .deviceMock {
  background: rgba(0, 0, 0, 0.2705882353);
}
html.webMobileMode.styleEditorON body gg-navbar header {
  display: none !important;
}
html.webMobileMode.styleEditorON body gg-navbar header .notisContainer {
  position: relative;
  top: 1.2rem;
}
html.webMobileMode.styleEditorON body gg-navbar .hamburglar {
  top: -0.7rem !important;
  left: unset !important;
}
html.webMobileMode.styleEditorON body gg-navbar .navBar {
  border-radius: 4.6rem 2rem 0 0;
}
html.webMobileMode.styleEditorON body gg-navbar #ggNavBar {
  padding-top: 1rem;
  z-index: 3000;
}
html.webMobileMode.styleEditorON body .choose_group_content,
html.webMobileMode.styleEditorON body .slide_info {
  left: 0 !important;
}
html.webMobileMode.styleEditorON body .phoneContent {
  overflow-y: scroll;
}
html.webMobileMode.styleEditorON body #slideContent_0_0 {
  padding-top: 0 !important;
}
html.webMobileMode.styleEditorON body #ggTheme {
  width: fit-content;
  position: static;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
html.webMobileMode.styleEditorON body #ggTheme #landing-nav {
  top: 20px;
}
html.webMobileMode.styleEditorON body #ggTheme .opens-urls.iconPlus {
  right: 0;
}
html.webMobileMode.styleEditorON body #ggTheme #ggSideNavPanel {
  left: 2.6rem !important;
  top: 2rem !important;
  position: absolute !important;
  height: 907px !important;
  min-height: 0 !important;
  border-radius: 3.4rem 0 0 3.4rem;
  min-width: 340px;
}
html.webMobileMode.styleEditorON body #ggTheme.themeSpecific[canvasBg] {
  background: transparent !important;
}
html.webMobileMode.styleEditorON body #ggTheme .prods_group {
  width: 100%;
}
html.webMobileMode.styleEditorON body #ggTheme .prods_group [stickyCats] .newCatBox {
  padding-top: 4rem;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container {
  min-width: 100% !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal {
  width: 100% !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal .animation-wrap .defaultGrid {
  min-width: 410px !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container.parallaxGroup {
  width: 100%;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container.parallaxGroup .theSlide slide-box {
  width: 100%;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container .theSlide {
  border: 6px solid #0048ff !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container .theSlide#slideID_0_0 #slideContent_0_0 {
  display: block;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container .theSlide:hover {
  border: 6px solid orange !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container .theSlide app-gg-grid [editableSon] {
  max-width: 100% !important;
  left: 0 !important;
}
html.webMobileMode.styleEditorON body #ggTheme .group_container .theSlide app-gg-grid .slideBox {
  left: 0 !important;
  margin: auto !important;
}
html.webMobileMode.styleEditorON body #ggTheme .swiper-container {
  max-width: 350px;
  margin: 0 auto 0 0;
}
html.webTabletMode.styleEditorON {
  width: fit-content !important;
}
@media screen and (min-width: 1050px) {
  html.webTabletMode.styleEditorON {
    margin-left: 25vw !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-height: 915px) {
  html.webTabletMode.styleEditorON {
    margin-top: 0 !important;
  }
}
html.webTabletMode.styleEditorON body {
  height: 100vh;
  position: relative;
  align-items: center;
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 !important;
  overflow: hidden !important;
}
html.webTabletMode.styleEditorON body .deviceMock {
  background: rgba(0, 0, 0, 0.2705882353);
}
html.webTabletMode.styleEditorON body gg-navbar header {
  display: none !important;
}
html.webTabletMode.styleEditorON body gg-navbar header .notisContainer {
  position: relative;
  top: 1.2rem;
}
html.webTabletMode.styleEditorON body gg-navbar .hamburglar {
  top: -0.7rem !important;
  left: unset !important;
}
html.webTabletMode.styleEditorON body gg-navbar .navBar {
  border-radius: 4.6rem 2rem 0 0;
}
html.webTabletMode.styleEditorON body gg-navbar #ggNavBar {
  padding-top: 1rem;
  z-index: 3000;
}
html.webTabletMode.styleEditorON body .choose_group_content,
html.webTabletMode.styleEditorON body .slide_info {
  left: 0 !important;
}
html.webTabletMode.styleEditorON body .phoneContent {
  overflow-y: scroll;
}
html.webTabletMode.styleEditorON body #slideContent_0_0 {
  padding-top: 0 !important;
}
html.webTabletMode.styleEditorON body #ggTheme {
  width: fit-content;
  position: static;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
html.webTabletMode.styleEditorON body #ggTheme #landing-nav {
  top: 20px;
}
html.webTabletMode.styleEditorON body #ggTheme .opens-urls.iconPlus {
  right: 0;
}
html.webTabletMode.styleEditorON body #ggTheme #ggSideNavPanel {
  left: 2.6rem !important;
  top: 2rem !important;
  position: absolute !important;
  height: 907px !important;
  min-height: 0 !important;
  border-radius: 3.4rem 0 0 3.4rem;
  min-width: 340px;
}
html.webTabletMode.styleEditorON body #ggTheme.themeSpecific[canvasBg] {
  background: transparent !important;
}
html.webTabletMode.styleEditorON body #ggTheme .prods_group {
  width: 100%;
}
html.webTabletMode.styleEditorON body #ggTheme .prods_group [stickyCats] .newCatBox {
  padding-top: 4rem;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container {
  min-width: 100% !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal {
  width: 100% !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap.pin-horizontal .animation-wrap .defaultGrid {
  min-width: 410px !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container.parallaxGroup {
  width: 100%;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container.parallaxGroup .theSlide slide-box {
  width: 100%;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container .theSlide {
  border: 6px solid #0048ff !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container .theSlide#slideID_0_0 #slideContent_0_0 {
  display: block;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container .theSlide:hover {
  border: 6px solid orange !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container .theSlide app-gg-grid [editableSon] {
  max-width: 100% !important;
  left: 0 !important;
}
html.webTabletMode.styleEditorON body #ggTheme .group_container .theSlide app-gg-grid .slideBox {
  left: 0 !important;
  margin: auto !important;
}
html.webTabletMode.styleEditorON body #ggTheme .swiper-container {
  max-width: 350px;
  margin: 0 auto 0 0;
}
html.appStylesMode #appGuidePanel {
  left: 30rem !important;
}
html.appStylesMode #ggNavBar {
  display: none !important;
}
html.appStylesMode.styleEditorON {
  margin: 0;
  overflow: hidden;
  width: 100%;
  background-color: rgba(53, 54, 65, 0.98);
}
html.appStylesMode.styleEditorON body {
  width: calc(100% - 91px);
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
html.appStylesMode.styleEditorON body #ggTheme #global-slides {
  height: 100%;
  width: 100%;
  pointer-events: all;
  overflow: scroll;
}
html.appStylesMode.styleEditorON body #ggTheme .opens-urls .iconPlus {
  right: 80px !important;
  bottom: 0 !important;
}
html.appStylesMode.styleEditorON body #ggTheme .app_topNav_content .editable {
  border: none !important;
}
html.appStylesMode.styleEditorON body #ggTheme app-video-player video {
  display: block;
  width: 100%;
}
html.appStylesMode.styleEditorON body #ggTheme .slideActions {
  z-index: 1;
}
html.appStylesMode.styleEditorON body #ggTheme .animSlider_container .pause_play {
  left: unset;
  right: 0;
}
html.appStylesMode.styleEditorON body #ggTheme .panelConfig_trigger {
  left: unset;
  right: -7rem;
  bottom: 3rem;
}
html.appStylesMode.styleEditorON body #ggTheme .panelConfig_trigger button {
  background: gray;
}
@media screen and (min-width: 1050px) {
  html.appStylesMode.styleEditorON body #ggTheme .panelConfig_trigger {
    right: -10rem;
  }
}
html.appStylesMode.styleEditorON body #app-styles {
  width: calc(100% - 281px);
  margin: 0 auto 0 281px;
}
html.appStylesMode.styleEditorON body .ggPanel {
  position: absolute;
}
html.appStylesMode.styleEditorON body .ggPanel#appGuidePanel {
  left: 29rem !important;
}
html.appStylesMode.styleEditorON body .ggPanel#stylesSecondaryPanel {
  position: fixed !important;
  right: 9.3rem !important;
}
html.chooseContentOpen .theSlide {
  z-index: 1;
}
html.chooseContentOpen .theSlide simple-grid {
  z-index: unset;
  height: fit-content !important;
}
html.chooseContentOpen .theSlide .defaultGrid {
  z-index: unset;
}
html.chooseContentOpen .theSlide .chooseActive {
  z-index: 1000;
}
html.chooseContentOpen .slideActions {
  z-index: -1;
}
html.chooseContentOpen .slide_info {
  z-index: -1;
}
[fakeGridSpace] {
  pointer-events: auto !important;
}
.prodCardGrid {
  width: 260px !important;
}
.prodCardGrid .drag_item_2 {
  width: fit-content !important;
  min-height: 60px;
  display: flex;
  align-items: center;
}
.dndDragover {
  z-index: 100001 !important;
}
.dragContent {
  pointer-events: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.fakeFlexCol {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.dndDraggingSource {
  z-index: 0 !important;
}
.defaultGrid {
  position: relative;
  transition: 0.3s all ease-in;
}
.defaultGrid.cssGrid {
  display: grid !important;
  min-width: 0;
}
.defaultGrid.cssGrid .ggGridCol {
  height: 100%;
  left: auto;
  top: auto;
}
.defaultGrid.cssGrid.jus_content_start {
  justify-content: flex-start;
  justify-items: start;
}
.defaultGrid.cssGrid.jus_content_end {
  justify-content: flex-end;
  justify-items: end;
}
.defaultGrid.cssGrid.ali_items_start {
  align-items: flex-start;
  align-content: start;
}
.defaultGrid.cssGrid.ali_items_end {
  align-items: flex-end;
  align-content: end;
}
.defaultGrid.gridOn .ggGridCol {
  border: 1px dotted red;
  z-index: 2;
}
.defaultGrid.cssGrid_1 {
  display: flex !important;
  flex-direction: column;
}
.defaultGrid.cssGrid_1 .boxContainer {
  height: fit-content;
}
.defaultGrid.cssGrid_2 {
  grid-template-areas: "col1 col2" "col3 col4" "col5 col6" "col7 col8" "col9 col10" "col11 col12" "col13 col14" "col15 col16";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.cssGrid_3 {
  grid-template-areas: "col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12" "col13 col14 col15";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.cssGrid_4 {
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8" "col9 col10 col11 col12" "col13 col14 col15 col16";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.cssGrid_5 {
  grid-template-areas: "col1   col2   col3   col4   col5" "col6   col7   col8   col9   col10" "col11  col12  col13  col14  col15" "col16  col17  col18  col19  col20";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.cssGrid_6 {
  grid-template-areas: "col1   col2   col3   col4   col5   col6" "col7   col8   col9   col10  col11  col12" "col13  col14  col15  col16  col17  col18" "col19  col20  col21  col22  col23  col24";
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 769px) {
  .defaultGrid.ignore-grid_mini {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center;
  }
  .defaultGrid.ignore-grid_mini.cssGrid_2 .ggGridCol {
    max-width: 50%;
  }
  .defaultGrid.ignore-grid_mini.cssGrid_3 .ggGridCol {
    max-width: 33.33%;
  }
}
.defaultGrid.new_cssGrid_1_1 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_1_2 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_1_3 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_1_4 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_1_5 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_1_6 {
  grid-template-columns: repeat(1, 1fr);
}
.defaultGrid.new_cssGrid_2_1 {
  grid-template-areas: "col1 col2";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_2_2 {
  grid-template-areas: "col1 col2";
  grid-template-areas: "col1 col2" "col3 col4";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_2_3 {
  grid-template-areas: "col1 col2";
  grid-template-areas: "col1 col2" "col3 col4" "col5 col6";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_2_4 {
  grid-template-areas: "col1 col2";
  grid-template-areas: "col1 col2" "col3 col4" "col5 col6" "col7 col8";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_2_5 {
  grid-template-areas: "col1 col2";
  grid-template-areas: "col1 col2" "col3 col4" "col5 col6" "col7 col8" "col9 col10";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_2_6 {
  grid-template-areas: "col1 col2";
  grid-template-areas: "col1 col2" "col3 col4" "col5 col6" "col7 col8" "col9 col10" "col11 col12";
  grid-template-columns: repeat(2, 1fr);
}
.defaultGrid.new_cssGrid_3_1 {
  grid-template-areas: "col1 col2 col3";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_3_2 {
  grid-template-areas: "col1 col2 col3";
  grid-template-areas: "col1 col2 col3" "col4 col5 col6";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_3_3 {
  grid-template-areas: "col1 col2 col3";
  grid-template-areas: "col1 col2 col3" "col4 col5 col6" "col7 col8 col9";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_3_4 {
  grid-template-areas: "col1 col2 col3";
  grid-template-areas: "col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_3_5 {
  grid-template-areas: "col1 col2 col3";
  grid-template-areas: "col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12" "col13 col14 col15";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_3_6 {
  grid-template-areas: "col1 col2 col3";
  grid-template-areas: "col1 col2 col3" "col4 col5 col6" "col7 col8 col9" "col10 col11 col12" "col13 col14 col15" "col16 col17 col18";
  grid-template-columns: repeat(3, 1fr);
}
.defaultGrid.new_cssGrid_4_1 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_4_2 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_4_3 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8" "col9 col10 col11 col12";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_4_4 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8" "col9 col10 col11 col12" "col13 col14 col15 col16";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_4_5 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8" "col9 col10 col11 col12" "col13 col14 col15 col16" "col17 col18 col19 col20";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_4_6 {
  grid-template-areas: "col1 col2 col3 col4";
  grid-template-areas: "col1 col2 col3 col4" "col5 col6 col7 col8" "col9 col10 col11 col12" "col13 col14 col15 col16" "col17 col18 col19 col20";
  grid-template-columns: repeat(4, 1fr);
}
.defaultGrid.new_cssGrid_5_1 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_5_2 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-areas: "col1 col2 col3 col4 col5" "col6 col7 col8 col9 col10";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_5_3 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-areas: "col1 col2 col3 col4 col5" "col6 col7 col8 col9 col10" "col11 col12 col13 col14 col15";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_5_4 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-areas: "col1 col2 col3 col4 col5" "col6 col7 col8 col9 col10" "col11 col12 col13 col14 col15" "col16 col17 col18 col19 col20";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_5_5 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_5_6 {
  grid-template-areas: "col1 col2 col3 col4 col5";
  grid-template-columns: repeat(5, 1fr);
}
.defaultGrid.new_cssGrid_6_1 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid.new_cssGrid_6_2 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-areas: "col1 col2 col3 col4 col5 col6" "col7 col8 col9 col10 col11 col12";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid.new_cssGrid_6_3 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-areas: "col1 col2 col3 col4 col5 col6" "col7 col8 col9 col10 col11 col12" "col13 col14 col15 col16 col17 col18";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid.new_cssGrid_6_4 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-areas: "col1 col2 col3 col4 col5 col6" "col7 col8 col9 col10 col11 col12" "col13 col14 col15 col16 col17 col18" "col19 col20 col21 col22 col23 col24";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid.new_cssGrid_6_5 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid.new_cssGrid_6_6 {
  grid-template-areas: "col1 col2 col3 col4 col5 col6";
  grid-template-columns: repeat(6, 1fr);
}
.defaultGrid .ggGridCol {
  display: flex;
  position: relative;
  min-width: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
}
.defaultGrid .ggGridCol.ggGrid_col_area_1 {
  grid-area: col1;
}
.defaultGrid .ggGridCol.ggGrid_col_area_2 {
  grid-area: col2;
}
.defaultGrid .ggGridCol.ggGrid_col_area_3 {
  grid-area: col3;
}
.defaultGrid .ggGridCol.ggGrid_col_area_4 {
  grid-area: col4;
}
.defaultGrid .ggGridCol.ggGrid_col_area_5 {
  grid-area: col5;
}
.defaultGrid .ggGridCol.ggGrid_col_area_6 {
  grid-area: col6;
}
.defaultGrid .ggGridCol.ggGrid_col_area_7 {
  grid-area: col7;
}
.defaultGrid .ggGridCol.ggGrid_col_area_8 {
  grid-area: col8;
}
.defaultGrid .ggGridCol.ggGrid_col_area_9 {
  grid-area: col9;
}
.defaultGrid .ggGridCol.ggGrid_col_area_10 {
  grid-area: col10;
}
.defaultGrid .ggGridCol.ggGrid_col_area_11 {
  grid-area: col11;
}
.defaultGrid .ggGridCol.ggGrid_col_area_12 {
  grid-area: col12;
}
.defaultGrid .ggGridCol.ggGrid_col_area_13 {
  grid-area: col13;
}
.defaultGrid .ggGridCol.ggGrid_col_area_14 {
  grid-area: col14;
}
.defaultGrid .ggGridCol.ggGrid_col_area_15 {
  grid-area: col15;
}
.defaultGrid .ggGridCol.ggGrid_col_area_16 {
  grid-area: col16;
}
.defaultGrid .ggGridCol.ggGrid_col_area_17 {
  grid-area: col17;
}
.defaultGrid .ggGridCol.ggGrid_col_area_18 {
  grid-area: col18;
}
.defaultGrid .ggGridCol.ggGrid_col_area_19 {
  grid-area: col19;
}
.defaultGrid .ggGridCol.ggGrid_col_area_20 {
  grid-area: col20;
}
.defaultGrid .ggGridCol.ggGrid_col_area_21 {
  grid-area: col21;
}
.defaultGrid .ggGridCol.ggGrid_col_area_22 {
  grid-area: col22;
}
.defaultGrid .ggGridCol.ggGrid_col_area_23 {
  grid-area: col23;
}
.defaultGrid .ggGridCol.ggGrid_col_area_24 {
  grid-area: col24;
}
.defaultGrid .ggGridCol.ggGrid_col_1 {
  grid-column: 1;
}
.defaultGrid .ggGridCol.ggGrid_col_2 {
  grid-column: 2;
}
.defaultGrid .ggGridCol.ggGrid_col_3 {
  grid-column: 3;
}
.defaultGrid .ggGridCol.ggGrid_col_4 {
  grid-column: 4;
}
.defaultGrid .ggGridCol.ggGrid_col_5 {
  grid-column: 5;
}
.defaultGrid .ggGridCol.ggGrid_col_6 {
  grid-column: 6;
}
.defaultGrid .ggGridCol.ggGrid_col_7 {
  grid-column: 7;
}
.defaultGrid .ggGridCol.ggGrid_col_8 {
  grid-column: 8;
}
.defaultGrid .ggGridCol.ggGrid_col_9 {
  grid-column: 9;
}
.defaultGrid .ggGridCol.ggGrid_col_10 {
  grid-column: 10;
}
.defaultGrid .ggGridCol.ggGrid_col_11 {
  grid-column: 11;
}
.defaultGrid .ggGridCol.ggGrid_col_12 {
  grid-column: 12;
}
.defaultGrid .ggGridCol.ggGrid_col_13 {
  grid-column: 13;
}
.defaultGrid .ggGridCol.ggGrid_col_14 {
  grid-column: 14;
}
.defaultGrid .ggGridCol.ggGrid_col_15 {
  grid-column: 15;
}
.defaultGrid .ggGridCol.ggGrid_col_16 {
  grid-column: 16;
}
.defaultGrid .ggGridCol.ggGrid_col_17 {
  grid-column: 17;
}
.defaultGrid .ggGridCol.ggGrid_col_18 {
  grid-column: 18;
}
.defaultGrid .ggGridCol.ggGrid_col_19 {
  grid-column: 19;
}
.defaultGrid .ggGridCol.ggGrid_col_20 {
  grid-column: 20;
}
.defaultGrid .ggGridCol.ggGrid_col_21 {
  grid-column: 21;
}
.defaultGrid .ggGridCol.ggGrid_col_22 {
  grid-column: 22;
}
.defaultGrid .ggGridCol.ggGrid_col_23 {
  grid-column: 23;
}
.defaultGrid .ggGridCol.ggGrid_col_24 {
  grid-column: 24;
}
.grid_span_1 {
  grid-column-end: span 1 !important;
}
.grid_span_2 {
  grid-column-end: span 2 !important;
}
.grid_span_3 {
  grid-column-end: span 3 !important;
}
.grid_span_4 {
  grid-column-end: span 4 !important;
}
.grid_span_5 {
  grid-column-end: span 5 !important;
}
.grid_span_6 {
  grid-column-end: span 6 !important;
}
.gridSize-full {
  width: 100% !important;
  margin: auto;
}
.gridSize-96 {
  width: 95% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gridSize-96._no-pad {
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .gridSize-96 {
    padding-right: 1% !important;
    padding-left: 1% !important;
  }
}
@media screen and (min-width: 1000px) {
  .gridSize-96 {
    padding-right: 2% !important;
    padding-left: 2% !important;
  }
}
.gridSize-90 {
  width: 95% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gridSize-90._no-pad {
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .gridSize-90 {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}
@media screen and (min-width: 1000px) {
  .gridSize-90 {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
}
.gridSize-80 {
  width: 95% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gridSize-80._no-pad {
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .gridSize-80 {
    padding-right: 8% !important;
    padding-left: 8% !important;
  }
}
@media screen and (min-width: 1000px) {
  .gridSize-80 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
}
.gridSize-70 {
  width: 95% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gridSize-70._no-pad {
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .gridSize-70 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
}
@media screen and (min-width: 1000px) {
  .gridSize-70 {
    padding-right: 15% !important;
    padding-left: 15% !important;
  }
}
.gridSize-60 {
  width: 95% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.gridSize-60._no-pad {
  padding: 0 !important;
}
@media screen and (min-width: 600px) {
  .gridSize-60 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
}
@media screen and (min-width: 1000px) {
  .gridSize-60 {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
}
.d_none {
  display: none;
}
.d_block {
  display: block;
}
.flexGrid {
  display: flex !important;
}
.d_flex {
  display: flex;
}
.flex-center {
  justify-content: center;
  justify-items: center;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_no_wrap {
  flex-wrap: nowrap;
}
.flex_row {
  flex-direction: row;
}
.flex_row.flex_reverse {
  flex-direction: row-reverse;
}
.flex_col {
  flex-direction: column;
}
.flex_col.flex_reverse {
  flex-direction: column-reverse;
}
.moveTop {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
}
.moveBottom {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
}
.moveLeft {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
}
.moveRight {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
}
.flex_j_start {
  justify-content: flex-start;
}
.flex_j_self_start {
  justify-self: flex-start;
}
.flex_j_self_end {
  justify-self: flex-end;
}
.flex_j_end {
  justify-content: flex-end;
}
.flex_j_space-around {
  justify-content: space-around;
}
.flex_j_center {
  justify-content: center;
}
.flex_j_space-between {
  justify-content: space-between;
}
.flex_j_space-evenly {
  justify-content: space-evenly;
}
.flex_a_start {
  align-items: flex-start;
}
.flex_a_start.alignContent_too {
  align-content: flex-start;
}
.flex_a_self_start {
  align-self: flex-start;
}
.flex_a_space-between {
  align-content: space-between;
}
.flex_a_space-around {
  align-content: space-around;
}
.flex_a_space-evenly {
  align-content: space-evenly;
}
.flex_a_stretch {
  align-content: stretch;
}
.flex_a_self_end {
  align-self: flex-end;
}
.flex_a_end {
  align-items: flex-end;
}
.flex_a_end.alignContent_too {
  align-content: flex-end;
}
.flex_a_around {
  align-content: space-around;
}
.flex_a_center {
  align-items: center;
}
.flex_a_center.alignContent_too {
  align-content: center;
}
.center {
  justify-items: center;
  justify-content: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex_no_wrap {
  flex-wrap: nowrap;
}
.space-between {
  justify-content: space-between;
}
.ali_content_space-between {
  align-content: space-between;
}
.ali_content_space-around {
  align-content: space-around;
}
.ali_content_space-evenly {
  align-content: space-between;
}
.space-around {
  justify-content: space-around;
}
.space-evenly {
  justify-content: space-evenly;
}
.ali_items_start {
  align-items: flex-start;
}
.ali_items_center {
  align-items: center;
}
.ali_both_center {
  align-items: center !important;
  align-content: center !important;
}
.ali_items_end {
  align-items: flex-end;
}
.ali_content_space-around {
  align-content: space-around;
}
.jus_content_start {
  justify-content: flex-start;
}
.jus_content_center {
  justify-content: center;
}
.jus_content_end {
  justify-content: flex-end;
}
.jus_content_space-around {
  justify-content: space-around;
}
.jus_content_space-evenly {
  justify-content: space-evenly;
}
.jus_content_space-between {
  justify-content: space-between;
}
.jus_items_start {
  justify-items: start;
}
.jus_items_center {
  justify-items: center;
}
.jus_items_end {
  justify-items: end;
}
.jus_both_start {
  justify-items: start !important;
  justify-content: flex-start !important;
}
.jus_both_center {
  justify-items: center !important;
  justify-content: center !important;
}
.jus_both_space-between {
  justify-items: stretch !important;
  justify-content: space-between !important;
}
.jus_both_space-around {
  justify-items: stretch !important;
  justify-content: space-around !important;
}
.jus_both_space-evenly {
  justify-items: stretch !important;
  justify-content: space-evenly !important;
}
.jus_both_end {
  justify-items: end !important;
  justify-content: flex-end !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.gridTemCols_auto {
  grid-template-columns: auto;
}
.gridTemCols_1 {
  grid-template-columns: 1fr !important;
}
.gridTemCols_2 {
  grid-template-columns: 50% 1fr !important;
}
.gridTemCols_3 {
  grid-template-columns: 33.3% 1fr 1fr !important;
}
.gridTemCols_4 {
  grid-template-columns: 25% 1fr 1fr 1fr;
}
.gridTemCols_5 {
  grid-template-columns: 20% 1fr 1fr 1fr 1fr;
}
.gridTemRows_auto {
  grid-template-rows: auto;
}
.gridTemRows_1 {
  grid-template-rows: 1fr;
}
.gridTemRows_2 {
  grid-template-rows: 50% 1fr;
}
.gridTemRows_3 {
  grid-template-rows: 25% 1fr 1fr;
}
.gridTemCols_autofill-250 {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.gridTemCols_autofit-325 {
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
}
.gridTemCols_autofit-215 {
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
}
.gridTemCols_autofill-200 {
  grid-template-columns: repeat(auto-fill, 200px);
}
.gridTemCols_autofit-40 {
  grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
}
.gridTemCols_1-1 {
  grid-template-columns: 1fr 1fr !important;
}
.gridTemCols_1-2 {
  grid-template-columns: 1fr 2fr;
}
.gridTemCols_2-1 {
  grid-template-columns: 2fr 1fr;
}
.grid-template-fit-1 {
  grid-template-columns: fit-content(100%) 1fr;
}
.grid-template-fit-fit {
  grid-template-columns: fit-content(100%) fit-content(100%);
}
.gridTemCols_fit-1 {
  grid-template-columns: fit-content(100%) 1fr !important;
}
@media screen and (max-width: 600px) {
  .gridTemCols_XS-1 {
    grid-template-columns: 1fr;
  }
}
.gridTemCols_fit-4 {
  grid-template-columns: fit-content(100%) repeat(4, 1fr);
}
.gridTemCols_5 {
  grid-template-columns: repeat(5, 1fr);
}
.gridTemCols_50px-1 {
  grid-template-columns: 50px 1fr;
}
.gridTemRows_40px {
  grid-template-rows: 40px;
}
.gridTemRows_60px {
  grid-template-rows: 60px;
}
.gridTemRows_80px {
  grid-template-rows: 80px;
}
.grid-gap-0-1 {
  grid-gap: 0 1rem;
}
.grid-gap-0-2 {
  grid-gap: 0 2rem;
}
.grid-gap-1-3 {
  grid-gap: 1rem 3rem;
}
.grid-gap-1-5 {
  grid-gap: 1rem 5rem;
}
@media screen and (max-width: 600px) {
  .grid-gap-1-5 {
    grid-gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-mini-0 {
    grid-gap: 0;
  }
}
@media screen and (max-width: 600px) {
  .grid-gap-mini-1-0 {
    grid-gap: 1rem 0;
  }
}
.justify-self-center {
  justify-self: center !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-center {
  justify-self: center !important;
}
.align-self-center {
  align-self: center !important;
}
.inCol_last {
  grid-column: -1;
}
.inCol_1-end {
  grid-column: 1/end;
}
.inCol_1 {
  grid-column: 1;
}
@media screen and (max-width: 600px) {
  .inCol_1 {
    grid-column: 1/end;
  }
}
.inCol_2 {
  grid-column: 2;
}
@media screen and (max-width: 600px) {
  .inCol_2 {
    grid-column: 1/end;
  }
}
.inCol_3 {
  grid-column: 3;
}
.inCol_4 {
  grid-column: 4;
}
.inCols_1-3 {
  grid-column: 1/3;
}
@media screen and (max-width: 600px) {
  .inCol_1-end_sm {
    grid-column: 1/end;
  }
}
@media screen and (max-width: 600px) {
  .inCol_3_sm {
    grid-column: 3;
  }
}
@media screen and (max-width: 600px) {
  .inCols_1-3_sm {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 600px) {
  .inCol_1_sm {
    grid-column: 1;
  }
}
.inRow_1 {
  grid-row: 1;
}
.inRow_2 {
  grid-row: 2;
}
.inRow_3 {
  grid-row: 3;
}
._order-m-1 {
  order: -1;
}
._order-0 {
  order: -1;
}
._order-1 {
  order: 0 !important;
}
._order-2 {
  order: 1 !important;
}
._order-3 {
  order: 2 !important;
}
._order-4 {
  order: 3 !important;
}
._order-5 {
  order: 4 !important;
}
._order-6 {
  order: 5 !important;
}
._order-7 {
  order: 6 !important;
}
._order-8 {
  order: 7 !important;
}
._order-9 {
  order: 8 !important;
}
._order-10 {
  order: 9 !important;
}
._order-11 {
  order: 10 !important;
}
._order-12 {
  order: 11 !important;
}
._order-13 {
  order: 12 !important;
}
._order-14 {
  order: 13 !important;
}
._order-15 {
  order: 14 !important;
}
._order-16 {
  order: 15 !important;
}
._order-17 {
  order: 16 !important;
}
._order-18 {
  order: 17 !important;
}
._order-19 {
  order: 18 !important;
}
._order-20 {
  order: 19 !important;
}
.tt-0 {
  top: 0 !important;
  margin-top: 0 !important;
}
.order-1-big {
  order: inherit;
}
@media screen and (min-width: 769px) {
  .order-1-big {
    order: 1;
  }
}
._flexGrow-0 {
  flex-grow: 0;
}
._flexGrow-1 {
  flex-grow: 1 !important;
}
._flexGrow-2 {
  flex-grow: 2 !important;
}
._flexGrow-3 {
  order: 3 !important;
}
._flexGrow-4 {
  order: 4 !important;
}
._flexGrow-5 {
  order: 5 !important;
}
.center-all,
#loading-message,
.positions-styles > div:first-child {
  justify-items: center;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.position-abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
  left: unset;
}
.position-abs-top-right-2 {
  position: absolute;
  top: 2rem;
  right: 2rem;
  left: unset;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.position-fixed-abs-center {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-center-40 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.absolute-center-25 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-horizontally {
  margin: auto;
  width: 50%;
}
._right-0 {
  right: 0;
}
._left-0 {
  left: 0;
}
._top-0 {
  top: 0;
}
._bottom-0 {
  bottom: 0;
}
._bottom-1 {
  bottom: 1rem;
}
._bottom--5 {
  bottom: -5rem;
}
._bottom-4-m-55 {
  bottom: 5.5rem;
}
@media screen and (min-width: 765px) {
  ._bottom-4-m-55 {
    bottom: 4rem;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root .widget.vbox.request-view {
  background: black;
}
html {
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
  width: 100%;
  touch-action: manipulation;
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  box-sizing: border-box;
  overscroll-behavior: auto !important;
  pointer-events: auto !important;
  overflow-scrolling: auto;
  -webkit-overflow-scrolling: touch;
}
html.expandForPanel {
  margin: 0 0 0 350px;
}
html.expandForPanel body {
  max-width: calc(100vw - 350px);
}
body {
  font-size: 1.6rem;
  touch-action: auto;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  transition: width 0.4s ease-in;
  min-height: 100vh;
}
body .ng-trigger-routeAnimations {
  pointer-events: none;
  display: contents;
}
body #ggTheme {
  min-height: 100vh;
}
body #ggTheme ggicon-static {
  display: contents;
}
body #ggTheme svg-icon {
  display: contents;
}
body[orient=portrait] {
  min-height: 540px;
}
body[orient=landscape] {
  min-height: 400px;
}
body .grecaptcha-badge {
  visibility: hidden;
}
body .pac-container {
  z-index: 5000 !important;
}
body .gsap-marker-end,
body .gsap-marker-scroller-end,
body .gsap-marker-start,
body .gsap-marker-scroller-start {
  z-index: 10001 !important;
}
body [no_mp] {
  margin: 0;
  padding: 0;
}
body hr {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border: none;
  border-top: 2px solid lightgray;
}
a {
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  text-decoration: none;
}
a:hover,
a:active,
a :focus {
  outline: none !important;
  text-decoration: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 1rem 0;
  color: var(--grayColor);
}
#addi_content p {
  font-family: inherit !important;
}
#addi_content span {
  font-family: inherit !important;
}
#addi_content b {
  font-family: inherit !important;
}
app-text-container h1,
app-text-container h2,
app-text-container h3,
app-text-container h4,
app-text-container h5,
app-text-container h6,
app-text-container p,
app-text-container span,
code-block h1,
code-block h2,
code-block h3,
code-block h4,
code-block h5,
code-block h6,
code-block p,
code-block span {
  color: inherit;
  padding: 0;
  margin: 0;
  word-break: inherit;
  white-space: inherit;
  word-wrap: inherit;
  font-weight: inherit;
  hyphens: inherit;
}
app-text-container pre,
code-block pre {
  white-space: pre-wrap;
}
i {
  letter-spacing: 0 !important;
}
p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}
ul,
li {
  margin: 0;
  list-style: none;
}
iframe {
  border: none !important;
  pointer-events: all;
}
.disable-hover .disable-hover,
.disable-hover * .disable-hover {
  pointer-events: none !important;
}
.disable-hover .disable-hover [noPointerOnScroll],
.disable-hover * .disable-hover [noPointerOnScroll] {
  pointer-events: none !important;
}
.clearfix::after {
  content: "" !important;
  clear: both !important;
  display: flow-root !important;
  height: 0 !important;
  visibility: hidden;
}
.beamer_beamerSelector {
  display: none;
}
.inline-block {
  display: inline-block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.hide-xml-messages {
  display: none;
}
input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus {
  pointer-events: all;
}
input[type=range] {
  pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
}
input[type=range]::-moz-range-thumb {
  pointer-events: auto;
}
input[type=range]::-ms-thumb {
  pointer-events: auto;
}
@media screen and (max-width: 500px) {
  .container {
    width: 100%;
  }
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: none !important;
  min-width: 180px;
}
.table th.centered,
.table td.centered {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.show-scroll-bar[appShowScrollBar],
.ggTable_B virtual-scroller[appShowScrollBar],
.ggTable_B cdk-virtual-scroll-viewport[appShowScrollBar],
[appShowScrollBar].innerScroll,
html body #ggTheme [appShowScrollBar][templatesContainer],
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider [appShowScrollBar].pin-wrap {
  height: fit-content !important;
}
.show-scroll-bar._thick::-webkit-scrollbar,
._thick.innerScroll::-webkit-scrollbar,
html body #ggTheme ._thick[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._thick.pin-wrap::-webkit-scrollbar,
.ggTable_B virtual-scroller::-webkit-scrollbar,
html body #ggTheme .ggTable_B virtual-scroller[templatesContainer]::-webkit-scrollbar,
.ggTable_B html body #ggTheme virtual-scroller[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .ggTable_B virtual-scroller.pin-wrap::-webkit-scrollbar,
.ggTable_B html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider virtual-scroller.pin-wrap::-webkit-scrollbar,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar,
html body #ggTheme .ggTable_B cdk-virtual-scroll-viewport[templatesContainer]::-webkit-scrollbar,
.ggTable_B html body #ggTheme cdk-virtual-scroll-viewport[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .ggTable_B cdk-virtual-scroll-viewport.pin-wrap::-webkit-scrollbar,
.ggTable_B html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider cdk-virtual-scroll-viewport.pin-wrap::-webkit-scrollbar {
  width: 20px !important;
}
.show-scroll-bar._tall::-webkit-scrollbar,
.ggTable_B virtual-scroller._tall::-webkit-scrollbar,
.ggTable_B cdk-virtual-scroll-viewport._tall::-webkit-scrollbar,
._tall.innerScroll::-webkit-scrollbar,
html body #ggTheme ._tall[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._tall.pin-wrap::-webkit-scrollbar {
  height: 25px !important;
}
.show-scroll-bar::-webkit-scrollbar,
.ggTable_B virtual-scroller::-webkit-scrollbar,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar,
.innerScroll::-webkit-scrollbar,
html body #ggTheme [templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap::-webkit-scrollbar {
  width: 10px !important;
  height: 10px !important;
  --webkit-scrollbar-width: 10px !important;
  display: block !important;
  background-color: whitesmoke !important;
}
.show-scroll-bar.sc-horizontal::-webkit-scrollbar,
.ggTable_B virtual-scroller.sc-horizontal::-webkit-scrollbar,
.ggTable_B cdk-virtual-scroll-viewport.sc-horizontal::-webkit-scrollbar,
.sc-horizontal.innerScroll::-webkit-scrollbar,
html body #ggTheme .sc-horizontal[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-horizontal.pin-wrap::-webkit-scrollbar {
  width: 0 !important;
  height: 7px !important;
  position: relative;
  scrollbar-width: none;
  background-color: transparent !important;
  --webkit-scrollbar-width: 0;
}
.show-scroll-bar.sc-add-space,
.ggTable_B virtual-scroller.sc-add-space,
.ggTable_B cdk-virtual-scroll-viewport.sc-add-space,
.sc-add-space.innerScroll,
html body #ggTheme .sc-add-space[templatesContainer],
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-add-space.pin-wrap {
  border-right: 15px solid white !important;
}
.show-scroll-bar.sc-add-space::-webkit-scrollbar,
.ggTable_B virtual-scroller.sc-add-space::-webkit-scrollbar,
.ggTable_B cdk-virtual-scroll-viewport.sc-add-space::-webkit-scrollbar,
.sc-add-space.innerScroll::-webkit-scrollbar,
html body #ggTheme .sc-add-space[templatesContainer]::-webkit-scrollbar,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-add-space.pin-wrap::-webkit-scrollbar {
  width: 25px !important;
}
.show-scroll-bar.sc-add-space::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-add-space::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-add-space::-webkit-scrollbar-thumb,
.sc-add-space.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-add-space[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-add-space.pin-wrap::-webkit-scrollbar-thumb {
  border-right: 15px solid white !important;
}
.show-scroll-bar::-webkit-scrollbar-track-piece:start,
.ggTable_B virtual-scroller::-webkit-scrollbar-track-piece:start,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar-track-piece:start,
.innerScroll::-webkit-scrollbar-track-piece:start,
html body #ggTheme [templatesContainer]::-webkit-scrollbar-track-piece:start,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap::-webkit-scrollbar-track-piece:start {
  background-color: white !important;
}
.show-scroll-bar::-webkit-scrollbar-track,
.ggTable_B virtual-scroller::-webkit-scrollbar-track,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar-track,
.innerScroll::-webkit-scrollbar-track,
html body #ggTheme [templatesContainer]::-webkit-scrollbar-track,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap::-webkit-scrollbar-track {
  -webkit-box-shadow: none !important;
  background-color: transparent !important;
}
.show-scroll-bar::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar-thumb,
.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme [templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap::-webkit-scrollbar-thumb {
  border: none;
}
.show-scroll-bar.scroll-bar-radius-20::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.scroll-bar-radius-20::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.scroll-bar-radius-20::-webkit-scrollbar-thumb,
.scroll-bar-radius-20.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .scroll-bar-radius-20[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .scroll-bar-radius-20.pin-wrap::-webkit-scrollbar-thumb {
  border-radius: 20px;
}
.show-scroll-bar.sc-primary::-webkit-scrollbar-thumb,
.sc-primary.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-primary[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-primary.pin-wrap::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller::-webkit-scrollbar-thumb,
html body #ggTheme .ggTable_B virtual-scroller[templatesContainer]::-webkit-scrollbar-thumb,
.ggTable_B html body #ggTheme virtual-scroller[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .ggTable_B virtual-scroller.pin-wrap::-webkit-scrollbar-thumb,
.ggTable_B html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider virtual-scroller.pin-wrap::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport::-webkit-scrollbar-thumb,
html body #ggTheme .ggTable_B cdk-virtual-scroll-viewport[templatesContainer]::-webkit-scrollbar-thumb,
.ggTable_B html body #ggTheme cdk-virtual-scroll-viewport[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .ggTable_B cdk-virtual-scroll-viewport.pin-wrap::-webkit-scrollbar-thumb,
.ggTable_B html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider cdk-virtual-scroll-viewport.pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--primaryColor) !important;
}
.show-scroll-bar.sc-secondary::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-secondary::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-secondary::-webkit-scrollbar-thumb,
.sc-secondary.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-secondary[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-secondary.pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--secondaryColor) !important;
}
.show-scroll-bar.sc-accent::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-accent::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-accent::-webkit-scrollbar-thumb,
.sc-accent.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-accent[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-accent.pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--tertiaryColor) !important;
}
.show-scroll-bar.sc-grayVeryLight::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-grayVeryLight::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-grayVeryLight::-webkit-scrollbar-thumb,
.sc-grayVeryLight.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-grayVeryLight[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-grayVeryLight.pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--grayColorVeryLight) !important;
}
.show-scroll-bar.sc-white::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-white::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-white::-webkit-scrollbar-thumb,
.sc-white.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme .sc-white[templatesContainer]::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .sc-white.pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--whiteColor) !important;
}
.show-scroll-bar.sc-black::-webkit-scrollbar-thumb,
.ggTable_B virtual-scroller.sc-black::-webkit-scrollbar-thumb,
.ggTable_B cdk-virtual-scroll-viewport.sc-black::-webkit-scrollbar-thumb,
html body #ggTheme .sc-black[templatesContainer]::-webkit-scrollbar-thumb,
.innerScroll::-webkit-scrollbar-thumb,
html body #ggTheme [templatesContainer].innerScroll::-webkit-scrollbar-thumb,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider .pin-wrap::-webkit-scrollbar-thumb {
  background-color: var(--blackColor) !important;
}
.show-scroll-bar._sB_verticalScroll,
.ggTable_B virtual-scroller._sB_verticalScroll,
.ggTable_B cdk-virtual-scroll-viewport._sB_verticalScroll,
._sB_verticalScroll.innerScroll,
html body #ggTheme ._sB_verticalScroll[templatesContainer],
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._sB_verticalScroll.pin-wrap {
  overflow-y: scroll !important;
  overflow-x: hidden;
}
.show-scroll-bar._sB_verticalScroll._extraMar [scrollBarHijo]:last-child,
.ggTable_B virtual-scroller._sB_verticalScroll._extraMar [scrollBarHijo]:last-child,
.ggTable_B cdk-virtual-scroll-viewport._sB_verticalScroll._extraMar [scrollBarHijo]:last-child,
._sB_verticalScroll._extraMar.innerScroll [scrollBarHijo]:last-child,
html body #ggTheme ._sB_verticalScroll._extraMar[templatesContainer] [scrollBarHijo]:last-child,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._sB_verticalScroll._extraMar.pin-wrap [scrollBarHijo]:last-child {
  margin-bottom: 25rem !important;
}
.show-scroll-bar._hori,
.ggTable_B virtual-scroller._hori,
.ggTable_B cdk-virtual-scroll-viewport._hori,
._hori.innerScroll,
html body #ggTheme ._hori[templatesContainer],
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._hori.pin-wrap {
  overflow-x: scroll !important;
  overflow-y: hidden;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
}
.show-scroll-bar._hori._extraMar.__sm [scrollBarHijo]:last-child,
.ggTable_B virtual-scroller._hori._extraMar.__sm [scrollBarHijo]:last-child,
.ggTable_B cdk-virtual-scroll-viewport._hori._extraMar.__sm [scrollBarHijo]:last-child,
._hori._extraMar.__sm.innerScroll [scrollBarHijo]:last-child,
html body #ggTheme ._hori._extraMar.__sm[templatesContainer] [scrollBarHijo]:last-child,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._hori._extraMar.__sm.pin-wrap [scrollBarHijo]:last-child {
  margin-right: 8rem !important;
}
.show-scroll-bar._hori._extraMar.__md [scrollBarHijo]:last-child,
.ggTable_B virtual-scroller._hori._extraMar.__md [scrollBarHijo]:last-child,
.ggTable_B cdk-virtual-scroll-viewport._hori._extraMar.__md [scrollBarHijo]:last-child,
._hori._extraMar.__md.innerScroll [scrollBarHijo]:last-child,
html body #ggTheme ._hori._extraMar.__md[templatesContainer] [scrollBarHijo]:last-child,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._hori._extraMar.__md.pin-wrap [scrollBarHijo]:last-child {
  margin-right: 16rem !important;
}
.show-scroll-bar._hori._extraMar.__lg [scrollBarHijo]:last-child,
.ggTable_B virtual-scroller._hori._extraMar.__lg [scrollBarHijo]:last-child,
.ggTable_B cdk-virtual-scroll-viewport._hori._extraMar.__lg [scrollBarHijo]:last-child,
._hori._extraMar.__lg.innerScroll [scrollBarHijo]:last-child,
html body #ggTheme ._hori._extraMar.__lg[templatesContainer] [scrollBarHijo]:last-child,
html.webStyleMode.styleEditorON body #ggTheme .group_container.horizontalSlider ._hori._extraMar.__lg.pin-wrap [scrollBarHijo]:last-child {
  margin-right: 30rem !important;
}
.noSelect,
.isInactive,
.change-design-box-trigger span:first-child h3,
.onoffswitch,
button,
a,
.search_item_box span,
html body #ggTheme [imgStyle],
i,
p,
ul,
li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html body app-create-global-page {
  display: block;
  position: relative;
  min-height: 100vh;
}
html .theSlide#slide_0_0 bg-img-container {
  margin-top: -150px !important;
  min-height: calc(100% + 150px) !important;
}
html .lastGroup .lastSlide .theSlide {
  padding-bottom: 10rem !important;
}
.theSlide mini-slide-content {
  display: contents;
}
.theSlide slide-content {
  display: contents;
}
.theSlide slide-content slide-box.force_hide {
  display: none !important;
}
.theSlide slide-content slide-box .contentEditableContainer.force_hide {
  display: none !important;
}
.group_container {
  pointer-events: none;
}
.group_container .theSlide .slideActions svg {
  width: 38px;
}
.group_container .theSlide .slideActions:hover ggIcon-static svg {
  width: 35px !important;
}
.group_container .theSlide .slide_video {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .group_container .theSlide app-content-editable .contentEditableContainer {
    max-width: 100vw;
    margin: 0;
  }
}
.group_container .theSlide ._stagger > div {
  font-size: inherit;
}
.group_container .theSlide ._stagger > div > div {
  font-size: inherit;
}
.group_container .theSlide ._stagger > div > div > div {
  font-size: inherit;
}
@media screen and (max-width: 769px) {
  .group_container .theSlide {
    width: 100vw;
    overflow: hidden;
  }
}
.group_container .theSlide .slide_content {
  pointer-events: none;
}
.group_container .theSlide .mediaContainer {
  display: flex;
}
.group_container .theSlide .mediaContainer.isNotHidden {
  min-height: 3rem;
  min-width: 3rem;
}
.group_container .theSlide .mediaContainer.isNotHidden .imgSize {
  min-height: 3rem;
  min-width: 3rem;
}
.group_container .theSlide .mediaContainer.isNotHidden .svgContainer {
  width: 100%;
  min-width: 3rem;
}
.group_container .theSlide .mediaContainer.isNotHidden .svgContainer svg-icon {
  transform: translate(0, 0);
}
.group_container._w_scrollSnap .theSlide .defaultGrid {
  scroll-padding: 0;
  scroll-margin: 0;
  scroll-snap-type: both mandatory;
  scroll-snap-stop: always;
}
.group_container._w_scrollSnap.verticalGroup .theSlide .defaultGrid,
.group_container._w_scrollSnap.horizontalSlider .theSlide .defaultGrid,
.group_container._w_scrollSnap.parallaxGroup .theSlide .defaultGrid {
  scroll-snap-align: center;
}
.group_container._w_scrollSnap .pin-wrap {
  scroll-snap-align: center;
}
.group_container.horizontalPresentation {
  display: inline-flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  position: relative;
  height: 100vh;
  width: 100%;
}
.group_container.horizontalPresentation .theSlide {
  height: 100%;
}
.group_container.horizontalPresentation .theSlide .defaultGrid {
  min-height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.group_container.horizontalPresentation .theSlide app-gg-grid {
  align-items: center;
  height: 100vh;
  width: 100%;
}
.group_container.horizontalPresentation .pin-wrap.pin-horizontal {
  width: 100vw !important;
  height: 100vh;
}
.group_container.horizontalPresentation .pin-wrap.pin-horizontal .animation-wrap {
  display: flex;
  position: relative;
  width: fit-content;
  z-index: 1;
  pointer-events: none;
}
.group_container.horizontalPresentation .pin-wrap.pin-horizontal .animation-wrap app-gg-grid {
  transform: translate(0, 0) !important;
  pointer-events: none;
}
.group_container.horizontalPresentation .pin-wrap.pin-horizontal .animation-wrap app-gg-grid .slideBox {
  pointer-events: none;
}
.group_container.verticalGroup {
  position: relative;
  width: 100%;
  flex-direction: column;
}
.group_container.parallaxGroup {
  min-width: 100vw;
  min-height: 100vh;
}
.group_container.parallaxGroup .parallaxSmooth {
  display: block;
  position: relative;
  height: fit-content;
  min-width: fit-content;
  width: 100%;
}
.group_container.parallaxGroup app-slide app-gg-grid {
  min-height: 100vh !important;
}
.group_container .customBar_container.customBar-fixed {
  width: 100vw;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  height: fit-content;
  transition: all 0.2s ease-in;
}
.group_container .customBar_container.customBar-fixed.fixedBarInView .custom-group-bar {
  opacity: 1;
}
.group_container .customBar_container.customBar-sticky {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: fit-content;
  z-index: 2998;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s ease-in 0.2s;
}
.group_container .ggBox_grid {
  display: grid !important;
  grid-template-columns: 90px 10px 1fr 10px 135px;
  grid-template-areas: "top1 . top2 . top3" "med1 . med2 . med3 " "low1 . low2 . low3 " "bot1 . bot2 . bot3 ";
}
@media screen and (max-width: 769px) {
  .isLeft {
    left: 1rem !important;
    position: relative !important;
  }
}
@media screen and (max-width: 769px) {
  .isTop {
    top: 1rem !important;
    position: relative !important;
  }
}
.sticky_box {
  display: block;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .sticky_box {
    position: relative;
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    max-width: 100% !important;
  }
}
.absoluteBox {
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
.absoluteBox h1 {
  font-size: 30px;
  left: 3px;
}
.swiper-button-prev {
  position: absolute;
  top: 0;
  left: 44%;
  width: 66px;
  height: 50px;
  background: red;
  z-index: 500000000;
}
.swiper-button-next {
  position: absolute;
  bottom: 40px;
  left: 44%;
  width: 66px;
  height: 50px;
  background: red;
  z-index: 500000000;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
